Skip to content

Commit b0971fa

Browse files
authored
feat: add multicall address to Kroma (#3209)
1 parent f4fcf20 commit b0971fa

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.changeset/grumpy-insects-tie.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 Multicall address to Kroma.

src/chains/definitions/kroma.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ export const kroma = /*#__PURE__*/ defineChain({
1616
apiUrl: 'https://blockscout.kroma.network/api',
1717
},
1818
},
19+
contracts: {
20+
multicall3: {
21+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
22+
blockCreated: 16054868,
23+
},
24+
},
1925
testnet: false,
2026
})

src/chains/definitions/kromaSepolia.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ export const kromaSepolia = /*#__PURE__*/ defineChain({
1616
apiUrl: 'https://blockscout.sepolia.kroma.network/api',
1717
},
1818
},
19+
contracts: {
20+
multicall3: {
21+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
22+
blockCreated: 8900914,
23+
},
24+
},
1925
testnet: true,
2026
})

0 commit comments

Comments
 (0)