Skip to content

Commit

Permalink
Bump max gas wanted per tx
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse committed Mar 25, 2024
1 parent 43a0d01 commit 46d4da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/osmosisd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ func initAppConfig() (string, interface{}) {
[osmosis-mempool]
# This is the max allowed gas any tx.
# This is only for local mempool purposes, and thus is only ran on check tx.
max-gas-wanted-per-tx = "25000000"
max-gas-wanted-per-tx = "60000000"
# This is the minimum gas fee any arbitrage tx should have, denominated in uosmo per gas
# Default value of ".1" then means that a tx with 1 million gas costs (.1 uosmo/gas) * 1_000_000 gas = .1 osmo
Expand Down

0 comments on commit 46d4da3

Please sign in to comment.