Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(crowdloan/rewards): centrifuge vesting #29

Merged
1 commit merged into from
Dec 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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