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
and gets this error when calling cosmJS.getAccount
auth.ts:72 Uncaught (in promise) Error: Unexpected response data format
at Object.account (auth.ts:72)
at async SigningCosmosClient.getAccount (cosmosclient.ts:222)
at async connect (VM48 Keplr.tsx:37)
The text was updated successfully, but these errors were encountered:
Hmm... I think this is an error from cosmjs, not from Keplr. Try using the stargate version cosmjs instead of launchpad. If that doesn't work, it might be better to ask in the cosmjs repo.
Hi! I'd really appreciate some help on resolving this. I am trying to use Keplr with cosmJS
as demonstrated here
https://stackblitz.com/edit/react-ts-pezzyd?file=Keplr.tsx
and gets this error when calling
cosmJS.getAccount
The text was updated successfully, but these errors were encountered: