From 7594405011b91075725790ab480d5fded0b689c9 Mon Sep 17 00:00:00 2001 From: Jang Chongchan Date: Tue, 28 Apr 2020 23:32:24 +0900 Subject: Add Sugarchain testnet support --- tests/spec/tests.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index e7c81bc..15a52b3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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", -- cgit v1.2.3