Skip to content

Commit

Permalink
Merge pull request #29 from parallel-finance/feat-404c
Browse files Browse the repository at this point in the history
feat(crowdloan/rewards): centrifuge vesting
  • Loading branch information
0xJR1 authored Dec 16, 2021
2 parents d5bfd54 + 22a5188 commit b7b6b86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crowdloans/rewards/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"2031": {
"cDot": "${amount * 1}",
"reward": {
"total": "12% of supply reserve",
"total": "15% of supply reserve",
"fixed": [{ "value": 3.65, "suffix": "+", "unit": "CFG" }],
"unit": "CFG",
"detail": [
Expand Down Expand Up @@ -168,7 +168,7 @@
"rewardRules": [
{
"label": "Total Crowdloan Rewards",
"content": ["51,000,000 CFG (12% of Supply Reserve)"]
"content": ["63,750,000 CFG (15% of Supply Reserve)"]
},
{
"label": "Bonus",
Expand All @@ -185,8 +185,8 @@
{
"label": "Vesting schedule",
"content": [
"30% will be available to claim immediately",
"70% be released in 10% increments each lease period"
"20% will be available to claim immediately",
"80% will be released linearly over the duration of the lease"
]
}
],
Expand Down

0 comments on commit b7b6b86

Please sign in to comment.