diff --git a/src/hooks/rewards/util.ts b/src/hooks/rewards/util.ts index 37297b7c3..1a6a83012 100644 --- a/src/hooks/rewards/util.ts +++ b/src/hooks/rewards/util.ts @@ -142,8 +142,8 @@ export const LIQUIDATION_REBATES_DETAILS = { export const RWA_COMPETITION_WEEKS = [ { week: 1, name: 'Gold Rush', startDate: '2026-04-06T00:00:00.000Z', endDate: '2026-04-13T00:00:00.000Z' }, - { week: 2, name: 'Crude Awakening', startDate: '2026-04-13T00:00:00.000Z', endDate: '2026-04-20T00:00:00.000Z' }, - { week: 3, name: 'Silver Rush', startDate: '2026-04-20T00:00:00.000Z', endDate: '2026-04-27T00:00:00.000Z' }, + { week: 2, name: 'Crude Awakening', startDate: '2026-04-13T00:00:00.000Z', endDate: '2026-04-27T00:00:00.000Z' }, + { week: 3, name: 'Silver Rush', startDate: '2026-04-27T00:00:00.000Z', endDate: '2026-05-04T00:00:00.000Z' }, ]; const RWA_REWARDS = [ @@ -161,7 +161,7 @@ export const RWA_COMPETITION_DETAILS = { topPrizeAmount: '$3,000', leaderboardSize: 10, startTime: '2026-04-06T00:00:00.000Z', - endTime: '2026-04-27T00:00:00.000Z', + endTime: '2026-05-04T00:00:00.000Z', }; export function getActiveRwaWeek() { diff --git a/src/pages/token/RewardsPage.tsx b/src/pages/token/RewardsPage.tsx index 035562943..df05b9919 100644 --- a/src/pages/token/RewardsPage.tsx +++ b/src/pages/token/RewardsPage.tsx @@ -93,7 +93,7 @@ const RewardsPage = () => { const daysRemaining = Math.ceil(msRemaining / timeUnits.day); const endingSoon = !hasEnded && daysRemaining <= 3; - const weekLabel = activeWeek ? `Week ${activeWeek.week}: ${activeWeek.name}` : null; + const weekLabel = activeWeek ? `Sprint ${activeWeek.week}: ${activeWeek.name}` : null; const tabs = [ { diff --git a/src/pages/token/RwaCompetitionPanel.tsx b/src/pages/token/RwaCompetitionPanel.tsx index 9f3adebc1..6c78cdd6c 100644 --- a/src/pages/token/RwaCompetitionPanel.tsx +++ b/src/pages/token/RwaCompetitionPanel.tsx @@ -68,21 +68,21 @@ export const RwaCompetitionPanel = () => { - Compete for {RWA_COMPETITION_DETAILS.rewardAmount} in prizes across 3 weekly RWA - trading sprints. Top 10 traders each week win. + Compete for a {RWA_COMPETITION_DETAILS.rewardAmount} prize pool in every RWA + trading sprint, awarded to the Top 10 traders.

Rules

- Starting on April 14th, winners of each week can claim rewards and check + 2 days after each RWA trading sprint, users can claim rewards and check eligibility{' '} here