diff --git a/lib/airdrop/config.ts b/lib/airdrop/config.ts index fe3baa4c..3aacbaed 100644 --- a/lib/airdrop/config.ts +++ b/lib/airdrop/config.ts @@ -53,8 +53,8 @@ const STREAK_BOOSTS: Record = { const STREAK_MIN_GAP_MINUTES = 30; const TEST_CONFIG: AirdropConfig = { - CAMPAIGN_START: new Date("2026-06-01"), - CAMPAIGN_END: new Date("2026-06-04"), // start + 3 days + CAMPAIGN_START: new Date("2026-04-27"), + CAMPAIGN_END: new Date("2026-04-30"), // start + 3 days POOL_AMOUNT: 10, // 10 PLOT MILESTONES: { BRONZE: { mcap: 7_000, pct: 10 },