chore: token history boilerplate #9147
Annotations
9 errors and 2 warnings
Argument of type '{ address: string; primaryTokenInfo: { decimals: number; ticker: string; name: string; symbol: string; status: PortfolioTokenStatus; application: PortfolioTokenApplication; ... 5 more ...; originalImage: string; } & { ...; }; tokenManager: { ...; }; }' is not assignable to parameter of type 'Readonly<{ address: string; primaryTokenInfo: PortfolioTokenInfo; tokenManager: Readonly<{ hydrate(params: Readonly<{ sourceId: string; }>): void; sync(params: Readonly<{ secondaryTokenIds: readonly `${string}.${string}`[]; }> & Readonly<...>): Promise<...>; ... 5 more ...; clear(params: Readonly<...>): void; }>; }>'.
|
Argument of type '{ address: string; primaryTokenInfo: { decimals: number; ticker: string; name: string; symbol: string; status: PortfolioTokenStatus; application: PortfolioTokenApplication; ... 5 more ...; originalImage: string; } & { ...; }; tokenManager: { ...; }; }' is not assignable to parameter of type 'Readonly<{ address: string; primaryTokenInfo: PortfolioTokenInfo; tokenManager: Readonly<{ hydrate(params: Readonly<{ sourceId: string; }>): void; sync(params: Readonly<{ secondaryTokenIds: readonly `${string}.${string}`[]; }> & Readonly<...>): Promise<...>; ... 5 more ...; clear(params: Readonly<...>): void; }>; }>'.
|
Argument of type '{ address: string; primaryTokenInfo: { decimals: number; ticker: string; name: string; symbol: string; status: PortfolioTokenStatus; application: PortfolioTokenApplication; ... 5 more ...; originalImage: string; } & { ...; }; tokenManager: { ...; }; }' is not assignable to parameter of type 'Readonly<{ address: string; primaryTokenInfo: PortfolioTokenInfo; tokenManager: Readonly<{ hydrate(params: Readonly<{ sourceId: string; }>): void; sync(params: Readonly<{ secondaryTokenIds: readonly `${string}.${string}`[]; }> & Readonly<...>): Promise<...>; ... 5 more ...; clear(params: Readonly<...>): void; }>; }>'.
|
Argument of type '{ address: string; primaryTokenInfo: { decimals: number; ticker: string; name: string; symbol: string; status: PortfolioTokenStatus; application: PortfolioTokenApplication; ... 5 more ...; originalImage: string; } & { ...; }; tokenManager: { ...; }; }' is not assignable to parameter of type 'Readonly<{ address: string; primaryTokenInfo: PortfolioTokenInfo; tokenManager: Readonly<{ hydrate(params: Readonly<{ sourceId: string; }>): void; sync(params: Readonly<{ secondaryTokenIds: readonly `${string}.${string}`[]; }> & Readonly<...>): Promise<...>; ... 5 more ...; clear(params: Readonly<...>): void; }>; }>'.
|
Argument of type '{ sync: jest.Mock<any, any, any>; api: { tokenActivity: jest.Mock<any, any, any>; tokenDiscovery: jest.Mock<any, any, any>; tokenImageInvalidate: jest.Mock<any, any, any>; tokenInfo: jest.Mock<...>; tokenInfos: jest.Mock<...>; tokenTraits: jest.Mock<...>; }; ... 5 more ...; observable$: any; }' is not assignable to parameter of type 'Readonly<{ hydrate(params: Readonly<{ sourceId: string; }>): void; sync(params: Readonly<{ secondaryTokenIds: readonly `${string}.${string}`[]; }> & Readonly<{ sourceId: string; }>): Promise<...>; ... 5 more ...; clear(params: Readonly<...>): void; }>'.
|
Argument of type '{ sync: jest.Mock<any, any, any>; api: { tokenActivity: jest.Mock<any, any, any>; tokenDiscovery: jest.Mock<any, any, any>; tokenImageInvalidate: jest.Mock<any, any, any>; tokenInfo: jest.Mock<...>; tokenInfos: jest.Mock<...>; tokenTraits: jest.Mock<...>; }; ... 5 more ...; observable$: any; }' is not assignable to parameter of type 'Readonly<{ hydrate(params: Readonly<{ sourceId: string; }>): void; sync(params: Readonly<{ secondaryTokenIds: readonly `${string}.${string}`[]; }> & Readonly<{ sourceId: string; }>): Promise<...>; ... 5 more ...; clear(params: Readonly<...>): void; }>'.
|
Argument of type '{ sync: jest.Mock<any, any, any>; api: { tokenActivity: jest.Mock<any, any, any>; tokenDiscovery: jest.Mock<any, any, any>; tokenImageInvalidate: jest.Mock<any, any, any>; tokenInfo: jest.Mock<...>; tokenInfos: jest.Mock<...>; tokenTraits: jest.Mock<...>; }; ... 5 more ...; observable$: any; }' is not assignable to parameter of type 'Readonly<{ hydrate(params: Readonly<{ sourceId: string; }>): void; sync(params: Readonly<{ secondaryTokenIds: readonly `${string}.${string}`[]; }> & Readonly<{ sourceId: string; }>): Promise<...>; ... 5 more ...; clear(params: Readonly<...>): void; }>'.
|
Argument of type '{ sync: jest.Mock<any, any, any>; api: { tokenActivity: jest.Mock<any, any, any>; tokenDiscovery: jest.Mock<any, any, any>; tokenImageInvalidate: jest.Mock<any, any, any>; tokenInfo: jest.Mock<...>; tokenInfos: jest.Mock<...>; tokenTraits: jest.Mock<...>; }; ... 5 more ...; observable$: any; }' is not assignable to parameter of type 'Readonly<{ hydrate(params: Readonly<{ sourceId: string; }>): void; sync(params: Readonly<{ secondaryTokenIds: readonly `${string}.${string}`[]; }> & Readonly<{ sourceId: string; }>): Promise<...>; ... 5 more ...; clear(params: Readonly<...>): void; }>'.
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading