Skip to content

Commit

Permalink
feat: add multicall to sonic (#3131)
Browse files Browse the repository at this point in the history
* sonic multicall3

* Create clean-papayas-speak.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
gmbronco and jxom authored Dec 16, 2024
1 parent 736fb14 commit aca3e1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-papayas-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 contract to Sonic.
8 changes: 7 additions & 1 deletion src/chains/definitions/sonic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ export const sonic = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'Sonic Explorer',
url: 'https://explorer.soniclabs.com',
url: 'https://sonicscan.org/',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 60,
},
},
testnet: false,
Expand Down

0 comments on commit aca3e1d

Please sign in to comment.