Skip to content

Simplify remove liquidity types #843

Simplify remove liquidity types

Simplify remove liquidity types #843

Triggered via pull request January 11, 2024 14:47
Status Failure
Total duration 3m 39s
Billable time 10m
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint
Process completed with exit code 1.
Unit-Test: lib/modules/pool/actions/add-liquidity/handlers/UnbalancedAddLiquidity.handler.ts#L17
Module '"../../LiquidityActionHelpers"' has no exported member 'ensureLastQueryLoaded'.
Unit-Test: lib/modules/pool/actions/add-liquidity/handlers/UnbalancedAddLiquidity.handler.ts#L75
Argument of type '{ slippage: Slippage; sender: `0x${string}`; recipient: `0x${string}`; } | { slippage: Slippage; sender: `0x${string}`; recipient: `0x${string}`; poolType: string; poolId: `0x${string}`; addLiquidityKind: AddLiquidityKind; bptOut: TokenAmount; amountsIn: TokenAmount[]; fromInternalBalance: boolean; tokenInIndex?: nu...' is not assignable to parameter of type 'AddLiquidityCall'.
Unit-Test: lib/modules/pool/actions/remove-liquidity/handlers/ProportionalRemoveLiquidity.handler.ts#L15
Module '"../../LiquidityActionHelpers"' has no exported member 'ensureLastQueryLoaded'.
Unit-Test: lib/modules/pool/actions/remove-liquidity/handlers/ProportionalRemoveLiquidity.handler.ts#L60
Argument of type '{ slippage: Slippage; sender: `0x${string}`; recipient: `0x${string}`; } | { slippage: Slippage; sender: `0x${string}`; recipient: `0x${string}`; poolType: string; poolId: `0x${string}`; removeLiquidityKind: RemoveLiquidityKind; bptIn: TokenAmount; amountsOut: TokenAmount[]; tokenOutIndex?: number | undefined; toInt...' is not assignable to parameter of type 'RemoveLiquidityCall'.
Unit-Test: lib/modules/pool/actions/remove-liquidity/handlers/SingleTokenRemoveLiquidity.handler.ts#L19
Module '"../../LiquidityActionHelpers"' has no exported member 'ensureLastQueryLoaded'.
Unit-Test: lib/modules/pool/actions/remove-liquidity/handlers/SingleTokenRemoveLiquidity.handler.ts#L81
Argument of type '{ slippage: Slippage; sender: `0x${string}`; recipient: `0x${string}`; } | { slippage: Slippage; sender: `0x${string}`; recipient: `0x${string}`; poolType: string; poolId: `0x${string}`; removeLiquidityKind: RemoveLiquidityKind; bptIn: TokenAmount; amountsOut: TokenAmount[]; tokenOutIndex?: number | undefined; toInt...' is not assignable to parameter of type 'RemoveLiquidityCall'.
Unit-Test
Process completed with exit code 1.
Integration-Test
Process completed with exit code 1.
Build
Process completed with exit code 1.