]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
Fixed Salus and added Cryptoescudo
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index 16c5cef5ce1da2837167f64650e843c46102a791..93730edac34dd840359c4c7783cb56a9da19e281 100644 (file)
                 setHdCoin(129);
             },
         },
+        {
+          name: "SLS - Salus",
+          onSelect: function() {
+              network = bitcoinjs.bitcoin.networks.salus;
+              setHdCoin(63);
+            },
+        },
         {
             name: "SDC - ShadowCash",
             onSelect: function() {