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
Happens if the user's provider is an arbitrum node when landing because on first render fuse is initiated by default with mainnet addresses, and the user's injected wallet provider. So Home's OpportunityCards call contracts with mainnet addresses in an arbitrum provider.
Its temporary because theres a useEffect that will refresh the page and re-initiate fuse with arbitrum addresses if a user's provider is an arbitrum node. The error comes from that short first render. Doesnt affect functionality at all.
The text was updated successfully, but these errors were encountered: