mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
Added - NIX Platform
This commit is contained in:
@@ -998,6 +998,13 @@ it('Allows selection of Neoscoin', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of Nix', function(done) {
|
||||
var params = {
|
||||
selectText: "NIX - NIX Platform",
|
||||
firstAddress: "GgcNW2SQQXB4LWHRQTHKkQF3GzXNSLqS8u",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of Neurocoin', function(done) {
|
||||
var params = {
|
||||
selectText: "NRO - Neurocoin",
|
||||
|
||||
Reference in New Issue
Block a user