mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 21:30:41 +00:00
Add test for Beetlecoin
This commit is contained in:
@@ -634,6 +634,13 @@ it('Allows selection of Neblio', function(done) {
|
|||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
it('Allows selection of Beetlecoin', function(done) {
|
||||||
|
var params = {
|
||||||
|
selectText: "BEET - Beetlecoin",
|
||||||
|
firstAddress: "BVmtbEsGrjpknprmpHFq26z4kYHJUFHE71",
|
||||||
|
};
|
||||||
|
testNetwork(done, params);
|
||||||
|
});
|
||||||
|
|
||||||
// BIP39 seed is set from phrase
|
// BIP39 seed is set from phrase
|
||||||
it('Sets the bip39 seed from the prhase', function(done) {
|
it('Sets the bip39 seed from the prhase', function(done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user