Skip to content

Commit

Permalink
Merge pull request #121 from stabilitydao/alien-dev
Browse files Browse the repository at this point in the history
🏆 update y4, y5; update covers
  • Loading branch information
a17 authored Dec 4, 2024
2 parents ea66499 + 66b8d24 commit a0c4ea1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Binary file modified chains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified integrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions src/contests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ export const contests: { [contestId: string]: YieldContest } = {
name: "Yield Contest #4",
start: 1733356800, // Thu, 05 Dec 2024 00:00:00 GMT
end: 1734566399, // Wed, 18 Dec 2024 23:59:59 GMT
minEarn: 0.1,
minEarn: 0.05,
rewards: [
{
type: RewardType.POINTS,
winners: 50,
winnerReward: 150,
winnerReward: 130,
},
// 200 USDT
/*{
Expand Down Expand Up @@ -190,8 +190,14 @@ export const contests: { [contestId: string]: YieldContest } = {
name: "Yield Contest #5",
start: 1734566400, // Thu, 19 Dec 2024 00:00:00 GMT
end: 1735775999, // Wed, 01 Jan 2025 23:59:59 GMT
minEarn: "TBA",
rewards: "TBA",
minEarn: 0.1,
rewards: [
{
type: RewardType.POINTS,
winners: 50,
winnerReward: 200,
},
],
},
y6: {
// 02 Jan 2025 - 15 Jan 2025
Expand Down

0 comments on commit a0c4ea1

Please sign in to comment.