Skip to content

Commit

Permalink
chore: revise item
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris authored Oct 25, 2023
1 parent 1d6d0e6 commit b16d52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/suggested-fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ const handler = async (
}
const balanceOfToken = await getCachedTokenBalance(
destinationChainId,
destinationToken,
relayerAddress
relayerAddress,
destinationToken
);
if (balanceOfToken.lt(amountInput)) {
throw new InputError(
Expand Down

0 comments on commit b16d52d

Please sign in to comment.