Skip to content

Commit

Permalink
small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Aug 6, 2023
1 parent ff76d0b commit 546900d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions deployment/1_creategenesis.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,6 @@ async function main() {
],
);

// function initialize(
// address _forkmanager,
// address _parentContract,
// uint32 _networkID,
// IBasePolygonZkEVMGlobalExitRoot _globalExitRootManager,
// address _polygonZkEVMaddress,
// address _gasTokenAddress,
// bool _isDeployedOnL2,
// address hardAssetManager,
// uint32 lastUpdatedDepositCount,
// bytes32[_DEPOSIT_CONTRACT_TREE_DEPTH] calldata depositTreeHashes
// ) public virtual initializer {
const [proxyBridgeAddress] = await create2Deployment(zkEVMDeployerContract, salt, deployTransactionProxy, dataCallProxy, deployer);

// Import OZ manifest the deployed contracts, its enough to import just the proyx, the rest are imported automatically ( admin/impl)
Expand Down

0 comments on commit 546900d

Please sign in to comment.