aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-08-14 09:02:29 +1000
committerGitHub <noreply@github.com>2018-08-14 09:02:29 +1000
commitc1a5e79c5fdb556f2cedfeba583ccafb5a997373 (patch)
tree31c5317e6b14e80f36f48390aca783a6e0204531 /src/js/index.js
parente47cd1970f7f40ede6a97fb284df1701a3f252e5 (diff)
parent3eee87560ba28593ee82637b5d981b038689d629 (diff)
downloadBIP39-c1a5e79c5fdb556f2cedfeba583ccafb5a997373.tar.gz
BIP39-c1a5e79c5fdb556f2cedfeba583ccafb5a997373.tar.zst
BIP39-c1a5e79c5fdb556f2cedfeba583ccafb5a997373.zip
Merge pull request #238 from stashpayio/stash
Stash
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;