]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Added Phore (PHR) coin
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index f0fad8544a59228dbeee84e7f270d53297f1cc51..b1308fb99556c1b29a773b44d8be1290166d243b 100644 (file)
@@ -1341,6 +1341,13 @@ it('Allows selection of ProjectCoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Phore', function(done) {
+    var params = {
+        selectText: "PHR - Phore",
+        firstAddress: "PJThxpoXAG6hqrmdeQQbVDX4TJtFTMMymC",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {
@@ -2912,7 +2919,7 @@ it('Can change details while old addresses are still being generated', function(
                 });
         });
     });
-}, generateDelay + 5000);
+}, generateDelay + 10000);
 
 // Github issue 49
 // padding for binary should give length with multiple of 256