Skip to content

Commit

Permalink
chore: add RSK to mainnet config (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Nov 11, 2024
1 parent f5ebe1f commit 41c3df6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"RBTC": {
"blockExplorerUrl": {
"normal": "https://explorer.rsk.co"
"normal": "https://explorer.rootstock.io"
},
"network": {
"chainName": "Rootstock",
Expand Down
20 changes: 20 additions & 0 deletions src/configs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@
"normal": "https://liquid.network",
"tor": "http://liquidmom47f6s3m53ebfxn47p76a6tlnxib3wp6deux7wuzotdr6cyd.onion"
}
},
"RBTC": {
"blockExplorerUrl": {
"normal": "https://explorer.rootstock.io"
},
"network": {
"chainName": "Rootstock",
"rpcUrls": ["https://public-node.rsk.co"],
"nativeCurrency": {
"name": "RBTC",
"symbol": "RBTC",
"decimals": 18
}
},
"rifRelay": "https://boltz.mainnet.relay.rifcomputing.net",
"contracts": {
"deployHeight": 6747215,
"smartWalletFactory": "0x44944a80861120B58cc48B066d57cDAf5eC213dd",
"deployVerifier": "0xc0F5bEF6b20Be41174F826684c663a8635c6A081"
}
}
}
}

0 comments on commit 41c3df6

Please sign in to comment.