mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-19 08:52:17 +00:00
Add Kobocoin support
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user