Skip to content

Commit

Permalink
Update _utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Sep 7, 2024
1 parent 6a8a0da commit 5302d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5302d56

Please sign in to comment.