Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/external-rewards/src/campaign-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,8 @@
},
{
"campaign": "Plasma.json"
},
{
"campaign": "Re.json"
}
]
57 changes: 57 additions & 0 deletions packages/external-rewards/src/campaigns/Re.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"campaignName": "",
"platform": "Re",
"description": "Points for providing liquidity.",
"platformImageId": "relogo.png",
"dashboardLink": "https://app.re.xyz/points",
"pools": [
{
"id": "null",
"action": "lp",
"description": "null",
"campaignStart": "0",
"campaignEnd": "1770000000",
"address": "0xf74c91b36C26543A0Aa820bEf407A577e5498BF0",
"network": "ethereum",
"multiplier": "20x",
"tags": ["points"],
"lock": "false"
},
{
"id": "null",
"action": "lp",
"description": "null",
"campaignStart": "0",
"campaignEnd": "1770000000",
"address": "0x43b98EEA5C689F0036918f590a4B55f22D853734",
"network": "ethereum",
"multiplier": "20x",
"tags": ["points"],
"lock": "false"
},
{
"id": "null",
"action": "lp",
"description": "null",
"campaignStart": "0",
"campaignEnd": "1770000000",
"address": "0x5C2ab69Eb2BF12A2f4572D178687Bd4660512972",
"network": "ethereum",
"multiplier": "20x",
"tags": ["points"],
"lock": "false"
},
{
"id": "null",
"action": "lp",
"description": "null",
"campaignStart": "0",
"campaignEnd": "1770000000",
"address": "0x6C5Ff8DCe52BE77b4eCE6B51996018f0C1713bA9",
"network": "ethereum",
"multiplier": "20x",
"tags": ["points"],
"lock": "false"
}
]
}
2 changes: 2 additions & 0 deletions packages/external-rewards/src/campaigns/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import Loop from './Loop.json'
import Mellow from './Mellow.json'
import Noon from './Noon.json'
import Pumpbtc from './Pumpbtc.json'
import Re from './Re.json'
import Resolv from './Resolv.json'
import SolvProtocol from './SolvProtocol.json'
import StableLabs from './StableLabs.json'
Expand Down Expand Up @@ -62,4 +63,5 @@ export {
Aegis,
Ebisu,
Liquity,
Re,
}