Skip to content

feat: mayan fast mctp route with linea support #389

feat: mayan fast mctp route with linea support

feat: mayan fast mctp route with linea support #389

Triggered via pull request September 16, 2025 17:06
Status Success
Total duration 2m 22s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ESLint: src/views/v2/Bridge/WalletConnector/Sidebar.tsx#L182
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
ESLint: src/views/TxSearch.tsx#L159
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#L138
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
ESLint: src/utils/wallet/solana.ts#L191
'e' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/utils/tokens.ts#L73
'e' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/utils/index.ts#L117
'err' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/routes/mayan/MayanRouteBase.ts#L127
'hyperCoreParams' is assigned a value but never used. Allowed unused vars must match /^_/u
ESLint: src/hooks/useTransactionHistoryWHScan.ts#L160
'e' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/components/SampleApp/index.tsx#L218
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#L217
React Hook useEffect has missing dependencies: 'customConfigInput' and 'isLoadingCustomConfig'. Either include them or remove the dependency array