]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
add Ethersocial Network(ESN) support
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index d71a61c9c1966a10b260d7a1d2157c1e30cae14e..83fc949bc990b1c1ca7cf13497d4a763542d4cc2 100644 (file)
@@ -472,10 +472,17 @@ it('Allows selection of clam', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of crown', function(done) {
+    var params = {
+        selectText: "CRW - Crown (Legacy)",
+        firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5", 
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of crown', function(done) {
     var params = {
         selectText: "CRW - Crown",
-        firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5",
+        firstAddress: "CRWKnVmVhvH1KWTYe6sq8xV4dFGcFpBEEkPQ",
     };
     testNetwork(done, params);
 });
@@ -1427,6 +1434,13 @@ it('Allows selection of DEXON', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Ethersocial Network', function(done) {
+    var params = {
+        selectText: "ESN - Ethersocial Network",
+        firstAddress: "0x6EE99Be2A0C7F887a71e21C8608ACF0aa0D2b767",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {