X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjs%2Findex.js;h=deb88d4571d39dcab94a9bc93f1f1a9deebc4775;hb=5d1bb7d7763992159befefb7cdca62ad170cdd6a;hp=035747cb0f89f2a415d90336292b5ce6d0e9bb11;hpb=9cec5dd2b77c8af4dc6603a1c7eac70daa0038ca;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/js/index.js b/src/js/index.js index 035747c..deb88d4 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -2185,11 +2185,18 @@ }, }, { - name: "HUSH - Hush", + name: "HUSH - Hush (Legacy)", onSelect: function() { network = bitcoinjs.bitcoin.networks.hush; setHdCoin(197); }, + }, + { + name: "HUSH - Hush3", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.hush3; + setHdCoin(197); + }, }, { name: "INSN - Insane",