X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=affcc61c9541ce67c0473cc5b604cd6e46c52905;hp=cbe0255a32630856da567c8d208a407702fe1227;hb=f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4;hpb=497fcf0e4863138ecdad1b13c9d204310a2598a6 diff --git a/src/js/index.js b/src/js/index.js index cbe0255..affcc61 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1729,6 +1729,13 @@ network = bitcoinjs.bitcoin.networks.bitsend; setHdCoin(91); }, + }, + { + name: "BST - BlockStamp", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.blockstamp; + setHdCoin(254); + }, }, { name: "BTA - Bata",