Skip to content

Commit

Permalink
[Quick PR][LocalNet] Turn off minimum-gas-prices (#805)
Browse files Browse the repository at this point in the history
## Summary

`minimum-gas-prices` was increased to `0.000000001upokt` on LocalNet. We
are not ready for that yet. #794 will address the default fees values,
so all existing documentation and processes will continue working with
non-zero gas prices.

---------

Co-authored-by: Daniel Olshansky <[email protected]>
  • Loading branch information
okdas and Olshansk authored Sep 9, 2024
1 parent 4d63923 commit 56dc09f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ validators:
app:
# DEV_NOTE: Ignite does not carry over all defaults, so we are going to match `minimum-gas-prices` with `cmd/config.go`.
# See the enhancement request here: https://github.com/ignite/cli/issues/4340
minimum-gas-prices: 0.000000001upokt
# TODO(#794): turn on `minimum-gas-prices` back
# minimum-gas-prices: 0.000000001upokt
telemetry:
enabled: true
prometheus-retention-time: "600" # seconds
Expand Down
2 changes: 1 addition & 1 deletion localnet/poktrolld/config/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ iavl-disable-fastnode = false
index-events = []
inter-block-cache = true
min-retain-blocks = 0
minimum-gas-prices = "0.000000001upokt"
minimum-gas-prices = "0upokt"
pruning = "nothing"
pruning-interval = "0"
pruning-keep-recent = "0"
Expand Down
1 change: 0 additions & 1 deletion x/tokenomics/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56dc09f

Please sign in to comment.