]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Added BST - BlockStamp
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 5c23f8bb0700f26a5c0007a050d52f28f1f2de64..dcc9b0a65c9e28049b68ba30ce039b4a4d4dba9f 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",
@@ -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) {