aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/js/index.js b/src/js/index.js
index c2d34a7..ad2b859 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2973,16 +2973,16 @@
2973 }, 2973 },
2974 }, 2974 },
2975 { 2975 {
2976 name: "RBTC - RSK", 2976 name: "R-BTC - RSK",
2977 onSelect: function() { 2977 onSelect: function() {
2978 network = libs.bitcoin.networks.rubycoin; 2978 network = libs.bitcoin.networks.rsk;
2979 setHdCoin(137); 2979 setHdCoin(137);
2980 }, 2980 },
2981 }, 2981 },
2982 { 2982 {
2983 name: "tRBTC - RSK Testnet", 2983 name: "tR-BTC - RSK Testnet",
2984 onSelect: function() { 2984 onSelect: function() {
2985 network = libs.bitcoin.networks.rubycoin; 2985 network = libs.bitcoin.networks.rsktestnet;
2986 setHdCoin(37310); 2986 setHdCoin(37310);
2987 }, 2987 },
2988 }, 2988 },