X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=3afa598b39238553cd1dfc926f4ecf82e3660a00;hp=52b0db5d86f4f8ba3ea49dceaaaae6e5f6cbcc0c;hb=9f675f2e47f371d2d09bf90f03a2e09ec62a10c4;hpb=c4f4208b95cf6fb85a8d669c0c8dcdb8b12bb2e7 diff --git a/src/js/index.js b/src/js/index.js index 52b0db5..3afa598 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1902,6 +1902,13 @@ setHdCoin(71); }, }, + { + name: "CPU - CPUchain", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.cpuchain; + setHdCoin(363); + }, + }, { name: "CRAVE - Crave", onSelect: function() { @@ -2741,6 +2748,13 @@ setHdCoin(28); }, }, + { + name: "WGR - Wagerr", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.wagerr; + setHdCoin(7825266); + }, + }, { name: "WC - Wincoin", onSelect: function() {