Skip to content

Commit

Permalink
Revert "fix: update default gas" (#319)
Browse files Browse the repository at this point in the history
Reverts #318
  • Loading branch information
Zblocker64 authored Feb 6, 2025
1 parent 5d61fed commit a63d27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/akash-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)

# Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...)
version: 11.4.1
version: 11.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/akash-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ gasprices: "0.0025uakt"
# increase gasadjustment to tackle "out of gas" issues, i.e. https://github.com/ovrclk/akash/issues/1508
gas: "auto"
# Note that --gas-adjustment is working only when --gas is "auto"!
gasadjustment: "2"
gasadjustment: "1.5"

# 0.5 AKT - provider minimum bid deposit (5 AKT for sandbox)
bidmindeposit: "500000uakt"
Expand Down

0 comments on commit a63d27c

Please sign in to comment.