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 c148d9c..a147f61 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1481,6 +1481,14 @@
1481 }, 1481 },
1482 }, 1482 },
1483 { 1483 {
1484 name: "KMD - Komodo",
1485 bip49available: false,
1486 onSelect: function() {
1487 network = bitcoinjs.bitcoin.networks.komodo;
1488 setHdCoin(141);
1489 },
1490 },
1491 {
1484 name: "LTC - Litecoin", 1492 name: "LTC - Litecoin",
1485 segwitAvailable: true, 1493 segwitAvailable: true,
1486 onSelect: function() { 1494 onSelect: function() {