]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
add stash parameters
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index 589ba20fd891d612a0ad41bef636c45f96b23533..16c5cef5ce1da2837167f64650e843c46102a791 100644 (file)
                 setHdCoin(59);
             },
         },
+        {
+            name: "STASH - Stash",
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.stash;
+                setHdCoin(0xC0C0);
+            },
+        },
+        {
+            name: "STASH - Stash Testnet",
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.stashtn;
+                setHdCoin(0xCAFE);
+            },
+        },
         {
             name: "STRAT - Stratis",
             onSelect: function() {