X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjs%2Findex.js;h=589ba20fd891d612a0ad41bef636c45f96b23533;hb=f83d786dd7c26e5b3e4feac22f14893464f9f8c4;hp=371cea9285d2b053cb1630b2d5a13792691827b5;hpb=0f1cfea04ce101cd42213e621e41e17c3063f3d2;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/js/index.js b/src/js/index.js index 371cea9..589ba20 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1998,6 +1998,13 @@ network = bitcoinjs.bitcoin.networks.helleniccoin; setHdCoin(168); }, + }, + { + name: "HUSH - Hush", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.hush; + setHdCoin(197); + }, }, { name: "INSN - Insane", @@ -2356,6 +2363,13 @@ setHdCoin(105); }, }, + { + name: "TSTRAT - Stratis Testnet", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.stratistest; + setHdCoin(105); + }, + }, { name: "SYS - Syscoin", onSelect: function() {