From 1a8f98d70e1be120f31481466130ba351b647d06 Mon Sep 17 00:00:00 2001 From: Uhyun <96884119+uhyunpark@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:03:02 +0900 Subject: [PATCH] revive constant reward --- app/app.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/app.go b/app/app.go index 02afe52..9c0ff87 100644 --- a/app/app.go +++ b/app/app.go @@ -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