Skip to content

Commit

Permalink
Merge pull request #27 from parallel-finance/feat-404b
Browse files Browse the repository at this point in the history
feat(crowdloan/intl): update rewards
  • Loading branch information
0xJR1 authored Dec 16, 2021
2 parents 97f6a6b + 6c49c5b commit 981a891
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crowdloans/rewards/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"label": "Vesting schedule",
"content": [
"25% vesting on TGE",
"75% vesting linearly over following 1.5 years"
"75% vesting linearly over following 2 years"
]
}
],
Expand Down Expand Up @@ -272,12 +272,12 @@
"cDot": "${amount * 1}",
"reward": {
"total": "10% of initial 4-year supply",
"fixed": [{ "value": 3, "suffix": "+", "unit": "INTR" }],
"fixed": [{ "value": 3.463, "suffix": "+", "unit": "INTR" }],
"unit": "INTR",
"detail": [
{
"label": "Est. Project Rewards",
"formula": "${amount * 3}"
"formula": "${amount * 3.463}"
},
{
"label": "Early Bird Bonus",
Expand All @@ -286,14 +286,14 @@
"condition": {
"beforeDate": "12/23/21"
},
"value": "${amount * 0.1 * 3}"
"value": "${amount * 0.1 * 3.463}"
}
],
"tooltip": ["10% INTR bonus before 12/23/21"]
},
{
"label": "Strong Supporter Bonus",
"formula": "${amount > 50000 ? amount * 3 * 0.1 : 0}",
"formula": "${amount > 50000 ? amount * 3.463 * 0.1 : 0}",
"tooltip": ["10% Bonus for contributions over 50,000 DOT"]
}
]
Expand Down

0 comments on commit 981a891

Please sign in to comment.