Skip to content

Commit ac24ad9

Browse files
authored
feat: multicall address to Velas EVM Mainnet (#3050)
Co-authored-by: Peng Ke <[email protected]>
1 parent a66b43d commit ac24ad9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/wild-coats-jumper.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Added Multicall address to Velas EVM Mainnet.

src/chains/definitions/velas.ts

+6
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@ export const velas = /*#__PURE__*/ defineChain({
1515
url: 'https://evmexplorer.velas.com',
1616
},
1717
},
18+
contracts: {
19+
multicall3: {
20+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
21+
blockCreated: 55883577,
22+
},
23+
},
1824
testnet: false,
1925
})

0 commit comments

Comments
 (0)