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
A leftover from the pre-adapter era still overrides window.canton once a connection to a provider is established.
Instead, we should exclusively rely on sdk.getConnectedProvider, e.g. the adapter in use which in turn exposes the provider.
A leftover from the pre-adapter era still overrides
window.cantononce a connection to a provider is established.Instead, we should exclusively rely on
sdk.getConnectedProvider, e.g. the adapter in use which in turn exposes the provider.