packages/crypto/src/contexts/Ethers/MyEtherWallet.tsx
Function MyEtherWalletEthersLoader
has 104 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const MyEtherWalletEthersLoader: React.FC<PropsWithChildren<Props>> = (props) => {
const { children } = props
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const global = globalThis as any
const ethereum = global.ethereum