Skip to content

feat: bridge sqt balance #483

feat: bridge sqt balance

feat: bridge sqt balance #483

Triggered via pull request December 28, 2023 08:03
Status Failure
Total duration 1m 38s
Artifacts

pr-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: src/components/AccountActions/AccountActions.tsx#L63
Type '"bigger"' is not assignable to type '"large" | "small" | undefined'.
build: src/components/IndexerDetails/Progress.tsx#L6
Module '"@subql/components"' has no exported member 'SubqlProgress'.
build: src/components/IndexerProgress/IndexerProgress.tsx#L5
Module '"@subql/components"' has no exported member 'SubqlProgress'.
build: src/hooks/useSortedIndexerDeployments.tsx#L68
Type 'AssertsShape<{ name: DefinedStringSchema<string | undefined, AnyObject>; image: StringSchema<string | undefined, AnyObject, string | undefined>; ... 4 more ...; categories: OptionalArraySchema<...>; }> | { ...; }' is not assignable to type 'AssertsShape<{ name: DefinedStringSchema<string | undefined, AnyObject>; image: StringSchema<string | undefined, AnyObject, string | undefined>; ... 4 more ...; categories: OptionalArraySchema<...>; }>'.
build: src/pages/delegator/DoDelegate/DelegateFrom.tsx#L8
Cannot find module '@components/TokenTooltip/tokenTooltip' or its corresponding type declarations.
build: src/pages/indexer/MyProjects/OwnDeployments/OwnDeployments.tsx#L7
Module '"@subql/components"' has no exported member 'SubqlProgress'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/