]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
add test for VeChain
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 528f562eb0989233c42504b9277fe9600819afb5..dd90a667fc57bdbe642f7eb1bcc5174ec89f66c2 100644 (file)
@@ -1319,6 +1319,13 @@ it('Allows selection of Vpncoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of VeChain', function(done) {
+    var params = {
+        selectText: "VET - VeChain",
+        firstAddress: "0xdba55B1B6070f3a733D5eDFf35F0da4A00E455F2",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of Whitecoin', function(done) {
     var params = {
         selectText: "XWC - Whitecoin",
@@ -1522,13 +1529,6 @@ it('Allows selection of Ethersocial Network', function(done) {
     };
     testNetwork(done, params);
 });
-it('Allows selection of Monkey Project', function(done) {
-    var params = {
-        selectText: "MONK - Monkey Project",
-        firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu",
-    };
-    testNetwork(done, params);
-});
 it('Allows selection of Stellar', function(done) {
     var params = {
         selectText: "XLM - Stellar",