Skip to content

Commit

Permalink
Bump gas adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Sep 24, 2024
1 parent 1a50b17 commit 23fdff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/cli/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
KeyringBackend = "test"
OutputFormat = "json"
Gas = "auto"
GasAdjustment = "2.0"
GasAdjustment = "2.5"
GasPrices = "60ncheq"
)

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/helpers/fee.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ func GenerateFees(amount string) []string {
return []string{
"--fees", amount,
"--gas", "auto",
"--gas-adjustment", "2.0",
"--gas-adjustment", "2.5",
}
}

Expand Down

0 comments on commit 23fdff8

Please sign in to comment.