fix: update claim multipliers in incentive migration (#994)

This commit is contained in:
Kevin Davis 2021-08-12 14:00:19 -06:00 committed by GitHub
parent 8b54fdafa4
commit e060393563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 8 deletions

View File

@ -25,8 +25,19 @@ func Incentive(incentiveGS v0_14incentive.GenesisState) v0_15incentive.GenesisSt
Multipliers: claimMultipliers,
},
{
Denom: "swp",
Multipliers: claimMultipliers, // TODO set the correct multipliers
Denom: "swp",
Multipliers: v0_15incentive.Multipliers{
{
Name: v0_15incentive.Small,
MonthsLockup: 1,
Factor: sdk.MustNewDecFromStr("0.1"),
},
{
Name: v0_15incentive.Large,
MonthsLockup: 12,
Factor: sdk.OneDec(),
},
}, // TODO set the correct multipliers
},
}

View File

@ -173,14 +173,49 @@
"claim_end": "2026-04-08T14:00:00Z",
"claim_multipliers": [
{
"factor": "0.200000000000000000",
"months_lockup": "1",
"name": "small"
"denom": "hard",
"multipliers": [
{
"name": "small",
"months_lockup": "1",
"factor": "0.200000000000000000"
},
{
"name": "large",
"months_lockup": "12",
"factor": "1.000000000000000000"
}
]
},
{
"factor": "1.000000000000000000",
"months_lockup": "12",
"name": "large"
"denom": "ukava",
"multipliers": [
{
"name": "small",
"months_lockup": "1",
"factor": "0.200000000000000000"
},
{
"name": "large",
"months_lockup": "12",
"factor": "1.000000000000000000"
}
]
},
{
"denom": "swp",
"multipliers": [
{
"name": "small",
"months_lockup": "1",
"factor": "0.100000000000000000"
},
{
"name": "large",
"months_lockup": "12",
"factor": "1.000000000000000000"
}
]
}
],
"delegator_reward_periods": [