]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Merge pull request #324 from jestevez/master
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 6c9809104860ba7831eb44588d57855ab8f0ad8e..f24b4ac0930b051d546bddc06cff13af253ad772 100644 (file)
@@ -535,6 +535,13 @@ it('Allows selection of lkrcoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of bolivarcoin', function(done) {
+    var params = {
+        selectText: "BOLI - Bolivarcoin",
+        firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of peercoin', function(done) {
     var params = {
         selectText: "PPC - Peercoin",
@@ -1441,6 +1448,13 @@ it('Allows selection of Ellaism', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Ethersocial Network', function(done) {
+    var params = {
+        selectText: "ESN - Ethersocial Network",
+        firstAddress: "0x6EE99Be2A0C7F887a71e21C8608ACF0aa0D2b767",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {