From 0bc6361db4de780d159d810bd109659433ca2adc Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 6 Feb 2020 20:10:52 +1100 Subject: [PATCH] Fix ethercore test --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 62647d2..a2e39f1 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1638,7 +1638,7 @@ it('Allows selection of Thought', function(done) { it('Allows selection of EtherCore', function(done) { var params = { selectText: "ERE - EtherCore", - firstAddress: "0xDeeAD0297F06dfe6c7Ad0C1D0CF5B06D6047bEEe", + firstAddress: "0x119e6EAC3Ce1b473D62d9fD847fb0ea222eF1D9e", }; testNetwork(done, params); }); -- 2.41.0