Merge pull request #345 from flyfoxuk/master

Added CSC (CasinoCoin) with test
This commit is contained in:
iancoleman
2019-08-01 10:02:07 +10:00
committed by GitHub
4 changed files with 31 additions and 0 deletions

View File

@@ -434,6 +434,14 @@ it('Allows selection of ripple', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of casinocoin', function(done) {
var params = {
selectText: "CSC - CasinoCoin",
firstAddress: "c3P5EUb27Pzk9dcGt4s7zQDQj4sC6Y81mT",
phrase: "ill clump only blind unit burden thing track silver cloth review awake useful craft whale all satisfy else trophy sunset walk vanish hope valve",
};
testNetwork(done, params);
});
it('Allows selection of dogecoin', function(done) {
var params = {
selectText: "DOGE - Dogecoin",