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
It currently uses the signer from keplr.getOfflineSigner(chainId) when it should use keplr.getOfflineSignerAuto(chainId), maybe this should be specified by a flag as I am unsure if it breaks other bindings?
The text was updated successfully, but these errors were encountered:
It currently uses the signer from
keplr.getOfflineSigner(chainId)
when it should usekeplr.getOfflineSignerAuto(chainId)
, maybe this should be specified by a flag as I am unsure if it breaks other bindings?The text was updated successfully, but these errors were encountered: