mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-27 21:00:41 +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);
|
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) {
|
it('Allows selection of peercoin', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "PPC - Peercoin",
|
selectText: "PPC - Peercoin",
|
||||||
|
|||||||
Reference in New Issue
Block a user