Add Kobocoin support

This commit is contained in:
xarakas
2018-04-18 14:54:02 +03:00
parent a08c709606
commit 0a5d28a7ad
3 changed files with 26 additions and 0 deletions

View File

@@ -900,6 +900,13 @@ it('Allows selection of Ixcoin', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Kobocoin', function(done) {
var params = {
selectText: "KOBO - Kobocoin",
firstAddress: "FTVoNJETXDAM8x7MnmdE8RwWndSr9PQWhy",
};
testNetwork(done, params);
});
it('Allows selection of Landcoin', function(done) {
var params = {
selectText: "LDCN - Landcoin",