Unverified Commit 1855ff5d authored by Dev Ojha's avatar Dev Ojha Committed by GitHub
Browse files

Apply suggestions from code review


Co-authored-by: default avatarJoe Abbey <joe.abbey@gmail.com>
parent f29e727b
Showing with 7 additions and 7 deletions
+7 -7
......@@ -16,6 +16,6 @@ func RunForkLogic(ctx sdk.Context, superfluid *superfluidkeeper.Keeper, poolince
ApplyProp222Change(ctx, poolincentives)
ApplyProp223Change(ctx, poolincentives)
ApplyProp224Change(ctx, poolincentives)
ctx.Logger().Info("Registering state change for whitelisted pools for unpooling ")
ctx.Logger().Info("Registering state change for whitelisted pools for unpooling per proposal 226 ")
RegisterWhitelistedDirectUnbondPools(ctx, superfluid, gamm)
}
......@@ -109,12 +109,12 @@ func ApplyProp224Change(ctx sdk.Context, poolincentiveskeeper *poolincentiveskee
// weight: "752464"
// _PLEASE_ double check these numbers, and double the check the proposals choice itself
records := []poolincentivestypes.DistrRecord{
{GaugeId: 1718, Weight: sdk.NewInt(1881159)},
{GaugeId: 1719, Weight: sdk.NewInt(1128695)},
{GaugeId: 1720, Weight: sdk.NewInt(752463)},
{GaugeId: 2965, Weight: sdk.NewInt(1881160)},
{GaugeId: 2966, Weight: sdk.NewInt(1128696)},
{GaugeId: 2967, Weight: sdk.NewInt(752464)},
{GaugeId: 1724, Weight: sdk.NewInt(1881159)},
{GaugeId: 1725, Weight: sdk.NewInt(1128695)},
{GaugeId: 1726, Weight: sdk.NewInt(752463)},
{GaugeId: 2949, Weight: sdk.NewInt(1881160)},
{GaugeId: 2950, Weight: sdk.NewInt(1128696)},
{GaugeId: 2951, Weight: sdk.NewInt(752464)},
}
ctx.Logger().Info("Applying proposal 224 update")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment