Merge branch 'master' into ella-support

This commit is contained in:
iancoleman
2019-04-30 11:07:12 +10:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -1441,6 +1441,13 @@ it('Allows selection of Ellaism', 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) {