Skip to content

Commit

Permalink
refactor: remove default MinGasPrice
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanguyenkh committed Jan 11, 2023
1 parent 092b845 commit 1b81258
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ func init() {
}

DefaultNodeHome = filepath.Join(userHomeDir, ".astrad")
feemarkettypes.DefaultMinGasPrice = sdk.NewDec(10_000_000_000)
feemarkettypes.DefaultMinGasMultiplier = sdk.NewDecWithPrec(5, 1)

// manually update the power reduction by replacing micro (u) -> atto (a) astra
sdk.DefaultPowerReduction = ethermint.PowerReduction
}
Expand Down

0 comments on commit 1b81258

Please sign in to comment.