Skip to content

Commit

Permalink
feat: add multicall3 address for cronoszkEVM (#3271)
Browse files Browse the repository at this point in the history
* Added multicall3 address for cronoszkEVM

* changeset

---------

Co-authored-by: Artur <artrmz@MacBook-Pro-Artur.local>
  • Loading branch information
art-eth and Artur authored Jan 25, 2025
1 parent 036bf06 commit 4042055
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-dancers-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added cronos zkEVM multicall3
6 changes: 6 additions & 0 deletions src/chains/definitions/cronoszkEVM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ export const cronoszkEVM = /*#__PURE__*/ defineChain({
url: 'https://explorer.zkevm.cronos.org',
},
},
contracts: {
multicall3: {
address: '0x06f4487d7c4a5983d2660db965cc6d2565e4cfaa',
blockCreated: 72,
},
},
})

0 comments on commit 4042055

Please sign in to comment.