From a2e5b195cc96befe33c2c48438bd5bc08dedd572 Mon Sep 17 00:00:00 2001 From: Alexander Burkut Date: Fri, 12 Jul 2024 17:11:17 +0300 Subject: [PATCH] add a comment for getDexParam --- src/dex/curve-v1-factory/curve-v1-factory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dex/curve-v1-factory/curve-v1-factory.ts b/src/dex/curve-v1-factory/curve-v1-factory.ts index f00ce3794..4333ace08 100644 --- a/src/dex/curve-v1-factory/curve-v1-factory.ts +++ b/src/dex/curve-v1-factory/curve-v1-factory.ts @@ -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;