export interface RoutesSolarParams { fromToken: string; toToken: string; fromAmount: string; slippage: string | number; }