Skip to content

Commit

Permalink
Merge pull request #108 from parallel-finance/deesingh08-patch-5
Browse files Browse the repository at this point in the history
Update polkadot.json
  • Loading branch information
deesingh08 authored Mar 3, 2022
2 parents ee4d204 + 34612dd commit 412e895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdloans/rewards/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
"formula": [
{
"condition": {
"rangeDate": ["03/01/22 17:00:00", "03/04/22 9:00:00"]
"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}"
}
Expand Down

0 comments on commit 412e895

Please sign in to comment.