From: Ian Coleman Date: Thu, 6 Feb 2020 09:11:09 +0000 (+1100) Subject: Add tests for RSK network and testnet X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=a67554c649438a4c16feb9806e48ce6dc8f4be75 Add tests for RSK network and testnet --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index a2e39f1..b2c3add 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1642,6 +1642,20 @@ it('Allows selection of EtherCore', function(done) { }; testNetwork(done, params); }); +it('Allows selection of RBTC - RSK', function(done) { + var params = { + selectText: "RBTC - RSK", + firstAddress: "RGtz5TDdtviAZ9haz1YAUNQzcGVFm5bQrP", + }; + testNetwork(done, params); +}); +it('Allows selection of tRBTC - RSK Testnet', function(done) { + var params = { + selectText: "tRBTC - RSK Testnet", + firstAddress: "RHkrWgnSdJHxQAqEsMErhUUa4icXY6xUUC", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {