builder icon indicating copy to clipboard operation
builder copied to clipboard

Connecting with WalletConnect doesn't fetch my names

Open fzavalia opened this issue 2 years ago • 3 comments

When entering the names tab, there is an infinite loading spinner.

image.png

Using Zerion Wallet on iOS

fzavalia avatar Jan 22 '23 05:01 fzavalia

const resolverAddress: string = await ensContract.resolver(nodehash)

In the handleFetchENSListRequest saga seems to freeze the execution as it never resolves.

fzavalia avatar Jan 22 '23 05:01 fzavalia

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.

fzavalia avatar Jan 22 '23 05:01 fzavalia

Happens both with Zerion and MetaMask mobile when connecting with WalletConnect

fzavalia avatar Jan 22 '23 14:01 fzavalia