Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

pump version

pump version #18

Triggered via push November 22, 2024 11:26
Status Failure
Total duration 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Build: src/App.tsx#L1
'getJettonBalance' is declared but its value is never read.
Build: src/pages/AddPosition/index.tsx#L1
'Box' is declared but its value is never read.
Build: src/pages/AddPosition/index.tsx#L1
All imports in import declaration are unused.
Build: src/pages/AddPosition/index.tsx#L1
'useState' is declared but its value is never read.
Build: src/pages/AddPosition/index.tsx#L1
'useTokenStore' is declared but its value is never read.
Build: src/pages/AddPosition/index.tsx#L1
'Token' is declared but its value is never read.
Build: src/pages/PoolDetail/index.tsx#L1
'DialogHeader' is declared but its value is never read.
Build: src/pages/Pools/index.tsx#L1
Type 'Pool | { id: number; address: string; token0: { id: number; type: string; address: string; name: string; symbol: string; description: null; image: string; decimals: number; aliased: boolean; price: string; source: null; }; ... 9 more ...; tickSpacing: number; }' is not assignable to type 'Pool'.
Build: src/pages/Pools/index.tsx#L1
Argument of type '{ id: number; address: string; token0: { id: number; type: string; address: string; name: string; symbol: string; description: null; image: string; decimals: number; aliased: boolean; price: string; source: null; }; ... 9 more ...; tickSpacing: number; }' is not assignable to parameter of type 'SetStateAction<Pool | null>'.
Build: src/pages/Swap/index.tsx#L1
'Box' is declared but its value is never read.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. 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@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/