Skip to content

Commit

Permalink
feat: add multicall3 contract to sanko
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas9344 committed Dec 10, 2024
1 parent 4e8a821 commit 10e662f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-houses-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 contract to Sanko.
6 changes: 6 additions & 0 deletions src/chains/definitions/sanko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@ export const sanko = /*#__PURE__*/ defineChain({
url: 'https://explorer.sanko.xyz',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 37,
},
},
testnet: false,
})

0 comments on commit 10e662f

Please sign in to comment.