X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=f33d025d25fdeb7f061113a692baefdde2efcdc0;hp=5d031b28239a3499b854b0c097b872606e126af9;hb=38d1b296df81edb8a8a6a15c097332d0bee3d5e0;hpb=a51ef005ac7f2aaa656610c272004a6f21011c0c diff --git a/src/js/index.js b/src/js/index.js index 5d031b2..f33d025 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -2262,6 +2262,13 @@ network = bitcoinjs.bitcoin.networks.onixcoin; setHdCoin(174); }, + }, + { + name: "PHR - Phore", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.phore; + setHdCoin(444); + }, }, { name: "PINK - Pinkcoin",