Skip to content

Commit

Permalink
Fix etherscan verification
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Dec 6, 2023
1 parent bf16ed3 commit 7f8e68b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/atomicTokenBridgeDeployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ export const deployL1TokenBridgeCreator = async (
)
await l1Verifier.verifyWithAddress(
'l1TokenBridgeCreatorLogic',
l1TokenBridgeCreatorLogic.address
l1TokenBridgeCreatorLogic.address,
abi.encode(['address'], [l2MulticallAddressOnL1.address])
)
await l1Verifier.verifyWithAddress(
'l1TokenBridgeCreatorProxy',
Expand Down

0 comments on commit 7f8e68b

Please sign in to comment.