diff --git a/lib/airdrop/config.ts b/lib/airdrop/config.ts index 3aacbae..76cc3e5 100644 --- a/lib/airdrop/config.ts +++ b/lib/airdrop/config.ts @@ -54,7 +54,7 @@ const STREAK_MIN_GAP_MINUTES = 30; const TEST_CONFIG: AirdropConfig = { CAMPAIGN_START: new Date("2026-04-27"), - CAMPAIGN_END: new Date("2026-04-30"), // start + 3 days + CAMPAIGN_END: new Date("2026-04-29"), // start + 2 days POOL_AMOUNT: 10, // 10 PLOT MILESTONES: { BRONZE: { mcap: 7_000, pct: 10 },