]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
Merge pull request #355 from zhanghangorg/master
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index 035747cb0f89f2a415d90336292b5ce6d0e9bb11..deb88d4571d39dcab94a9bc93f1f1a9deebc4775 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",