Skip to content

Commit

Permalink
always pass stable pool_type to router
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Jul 9, 2024
1 parent b5bcd87 commit 75c5f54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dex/curve-v1-factory/curve-v1-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]);

Expand Down

0 comments on commit 75c5f54

Please sign in to comment.