Skip to content

Commit

Permalink
feat: add multicall3 to filecoin (#1532)
Browse files Browse the repository at this point in the history
* filecoin add multicall3

* changeset

* fmt

---------

Co-authored-by: abs3ntdev <abs3ntdev@users.noreply.github.com>
  • Loading branch information
abs3ntdev and abs3ntdev committed Nov 24, 2023
1 parent 5897b5b commit bd5c6cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-paws-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 contract to filecoin
6 changes: 6 additions & 0 deletions src/chains/definitions/filecoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ export const filecoin = /*#__PURE__*/ defineChain({
filscout: { name: 'Filscout', url: 'https://filscout.io/en' },
glif: { name: 'Glif', url: 'https://explorer.glif.io' },
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 3328594,
},
},
})

0 comments on commit bd5c6cb

Please sign in to comment.