diff --git a/src/dex/curve-v1-factory/curve-v1-factory.ts b/src/dex/curve-v1-factory/curve-v1-factory.ts index 685ec0cf5..a0991ed8b 100644 --- a/src/dex/curve-v1-factory/curve-v1-factory.ts +++ b/src/dex/curve-v1-factory/curve-v1-factory.ts @@ -1250,9 +1250,7 @@ export class CurveV1Factory item.underlyingSwap ? CurveRouterSwapType.exchange_underlying : CurveRouterSwapType.exchange, - item.isStable - ? CurveRouterPoolType.stable - : CurveRouterPoolType.non_stable, + CurveRouterPoolType.stable, item.n_coins, ]);