X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=f7a1be29712c89f98f9241a5145ae4f152cc880d;hp=6a2fea609140edb8e8b4561426f066772bd88bac;hb=6e679905224385a3ba1352e67bfae9ca069e1574;hpb=9ff30babbc11c56be6d1df37448c4c3dc517fcb2 diff --git a/src/js/index.js b/src/js/index.js index 6a2fea6..f7a1be2 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,