X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=15a52b30c9824ee2cd62dee62fe79e11bb741340;hb=7594405011b91075725790ab480d5fded0b689c9;hp=31fa043a0f3133b1414c73594a747a2dd5c93e21;hpb=54600393af3293dc9e0f222b24ebd07b63824330;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 31fa043..15a52b3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1675,6 +1675,26 @@ it('Allows selection of Stratis Test', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Sugarchain', function(done) { + var params = { + selectText: "SUGAR - Sugarchain", + phrase: "abandon abandon ability", + firstAddress: "SYnd31fYr39VgKju87Vz1sYBmEeHg5cudk", + firstPubKey: "035bc9fa22eff2246ec07bb09c9e32f5f9fee517b4f49a8f117508f8fb41905b25", + firstPrivKey: "L2G3axGdZv5EV8osAsBPMese74i4dTHaGvxDh7DsRF5Ky6hKkPDY", + }; + testNetwork(done, params); +}); +it('Allows selection of Sugarchain Testnet', function(done) { + var params = { + selectText: "TUGAR - Sugarchain Testnet", + phrase: "abandon abandon ability", + firstAddress: "TkoRzLZQyaY88dAACNVwUFMYekR7pv6CbY", + firstPubKey: "035bc9fa22eff2246ec07bb09c9e32f5f9fee517b4f49a8f117508f8fb41905b25", + firstPrivKey: "cSd33sGUzymVeaH8ZGzWiyNhjJ1UHuPGLy6goXgNvMjLDqioARWW", + }; + testNetwork(done, params); +}); it('Allows selection of Syscoin', function(done) { var params = { selectText: "SYS - Syscoin", @@ -2216,6 +2236,16 @@ it('Allows selection of tRBTC - RSK Testnet', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Argoneum', function(done) { + var params = { + selectText: "AGM - Argoneum", + phrase: "abandon abandon ability", + firstAddress: "MWgLPvJkaJwH6hrXFs1MimAC4FwC1kYRhe", + firstPubKey: "0348e5252045fee1d3b1e5bce25dbc16284d5b6c3bfff9c305d4ffa6078c16f3f8", + firstPrivKey: "VJXpuMEFnK8USLyo5tgF7M4cBXU44U8MUor1KRTQ6t9DVno9AAgg", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {