Skip to content

Commit

Permalink
Add Rootstock Testnet multicall3
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscotobar committed Jan 22, 2025
1 parent 3fb5ec9 commit 0e1de63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-cars-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 to Rootstock Testnet chain
6 changes: 6 additions & 0 deletions src/chains/definitions/rootstockTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@ export const rootstockTestnet = /*#__PURE__*/ defineChain({
url: 'https://explorer.testnet.rootstock.io',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 2771150,
},
},
testnet: true,
})

0 comments on commit 0e1de63

Please sign in to comment.