Added - NIX Platform

This commit is contained in:
robiiinos
2019-02-26 03:08:08 +09:00
parent da6b42b2f0
commit 10980ed68c
4 changed files with 51 additions and 0 deletions

View File

@@ -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",