Add CPUchain support

This commit is contained in:
Min Khang Aung
2019-07-17 05:02:28 +09:00
parent c4f4208b95
commit 519e9dc728
4 changed files with 51 additions and 0 deletions

View File

@@ -829,6 +829,13 @@ it('Allows selection of Compcoin', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of CPUchain', function(done) {
var params = {
selectText: "CPU - CPUchain",
firstAddress: "CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y",
};
testNetwork(done, params);
});
it('Allows selection of Crave', function(done) {
var params = {
selectText: "CRAVE - Crave",