Skip to content

Commit

Permalink
Fix cosmos deafult config
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Oct 17, 2022
1 parent 68b66b9 commit 784122c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/cheqd-noded/cmd/init_extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ func applyConfigDefaults(cmd *cobra.Command) error {

err = updateCosmConfig(clientCtx.HomeDir, func(config *cosmcfg.Config) {
config.BaseConfig.MinGasPrices = "25ncheq"

// Workaroud for Cosmos's bug
config.BaseConfig.PruningKeepEvery = "0"
})
if err != nil {
return err
Expand Down

0 comments on commit 784122c

Please sign in to comment.