aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2020-05-11 09:43:21 +1000
committerIan Coleman <ian@iancoleman.io>2020-05-11 09:43:21 +1000
commita748c4b5c661a949372de4b6f7d364218d9dc2b5 (patch)
tree76e0f1e0ec41b4994abd0b936ed609148c204dba /tests
parenteaf789287238324fca5f202e180e4cbc2a28d438 (diff)
downloadBIP39-a748c4b5c661a949372de4b6f7d364218d9dc2b5.tar.gz
BIP39-a748c4b5c661a949372de4b6f7d364218d9dc2b5.tar.zst
BIP39-a748c4b5c661a949372de4b6f7d364218d9dc2b5.zip
Fix RSK tests
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index dc6e4b5..36cd7be 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -2227,21 +2227,21 @@ it('Allows selection of EtherCore', function(done) {
2227}); 2227});
2228it('Allows selection of RBTC - RSK', function(done) { 2228it('Allows selection of RBTC - RSK', function(done) {
2229 var params = { 2229 var params = {
2230 selectText: "RBTC - RSK", 2230 selectText: "R-BTC - RSK",
2231 phrase: "abandon abandon ability", 2231 phrase: "abandon abandon ability",
2232 firstAddress: "RGtz5TDdtviAZ9haz1YAUNQzcGVFm5bQrP", 2232 firstAddress: "0x37CA764c4b2fe819108448b80d2F35921b035931",
2233 firstPubKey: "0219d9b5087ab68edc8a714969d8cb70e7159417b47a05932b227e6f417c7962b9", 2233 firstPubKey: "0x0219d9b5087ab68edc8a714969d8cb70e7159417b47a05932b227e6f417c7962b9",
2234 firstPrivKey: "UsiDPMcpYqCwtzGXo4wiPZp7cwBaKdmbmseioTc1rFQsg21adFc8", 2234 firstPrivKey: "0x6e6f48cc422825f7fd68f2200d3dde757849f15342f252eeb0bc4ebc46089fe1",
2235 }; 2235 };
2236 testNetwork(done, params); 2236 testNetwork(done, params);
2237}); 2237});
2238it('Allows selection of tRBTC - RSK Testnet', function(done) { 2238it('Allows selection of tRBTC - RSK Testnet', function(done) {
2239 var params = { 2239 var params = {
2240 selectText: "tRBTC - RSK Testnet", 2240 selectText: "tR-BTC - RSK Testnet",
2241 phrase: "abandon abandon ability", 2241 phrase: "abandon abandon ability",
2242 firstAddress: "RHkrWgnSdJHxQAqEsMErhUUa4icXY6xUUC", 2242 firstAddress: "0x176484B5a155Fe802aCB26055eb1c193D5A576d5",
2243 firstPubKey: "03f77eb7bd83e92ef47be1abddae7f71fb0bc8a7a1ee4b193662a86ed2705ffc5b", 2243 firstPubKey: "0x03f77eb7bd83e92ef47be1abddae7f71fb0bc8a7a1ee4b193662a86ed2705ffc5b",
2244 firstPrivKey: "UpqfuSEDKoacrPh4wMV4sJZqCB6DJfYe81oWBr4eb7y9FWQWoo2A", 2244 firstPrivKey: "0x18c2400d2f818d28b80d0e31235873bfeef644fc45fd702f54ae0d422cff6ab3",
2245 }; 2245 };
2246 testNetwork(done, params); 2246 testNetwork(done, params);
2247}); 2247});