Add safe 1.4 flow #120
Annotations
10 errors and 10 warnings
Run ESLint:
src/components/Navbar.tsx#L2
'MailOutlineIcon' is defined but never used
|
Run ESLint:
src/components/RequestedRecoveries.tsx#L20
'STEPS' is defined but never used
|
Run ESLint:
src/components/RequestedRecoveries.tsx#L40
'stepsContext' is assigned a value but never used
|
Run ESLint:
src/components/burnerWallet/RequestedRecoveries.tsx#L9
'validatorsAddress' is defined but never used
|
Run ESLint:
src/components/burnerWallet/RequestedRecoveries.tsx#L33
'useReadContract' is defined but never used
|
Run ESLint:
src/components/burnerWallet/RequestedRecoveries.tsx#L149
'recoveryDataHash' is assigned a value but never used
|
Run ESLint:
src/components/burnerWallet/deploy.ts#L24
'normalize' is defined but never used
|
Run ESLint:
src/components/burnerWallet/deploy.ts#L54
'ownableValidatorAddress' is assigned a value but never used
|
Run ESLint:
src/pages/landingPage.tsx#L2
'DraftsOutlinedIcon' is defined but never used
|
Run ESLint:
src/pages/landingPage.tsx#L4
'Box' is defined but never used
|
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/
|
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/
|
Run ESLint:
src/components/RequestedRecoveries.tsx#L218
React Hook useCallback has a missing dependency: 'writeContractAsync'. Either include it or remove the dependency array
|
Run ESLint:
src/components/burnerWallet/GuardianSetup.tsx#L44
`@mui/icons-material/InfoOutlined` import should occur before import of `@mui/material`
|
Run ESLint:
src/components/burnerWallet/GuardianSetup.tsx#L320
React Hook useCallback has an unnecessary dependency: 'address'. Either exclude it or remove the dependency array
|
Run ESLint:
src/components/burnerWallet/RequestedRecoveries.tsx#L33
`wagmi` import should occur before import of `wagmi/actions`
|
Run ESLint:
src/components/burnerWallet/RequestedRecoveries.tsx#L34
`../../abi/Safe` import should occur before import of `../../abi/UniversalEmailRecoveryModule.json`
|
Run ESLint:
src/components/burnerWallet/RequestedRecoveries.tsx#L252
React Hook useCallback has a missing dependency: 'burnerAccountClient'. Either include it or remove the dependency array
|
Run ESLint:
src/components/burnerWallet/deploy.ts#L18
`../../../contracts.base-sepolia.json` import should occur after import of `viem/ens`
|
Run ESLint:
src/context/BurnerAccountContext.tsx#L20
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading