cosmjs
cosmjs copied to clipboard
Support for cosmos-sdk `Next` version (v0.52.0-rc.2)
We are building a chain with cosmos-sdk version Next (v0.52.0-rc.2).
After transferring tokens to a new account, we are getting an error when sending a tx from the new account using cosmjs signAndBroadcast method.
'<ACCOUNT_ADDRESS>' does not exist on chain. Send some tokens there before trying to query sequence.
We can see that the account has balance after token transfer using the CLI. And sending tx using the CLI in the above scenario works.
Questions:
- Are we missing some step in cosmjs between transferring tokens to account and sending a tx?
- Is there a different version of cosmjs to be used with cosmos-sdk
Nextversion?
Hi @nikugogoi , I have the same error as you, have you found another way?
On which chains do you have this problem? The error is returned if the account does not exist in the auth module