mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Add test for Onixcoin
This commit is contained in:
@@ -506,6 +506,13 @@ it('Allows selection of namecoin', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of onixcoin', function(done) {
|
||||
var params = {
|
||||
selectText: "ONX - Onixcoin",
|
||||
firstAddress: "XGwMqddeKjT3ddgX73QokjVbCL3aK6Yxfk",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of peercoin', function(done) {
|
||||
var params = {
|
||||
selectText: "PPC - Peercoin",
|
||||
|
||||
Reference in New Issue
Block a user