]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
Added HUSH3 encoding and kept old as Legacy for users to be able to cross verify
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index 4fac6f16c26f2321483d05342ef230ee789b0755..ab7cc0064b439aa2fbb887c983deb4c5ff5e8341 100644 (file)
             },
         },
                {
-            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",