I am using walletconnect in mobile and after I transfer funds I get this error PollingBlockTracker - encountered an error while attempting to update latest block: undefined. I am using BSc chain id 56.
On desktop works perfectly but with mobile app I get this error.
const options = {
type: 'erc20',
amount: Moralis.Units.Token(amount, '9'),
receiver: addressTo,
contractAddress: '***********************************',
};
const transaction = await Moralis.transfer(options)