Skip to content

Commit

Permalink
feat: add multicall3 for areon (#2781)
Browse files Browse the repository at this point in the history
* Add multicall3 for areon

* Create three-parents-sun.md

* Update three-parents-sun.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
peterhappynow and jxom authored Sep 27, 2024
1 parent 2819472 commit 9d7d160
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-parents-sun.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added Multicall address for `areon`.
6 changes: 6 additions & 0 deletions src/chains/definitions/areonNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ export const areonNetwork = /*#__PURE__*/ defineChain({
url: 'https://areonscan.com',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 353286,
},
},
testnet: false,
})

0 comments on commit 9d7d160

Please sign in to comment.