add Ethersocial Network(ESN) support

This commit is contained in:
hackyminer
2018-07-12 20:32:10 +09:00
parent c4a09d67eb
commit 16afe3ecbf
2 changed files with 18 additions and 1 deletions

View File

@@ -1434,6 +1434,13 @@ it('Allows selection of DEXON', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Ethersocial Network', function(done) {
var params = {
selectText: "ESN - Ethersocial Network",
firstAddress: "0x6EE99Be2A0C7F887a71e21C8608ACF0aa0D2b767",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {