Skip to content

fix: handle coingecko 404 responses gracefully #829

fix: handle coingecko 404 responses gracefully

fix: handle coingecko 404 responses gracefully #829

Triggered via pull request November 10, 2025 22:37
Status Success
Total duration 1m 59s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ESLint: src/views/v3/Redeem/index.tsx#L900
React Hook useMemo has a missing dependency: 'relayFailedUrl'. Either include it or remove the dependency array
ESLint: src/views/v3/Redeem/index.tsx#L581
React Hook useMemo has an unnecessary dependency: 'routeName'. Either exclude it or remove the dependency array
ESLint: src/views/v3/Redeem/index.tsx#L409
React Hook useMemo has an unnecessary dependency: 'routeName'. Either exclude it or remove the dependency array
ESLint: src/views/v3/Redeem/TransactionDetails/index.tsx#L292
React Hook useMemo has a missing dependency: 'theme.palette.text.secondary'. Either include it or remove the dependency array
ESLint: src/views/TxSearch.tsx#L162
React Hook useMemo has an unnecessary dependency: 'config.chainsArr'. Either exclude it or remove the dependency array. Outer scope values like 'config.chainsArr' aren't valid dependencies because mutating them doesn't re-render the component
ESLint: src/views/TxSearch.tsx#L141
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
ESLint: src/utils/tokens.ts#L75
'e' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/utils/index.ts#L123
'err' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/components/SampleApp/index.tsx#L228
React Hook useEffect has a missing dependency: 'customThemeInput'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setCustomTheme' needs the current value of 'customThemeInput'
ESLint: src/components/SampleApp/index.tsx#L227
React Hook useEffect has missing dependencies: 'customConfigInput' and 'isLoadingCustomConfig'. Either include them or remove the dependency array