Skip to content

Add warning icon to unknown tokens #665

Add warning icon to unknown tokens

Add warning icon to unknown tokens #665

Triggered via pull request October 16, 2024 14:21
Status Failure
Total duration 58s
Artifacts

preview.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
upload
Vercel CLI 22.0.1 - Deploying invariantlabs/webapp-azero �[2K�[GInspect: https://vercel.com/invariantlabs/webapp-azero/3aqjyCnmR6xm9BphSxrybM1LnBfk [4s] - Queued �[2K�[GError! Unexpected error. Please try again later. ()
build: src/components/Inputs/DepositAmountInput/DepositAmountInput.stories.tsx#L15
Type '{ currency: null; setValue: Mock<Procedure>; value: string; placeholder: string; onMaxClick: Mock<Procedure>; decimalsLimit: number; tokenPrice: number; ... 9 more ...; walletUninitialized: true; }' is not assignable to type 'Partial<{ setValue: (value: string) => void; currency: string | null; currencyIconSrc?: string | undefined; currencyIsUnknown: boolean; value?: string | undefined; placeholder?: string | undefined; ... 12 more ...; walletUninitialized: boolean; }> & { ...; }'.
build: src/components/Inputs/DepositAmountInput/DepositAmountInput.stories.tsx#L37
Type '{ currency: string; setValue: Mock<Procedure>; value: string; placeholder: string; onMaxClick: Mock<Procedure>; decimalsLimit: number; tokenPrice: number; ... 9 more ...; walletUninitialized: false; }' is not assignable to type 'Partial<{ setValue: (value: string) => void; currency: string | null; currencyIconSrc?: string | undefined; currencyIsUnknown: boolean; value?: string | undefined; placeholder?: string | undefined; ... 12 more ...; walletUninitialized: boolean; }> & { ...; }'.
build: src/components/Stats/PoolList/Stats.PoolList.stories.tsx#L87
Type '{ symbolFrom: string; symbolTo: string; iconFrom: string; iconTo: string; volume: number; TVL: number; fee: number; apy: number; apyData: { fees: number; accumulatedFarmsAvg: number; accumulatedFarmsSingleTick: number; }; ... 5 more ...; addressTo: string; }[]' is not assignable to type '{ symbolFrom: string; symbolTo: string; iconFrom: string; iconTo: string; volume: number; TVL: number; fee: number; addressFrom: string; addressTo: string; isUnknownFrom: boolean; isUnknownTo: boolean; }[]'.
build: src/components/Stats/TokensList/Stats.TokenList.stories.tsx#L97
Type '{ icon: string; name: string; symbol: string; price: number; priceChange: number; volume: number; TVL: number; }[]' is not assignable to type 'ITokensListData[]'.
build
Process completed with exit code 2.
upload
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/