packages/crypto/src/contexts/Ethers/Trust.tsx
Function TrustEthersLoader
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const TrustEthersLoader: React.FC<PropsWithChildren<Props>> = (props) => {
const { children } = props
const [error, setError] = useState<Error>()
const [signer, setSigner] = useState<JsonRpcSigner>()
const [localAddress, setLocalAddress] = useState<EthAddress>()