aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-07-26 09:34:34 +1000
committerGitHub <noreply@github.com>2018-07-26 09:34:34 +1000
commitf83d786dd7c26e5b3e4feac22f14893464f9f8c4 (patch)
tree21d70d0dacfa05eb3515504ab9e1cf05124b3836 /tests/spec
parent83fefeaf0ba753d9ce858efb08c4ae7010180fa8 (diff)
parent0f1cfea04ce101cd42213e621e41e17c3063f3d2 (diff)
downloadBIP39-f83d786dd7c26e5b3e4feac22f14893464f9f8c4.tar.gz
BIP39-f83d786dd7c26e5b3e4feac22f14893464f9f8c4.tar.zst
BIP39-f83d786dd7c26e5b3e4feac22f14893464f9f8c4.zip
Merge pull request #216 from Coinomi/ethereum-like
Add ETC, PIRL, CLO, MIX, MUSIC, POA, EXP, and coinomi/ledger client o…
Diffstat (limited to 'tests/spec')
-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 c97c973..ddb909a 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1215,6 +1215,55 @@ it('Allows selection of Energi', function(done) {
1215 }; 1215 };
1216 testNetwork(done, params); 1216 testNetwork(done, params);
1217}); 1217});
1218it('Allows selection of Ethereum Classic', function(done) {
1219 var params = {
1220 selectText: "ETC - Ethereum Classic",
1221 firstAddress: "0x3c05e5556693808367afB62eF3b63e35d6eD249A",
1222 };
1223 testNetwork(done, params);
1224});
1225it('Allows selection of Pirl', function(done) {
1226 var params = {
1227 selectText: "PIRL - Pirl",
1228 firstAddress: "0xe77FC0723dA122B5025CA79193c28563eB47e776",
1229 };
1230 testNetwork(done, params);
1231});
1232it('Allows selection of MIX', function(done) {
1233 var params = {
1234 selectText: "MIX - MIX",
1235 firstAddress: "0x98BC5e63aeb6A4e82d72850d20710F07E29A29F1",
1236 };
1237 testNetwork(done, params);
1238});
1239it('Allows selection of Musicoin', function(done) {
1240 var params = {
1241 selectText: "MUSIC - Musicoin",
1242 firstAddress: "0xDc060e4A0b0313ea83Cf6B3A39B9db2D29004897",
1243 };
1244 testNetwork(done, params);
1245});
1246it('Allows selection of Poa', function(done) {
1247 var params = {
1248 selectText: "POA - Poa",
1249 firstAddress: "0x53aF28d754e106210C3d0467Dd581eaf7e3C5e60",
1250 };
1251 testNetwork(done, params);
1252});
1253it('Allows selection of Expanse', function(done) {
1254 var params = {
1255 selectText: "EXP - Expanse",
1256 firstAddress: "0xf57FeAbf26582b6E3E666559d3B1Cc6fB2b2c5F6",
1257 };
1258 testNetwork(done, params);
1259});
1260it('Allows selection of Callisto', function(done) {
1261 var params = {
1262 selectText: "CLO - Callisto",
1263 firstAddress: "0x4f9364F7420B317266C51Dc8eB979717D4dE3f4E",
1264 };
1265 testNetwork(done, params);
1266});
1218 1267
1219 1268
1220// BIP39 seed is set from phrase 1269// BIP39 seed is set from phrase