diff --git a/lib/airdrop/config.ts b/lib/airdrop/config.ts index 76cc3e5..465bc2b 100644 --- a/lib/airdrop/config.ts +++ b/lib/airdrop/config.ts @@ -62,7 +62,7 @@ const TEST_CONFIG: AirdropConfig = { GOLD: { mcap: 35_000, pct: 50 }, DIAMOND: { mcap: 50_000, pct: 100 }, }, - LOCKER_ID: null, + LOCKER_ID: "3882", POINTS, STREAK_BOOSTS, STREAK_MIN_GAP_MINUTES,