aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorPawel Cioch <pawel@greenhex.net>2018-10-31 10:50:42 -0500
committerPawel Cioch <pawel@greenhex.net>2018-10-31 10:50:42 -0500
commit38d1b296df81edb8a8a6a15c097332d0bee3d5e0 (patch)
tree245eb38b80e5cca2c6d5ef80bec88a5b1ffd2a43 /tests/spec/tests.js
parenta51ef005ac7f2aaa656610c272004a6f21011c0c (diff)
downloadBIP39-38d1b296df81edb8a8a6a15c097332d0bee3d5e0.tar.gz
BIP39-38d1b296df81edb8a8a6a15c097332d0bee3d5e0.tar.zst
BIP39-38d1b296df81edb8a8a6a15c097332d0bee3d5e0.zip
Added Phore (PHR) coin
Diffstat (limited to 'tests/spec/tests.js')
-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 2b40fcf..b1308fb 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1341,6 +1341,13 @@ it('Allows selection of ProjectCoin', function(done) {
1341 }; 1341 };
1342 testNetwork(done, params); 1342 testNetwork(done, params);
1343}); 1343});
1344it('Allows selection of Phore', function(done) {
1345 var params = {
1346 selectText: "PHR - Phore",
1347 firstAddress: "PJThxpoXAG6hqrmdeQQbVDX4TJtFTMMymC",
1348 };
1349 testNetwork(done, params);
1350});
1344 1351
1345// BIP39 seed is set from phrase 1352// BIP39 seed is set from phrase
1346it('Sets the bip39 seed from the prhase', function(done) { 1353it('Sets the bip39 seed from the prhase', function(done) {