Skip to content

Commit

Permalink
Update cmd/osmosisd/cmd/root.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dev Ojha <[email protected]>
  • Loading branch information
hleb-albau and ValarDragon authored Jan 25, 2022
1 parent e8c1b1a commit 32cac99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/osmosisd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ max-gas-wanted-per-tx = "25000000"
arbitrage-min-gas-fee = ".005"
# This is the minimum gas fee any tx with high gas demand should have, denominated in uosmo per gas
# Default value of ".01" then means that a tx with 1 million gas costs (.01 uosmo/gas) * 1_000_000 gas = .01 osmo
min-gas-price-for-high-gas-tx = ".01"
# Default value of ".0025" then means that a tx with 1 million gas costs (.0025 uosmo/gas) * 1_000_000 gas = .0025 osmo
min-gas-price-for-high-gas-tx = ".0025"
`

return OsmosisAppTemplate, OsmosisAppCfg
Expand Down

0 comments on commit 32cac99

Please sign in to comment.