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
When I use this code, I get the following error: Type 'Partial<Record<Network, AlchemyMultichainSettings>> | undefined' is not assignable to type 'Partial<Record<Network, AlchemyMultichainSettings>>'
In order to fix this, you should add a ? to overrides on line 15.