Skip to content

Commit

Permalink
feat(zk_toolbox): dedicated command for deploying multicall3 on L2 (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 authored Oct 3, 2024
1 parent 939151e commit aafee03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions l1-contracts/deploy-scripts/DeployL2Contracts.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ contract DeployL2Script is Script {
saveOutput();
}

function runDeployMulticall3() public {
initializeConfig();
loadContracts(false);

deployMulticall3();

saveOutput();
}

function loadContracts(bool legacyBridge) internal {
//HACK: Meanwhile we are not integrated foundry zksync we use contracts that has been built using hardhat
contracts.l2StandardErc20FactoryBytecode = Utils.readHardhatBytecode(
Expand Down

0 comments on commit aafee03

Please sign in to comment.