TokenInfo

type TokenInfo = {
address: string;
icon?: string;
name: string;
symbol: string;
};