File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Added Multicall address to Kroma.
Original file line number Diff line number Diff 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} )
Original file line number Diff line number Diff 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} )
You can’t perform that action at this time.
0 commit comments