mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
add test for VeChain
This commit is contained in:
@@ -1319,6 +1319,13 @@ it('Allows selection of Vpncoin', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of VeChain', function(done) {
|
||||
var params = {
|
||||
selectText: "VET - VeChain",
|
||||
firstAddress: "0xdba55B1B6070f3a733D5eDFf35F0da4A00E455F2",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of Whitecoin', function(done) {
|
||||
var params = {
|
||||
selectText: "XWC - Whitecoin",
|
||||
|
||||
Reference in New Issue
Block a user