]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
added LTZ - LitecoinZ https://litecoinz.org/
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index cd3f381d1aba6284e049c12ebedc44984b88a1ef..5c23f8bb0700f26a5c0007a050d52f28f1f2de64 100644 (file)
@@ -1355,6 +1355,13 @@ it('Allows selection of Phore', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Safecoin', function(done) {
+     var params = {
+         selectText: "SAFE - Safecoin",
+         firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF",
+     };
+     testNetwork(done, params);
+ });
 it('Allows selection of Blocknode', function(done) {
     var params = {
         selectText: "BND - Blocknode",
@@ -1369,6 +1376,13 @@ it('Allows selection of Blocknode Testnet', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of LitecoinZ', function(done) {
+    var params = {
+        selectText: "LTZ - LitecoinZ",
+        firstAddress: "L1VTXju7hLgKV4T7fGXS9sKsnm2gmtRCmyw",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {