Fix elastos changes

This commit is contained in:
Ian Coleman
2019-11-11 09:59:44 +11:00
parent 0a23f51792
commit 1ba5816184
2 changed files with 1 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,2 @@
node_modules
bip39-standalone.html
.idea
.DS_Store
package-lock.json

View File

@@ -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);
});