Skip to content

Commit

Permalink
default 3,000,000
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cha committed May 23, 2024
1 parent b1fca43 commit 4d33e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/minitiad/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func initAppConfig() (string, interface{}) {
//
// In simapp, we set the min gas prices to 0.
srvCfg.MinGasPrices = fmt.Sprintf("0%s", types.BaseDenom)
srvCfg.QueryGasLimit = 3000000

// Enable API and unsafe CORS (CORS allowed from any host)
srvCfg.API.Enable = true
Expand Down

0 comments on commit 4d33e2e

Please sign in to comment.