Skip to content

Commit

Permalink
fix to a fix for SOR liquidityManagement (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Jan 15, 2025
1 parent 905d5e6 commit 89ab674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sor/sorV2/lib/poolsV3/stable/stablePool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class StablePool implements BasePoolV3 {
poolTokens,
totalShares,
pool.dynamicData.tokenPairsData as TokenPairData[],
pool.liquidityManagement,
((pool.protocolVersion === 3 && pool.liquidityManagement) || {}) as unknown as LiquidityManagement,
hookState,
);
}
Expand Down

0 comments on commit 89ab674

Please sign in to comment.