Skip to content

Commit

Permalink
Add multicall configuration for iotex testnet
Browse files Browse the repository at this point in the history
Signed-off-by: zongzheng <304389312@qq.com>
  • Loading branch information
zongzheng123 committed Aug 7, 2024
1 parent d22855b commit 02f2a4f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-planes-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Add multicall configuration for iotex testnet
6 changes: 6 additions & 0 deletions src/chains/definitions/iotexTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ export const iotexTestnet = /*#__PURE__*/ defineChain({
url: 'https://testnet.iotexscan.io',
},
},
contracts: {
multicall3: {
address: '0xb5cecD6894c6f473Ec726A176f1512399A2e355d',
blockCreated: 24347592,
},
},
testnet: true,
})

0 comments on commit 02f2a4f

Please sign in to comment.