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
I'm not sure this is the correct direction. The whole package is about store. In my opinion the correct pattern should be to subscribe to the selectedAccount and //do something in the subscription handler.
something like
defaultEvmStores.setProvider().then("connected" => //do something)
or
await defaultEvmStores.setProvider() //do something here
because right now it throws no error or anything to indicate that the user didn't connect a address other than checking if $selectedAccount exists
The text was updated successfully, but these errors were encountered: