Skip to content

Commit

Permalink
fix build dockerv2:contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
laisolizq committed Sep 12, 2024
1 parent f0f4d7c commit 9ec970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/v2/3_deployContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ async function main() {
0, // unused parameter
],
{
initializer: "initialize",
initializer: "initialize(address,uint64,uint64,address,address,address,address,address,uint64,uint64)",
constructorArgs: [
polygonZkEVMGlobalExitRoot?.target,
polTokenAddress,
Expand Down

0 comments on commit 9ec970d

Please sign in to comment.