Skip to content

Commit

Permalink
fix: bridge quote min output
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Dec 17, 2024
1 parent 83dc8c9 commit a0afc7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ export async function getBridgeQuoteForMinOutput(params: {
);
if (outputAmount.gte(params.minOutputAmount)) {
finalQuote = quote;
adjustedInputAmount = inputAmount;
break;
}
}
Expand Down

0 comments on commit a0afc7e

Please sign in to comment.