Skip to content

Commit

Permalink
refactor: set default minimum gas prices
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Mar 21, 2024
1 parent 1b64ee5 commit 97d58c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sedad/cmd/config_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func initAppConfig() (string, interface{}) {
// own app.toml to override, or use this default value.
//
// In simapp, we set the min gas prices to 0.
srvCfg.MinGasPrices = "0seda"
srvCfg.MinGasPrices = "100000000000aseda" // 10^11 aseda

// GRPC settings
srvCfg.GRPC.Enable = true
Expand Down

0 comments on commit 97d58c8

Please sign in to comment.