Skip to content

Commit

Permalink
feat: multicall address to Velas EVM Mainnet (#3050)
Browse files Browse the repository at this point in the history
Co-authored-by: Peng Ke <pk-850@users.noreply.github.com>
  • Loading branch information
pk-850 and pk-850 authored Nov 24, 2024
1 parent a66b43d commit ac24ad9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-coats-jumper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added Multicall address to Velas EVM Mainnet.
6 changes: 6 additions & 0 deletions src/chains/definitions/velas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@ export const velas = /*#__PURE__*/ defineChain({
url: 'https://evmexplorer.velas.com',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 55883577,
},
},
testnet: false,
})

0 comments on commit ac24ad9

Please sign in to comment.