]> 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 ad40b953cb51535af99f0f5c0d4596f4ec0dc504..e0b11616021cd797dd51a0d0b4b472684e66cdb0 100644 (file)
@@ -1404,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) {