interface NativeToken extends Currency { decimals: 18; name: string; symbol: string; wrapped: { address: string; name: string; symbol: string };}