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 a147f61..9c9ad58 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1522,6 +1522,14 @@
1522 }, 1522 },
1523 }, 1523 },
1524 { 1524 {
1525 name: "ONX - Onixcoin",
1526 segwitAvailable: false,
1527 onSelect: function() {
1528 network = bitcoinjs.bitcoin.networks.onixcoin;
1529 setHdCoin(174);
1530 },
1531 },
1532 {
1525 name: "PIVX - PIVX", 1533 name: "PIVX - PIVX",
1526 segwitAvailable: false, 1534 segwitAvailable: false,
1527 onSelect: function() { 1535 onSelect: function() {