From e17cf9a2eb0c2873e9c224ce5e41166e93c04de3 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Mon, 27 Apr 2026 14:02:24 +0900 Subject: [PATCH] Shorten airdrop test to 2 days (Apr 27-28) Co-Authored-By: Claude Opus 4.6 (1M context) --- lib/airdrop/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },