Skip to content

Commit

Permalink
leaderboards: better rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
GGonryun committed Jul 14, 2024
1 parent b648323 commit e61e66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/util/types/src/lib/leaderboards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export type LeaderboardFrequency = keyof typeof LEADERBOARD_FREQUENCY;

export const LEADERBOARD_REWARD_PAYOUT: Record<LeaderboardFrequency, number[]> =
{
DAILY: [50, 25, 10],
WEEKLY: [200, 100, 75, 75, 50, 50, 20, 20],
DAILY: [150, 75, 50, 50, 25, 25],
WEEKLY: [400, 300, 150, 150, 100, 100, 50, 50, 25, 25],
ALL_TIME: [],
};

Expand Down

0 comments on commit e61e66d

Please sign in to comment.