Adding FIX coin support

This commit is contained in:
yurykk
2019-06-27 12:15:11 +03:00
parent 82e3938afe
commit 7d4e4cbe26
3 changed files with 50 additions and 0 deletions

View File

@@ -640,6 +640,20 @@ it('Allows selection of maza', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of FIX', function(done) {
var params = {
selectText: "FIX - FIX",
firstAddress: "FS5MEU8fs5dUvsaSCSusV8RQtC8j2h3JEh",
};
testNetwork(done, params);
});
it('Allows selection of FIX testnet', function(done) {
var params = {
selectText: "FIX - FIX Testnet",
firstAddress: "XpnU1HHdNG5YxvG9Rez4wjmidchxqnZaNa",
};
testNetwork(done, params);
});
it('Allows selection of fujicoin', function(done) {
var params = {
selectText: "FJC - Fujicoin",