mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +00:00
Add test for monacoin
This commit is contained in:
@@ -584,6 +584,13 @@ it('Allows selection of bitcoin gold', function(done) {
|
|||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
it('Allows selection of monacoin', function(done) {
|
||||||
|
var params = {
|
||||||
|
selectText: "MONA - Monacoin",
|
||||||
|
firstAddress: "MKMiMr7MyjDKjJbCBzgF6u4ByqTS4NkRB1",
|
||||||
|
};
|
||||||
|
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