Token
type Token = { address: ox__Address.Address; chainId: number; decimals: number; iconUri?: string; name: string; priceUsd: number; symbol: string;};type address = ox__Address.Address;type chainId = number;type decimals = number;type iconUri = string;type name = string;type priceUsd = number;type symbol = string;