mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-24 11:20:58 +00:00
Fix ethercore test
This commit is contained in:
+1
-1
@@ -1638,7 +1638,7 @@ it('Allows selection of Thought', function(done) {
|
|||||||
it('Allows selection of EtherCore', function(done) {
|
it('Allows selection of EtherCore', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "ERE - EtherCore",
|
selectText: "ERE - EtherCore",
|
||||||
firstAddress: "0xDeeAD0297F06dfe6c7Ad0C1D0CF5B06D6047bEEe",
|
firstAddress: "0x119e6EAC3Ce1b473D62d9fD847fb0ea222eF1D9e",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user