X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=73e3087af450402f5e58bbea1aa7bb0f13f9ea91;hb=995bc58791ddbb59e9b3d0d75c11c1c058e24071;hp=15a52b30c9824ee2cd62dee62fe79e11bb741340;hpb=e284827677b7f9fa591e86c74f7310bd00308654;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 15a52b3..73e3087 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1205,6 +1205,15 @@ it('Allows selection of Feathercoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of FIO', function(done) { + var params = { + selectText: "FIO - Foundation for Interwallet Operability", + phrase: "valley alien library bread worry brother bundle hammer loyal barely dune brave", + firstPubKey: "FIO5kJKNHwctcfUM5XZyiWSqSTM5HTzznJP9F3ZdbhaQAHEVq575o", + firstPrivKey: "5Kbb37EAqQgZ9vWUHoPiC2uXYhyGSFNbL6oiDp24Ea1ADxV1qnu", + }; + testNetwork(done, params); +}); it('Allows selection of Firstcoin', function(done) { var params = { selectText: "FRST - Firstcoin", @@ -2218,21 +2227,21 @@ it('Allows selection of EtherCore', function(done) { }); it('Allows selection of RBTC - RSK', function(done) { var params = { - selectText: "RBTC - RSK", + selectText: "R-BTC - RSK", phrase: "abandon abandon ability", - firstAddress: "RGtz5TDdtviAZ9haz1YAUNQzcGVFm5bQrP", - firstPubKey: "0219d9b5087ab68edc8a714969d8cb70e7159417b47a05932b227e6f417c7962b9", - firstPrivKey: "UsiDPMcpYqCwtzGXo4wiPZp7cwBaKdmbmseioTc1rFQsg21adFc8", + firstAddress: "0x37CA764c4b2fe819108448b80d2F35921b035931", + firstPubKey: "0x0219d9b5087ab68edc8a714969d8cb70e7159417b47a05932b227e6f417c7962b9", + firstPrivKey: "0x6e6f48cc422825f7fd68f2200d3dde757849f15342f252eeb0bc4ebc46089fe1", }; testNetwork(done, params); }); it('Allows selection of tRBTC - RSK Testnet', function(done) { var params = { - selectText: "tRBTC - RSK Testnet", + selectText: "tR-BTC - RSK Testnet", phrase: "abandon abandon ability", - firstAddress: "RHkrWgnSdJHxQAqEsMErhUUa4icXY6xUUC", - firstPubKey: "03f77eb7bd83e92ef47be1abddae7f71fb0bc8a7a1ee4b193662a86ed2705ffc5b", - firstPrivKey: "UpqfuSEDKoacrPh4wMV4sJZqCB6DJfYe81oWBr4eb7y9FWQWoo2A", + firstAddress: "0x176484B5a155Fe802aCB26055eb1c193D5A576d5", + firstPubKey: "0x03f77eb7bd83e92ef47be1abddae7f71fb0bc8a7a1ee4b193662a86ed2705ffc5b", + firstPrivKey: "0x18c2400d2f818d28b80d0e31235873bfeef644fc45fd702f54ae0d422cff6ab3", }; testNetwork(done, params); }); @@ -2246,6 +2255,36 @@ it('Allows selection of Argoneum', function(done) { }; testNetwork(done, params); }); +it('Allows selection of CranePay', function(done) { + var params = { + selectText: "CRP - CranePay", + phrase: "abandon abandon ability", + firstAddress: "CcUHPqgmef1BmgWFa9g3YNc8scgVXVh8ip", + firstPubKey: "0392af9ea9dc78170c6f68c50bac926f960e50769295f539ac6382a3af2b928740", + firstPrivKey: "KHTCAvKHKg1WdLoDSg3VjjyZK5Wk1ihzJENpp2YMb1RmAxrCZrXX", + }; + testNetwork(done, params); +}); +it('Allows selection of Scribe', function(done) { + var params = { + selectText: "SCRIBE - Scribe", + phrase: "abandon abandon ability", + firstAddress: "RYAnPeBLD8veZ9Tw8xugeTC2f9PeZonLHM", + firstPubKey: "02c912bc4759c8a209475502fb5352ff5be8a8f13eb72f1732ee25125cd53edc1e", + firstPrivKey: "HLZWvNCEUv4ghygjH9A2EYCa9HNRcxe5CS42kzUTmoxJYp3z96QE", + }; + testNetwork(done, params); +}); +it('Allows selection of Binance Smart Chain', function(done) { + var params = { + selectText: "BSC - Binance Smart Chain", + phrase: "abandon abandon ability", + firstAddress: "0xe5815d5902Ad612d49283DEdEc02100Bd44C2772", + firstPubKey: "0x03e723e5b3aa7d72213f01139aa4783e1b34f74e1a04534e3fd8e29bfe2768af8a", + firstPrivKey: "0x8f253078b73d7498302bb78c171b23ce7a8fb511987d2b2702b731638a4a15e7", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {