X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=73e3087af450402f5e58bbea1aa7bb0f13f9ea91;hp=14cdb8e5a765b307f1d8c81ea5fb4fb875730bf1;hb=995bc58791ddbb59e9b3d0d75c11c1c058e24071;hpb=920f7aa0785f3d2fb7b08667ea371f349eb4bced diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 14cdb8e..73e3087 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -2275,6 +2275,16 @@ it('Allows selection of Scribe', function(done) { }; 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) {