Skip to content

Commit

Permalink
Update 2011
Browse files Browse the repository at this point in the history
  • Loading branch information
sjparallelfi committed Dec 18, 2021
1 parent 3abfaff commit 3ea7397
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
14 changes: 6 additions & 8 deletions crowdloans/projects/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,14 +505,12 @@
"tokenomics": {
"totalSupply": 2000000000,
"data": [
{ "name": "Tresury", "value": 35, "color": "#4fdfd4" },
{ "name": "Staking & Pools", "value": 15, "color": "#7b93de" },
{ "name": "Company", "value": 20, "color": "#9caee6" },
{ "name": "Team", "value": 10, "color": "#bdc9ef" },
{ "name": "Seed Round", "value": 3, "color": "#77bab4" },
{ "name": "Early Round", "value": 7, "color": "#8ec6c2" },
{ "name": "Strategic Round", "value": 5, "color": "#a7c2df" },
{ "name": "Public Sale", "value": 5, "color": "#c0dfdd" }
{ "name": "Tresury", "value": 25, "color": "#4fdfd4" },
{ "name": "NUT/EQ Token Swap", "value": 25, "color": "#7b93de" },
{ "name": "Parachain Auction Reward", "value": 20, "color": "#9caee6" },
{ "name": "Team", "value": 15, "color": "#bdc9ef" },
{ "name": "Liquidity Farmer", "value": 10, "color": "#77bab4" },
{ "name": "Institutional Investor", "value": 5, "color": "#8ec6c2" }
]
}
}
Expand Down
15 changes: 14 additions & 1 deletion crowdloans/rewards/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,8 @@
},
"2011": {
"reward": {
"min": 260,
"total": "16.67% of Total Supply",
"min": 200,
"detail": [
{ "label": "Est. Project Rewards", "formula": "${amount * 4}" }
]
Expand All @@ -1479,6 +1480,18 @@
},
"cDot": "${amount * 1}",
"rewardRules": [
{
"label": "Project Bonus",
"content": [
"-Extra 3% bonus for both the referrer and referee.",
"\n",
"\n",
"Heavyweight Bonus",
"- Extra 33% bonus when you contribute 10k-100k DOT.",
"- Extra 35% bonus when you contribute 100k-500k DOT.",
"- Extra 40% bonus when you contribute over 500k DOT."
]
},
{
"label": "Parallel Additional Bonus",
"content": [{ "bulletPoints": ["4 PARA per DOT contributed"] }]
Expand Down

0 comments on commit 3ea7397

Please sign in to comment.