Skip to content

[#1053] Update test-mode milestones to current prod values#1054

Merged
realproject7 merged 1 commit intomainfrom
task/1053-test-milestones-update
May 5, 2026
Merged

[#1053] Update test-mode milestones to current prod values#1054
realproject7 merged 1 commit intomainfrom
task/1053-test-milestones-update

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Fixes #1053

Summary

TEST_CONFIG.MILESTONES in lib/airdrop/config.ts were stale ($7K/$10K/$35K/$50K) and were rendering on https://plotlink.xyz/airdrop because the Vercel deployment runs with NEXT_PUBLIC_AIRDROP_MODE=test. Updated to match the canonical $1M/$10M/$50M/$100M values that already exist in PROD_CONFIG and the "How does this work?" modal copy.

CAMPAIGN_START / CAMPAIGN_END / POOL_AMOUNT in TEST_CONFIG are intentionally unchanged — the user only flagged the milestone values as stale.

Files

  • lib/airdrop/config.tsTEST_CONFIG.MILESTONES only (4 lines)
  • package.json — version 1.6.2 → 1.6.3 (3rd digit, bug fix)

Test plan

  • npm run typecheck passes
  • npm run lint passes (no new warnings on config.ts)
  • After deploy, https://plotlink.xyz/airdrop shows milestone labels $1M / $10M / $50M / $100M with the correct unlock %s (10 / 30 / 50 / 100)
  • Heartbeat dot at current FDV (~$31K) renders in the pre-bronze band (Y between 75% and 100% of chart height)
  • Countdown still ticks against the test campaign end date (5/11)

Coordination note

Only lib/airdrop/config.ts references the old 7_000 / 35_000 literals (verified via grep) — no other files needed touching.

TEST_CONFIG.MILESTONES were stale ($7K/$10K/$35K/$50K) and showing
publicly because Vercel runs with NEXT_PUBLIC_AIRDROP_MODE=test. Update
to match the canonical values in PROD_CONFIG and the "How does this
work?" modal copy: $1M/$10M/$50M/$100M.

Campaign dates and pool amount in TEST_CONFIG remain unchanged (only
the milestone values were flagged as stale).

Fixes #1053

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored May 5, 2026 0:43am

Request Review

@realproject7 realproject7 merged commit 554d303 into main May 5, 2026
4 checks passed
@realproject7 realproject7 deleted the task/1053-test-milestones-update branch May 5, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Airdrop: update stale test-mode milestones to current prod values

1 participant