Skip to content

Commit

Permalink
Add Multicall address to Velas EVM Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-850 committed Nov 24, 2024
1 parent ae3b8ae commit 549abb7
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 549abb7

Please sign in to comment.