Skip to content

Commit

Permalink
Merge pull request #50 from parallel-finance/crowdloan_updates
Browse files Browse the repository at this point in the history
Issue_351 and Issue_410
  • Loading branch information
sjparallelfi authored Dec 24, 2021
2 parents 854312a + acfb38f commit 1cd1e84
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
18 changes: 18 additions & 0 deletions crowdloans/projects/kusama.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,24 @@
"icon": "https://auction-us-east-2.s3.us-east-2.amazonaws.com/icons/chains/shadow.svg",
"rewardRate": 1
},
{
"paraid": "2102",
"name": "Pichiu",
"token": "PCHU",
"description": "",
"website": "",
"icon": "https://raw.githubusercontent.com/polkadot-js/apps/master/packages/apps-config/src/ui/logos/nodes/pichiu.png",
"rewardRate": 1
},
{
"paraid": "2048",
"name": "Robonomics",
"token": "XRT",
"description": "",
"website": "",
"icon": "https://raw.githubusercontent.com/polkadot-js/apps/99edd78be12b8ab2b335f25a0e549b618a4d7faf/packages/apps-config/src/ui/logos/nodes/robonomics.svg",
"rewardRate": 1
},
{
"paraid": "2023",
"name": "Moonriver",
Expand Down
22 changes: 21 additions & 1 deletion crowdloans/rewards/kusama.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,28 @@
"2004": { "reward": { "min": 150 } },
"2007": { "reward": { "min": 80 } },
"2008": { "reward": { "min": 1000 } },
"2102": {
"reward": {
"fixed": [
{ "value": 1, "suffix": "", "unit": "KSM" },
{ "value": 350, "suffix": "+", "unit": "PCHU" }
]
}
},
"2048": {
"reward": {
"fixed": [
{ "value": 4.2, "suffix": "+", "unit": "XRT" }
]
}
},
"2012": {
"reward": { "min": 1 },
"reward": {
"fixed": [
{ "value": 1, "suffix": "", "unit": "CRU" },
{ "value": 1000, "suffix": "", "unit": "CSM" }
]
},
"rewardRules": [
{ "label": "Total Rewards", "content": ["80K CRU, 80M CSM"] },
{
Expand Down
2 changes: 1 addition & 1 deletion crowdloans/rewards/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
"token": "GLMR",
"reward": {
"total": "10%",
"min": 1,
"fixed": [{ "value": 4.1946, "suffix": "", "unit": "GLMR" }],
"detail": [
{ "label": "Est. Project Rewards", "formula": "${amount * 4.1946}" }
]
Expand Down

0 comments on commit 1cd1e84

Please sign in to comment.