aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorjestevez <jose.estevez.prieto@gmail.com>2017-11-30 20:42:49 +0100
committerjestevez <jose.estevez.prieto@gmail.com>2017-11-30 20:42:49 +0100
commit66419cf39c76e60f1b7db419dd1d88f7b221cdbb (patch)
tree904e2350891bbc005045e3a4df68d3cbb96213d1 /src/js/index.js
parent26dd39fd0e5f77475a8feb64cc65f759985c2752 (diff)
downloadBIP39-66419cf39c76e60f1b7db419dd1d88f7b221cdbb.tar.gz
BIP39-66419cf39c76e60f1b7db419dd1d88f7b221cdbb.tar.zst
BIP39-66419cf39c76e60f1b7db419dd1d88f7b221cdbb.zip
Add ONX (Onixcoin)
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..d622641 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1514,6 +1514,14 @@
1514 }, 1514 },
1515 }, 1515 },
1516 { 1516 {
1517 name: "ONX - Onixcoin",
1518 segwitAvailable: false,
1519 onSelect: function() {
1520 network = bitcoinjs.bitcoin.networks.onixcoin;
1521 setHdCoin(99);
1522 },
1523 },
1524 {
1517 name: "PIVX - PIVX", 1525 name: "PIVX - PIVX",
1518 segwitAvailable: false, 1526 segwitAvailable: false,
1519 onSelect: function() { 1527 onSelect: function() {