From 6f4358175204c2288953fa1178ee751c5e69cd1c Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 3 Nov 2018 09:21:57 +0000 Subject: Added support for Blocknode --- tests/spec/tests.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index b1308fb..6f9d693 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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) { -- cgit v1.2.3