Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/airdrop/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
Loading