mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 00:12:18 +00:00
Added BITG - Bitcoin Green
This commit is contained in:
@@ -1319,6 +1319,13 @@ it('Allows selection of Artax', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of BitcoinGreen', function(done) {
|
||||
var params = {
|
||||
selectText: "BITG - Bitcoin Green",
|
||||
firstAddress: "GeNGm9SkEfwbsws3UrrUSE2sJeyWYjzraY",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
|
||||
// BIP39 seed is set from phrase
|
||||
|
||||
Reference in New Issue
Block a user