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
I'm trying to change tokens denomination. When i launch chain with "ignite chain serve" it launches chain fine...
But when i'm trying build binary from Makefile and init chain from binary it creates genesis.json file which still have some "stake" denomination properties...
Never stop I'm using ignite 😉
Joke aside, you need to modify the genesis exactly like you did in app_state in the config.yml.
Additionally check out the app_config and verify that the bond denom is correct as well.
@julienrbrt hey mate, yes i modified genesis.json manually... so i changed token denomination everywhere, however i got this error message above... btw, my project is empty. it's just generated with scaffold and i don't have MsgCreateValidator. i guess binary refers to some import of sdk maybe i need to implement or override this MsgCreateValidator?
gm, folks! this is my config.yml file
I'm trying to change tokens denomination. When i launch chain with "ignite chain serve" it launches chain fine...
But when i'm trying build binary from Makefile and init chain from binary it creates genesis.json file which still have some "stake" denomination properties...
i find out from this tutorial https://ida.interchain.io/tutorials/9-path-to-prod/4-genesis.html than you can change tokens denomination in genesis.json manually...
Even after changing denoms in genesis i'm still can't launch the network... it gives me such error 😅
Please, kindly point me to some working guide or tutorial so i could build and launch network with custom token denomination 🙏
ignite version
Ignite CLI version: v28.5.0
The text was updated successfully, but these errors were encountered: