Add support for Wagerr

This commit is contained in:
Cryptarchist
2019-07-05 18:54:47 +01:00
parent 6aa2c1d26d
commit 67f18e2a63
3 changed files with 25 additions and 0 deletions

View File

@@ -1529,6 +1529,13 @@ it('Allows selection of Stellar', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Wagerr', function(done) {
var params = {
selectText: "WGR - Wagerr",
firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {