Migrated app.config.chain.getById()
calls to newer trpc.community.getCommunity()
+ cleanup/state-refactor of related components
#26202
Annotations
10 errors and 1 warning
|
Type '{ type: ChainType; chain_node_id: number; name: string; default_symbol: string; network: ChainNetwork; base: ChainBase; active: boolean; social_links: string[]; ... 42 more ...; communityBanner?: string | ... 1 more ... | undefined; }' does not satisfy the constraint '{ name: string; type: ChainType; base: ChainBase; network: ChainNetwork; default_symbol: string; social_links: string[]; adminsAndMods: { address: string; role: "admin" | "moderator"; }[]; ... 43 more ...; communityBanner?: string | ... 1 more ... | undefined; }'.
|
Object literal may only specify known properties, and 'adminsAndMods' does not exist in type '{ id: any; network: any; default_symbol: any; name: any; icon_url: any; description: any; social_links: any; stages_enabled: any; custom_stages: any; custom_domain: any; terms: any; block_explorer_ids: any; ... 25 more ...; Addresses: any; }'.
|
Argument of type 'TQueryFnData' is not assignable to parameter of type '{ type: ChainType; chain_node_id: number; name: string; default_symbol: string; network: ChainNetwork; base: ChainBase; active: boolean; social_links: string[]; ... 42 more ...; communityBanner?: string | ... 1 more ... | undefined; } | undefined'.
|
Argument of type 'TQueryFnData' is not assignable to parameter of type '{ type: ChainType; chain_node_id: number; name: string; default_symbol: string; network: ChainNetwork; base: ChainBase; active: boolean; social_links: string[]; ... 42 more ...; communityBanner?: string | ... 1 more ... | undefined; } | undefined'.
|
Argument of type 'TQueryFnData' is not assignable to parameter of type '{ type: ChainType; chain_node_id: number; name: string; default_symbol: string; network: ChainNetwork; base: ChainBase; active: boolean; social_links: string[]; ... 42 more ...; communityBanner?: string | ... 1 more ... | undefined; } | undefined'.
|
|
|
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "FlakySuiteStatus", "MatureSuiteStatus".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading