diff --git a/api/_utils.ts b/api/_utils.ts index 27cddf387..6f5bbf1eb 100644 --- a/api/_utils.ts +++ b/api/_utils.ts @@ -712,9 +712,9 @@ export const getCachedLimits = async ( outputToken: string, originChainId: number, destinationChainId: number, - amount: string, - recipient: string, - relayer: string, + amount?: string, + recipient?: string, + relayer?: string, message?: string ): Promise<{ minDeposit: string;