Skip to content

Commit

Permalink
set def
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 committed Jul 11, 2023
1 parent ab57858 commit d51f745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/seid/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,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 = "0.01usei"
srvCfg.MinGasPrices = "0.1usei"
srvCfg.API.Enable = true

// Pruning configs
Expand Down

0 comments on commit d51f745

Please sign in to comment.