Skip to content

Commit

Permalink
Merge pull request #826 from paraswap/aburkut/fluid-dex-return-amount…
Browse files Browse the repository at this point in the history
…-pos-bug

remove index=1 for extractReturnAmountPosition for FluidDex
  • Loading branch information
aburkut authored Nov 6, 2024
2 parents beb7249 + f74afff commit 012acfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dex/fluid-dex/fluid-dex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ export class FluidDex extends SimpleExchange implements IDex<FluidDexData> {
this.fluidDexPoolIface,
method,
'amountOut_',
1,
);

const pool = await this.getPoolByTokenPair(srcToken, destToken);
Expand Down

0 comments on commit 012acfa

Please sign in to comment.