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.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() {