export interface TokenMetadata { name: string; symbol: string; logo: string; totalSupply: number; decimals: number; }