mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 00:12:18 +00:00
Add CPUchain support
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user