aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-01-15 08:55:56 +1100
committerGitHub <noreply@github.com>2019-01-15 08:55:56 +1100
commitcceb518d0996d3ca79f85f331cf6dc9da3720ee3 (patch)
treeab40716fe6827c7cea0b697cae03a6699bb6cc2d /src/js/index.js
parent717a3ffcb285233e2d029ac5f544f70410d22d3d (diff)
parentae27549baff9b3c5ddd8fc8ddd7277a33e07d6a2 (diff)
downloadBIP39-cceb518d0996d3ca79f85f331cf6dc9da3720ee3.tar.gz
BIP39-cceb518d0996d3ca79f85f331cf6dc9da3720ee3.tar.zst
BIP39-cceb518d0996d3ca79f85f331cf6dc9da3720ee3.zip
Merge pull request #291 from jestevez/master
Add LKRcoin (LKR)
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 4601848..cbe0255 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2128,6 +2128,14 @@
2128 }, 2128 },
2129 }, 2129 },
2130 { 2130 {
2131 name: "LKR - Lkrcoin",
2132 segwitAvailable: false,
2133 onSelect: function() {
2134 network = bitcoinjs.bitcoin.networks.lkrcoin;
2135 setHdCoin(557);
2136 },
2137 },
2138 {
2131 name: "LTC - Litecoin", 2139 name: "LTC - Litecoin",
2132 onSelect: function() { 2140 onSelect: function() {
2133 network = bitcoinjs.bitcoin.networks.litecoin; 2141 network = bitcoinjs.bitcoin.networks.litecoin;