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.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 589ba20..16c5cef 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2357,6 +2357,20 @@
2357 }, 2357 },
2358 }, 2358 },
2359 { 2359 {
2360 name: "STASH - Stash",
2361 onSelect: function() {
2362 network = bitcoinjs.bitcoin.networks.stash;
2363 setHdCoin(0xC0C0);
2364 },
2365 },
2366 {
2367 name: "STASH - Stash Testnet",
2368 onSelect: function() {
2369 network = bitcoinjs.bitcoin.networks.stashtn;
2370 setHdCoin(0xCAFE);
2371 },
2372 },
2373 {
2360 name: "STRAT - Stratis", 2374 name: "STRAT - Stratis",
2361 onSelect: function() { 2375 onSelect: function() {
2362 network = bitcoinjs.bitcoin.networks.stratis; 2376 network = bitcoinjs.bitcoin.networks.stratis;