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.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() {