From 1ba5816184350df014247c9f508fa05b951ca313 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 11 Nov 2019 09:59:44 +1100 Subject: [PATCH] Fix elastos changes --- .gitignore | 3 --- tests/spec/tests.js | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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); }); -- 2.41.0