From 2c1a827e1e6fe800d3371c71a4a29380f9b1c96a Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Mon, 27 Apr 2026 13:56:37 +0900 Subject: [PATCH] Update airdrop test dates to Apr 27-30 Co-Authored-By: Claude Opus 4.6 (1M context) --- lib/airdrop/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 },