builder
builder copied to clipboard
Connecting with WalletConnect doesn't fetch my names
When entering the names tab, there is an infinite loading spinner.
Using Zerion Wallet on iOS
const resolverAddress: string = await ensContract.resolver(nodehash)
In the handleFetchENSListRequest
saga seems to freeze the execution as it never resolves.
const signer: ethers.Signer = yield getSigner()
Changing this into
const provider: providers.Provider = new ethers.providers.JsonRpcProvider('some-valid-rpc-url')
Seems to fix it.
Happens both with Zerion and MetaMask mobile when connecting with WalletConnect