ignite / cli

Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
https://ignite.com
Other
1.24k stars 537 forks source link

How can I change the configuration about CometBFT? #3563

Closed llwinner closed 1 year ago

llwinner commented 1 year ago

I want to stop block height increasing automatically. After I read the doc of CometBFT, I found that I should change the configuration in config.toml. But how How can I change the configuration about CometBFT with ignite?

Pantani commented 1 year ago

@llwinner, you can edit the config.tom inside the $HOME/.chainname or use the ignite config.yml to edit some values from the validator

https://docs.ignite.com/references/config

llwinner commented 1 year ago

Thanks, got it