Skip to content

Commit

Permalink
revive constant reward
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyunpark committed Aug 7, 2024
1 parent b6fcdf4 commit 1a8f98d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ func init() {

// manually update the power reduction by replacing micro (u) -> atto (a) evmos
sdk.DefaultPowerReduction = evmostypes.PowerReduction
// Constant reward is true to follow Settlus reward distribution rules
sdk.ConstantReward = true
// modify fee market parameter defaults through global
feemarkettypes.DefaultMinGasPrice = evmosapp.MainnetMinGasPrices
feemarkettypes.DefaultMinGasMultiplier = evmosapp.MainnetMinGasMultiplier
Expand Down

0 comments on commit 1a8f98d

Please sign in to comment.