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 3f1cf3c..502bbdf 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1604,6 +1604,14 @@
1604 }, 1604 },
1605 }, 1605 },
1606 { 1606 {
1607 name: "NEBL - Neblio",
1608 segwitAvailable: false,
1609 onSelect: function() {
1610 network = bitcoinjs.bitcoin.networks.neblio;
1611 setHdCoin(146);
1612 },
1613 },
1614 {
1607 name: "DOGE - Dogecoin", 1615 name: "DOGE - Dogecoin",
1608 segwitAvailable: false, 1616 segwitAvailable: false,
1609 onSelect: function() { 1617 onSelect: function() {