Skip to content

Commit

Permalink
Merge pull request #335 from 0xPolygonHermez/feature/fix-deployments-…
Browse files Browse the repository at this point in the history
…scripts

disable initializer=false
  • Loading branch information
invocamanman committed Sep 23, 2024
2 parents 69ade56 + fe26605 commit f1839aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployment/v2/3_deployContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ async function main() {
for (let i = 0; i < attemptsDeployProxy; i++) {
try {
polygonZkEVMGlobalExitRoot = await upgrades.deployProxy(PolygonZkEVMGlobalExitRootFactory, [], {
initializer: false,
constructorArgs: [precalculateRollupManager, proxyBridgeAddress],
unsafeAllow: ["constructor", "state-variable-immutable"],
});
Expand Down

0 comments on commit f1839aa

Please sign in to comment.