X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=deb88d4571d39dcab94a9bc93f1f1a9deebc4775;hp=035747cb0f89f2a415d90336292b5ce6d0e9bb11;hb=5d1bb7d7763992159befefb7cdca62ad170cdd6a;hpb=ec38b3a263fae22917d6d7d32200f8551e548aa3 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",