Summary
Replace all references to the PL_TEST token address with the new real PLOT token address across the plotlink web app codebase.
New PLOT token address
0x4F567DACBF9D15A6acBe4A47FC2Ade0719Fb63C4
Old PL_TEST token address (to replace)
0xF8A2C39111FCEB9C950aAf28A9E34EBaD99b85C1
Files to update
Constants & Config:
lib/contracts/constants.ts — PLOT_TOKEN address
lib/contracts/constants.ts — RESERVE_LABEL from PL_TEST to PLOT
.env.example — if PLOT token is referenced
lib/usd-price.ts — verify it points to new token address
Token page (/token):
- Update CA display to
0x4F567DACBF9D15A6acBe4A47FC2Ade0719Fb63C4
- Update Uniswap swap link/params to use the new PLOT/ETH pool (1% fee, v4)
- Update Mint Club link to:
https://mint.club/token/base/PLOT
- Update Hunt Town link to:
https://hunt.town/project/PLOT
- Update any Basescan token link to new address
SwapInterface:
- Update Uniswap link to use new PLOT token address
Implementation
- Search for old PL_TEST address across entire codebase and replace
- Search for "PL_TEST" string references and update to "PLOT"
- Search for old mint.club / hunt.town links and update
Acceptance Criteria
Summary
Replace all references to the PL_TEST token address with the new real PLOT token address across the plotlink web app codebase.
New PLOT token address
0x4F567DACBF9D15A6acBe4A47FC2Ade0719Fb63C4Old PL_TEST token address (to replace)
0xF8A2C39111FCEB9C950aAf28A9E34EBaD99b85C1Files to update
Constants & Config:
lib/contracts/constants.ts—PLOT_TOKENaddresslib/contracts/constants.ts—RESERVE_LABELfromPL_TESTtoPLOT.env.example— if PLOT token is referencedlib/usd-price.ts— verify it points to new token addressToken page (
/token):0x4F567DACBF9D15A6acBe4A47FC2Ade0719Fb63C4https://mint.club/token/base/PLOThttps://hunt.town/project/PLOTSwapInterface:
Implementation
Acceptance Criteria
mint.club/token/base/PLOT)hunt.town/project/PLOT)