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 8322115..4601848 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2136,6 +2136,13 @@
2136 }, 2136 },
2137 }, 2137 },
2138 { 2138 {
2139 name: "LTZ - LitecoinZ",
2140 onSelect: function() {
2141 network = bitcoinjs.bitcoin.networks.litecoinz;
2142 setHdCoin(221);
2143 },
2144 },
2145 {
2139 name: "LYNX - Lynx", 2146 name: "LYNX - Lynx",
2140 onSelect: function() { 2147 onSelect: function() {
2141 network = bitcoinjs.bitcoin.networks.lynx; 2148 network = bitcoinjs.bitcoin.networks.lynx;