Skip to content

Commit

Permalink
Reducal to average
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Jan 24, 2025
1 parent ae2cac2 commit 61de91f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration/cli/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
KeyringBackend = "test"
OutputFormat = "json"
Gas = "auto"
GasAdjustment = "20"
GasAdjustment = "3.5"
GasPrices = "10000ncheq"
)

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/cli_defi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var _ = Describe("Upgrade - Burn coins from relevant message signer", func() {
// assert no error
Expect(err).To(BeNil())

// generate fixed fees, in which case 500,000,000 ncheq or 0.5 cheq
fees := helpers.GenerateFees("500000000ncheq")
// generate fixed fees, in which case 1,000,000,000 ncheq or 1 cheq
fees := helpers.GenerateFees("1000000000ncheq")

// burn the coins
res, err := cli.BurnMsg(testdata.BASE_ACCOUNT_1, burnCoins.String(), fees)
Expand Down

0 comments on commit 61de91f

Please sign in to comment.