Skip to content

Commit

Permalink
add a comment for getDexParam
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Jul 12, 2024
1 parent c92cfac commit a2e5b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dex/curve-v1-factory/curve-v1-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,7 @@ export class CurveV1Factory
returnAmountPos: undefined,
};
} else {
// Curve Ng Router exchange function params description https://github.com/curvefi/curve-router-ng/blob/master/contracts/Router.vy#L180
const pathLength = 11;
const swapParamsLength = 5;
const poolsLength = 5;
Expand Down

0 comments on commit a2e5b19

Please sign in to comment.