export interface FeeData { lastBaseFeePerGas?: string; maxFeePerGas?: string; maxPriorityFeePerGas?: string; gasPrice: string; infuraGasPrice?: string; infuraMaxFeePerGas?: string; infuraMaxPriorityFeePerGas?: string; infuraEstimatedBaseFee?: string; createOrderFee?: string; fillOrderFee?: string; itsTransferFee?: string; baseReserve?: string; feeRate?: string; } export interface AxelarFeeData { baseFee: string; expressFee: string; executeMultiplier: string; expressMultiplier: string; expressSupported: boolean; }