Add Sugarchain support

This commit is contained in:
Jang Chongchan
2020-04-24 10:20:50 +09:00
parent 54600393af
commit 4958ea8009
4 changed files with 54 additions and 0 deletions

View File

@@ -1675,6 +1675,16 @@ 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 Syscoin', function(done) {
var params = {
selectText: "SYS - Syscoin",