Skip to content

Commit

Permalink
feat: multicall3 contract to sanko (wevm#3113)
Browse files Browse the repository at this point in the history
feat: add multicall3 contract to sanko

Co-authored-by: Abbas Khan <[email protected]>
  • Loading branch information
abbas9344 and abbas9344 authored Dec 10, 2024
1 parent 4e8a821 commit a686dcd
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 a686dcd

Please sign in to comment.