Add Elastos

This commit is contained in:
Nan Jiang
2019-10-26 18:13:31 +11:00
parent bc32c84166
commit 36523e0d97
6 changed files with 181 additions and 7 deletions

View File

@@ -1608,6 +1608,13 @@ it('Allows selection of Groestlcoin Testnet', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Elastos', function(done) {
var params = {
selectText: "ELA - Elastos",
firstAddress: "EYmqntM99tr4NJJs2G5Nr93pqsh9cdTCkS",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {