X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=d622641f145fa33be7000acddd06cc0bcbdc47fc;hb=66419cf39c76e60f1b7db419dd1d88f7b221cdbb;hp=c148d9cf8847a1f6b426c80a0180a0e5eac9071b;hpb=9225b805d6674a45804d96b66ca4b77ba9d52c73;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git 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 @@ -1513,6 +1513,14 @@ setHdCoin(7); }, }, + { + name: "ONX - Onixcoin", + segwitAvailable: false, + onSelect: function() { + network = bitcoinjs.bitcoin.networks.onixcoin; + setHdCoin(99); + }, + }, { name: "PIVX - PIVX", segwitAvailable: false,