Skip to content

Commit

Permalink
feat: add contract multicall3 for Flare Mainnet (#2787)
Browse files Browse the repository at this point in the history
* Add multicall3 contract for flare

* Added multicall3 contract for Flare Mainnet.
  • Loading branch information
peterhappynow authored Sep 28, 2024
1 parent 4d692d4 commit 1a51553
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-horses-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 contract for Flare Mainnet.
6 changes: 6 additions & 0 deletions src/chains/definitions/flare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ export const flare = /*#__PURE__*/ defineChain({
apiUrl: 'https://flare-explorer.flare.network/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 3002461,
},
},
})

0 comments on commit 1a51553

Please sign in to comment.