]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Fix Stash testnet test
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 544f92115baf1c6427624d08ccb8c039732ac8a9..f0fad8544a59228dbeee84e7f270d53297f1cc51 100644 (file)
@@ -1120,7 +1120,7 @@ it('Allows selection of stash', function(done) {
 it('Allows selection of stash testnet', function(done) {
     var params = {
         selectText: "STASH - Stash Testnet",
-        firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT",
+        firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR",
     };
     testNetwork(done, params);
 });