aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorxarakas <harilakas@gmail.com>2018-05-11 13:47:50 +0300
committerxarakas <harilakas@gmail.com>2018-05-14 11:32:25 +0300
commit1e2cc748b083c7a172c20ddc574c2aa1c2d8c5f2 (patch)
tree3f5bfbf0549f449cc5a2c1ada564f263bc9275df /tests/spec/tests.js
parentf62138da711d22d9267892cb2a9f63862ee61b5b (diff)
downloadBIP39-1e2cc748b083c7a172c20ddc574c2aa1c2d8c5f2.tar.gz
BIP39-1e2cc748b083c7a172c20ddc574c2aa1c2d8c5f2.tar.zst
BIP39-1e2cc748b083c7a172c20ddc574c2aa1c2d8c5f2.zip
Add BTCP, BTCZ, ZCL, ZEN
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index adaeb6c..94fc672 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -690,6 +690,20 @@ it('Allows selection of Bitcoinplus', function(done) {
690 }; 690 };
691 testNetwork(done, params); 691 testNetwork(done, params);
692}); 692});
693it('Allows selection of Bitcoin Private', function(done) {
694 var params = {
695 selectText: "BTCP - Bitcoin Private",
696 firstAddress: "b1M3PbiXXyN6Hdivdw5rJv5VKpLjPzhm4jM",
697 };
698 testNetwork(done, params);
699});
700it('Allows selection of Bitcoinz', function(done) {
701 var params = {
702 selectText: "BTCZ - Bitcoinz",
703 firstAddress: "t1X2YQoxs8cYRo2oaBYgVEwW5QNjCC59NYc",
704 };
705 testNetwork(done, params);
706});
693it('Allows selection of Bitcore', function(done) { 707it('Allows selection of Bitcore', function(done) {
694 var params = { 708 var params = {
695 selectText: "BTX - Bitcore", 709 selectText: "BTX - Bitcore",
@@ -1173,6 +1187,27 @@ it('Allows selection of Zcash', function(done) {
1173 }; 1187 };
1174 testNetwork(done, params); 1188 testNetwork(done, params);
1175}); 1189});
1190it('Allows selection of Zclassic', function(done) {
1191 var params = {
1192 selectText: "ZCL - Zclassic",
1193 firstAddress: "t1TBMxTvVJRybUbMLGWq8H4A8F4VUL7czEc",
1194 };
1195 testNetwork(done, params);
1196});
1197it('Allows selection of Zencash', function(done) {
1198 var params = {
1199 selectText: "ZEN - Zencash",
1200 firstAddress: "znWh9XASyW2dZq5tck84wFjiwuqVysi7q3p",
1201 };
1202 testNetwork(done, params);
1203});
1204it('Allows selection of Energi', function(done) {
1205 var params = {
1206 selectText: "NRG - Energi",
1207 firstAddress: "EejRy4t4nidzhGGzkJUgFP3z4HYBjhTsRt",
1208 };
1209 testNetwork(done, params);
1210});
1176 1211
1177 1212
1178// BIP39 seed is set from phrase 1213// BIP39 seed is set from phrase