Skip to content

Commit

Permalink
feat(zksync-sepolia): add zksync sepolia deployment
Browse files Browse the repository at this point in the history
fix #62
  • Loading branch information
Rubilmax committed Feb 9, 2024
1 parent 054f144 commit dbce04a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dbce04a

Please sign in to comment.