Skip to content

Commit

Permalink
feat: add multicall3 to Sophon Testnet (#2655)
Browse files Browse the repository at this point in the history
* chore: add multicall3 to Sophon Testnet

* Create tiny-dots-cry.md

---------

Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
RobbyUitbeijerse and jxom authored Aug 27, 2024
1 parent e5a38ca commit 4d87428
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-dots-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 to Sophon Testnet.
6 changes: 6 additions & 0 deletions src/chains/definitions/sophonTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ export const sophonTestnet = /*#__PURE__*/ defineChain({
url: 'https://explorer.testnet.sophon.xyz',
},
},
contracts: {
multicall3: {
address: '0x83c04d112adedA2C6D9037bb6ecb42E7f0b108Af',
blockCreated: 15_642
},
},
testnet: true,
})

0 comments on commit 4d87428

Please sign in to comment.