Closed Viterbo closed 1 year ago
The problem comes at the moment of populating this logalStogare variable wagmi.store
as you can see in the screenshot it holds the wrong network data { id: 40, ... }
This is causing every time Wagmi tries to call internally getNetwork(), it gets the wrong network and that causes an error later on the same call.
Describe the bug You can't sign any transaction using WalletConnect + Metamask in testnet. This bug affects all transactions but only this one is behaving differently because the implementation differs from the rest.
To Reproduce Steps to reproduce the behavior:
Expected behavior Not to have an error, the loading ends.
Screenshots