Skip to content

Commit

Permalink
set more aggresive slippage
Browse files Browse the repository at this point in the history
  • Loading branch information
jankjr committed Feb 12, 2025
1 parent c63c24f commit 06c2b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/action/Aerodrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ class AeropoolSwapCL extends Action('BaseAerodromeCLPool') {
predictedInputs: TokenQuantity[]
): Promise<null | Value[]> {
const [minAmount] = await this.quote(predictedInputs)
const minOut = minAmount.amount - minAmount.amount / 10n
const minOut = minAmount.amount - minAmount.amount / 2n

const encoded = utils.defaultAbiCoder.encode(
[
Expand Down

0 comments on commit 06c2b08

Please sign in to comment.