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.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 035747c..deb88d4 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2185,12 +2185,19 @@
2185 }, 2185 },
2186 }, 2186 },
2187 { 2187 {
2188 name: "HUSH - Hush", 2188 name: "HUSH - Hush (Legacy)",
2189 onSelect: function() { 2189 onSelect: function() {
2190 network = bitcoinjs.bitcoin.networks.hush; 2190 network = bitcoinjs.bitcoin.networks.hush;
2191 setHdCoin(197); 2191 setHdCoin(197);
2192 }, 2192 },
2193 }, 2193 },
2194 {
2195 name: "HUSH - Hush3",
2196 onSelect: function() {
2197 network = bitcoinjs.bitcoin.networks.hush3;
2198 setHdCoin(197);
2199 },
2200 },
2194 { 2201 {
2195 name: "INSN - Insane", 2202 name: "INSN - Insane",
2196 onSelect: function() { 2203 onSelect: function() {