aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorxarakas <harilakas@gmail.com>2018-05-15 18:16:27 +0300
committerxarakas <harilakas@gmail.com>2018-05-15 18:19:18 +0300
commitbb381a72ab07817e1216d5e12e2d4c5fc622d79b (patch)
tree256413b98b815bf9a18383bfb2b2b58b83b7e8ba /tests/spec/tests.js
parent35d9e9fddc6b49b9250777e2901652218a270919 (diff)
downloadBIP39-bb381a72ab07817e1216d5e12e2d4c5fc622d79b.tar.gz
BIP39-bb381a72ab07817e1216d5e12e2d4c5fc622d79b.tar.zst
BIP39-bb381a72ab07817e1216d5e12e2d4c5fc622d79b.zip
Add ETC, PIRL, CLO, MIX, MUSIC, POA, EXP, and coinomi/ledger client option in bip32 tab
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js49
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 94fc672..250a720 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1208,6 +1208,55 @@ it('Allows selection of Energi', function(done) {
1208 }; 1208 };
1209 testNetwork(done, params); 1209 testNetwork(done, params);
1210}); 1210});
1211it('Allows selection of Ethereum Classic', function(done) {
1212 var params = {
1213 selectText: "ETC - Ethereum Classic",
1214 firstAddress: "0x3c05e5556693808367afB62eF3b63e35d6eD249A",
1215 };
1216 testNetwork(done, params);
1217});
1218it('Allows selection of Pirl', function(done) {
1219 var params = {
1220 selectText: "PIRL - Pirl",
1221 firstAddress: "0xe77FC0723dA122B5025CA79193c28563eB47e776",
1222 };
1223 testNetwork(done, params);
1224});
1225it('Allows selection of MIX', function(done) {
1226 var params = {
1227 selectText: "MIX - MIX",
1228 firstAddress: "0x98BC5e63aeb6A4e82d72850d20710F07E29A29F1",
1229 };
1230 testNetwork(done, params);
1231});
1232it('Allows selection of Musicoin', function(done) {
1233 var params = {
1234 selectText: "MUSIC - Musicoin",
1235 firstAddress: "0xDc060e4A0b0313ea83Cf6B3A39B9db2D29004897",
1236 };
1237 testNetwork(done, params);
1238});
1239it('Allows selection of Poa', function(done) {
1240 var params = {
1241 selectText: "POA - Poa",
1242 firstAddress: "0x53aF28d754e106210C3d0467Dd581eaf7e3C5e60",
1243 };
1244 testNetwork(done, params);
1245});
1246it('Allows selection of Expanse', function(done) {
1247 var params = {
1248 selectText: "EXP - Expanse",
1249 firstAddress: "0xf57FeAbf26582b6E3E666559d3B1Cc6fB2b2c5F6",
1250 };
1251 testNetwork(done, params);
1252});
1253it('Allows selection of Callisto', function(done) {
1254 var params = {
1255 selectText: "CLO - Callisto",
1256 firstAddress: "0x4f9364F7420B317266C51Dc8eB979717D4dE3f4E",
1257 };
1258 testNetwork(done, params);
1259});
1211 1260
1212 1261
1213// BIP39 seed is set from phrase 1262// BIP39 seed is set from phrase