Skip to content

Commit

Permalink
feat: add multicall address to Kroma (#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-jdj authored Jan 9, 2025
1 parent f4fcf20 commit b0971fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-insects-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added Multicall address to Kroma.
6 changes: 6 additions & 0 deletions src/chains/definitions/kroma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ export const kroma = /*#__PURE__*/ defineChain({
apiUrl: 'https://blockscout.kroma.network/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 16054868,
},
},
testnet: false,
})
6 changes: 6 additions & 0 deletions src/chains/definitions/kromaSepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ export const kromaSepolia = /*#__PURE__*/ defineChain({
apiUrl: 'https://blockscout.sepolia.kroma.network/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 8900914,
},
},
testnet: true,
})

0 comments on commit b0971fa

Please sign in to comment.