Skip to content

Commit

Permalink
Merge pull request #109 from parallel-finance/nodl_upd
Browse files Browse the repository at this point in the history
Nodl upd- 2nd Campaign
  • Loading branch information
deesingh08 authored Mar 3, 2022
2 parents 412e895 + a917001 commit 2f53de2
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions crowdloans/rewards/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,12 +552,11 @@
"label": "Est. Project Rewards",
"formula": [
{
"condition": {
"rangeDate": ["03/01/22 17:00:00", "03/04/22 17:00:00"]
},
"value": "${amount >= 2000 ? amount * 20 + 5000 : amount >= 1500 ? amount * 20 + 3750 : amount >= 1000 ? amount * 20 + 2500 : amount >= 500 ? amount * 20 + 1250 : amount >= 200 ? amount * 20 + 500 : amount >= 100 ? amount * 20 + 250 : amount >= 50 ? amount * 20 + 125 : amount * 20}"
}

"condition": {
"rangeDate": ["03/04/22 17:00", "03/06/22 17:00"]
},
"value": "${amount >= 25 ? amount * 20 * 2 : amount * 20}"
}
]
},
{
Expand Down Expand Up @@ -627,15 +626,10 @@
{
"label": "Extra Rewards",
"content": [
"Campaign 1: Stock up on NODL",
"Duration: 72 hours. Starting on Tuesday, March 1st at 9 am PT until March 4th, Friday 9 am PT. NOT RETROACTIVE.",
"50 + DOTs = 125 extra NODL",
"100 + DOTs = 250 extra NODL",
"200 + DOTs = 500 extra NODL",
"500 + DOTs = 1,250 extra NODL",
"1,000 + DOTs = 2,500 extra NODL",
"1,500 + DOTs = 3,750 extra NODL",
"2,000 + DOTs = 5,000 extra NODL",
"Drop the hammer - 100% more NODL",
"Duration: 48 hours. Starting on Friday, March 4th at 9 am PT until Sunday, March 6th at 9 am PT. NOT RETROACTIVE.",
"100% More NODL. Minimum 25 DOTs Contribution.",
"From 20 NODL per DOT To 40 NODL per DOT",
"Note:These extra rewards will be reflected in the Est Project Rewards line"
]
},
Expand Down

0 comments on commit 2f53de2

Please sign in to comment.