Skip to content

Commit 8053048

Browse files
authored
feat: add multicall3 contract to Hoodi chain (#3561)
1 parent 4ba1a41 commit 8053048

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/healthy-crews-appear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Added multicall3 contract to Hoodi chain

src/chains/definitions/hoodi.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@ export const hoodi = /*#__PURE__*/ defineChain({
1515
url: 'https://hoodi.etherscan.io',
1616
},
1717
},
18+
contracts: {
19+
multicall3: {
20+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
21+
blockCreated: 2589,
22+
},
23+
},
1824
testnet: true,
1925
})

0 commit comments

Comments
 (0)