Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Mar 5, 2024
1 parent 6e38981 commit 33c1833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/v2/4_createRollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async function main() {
// Load Rollup manager
const PolgonRollupManagerFactory = await ethers.getContractFactory("PolygonRollupManager", deployer);
const rollupManagerContract = PolgonRollupManagerFactory.attach(
deployOutput.polygonRollupManager
deployOutput.polygonRollupManagerAddress
) as PolygonRollupManager;

const DEFAULT_ADMIN_ROLE = ethers.ZeroHash;
Expand Down Expand Up @@ -178,7 +178,7 @@ async function main() {
deployOutput.polygonZkEVMGlobalExitRootAddress,
deployOutput.polTokenAddress,
deployOutput.polygonZkEVMBridgeAddress,
deployOutput.polygonRollupManager
deployOutput.polygonRollupManagerAddress
);
await PolygonconsensusContract.waitForDeployment();

Expand Down

0 comments on commit 33c1833

Please sign in to comment.