X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=d61c31487d6b70b0b5ee22937ee7c620c21f1fa6;hb=8dd28f2cff4e1f673f4aa7adc93a7254de72a297;hp=f7a1be29712c89f98f9241a5145ae4f152cc880d;hpb=6e679905224385a3ba1352e67bfae9ca069e1574;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/js/index.js b/src/js/index.js index f7a1be2..d61c314 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1386,6 +1386,14 @@ setHdCoin(111); }, }, + { + name: "USNBT - NuBits", + p2wpkhNestedInP2shAvailable: false, + onSelect: function() { + network = bitcoinjs.bitcoin.networks.nubits; + setHdCoin(12); + }, + }, { name: "VIA - Viacoin", p2wpkhNestedInP2shAvailable: false,