feat: mayan fast mctp route with linea support #435
Triggered via pull request
September 18, 2025 23:34
Status
Success
Total duration
1m 53s
Artifacts
–
code-quality.yml
on: pull_request
ESLint
1m 45s
Prettier
1m 19s
Unit Tests
1m 29s
Commit Message Lint
1m 24s
Code Quality Summary
3s
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
|