]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Add definitions for DEXON (DXN)
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 9c4b97206874fd84aa6e3b6187618a8f591551c5..e0b11616021cd797dd51a0d0b4b472684e66cdb0 100644 (file)
@@ -998,6 +998,13 @@ it('Allows selection of Neoscoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Nix', function(done) {
+    var params = {
+        selectText: "NIX - NIX Platform",
+        firstAddress: "GgcNW2SQQXB4LWHRQTHKkQF3GzXNSLqS8u",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of Neurocoin', function(done) {
     var params = {
         selectText: "NRO - Neurocoin",
@@ -1397,6 +1404,13 @@ it('Allows selection of BlockStamp', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of DEXON', function(done) {
+    var params = {
+        selectText: "DXN - DEXON",
+        firstAddress: "0x136a58788033E028CCd740FbDec6734358DB56Ec",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {