From dbce04a827752f7c0beb06128af7680860015e94 Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Fri, 9 Feb 2024 09:01:03 +0100 Subject: [PATCH] feat(zksync-sepolia): add zksync sepolia deployment fix #62 --- src/constants.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 168b60e..235dda5 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -13,7 +13,8 @@ export const multicallAddresses = new Set([ ]); export const multicall3ChainAddress: { [chainId: number]: string } = { - 280: multicall3ZkSyncAddress, // zkSync Ero Goerli + 280: multicall3ZkSyncAddress, // zkSync Era Goerli + 300: multicall3ZkSyncAddress, // zkSync Era Sepolia 324: multicall3ZkSyncAddress, // zkSync Era }; @@ -46,7 +47,8 @@ export const multicall3DeploymentBlockNumbers: { [chainId: number]: number } = { 25: 1963112, // Cronos 122: 16146628, // Fuse 14: 3002461, // Flare - 280: 5885690, // zkSync Ero Goerli + 280: 5885690, // zkSync Era Goerli + 300: 2292, // zkSync Era Sepolia 324: 3908235, // zkSync Era 1101: 57746, // Polygon zkEVM 1442: 525686, // Polygon zkEVM Testnet