]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Add Sugarchain testnet support
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index e7c81bcad598129c3fefbe158676eb5e106fad30..15a52b30c9824ee2cd62dee62fe79e11bb741340 100644 (file)
@@ -1685,6 +1685,16 @@ it('Allows selection of Sugarchain', function(done) {
     };
     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",