aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 1b56d6c..41011ef 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2294,6 +2294,13 @@
2294 }, 2294 },
2295 }, 2295 },
2296 { 2296 {
2297 name: "TSTRAT - Stratis Testnet",
2298 onSelect: function() {
2299 network = bitcoinjs.bitcoin.networks.stratistest;
2300 setHdCoin(105);
2301 },
2302 },
2303 {
2297 name: "SYS - Syscoin", 2304 name: "SYS - Syscoin",
2298 onSelect: function() { 2305 onSelect: function() {
2299 network = bitcoinjs.bitcoin.networks.syscoin; 2306 network = bitcoinjs.bitcoin.networks.syscoin;