add test for VeChain

This commit is contained in:
Matt Robertson
2019-07-04 14:18:30 -05:00
parent c7a1a00040
commit 881fbe2234

View File

@@ -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",