aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-07-26 09:29:34 +1000
committerGitHub <noreply@github.com>2018-07-26 09:29:34 +1000
commit9d4e17928a9ed1bfe3d71eb1a60ed303b41019d9 (patch)
tree4e0bda7e54f3e5a16ada91bda07273edbcc1b23e /src/js/index.js
parent0f9081e2b51c7fd07123369016fb92ce98f72d79 (diff)
parent60727c51752cf2cb7af2ae3d64458843270e3ad6 (diff)
downloadBIP39-9d4e17928a9ed1bfe3d71eb1a60ed303b41019d9.tar.gz
BIP39-9d4e17928a9ed1bfe3d71eb1a60ed303b41019d9.tar.zst
BIP39-9d4e17928a9ed1bfe3d71eb1a60ed303b41019d9.zip
Merge pull request #233 from skironDotNet/hushcoin
Add HUSH coin, same as BTCZ but diffrent bip44 coin type
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 1b56d6c..cf3d5aa 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1968,6 +1968,13 @@
1968 setHdCoin(168); 1968 setHdCoin(168);
1969 }, 1969 },
1970 }, 1970 },
1971 {
1972 name: "HUSH - Hush",
1973 onSelect: function() {
1974 network = bitcoinjs.bitcoin.networks.hush;
1975 setHdCoin(197);
1976 },
1977 },
1971 { 1978 {
1972 name: "INSN - Insane", 1979 name: "INSN - Insane",
1973 onSelect: function() { 1980 onSelect: function() {