diff --git a/cmd/sedad/cmd/config_defaults.go b/cmd/sedad/cmd/config_defaults.go index 74c6c5c5..272a1332 100644 --- a/cmd/sedad/cmd/config_defaults.go +++ b/cmd/sedad/cmd/config_defaults.go @@ -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