Skip to content

Commit

Permalink
Merge pull request #41 from parallel-finance/paraid_2021
Browse files Browse the repository at this point in the history
Fix bonus for Efinity and cetrifuge
  • Loading branch information
sjparallelfi authored Dec 20, 2021
2 parents 50fa469 + 646482e commit c9ca99d
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions crowdloans/rewards/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"label": "Early Bird Bonus",
"formula": [
{
"condition": { "rangeDate": ["12/15/21", "12/19/21"] },
"condition": { "rangeDate": ["12/15/21", "12/21/21"] },
"value": "${amount * 3.65 * 0.1}"
}
],
Expand Down Expand Up @@ -172,7 +172,7 @@
],
"tooltip": [
{ "text": "Parallel Referral Bonus", "value": "5% PARA" },
{ "text": "Early Bird: Until 12/19/21", "value": "10% CFG" }
{ "text": "Early Bird: Until 12/21/21", "value": "10% CFG" }
],
"detail": [
{
Expand All @@ -193,7 +193,7 @@
{
"label": "Bonus",
"content": [
"Early Bird: 10% extra rewards if you contribute by 12/19/21",
"Early Bird: 10% extra rewards if you contribute by 12/21/21",
"Referral: 5% referral bonus reward each to referral and referee",
"Loyalty: When you stake in both the Altair and Centrifuge crowdloans, you'll get a 5% loyalty bonus! Make sure you contribute DOT with the same address you used to contribute KSM in order to be eligible.",
"Heavyweight Bonus: Extra 5% bonus when an account contributes 5,000+ DOT."
Expand Down Expand Up @@ -1474,22 +1474,33 @@
"parallelBonus": {
"items": [
{ "formula": "0.05", "logo": "/static/media/para.e1be6567.svg" },
{ "formula": "0.10" }
{ "formula": "0.05" },
{ "formula": "0.25", "logo": "/static/media/para.e1be6567.svg" }
],
"tooltip": [
{ "text": "Parallel Referral Bonus", "value": "5% PARA" },
{ "text": "Early Bird Bonus", "value": "5% EFI" },
{ "text": "Parallel Re-Contributors", "value": "25% PARA" }
],
"tooltip": [{ "text": "Parallel Referral Bonus", "value": "10% PARA" }],
"detail": [
{ "label": "Parallel Bonus", "formula": "${amount * 4}" },
{
"label": "Parallel Referral Bonus",
"formula": "${referralAvailable ? amount * 4 * 0.05 : 0}"
},
{
"label": "Parallel Re-Contributors (Early Bird, before 11/23/2021)",
"formula": "${amount * 4 * 0.25}"
"label": "Parallel Re-Contributors",
"formula": "${amount * 4 * 0.25}",
"tooltip": [
"Early bird, this applies for users who also contributed in batch 1 before 11/23/2021."
]
},
{
"label": "Binance Re-Contributors (Early Bird, before 11/23/2021)",
"formula": "${amount * 4 * 0.25}"
"label": "Binance Re-Contributors",
"formula": "${amount * 4 * 0.25}",
"tooltip": [
"Early bird, this applies for users who also contributed in batch 1 before 11/23/2021."
]
}
]
},
Expand Down

0 comments on commit c9ca99d

Please sign in to comment.