You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open your Metamask and set Telos Mainnet as current chain
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
The text was updated successfully, but these errors were encountered: