We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0297164 commit d071742Copy full SHA for d071742
.changeset/chilly-vans-pay.md
@@ -0,0 +1,5 @@
1
+---
2
+"viem": patch
3
4
+
5
+add rns registry contract address
src/chains/definitions/rootstock.ts
@@ -18,7 +18,11 @@ export const rootstock = /*#__PURE__*/ defineChain({
18
url: 'https://explorer.rsk.co',
19
},
20
21
+ ensTlds: ['.rsk'],
22
contracts: {
23
+ ensRegistry: {
24
+ address: '0xcb868aeabd31e2b66f74e9a55cf064abb31a4ad5',
25
+ },
26
multicall3: {
27
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
28
blockCreated: 4249540,
0 commit comments