aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-08-22 10:06:38 +1000
committerGitHub <noreply@github.com>2018-08-22 10:06:38 +1000
commite76cd8fbf32e3b76158dc59ca6d018591a6032eb (patch)
treed52ec4add3364118018fef58c7c41bea693a88ec /src/js/index.js
parent43e5cabfcf2d24182ba19da0d6b0d43c4d70962e (diff)
parent7878bb3295e0204b1917fd37680053641950c6a5 (diff)
downloadBIP39-e76cd8fbf32e3b76158dc59ca6d018591a6032eb.tar.gz
BIP39-e76cd8fbf32e3b76158dc59ca6d018591a6032eb.tar.zst
BIP39-e76cd8fbf32e3b76158dc59ca6d018591a6032eb.zip
Merge pull request #242 from Stoner19/master
Salus (SLS) support added
Diffstat (limited to 'src/js/index.js')
-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 16c5cef..93730ed 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2315,6 +2315,13 @@
2315 }, 2315 },
2316 }, 2316 },
2317 { 2317 {
2318 name: "SLS - Salus",
2319 onSelect: function() {
2320 network = bitcoinjs.bitcoin.networks.salus;
2321 setHdCoin(63);
2322 },
2323 },
2324 {
2318 name: "SDC - ShadowCash", 2325 name: "SDC - ShadowCash",
2319 onSelect: function() { 2326 onSelect: function() {
2320 network = bitcoinjs.bitcoin.networks.shadow; 2327 network = bitcoinjs.bitcoin.networks.shadow;