mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 00:12:18 +00:00
Add Bolivarcoin (BOLI)
This commit is contained in:
@@ -535,6 +535,13 @@ it('Allows selection of lkrcoin', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of bolivarcoin', function(done) {
|
||||
var params = {
|
||||
selectText: "BOLI - Bolivarcoin",
|
||||
firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of peercoin', function(done) {
|
||||
var params = {
|
||||
selectText: "PPC - Peercoin",
|
||||
|
||||
Reference in New Issue
Block a user