]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix energyweb test
authorIan Coleman <ian@iancoleman.io>
Sun, 1 Dec 2019 23:44:35 +0000 (10:44 +1100)
committerIan Coleman <ian@iancoleman.io>
Sun, 1 Dec 2019 23:44:35 +0000 (10:44 +1100)
tests/spec/tests.js

index 6b52e2c715d407fcc8aca12456121854a8b98857..af8944c5ed69b6de8306f836c74bdc723d0d3d32 100644 (file)
@@ -1618,7 +1618,7 @@ it('Allows selection of Elastos', function(done) {
 it('Allows selection of Energyweb', function(done) {
     var params = {
         selectText: "EWT - EnergyWeb",
-        firstAddress: "0x190aCfa6dA6Ff2D0a28Fbd0e02Aec493bCa5D7f7",
+        firstAddress: "0x22171474844Fc7E8E99A3A69CCf1eDb5574FdD4c",
     };
     testNetwork(done, params);
 });