]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Update bitcore network parameters
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 19d6b32961fcbe750814d305fa10a6c30520f8f9..9bbc0bc6749f7ef8dcf313f8dd46a7cae360bf48 100644 (file)
@@ -707,7 +707,7 @@ it('Allows selection of Bitcoinz', function(done) {
 it('Allows selection of Bitcore', function(done) {
     var params = {
         selectText: "BTX - Bitcore",
-        firstAddress: "1Dg18EtqhReS11e9h8khkLjWGLHVjPM2AB",
+        firstAddress: "2Rgp5Znhpy34TK4QmPkfCiYs9r4KovfTH9",
     };
     testNetwork(done, params);
 });