Skip to content

Commit 6fb6e54

Browse files
committed
adjust overswap binary search
1 parent a00cc9d commit 6fb6e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swapService/strategies/strategyBalmySDK.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export class StrategyBalmySDK {
267267
const quote = await this.#getBestSDKQuote(sp, sourcesFilter)
268268
return {
269269
quote,
270-
amountTo: quote.buyAmount.amount,
270+
amountTo: quote.minBuyAmount.amount,
271271
}
272272
}
273273

0 commit comments

Comments
 (0)