X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=b784f8ca1ee72448cdb76b936dbff31bb98898ec;hp=8242da47b56d2be639f4dd391922ba31b1a9a917;hb=7d4e4cbe2677976e12e9b35a00f032eb038848e2;hpb=82e3938afe3e76000b58e6a49e204ffff10fbd5a diff --git a/src/js/index.js b/src/js/index.js index 8242da4..b784f8c 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -2074,6 +2074,20 @@ setHdCoin(40); }, }, + { + name: "FIX - FIX", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.fix; + setHdCoin(336); + }, + }, + { + name: "FIX - FIX Testnet", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.fixtestnet; + setHdCoin(1); + }, + }, { name: "FJC - Fujicoin", onSelect: function() {