Skip to content

Commit

Permalink
Increase default gas to 3.5usei
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 committed Jun 30, 2023
1 parent 6089dc0 commit ed525f6
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 @@ -385,7 +385,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 = "3.5usei"
srvCfg.API.Enable = true

// Pruning configs
Expand Down

0 comments on commit ed525f6

Please sign in to comment.