From 5302d56abc90dc12f4abc0e1ce0231bad7b18a2a Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Sat, 7 Sep 2024 16:26:36 -0400 Subject: [PATCH] Update _utils.ts --- api/_utils.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;