diff options
author | Jang Chongchan <jangchongchan20@gmail.com> | 2020-04-28 23:32:24 +0900 |
---|---|---|
committer | Jang Chongchan <jangchongchan20@gmail.com> | 2020-04-28 23:33:27 +0900 |
commit | 7594405011b91075725790ab480d5fded0b689c9 (patch) | |
tree | 576ec68fbe688ab4758f189a7009999542026248 /tests | |
parent | d359fe64b2f43f59714815d7ec5e1c82de50afd0 (diff) | |
download | BIP39-7594405011b91075725790ab480d5fded0b689c9.tar.gz BIP39-7594405011b91075725790ab480d5fded0b689c9.tar.zst BIP39-7594405011b91075725790ab480d5fded0b689c9.zip |
Add Sugarchain testnet support
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index e7c81bc..15a52b3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1685,6 +1685,16 @@ it('Allows selection of Sugarchain', function(done) { | |||
1685 | }; | 1685 | }; |
1686 | testNetwork(done, params); | 1686 | testNetwork(done, params); |
1687 | }); | 1687 | }); |
1688 | it('Allows selection of Sugarchain Testnet', function(done) { | ||
1689 | var params = { | ||
1690 | selectText: "TUGAR - Sugarchain Testnet", | ||
1691 | phrase: "abandon abandon ability", | ||
1692 | firstAddress: "TkoRzLZQyaY88dAACNVwUFMYekR7pv6CbY", | ||
1693 | firstPubKey: "035bc9fa22eff2246ec07bb09c9e32f5f9fee517b4f49a8f117508f8fb41905b25", | ||
1694 | firstPrivKey: "cSd33sGUzymVeaH8ZGzWiyNhjJ1UHuPGLy6goXgNvMjLDqioARWW", | ||
1695 | }; | ||
1696 | testNetwork(done, params); | ||
1697 | }); | ||
1688 | it('Allows selection of Syscoin', function(done) { | 1698 | it('Allows selection of Syscoin', function(done) { |
1689 | var params = { | 1699 | var params = { |
1690 | selectText: "SYS - Syscoin", | 1700 | selectText: "SYS - Syscoin", |