X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=1a1fea2bd0d7b9d57dc675164123f8a414136b59;hb=2eab7c3236d161be65015c9ab8a2caac5c70618a;hp=3f1cf3c4d35405b7ec2c53cddc1cdb6ea8047ab1;hpb=502898819506605c2b58821285c20054b999a8a7;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/js/index.js b/src/js/index.js index 3f1cf3c..1a1fea2 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1531,6 +1531,14 @@ setHdCoin(145); }, }, + { + name: "BEET - Beetlecoin", + segwitAvailable: false, + onSelect: function() { + network = bitcoinjs.bitcoin.networks.beetlecoin; + setHdCoin(800); + }, + }, { name: "BLK - BlackCoin", segwitAvailable: false, @@ -1560,7 +1568,7 @@ segwitAvailable: true, onSelect: function() { network = bitcoinjs.bitcoin.networks.bgold; - setHdCoin(0); + setHdCoin(156); }, }, { @@ -1603,6 +1611,14 @@ setHdCoin(116); }, }, + { + name: "NEBL - Neblio", + segwitAvailable: false, + onSelect: function() { + network = bitcoinjs.bitcoin.networks.neblio; + setHdCoin(146); + }, + }, { name: "DOGE - Dogecoin", segwitAvailable: false,