diff --git a/.gitignore b/.gitignore index 293deda..f17d88e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ node_modules bip39-standalone.html -.idea -.DS_Store -package-lock.json diff --git a/tests/spec/tests.js b/tests/spec/tests.js index b09be05..1725a2d 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1611,7 +1611,7 @@ it('Allows selection of Groestlcoin Testnet', function(done) { it('Allows selection of Elastos', function(done) { var params = { selectText: "ELA - Elastos", - firstAddress: "EYmqntM99tr4NJJs2G5Nr93pqsh9cdTCkS", + firstAddress: "EMccDcsn3SwPDcfeQMf3w7utqi8ioWYtkg", }; testNetwork(done, params); });