Skip to content

Feat/remove liquidity architecture #726

Feat/remove liquidity architecture

Feat/remove liquidity architecture #726

Triggered via pull request December 15, 2023 09:22
Status Failure
Total duration 3m 13s
Billable time 9m
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Unit-Test: lib/modules/pool/PoolList/usePoolList.tsx#L24
Type '{ __typename: "GqlPoolMinimal"; address: string; chain: GqlChain; createTime: number; decimals: number; factory?: string | null | undefined; id: string; name: string; owner?: string | null | undefined; ... 4 more ...; userBalance?: { ...; } | ... 1 more ... | undefined; }[]' is not assignable to type 'DecoratedPoolListItem[]'.
Unit-Test: lib/modules/pool/actions/remove-liquidity/RemoveLiquidityFlowButton.tsx#L5
Cannot find module './useConstructAddLiquidityStep' or its corresponding type declarations.
Unit-Test: lib/modules/pool/pool.types.ts#L23
Interface 'GqlPoolUserBalanceExtended' incorrectly extends interface 'GqlPoolUserBalance'.
Unit-Test: lib/modules/pool/usePoolEnrichWithOnChainData.tsx#L152
Argument of type '{ __typename: "GqlPoolElement"; unitSeconds: string; principalToken: string; baseToken: string; id: string; address: string; name: string; version: number; owner: string; decimals: number; factory?: string | ... 1 more ... | undefined; ... 10 more ...; withdrawConfig: { ...; }; } | ... 6 more ... | { ...; }' is not assignable to parameter of type 'GqlPoolLinearNested | GqlPoolPhantomStableNested | GqlPoolUnion'.
Unit-Test
Process completed with exit code 1.
Build
Process completed with exit code 1.