Skip to content

Commit

Permalink
fix: ===
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Feb 5, 2024
1 parent 3cf7433 commit c5ff9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/atomicTokenBridgeDeployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export const registerGateway = async (
gatewayRouter,
l1Executor
).counterpartGateway()
if ((await l2Provider.getCode(l2GatewayRouter)) == '0x') {
if ((await l2Provider.getCode(l2GatewayRouter)) === '0x') {
throw new Error('L2GatewayRouter not yet deployed')
}
const l1GatewayRouter = await L2GatewayRouter__factory.connect(
Expand Down

0 comments on commit c5ff9b3

Please sign in to comment.