// Authenticate, and get the ethereum wallets of current user.
venlyConnect.flows.getAccount('ETHEREUM').then((account: Account) => {
if(account.isAuthenticated) {
console.log('wallets', account.wallets);
console.log('name', account.auth.tokenParsed.name);
console.log('user closed window, or an error occurred', e);