Added Phore (PHR) coin

This commit is contained in:
Pawel Cioch
2018-10-31 10:50:42 -05:00
parent a51ef005ac
commit 38d1b296df
3 changed files with 25 additions and 0 deletions

View File

@@ -1341,6 +1341,13 @@ it('Allows selection of ProjectCoin', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Phore', function(done) {
var params = {
selectText: "PHR - Phore",
firstAddress: "PJThxpoXAG6hqrmdeQQbVDX4TJtFTMMymC",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {