Skip to content

Commit

Permalink
chore: enable RSK on beta site
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Oct 1, 2024
1 parent abb4c7f commit feab7ee
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/configs/beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"torUrl": "http://boltzzzbnus4m7mta3cxmflnps4fp7dueu2tgurstbvrbt6xswzcocyd.onion/",
"isBeta": true,
"network": "mainnet",
"loglevel": "info",
"loglevel": "debug",
"apiUrl": {
"normal": "https://api.boltz.exchange",
"tor": "http://boltzzzbnus4m7mta3cxmflnps4fp7dueu2tgurstbvrbt6xswzcocyd.onion/api"
Expand All @@ -19,6 +19,26 @@
"normal": "https://liquid.network",
"tor": "http://liquidmom47f6s3m53ebfxn47p76a6tlnxib3wp6deux7wuzotdr6cyd.onion"
}
},
"RBTC": {
"blockExplorerUrl": {
"normal": "https://explorer.rsk.co"
},
"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 feab7ee

Please sign in to comment.