diff --git a/cmd/seid/cmd/root.go b/cmd/seid/cmd/root.go index 3b4068c2e..7f034b408 100644 --- a/cmd/seid/cmd/root.go +++ b/cmd/seid/cmd/root.go @@ -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