Add BitCloud and Megacoin

This commit is contained in:
David B
2018-09-19 17:37:54 +02:00
committed by David B
parent 2575538b25
commit 5ed5f6612d
3 changed files with 50 additions and 0 deletions

View File

@@ -704,6 +704,13 @@ it('Allows selection of Bitcoinz', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of BitCloud', function(done) {
var params = {
selectText: "BTDX - BitCloud",
firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM",
};
testNetwork(done, params);
});
it('Allows selection of Bitcore', function(done) {
var params = {
selectText: "BTX - Bitcore",
@@ -956,6 +963,13 @@ it('Allows selection of Lynx', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Megacoin', function(done) {
var params = {
selectText: "MEC - Megacoin",
firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC",
};
testNetwork(done, params);
});
it('Allows selection of Minexcoin', function(done) {
var params = {
selectText: "MNX - Minexcoin",