aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhackyminer <hackyminer@gmail.com>2019-04-26 01:33:59 +0900
committerhackyminer <hackyminer@gmail.com>2019-04-26 01:33:59 +0900
commit2885ddd5f7d6dbe6211fd699e58ce0da6ac6295c (patch)
tree6abbb26a056fc1501f136fd9add1f768161b1338 /tests
parentc4a09d67eb944be6536702f7a511f2601ec3e27e (diff)
downloadBIP39-2885ddd5f7d6dbe6211fd699e58ce0da6ac6295c.tar.gz
BIP39-2885ddd5f7d6dbe6211fd699e58ce0da6ac6295c.tar.zst
BIP39-2885ddd5f7d6dbe6211fd699e58ce0da6ac6295c.zip
add Ellaism(ELLA) suppport
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index a22d749..6c98091 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1434,6 +1434,13 @@ it('Allows selection of DEXON', function(done) {
1434 }; 1434 };
1435 testNetwork(done, params); 1435 testNetwork(done, params);
1436}); 1436});
1437it('Allows selection of Ellaism', function(done) {
1438 var params = {
1439 selectText: "ELLA - Ellaism",
1440 firstAddress: "0xa8B0BeA09eeBc41062308546a01d6E544277e2Ca",
1441 };
1442 testNetwork(done, params);
1443});
1437 1444
1438// BIP39 seed is set from phrase 1445// BIP39 seed is set from phrase
1439it('Sets the bip39 seed from the prhase', function(done) { 1446it('Sets the bip39 seed from the prhase', function(done) {