export interface TokenInfo { name: string; symbol: string; decimals: number; }