mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Add bitcoin regtest params
This commit is contained in:
@@ -412,6 +412,13 @@ it('Allows selection of bitcoin testnet', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of bitcoin regtest', function(done) {
|
||||
var params = {
|
||||
selectText: "BTC - Bitcoin RegTest",
|
||||
firstAddress: "mucaU5iiDaJDb69BHLeDv8JFfGiyg2nJKi",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of litecoin', function(done) {
|
||||
var params = {
|
||||
selectText: "LTC - Litecoin",
|
||||
|
||||
Reference in New Issue
Block a user