]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Fix SAFE test address
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 5c23f8bb0700f26a5c0007a050d52f28f1f2de64..9c4b97206874fd84aa6e3b6187618a8f591551c5 100644 (file)
@@ -521,6 +521,13 @@ it('Allows selection of onixcoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of lkrcoin', function(done) {
+    var params = {
+        selectText: "LKR - Lkrcoin",
+        firstAddress: "LfbT296e7AEEnn4bYDbL535Nd8P9g98CdJ",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of peercoin', function(done) {
     var params = {
         selectText: "PPC - Peercoin",
@@ -1358,7 +1365,7 @@ it('Allows selection of Phore', function(done) {
 it('Allows selection of Safecoin', function(done) {
      var params = {
          selectText: "SAFE - Safecoin",
-         firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF",
+         firstAddress: "RtxHpnhJz6RY8k9owP3ua5QWraunmewB1G",
      };
      testNetwork(done, params);
  });
@@ -1383,6 +1390,13 @@ it('Allows selection of LitecoinZ', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of BlockStamp', function(done) {
+    var params = {
+        selectText: "BST - BlockStamp",
+        firstAddress: "15gypKtim4cVTj137ApfryG17RkvSbPazZ",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {