aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-12-11 07:43:55 +1100
committerGitHub <noreply@github.com>2018-12-11 07:43:55 +1100
commit717a3ffcb285233e2d029ac5f544f70410d22d3d (patch)
tree0485906fb66ad25d629a25804d46eb0915b35482 /src/js/index.js
parent7f65b685b384c48df1b4ea11e7331daf15ec680d (diff)
parentd4fcdda9fbfde32d67588aa9d74d74c5606c239d (diff)
downloadBIP39-717a3ffcb285233e2d029ac5f544f70410d22d3d.tar.gz
BIP39-717a3ffcb285233e2d029ac5f544f70410d22d3d.tar.zst
BIP39-717a3ffcb285233e2d029ac5f544f70410d22d3d.zip
Merge pull request #284 from skironDotNet/litecoinZ
added LTZ - LitecoinZ https://litecoinz.org/
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;