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
Adding an additional config with chainId = 1 ( in addition to 31337) throws an error.
It is caused by the configs not being filtered correctly on fetch because if not wallet is connected, chainId=undefined. Need some way to set default chain id, either in wagmi config or export it manually and use it in useAccounts.