-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UPDATE: Custom token denomination #4304
Comments
You need to modify the genesis exactly like you did in app_state in the config.yml. |
@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? |
Hi @olimdzhon, still an issue? |
hey, @salmad3, yes, i guess in order to make custom token denomination you need to write TokenFactory module, you can't change it from genesis.json as it was described in ignite tutorial |
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: