aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorJose Luis Estevez <jose.estevez.prieto@gmail.com>2019-01-13 20:39:47 +0100
committerJose Luis Estevez <jose.estevez.prieto@gmail.com>2019-01-13 20:39:47 +0100
commit4735db1064dc75b71e93eedafa988db037687c93 (patch)
tree8f3b0222f0ce39c5bd7d2fcbbaba792b64617ed8 /src/js/index.js
parent717a3ffcb285233e2d029ac5f544f70410d22d3d (diff)
downloadBIP39-4735db1064dc75b71e93eedafa988db037687c93.tar.gz
BIP39-4735db1064dc75b71e93eedafa988db037687c93.tar.zst
BIP39-4735db1064dc75b71e93eedafa988db037687c93.zip
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..dea2ceb 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2284,6 +2284,14 @@
2284 setHdCoin(174); 2284 setHdCoin(174);
2285 }, 2285 },
2286 }, 2286 },
2287 {
2288 name: "LKR - Lkrcoin",
2289 segwitAvailable: false,
2290 onSelect: function() {
2291 network = bitcoinjs.bitcoin.networks.lkrcoin;
2292 setHdCoin(557);
2293 },
2294 },
2287 { 2295 {
2288 name: "PHR - Phore", 2296 name: "PHR - Phore",
2289 onSelect: function() { 2297 onSelect: function() {