Skip to content

Commit

Permalink
default min-gas-orice is 0 stake
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed May 18, 2023
1 parent 87e8592 commit 70d1c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/banksyd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70d1c74

Please sign in to comment.