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.js11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/js/index.js b/src/js/index.js
index b3450d3..fff1e40 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2199,12 +2199,19 @@
2199 }, 2199 },
2200 }, 2200 },
2201 { 2201 {
2202 name: "HUSH - Hush", 2202 name: "HUSH - Hush (Legacy)",
2203 onSelect: function() { 2203 onSelect: function() {
2204 network = bitcoinjs.bitcoin.networks.hush; 2204 network = bitcoinjs.bitcoin.networks.hush;
2205 setHdCoin(197); 2205 setHdCoin(197);
2206 }, 2206 },
2207 }, 2207 },
2208 {
2209 name: "HUSH - Hush3",
2210 onSelect: function() {
2211 network = bitcoinjs.bitcoin.networks.hush3;
2212 setHdCoin(197);
2213 },
2214 },
2208 { 2215 {
2209 name: "INSN - Insane", 2216 name: "INSN - Insane",
2210 onSelect: function() { 2217 onSelect: function() {
@@ -2888,7 +2895,7 @@
2888 }, 2895 },
2889 }, 2896 },
2890 { 2897 {
2891 name: "ZEN - Zencash", 2898 name: "ZEN - Horizen",
2892 onSelect: function() { 2899 onSelect: function() {
2893 network = bitcoinjs.bitcoin.networks.zencash; 2900 network = bitcoinjs.bitcoin.networks.zencash;
2894 setHdCoin(121); 2901 setHdCoin(121);