Skip to content

Add FX pool type

Add FX pool type #172

Triggered via pull request September 18, 2023 11:30
Status Failure
Total duration 2m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Build: modules/pool/lib/pool-gql-loader.service.ts#L79
Type '{ decimals: number; dynamicData: GqlPoolDynamicData; allTokens: GqlPoolTokenExpanded[]; displayTokens: GqlPoolTokenDisplay[]; ... 13 more ...; categories: PrismaPoolCategory[]; }' is not assignable to type 'GqlPoolMinimal'.
Build: modules/vebal/vebal-voting-list.service.ts#L36
Type '{ id: string; chain: Chain; symbol: string; address: string; type: PrismaPoolType; tokens: { address: string; weight: string | null | undefined; symbol: string; logoURI: string; }[]; gauge: { ...; }; }[]' is not assignable to type 'GqlVotingPool[]'.
Build
Process completed with exit code 2.