diff --git a/cmd/banksyd/cmd/root.go b/cmd/banksyd/cmd/root.go index df5f4224c..c674b7657 100644 --- a/cmd/banksyd/cmd/root.go +++ b/cmd/banksyd/cmd/root.go @@ -139,6 +139,7 @@ func initAppConfig() (string, interface{}) { srvCfg.API.Enable = true srvCfg.API.EnableUnsafeCORS = true srvCfg.GRPCWeb.EnableUnsafeCORS = true + srvCfg.MinGasPrices = "0stake" // This ensures that upgraded nodes will use iavl fast node. srvCfg.IAVLDisableFastNode = false