Skip to content

Commit

Permalink
fix: hasConstantPriceLargeAmounts = false
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieJoo committed Jan 9, 2025
1 parent 5901747 commit 0301ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/aave-v3-stata-v2/aave-v3-stata-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class AaveV3StataV2
extends SimpleExchange
implements IDex<AaveV3StataV2Data>
{
readonly hasConstantPriceLargeAmounts = true;
readonly hasConstantPriceLargeAmounts = false;

readonly isFeeOnTransferSupported = false;

Expand Down

0 comments on commit 0301ca5

Please sign in to comment.