Skip to content

Commit

Permalink
feat: update multicall3 for zetachain mainnet and testnet (#2426)
Browse files Browse the repository at this point in the history
* feat: update multicall3 for zetachain mainnet and testnet

* Create young-cherries-camp.md

---------

Co-authored-by: YanYuan <yan950414@gmail.com>
Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
3 people authored Jun 19, 2024
1 parent c4cb985 commit 01086ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-cherries-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 to zetachain mainnet and testnet
6 changes: 6 additions & 0 deletions src/chains/definitions/zetachain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ export const zetachain = /*#__PURE__*/ defineChain({
http: ['https://zetachain-evm.blockpi.network/v1/rpc/public'],
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 1632781,
},
},
blockExplorers: {
default: {
name: 'ZetaScan',
Expand Down
6 changes: 6 additions & 0 deletions src/chains/definitions/zetachainAthensTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ export const zetachainAthensTestnet = /*#__PURE__*/ defineChain({
http: ['https://zetachain-athens-evm.blockpi.network/v1/rpc/public'],
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 2715217,
},
},
blockExplorers: {
default: {
name: 'ZetaScan',
Expand Down

0 comments on commit 01086ad

Please sign in to comment.