Hi there,
Today I am facing an issue, when I am connected to wallet connect, @cryptokid @Yomoo
Error: PollingBlockTracker - encountered an error while attempting to update latest block:
undefined
I am facing this issue especially once I switch chain to Polygon Mainnet and Polygon Testnet.
I am facing this issue in both Next and React JS dApp.
My configuration :
moralis-v1, @walletconnect/web3-provider, react-moralis
Method I am using for chain switching if not metamask provider,
const web3: any = await Moralis.enableWeb3({ provider });
await web3?.provider?.request({
method: ‘wallet_switchEthereumChain’,
params: [{ chainId: chain }],
});
Server URL : https://ou1latf2lhci.grandmoralis.com:2053/server