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