Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Dec 12, 2024
1 parent 27fa55f commit a3e75f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/relayer-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ const handlePost = async (

await updateLimits(
relayer,
originChainId,
Number(originChainId),
inputToken,
destinationChainId,
Number(destinationChainId),
outputToken,
relayerFillLimits
);
Expand Down

0 comments on commit a3e75f6

Please sign in to comment.