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
Fixed in #2
The error come up because we haven't customed our genesis state yet!
In initRootCmd function, we add InitCmd follow genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" package and by default it create genesis app state for us:
Then we make custom gensis state function and init cmd function to change default genesis state of our app:
Custom genesis state:
For detail, please visit file: https://github.com/oraichain/wasmd/blob/e7b98ae041b2fe8db1d7bf9701b2aba53bf1194d/app/genesis.go#L32-L97
The text was updated successfully, but these errors were encountered: