Added support for Blocknode

This commit is contained in:
Unknown
2018-11-03 09:21:57 +00:00
parent ce349ac99f
commit 6f43581752
3 changed files with 50 additions and 0 deletions

View File

@@ -1348,6 +1348,20 @@ it('Allows selection of Phore', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Blocknode', function(done) {
var params = {
selectText: "BND - Blocknode",
firstAddress: "BG8xZSAur2jYLG9VXt8dYfkKxxeR7w9bSe",
};
testNetwork(done, params);
});
it('Allows selection of Blocknode Testnet', function(done) {
var params = {
selectText: "tBND - Blocknode Testnet",
firstAddress: "bSptsFyDktFSKpWveRywJsDoJA2TC6qfHv",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {