X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=5d031b28239a3499b854b0c097b872606e126af9;hb=a51ef005ac7f2aaa656610c272004a6f21011c0c;hp=85639a0a5527f5309e09f4dfabb5771368f05008;hpb=64425922ae0e36dc31565384c03a005cd5894632;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/js/index.js b/src/js/index.js index 85639a0..5d031b2 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -2320,6 +2320,13 @@ network = bitcoinjs.bitcoin.networks.peercoin; setHdCoin(6); }, + }, + { + name: "PRJ - ProjectCoin", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.projectcoin; + setHdCoin(533); + }, }, { name: "PSB - Pesobit",