Skip to content

Commit

Permalink
chore: add new protocol inflation split
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Feb 18, 2025
1 parent 4d7bec9 commit c7a2d07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/upgrades/v2_0/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ func SetMultiCoinRewardsPolicy(ctx sdk.Context, multiCoinRewardsKeeper multicoin
func SetPoolParams(ctx sdk.Context, poolKeeper *poolkeeper.Keeper) {
params := poolKeeper.GetParams(ctx)

// TODO: set new mainnet inflation split
if ctx.ChainID() == "kyve-1" {
params.ProtocolInflationShare = math.LegacyMustNewDecFromStr("0.4")
}

poolKeeper.SetParams(ctx, params)
}
Expand Down

0 comments on commit c7a2d07

Please sign in to comment.