type SwapRouteParams = { client: ThirdwebClient; fromAddress: string; fromAmountWei?: string; fromChainId: number; fromTokenAddress: string; maxSlippageBPS?: number; toAddress?: string; toAmountWei?: string; toChainId: number; toTokenAddress: string;};