Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Add Multicall3 address to zkSync and zkSynTestnet (#270)
Browse files Browse the repository at this point in the history
* add multicall3 address in zkSync and zkSynTestnet

* Create hungry-toes-exist.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
yura2100 and jxom authored May 5, 2023
1 parent b2a09a9 commit ab99b61
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-toes-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": patch
---

Added multicall3 address to zkSync and zkSyncTestnet
5 changes: 5 additions & 0 deletions packages/chains/src/zkSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ export const zkSync = {
url: 'https://explorer.zksync.io',
},
},
contracts: {
multicall3: {
address: '0x47898B2C52C957663aE9AB46922dCec150a2272c',
},
},
} as const satisfies Chain
5 changes: 5 additions & 0 deletions packages/chains/src/zkSyncTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ export const zkSyncTestnet = {
url: 'https://goerli.explorer.zksync.io',
},
},
contracts: {
multicall3: {
address: '0x89e4EDbEC85362a285d7a1D5D255ccD2b8106be2',
},
},
testnet: true,
} as const satisfies Chain

0 comments on commit ab99b61

Please sign in to comment.