]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Fix tests for BitCloud and Megacoin
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index c875aeb39273572bb20b7730073e3965f347dfdb..7b0b3b2f9db5e1a85d79f7032416c85ab0ad2d45 100644 (file)
@@ -707,7 +707,7 @@ it('Allows selection of Bitcoinz', function(done) {
 it('Allows selection of BitCloud', function(done) {
     var params = {
         selectText: "BTDX - BitCloud",
-        firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM",
+        firstAddress: "BHbWitXCNgTf1BhsRDNMP186EeibuzmrBi",
     };
     testNetwork(done, params);
 });
@@ -966,7 +966,7 @@ it('Allows selection of Lynx', function(done) {
 it('Allows selection of Megacoin', function(done) {
     var params = {
         selectText: "MEC - Megacoin",
-        firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC",
+        firstAddress: "MDfAj9CzkC1HpcUiVGnHp8yKTa7WXgu8AY",
     };
     testNetwork(done, params);
 });
@@ -1094,6 +1094,7 @@ it('Allows selection of Salus', function(done) {
         selectText: "SLS - Salus",
         firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB",
     };
+});
 it('Allows selection of Smileycoin', function(done) {
     var params = {
         selectText: "SMLY - Smileycoin",
@@ -1318,7 +1319,27 @@ it('Allows selection of Artax', function(done) {
     };
     testNetwork(done, params);
 });
-
+it('Allows selection of BitcoinGreen', function(done) {
+    var params = {
+        selectText: "BITG - Bitcoin Green",
+        firstAddress: "GeNGm9SkEfwbsws3UrrUSE2sJeyWYjzraY",
+    };
+    testNetwork(done, params);
+});
+it('Allows selection of ANON', function(done) {
+    var params = {
+        selectText: "ANON - ANON",
+        firstAddress: "AnU6pijpEeUZFWSTyM2qTqZQn996Zq1Xard",
+    };
+    testNetwork(done, params);
+});
+it('Allows selection of ProjectCoin', function(done) {
+    var params = {
+        selectText: "PRJ - ProjectCoin",
+        firstAddress: "PXZG97saRseSCftfe1mcFmfAA7pf6qBbaz",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {