X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=cf3d5aa4578d8ad5dcc2d979f6ed2bcc22ec34df;hp=1b56d6cbf1e808aa5cdf5ef56425873a46d2d8cb;hb=60727c51752cf2cb7af2ae3d64458843270e3ad6;hpb=0d9c6c5458e89e9fa8317c361f3ae10e0e0a3436 diff --git a/src/js/index.js b/src/js/index.js index 1b56d6c..cf3d5aa 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1967,6 +1967,13 @@ network = bitcoinjs.bitcoin.networks.helleniccoin; setHdCoin(168); }, + }, + { + name: "HUSH - Hush", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.hush; + setHdCoin(197); + }, }, { name: "INSN - Insane",