Skip to content

Commit

Permalink
feat: add Multicall3 address (#3010)
Browse files Browse the repository at this point in the history
* Add Multicall3 address

Multicall3: https://hekla.taikoscan.io/address/0xca11bde05977b3631167028862be2a173976ca11

* Create khaki-steaks-beam.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
andychert and jxom authored Nov 16, 2024
1 parent b871539 commit c5ba028
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-steaks-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added Multicall address to Taiko Hekla chain.
6 changes: 6 additions & 0 deletions src/chains/definitions/taikoHekla.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@ export const taikoHekla = /*#__PURE__*/ defineChain({
url: 'https://hekla.taikoscan.network',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 59757,
},
},
testnet: true,
})

0 comments on commit c5ba028

Please sign in to comment.