## Summary Post-deploy operator tasks after StoryFactory v4 redeploy and PLOT token launch. ## Vercel Environment Variables - [x] `NEXT_PUBLIC_CONTRACT_ADDRESS` → `0x92c3bd44fda84e632c3c3cb31387d0c0c1de618d` - [x] `NEXT_PUBLIC_CHAIN_ID` → `8453` - [x] Verify `NEYNAR_API_KEY` is still set - [x] Verify `NEXT_PUBLIC_BUILDER_CODE` is still `bc_oif14flv` ## Supabase - [x] Run migration 00023 (backfill cursor reset) - [x] Run migration 00024 (clean up pre-PLOT data) - [x] Verify `backfill_cursor` has deployment block `43824789` for both id=1 and id=2 - [x] Run migrations 00021 + 00022 (notification tables) ## Post-Deploy Verification - [x] Trigger Vercel redeploy (PR #544) - [x] Basescan verified for both contracts - [ ] Create test storylines (Korean + English) and verify full flow - [ ] Trade via Zap with ETH works - [ ] Price chart shows J-curve shape ## Acceptance Criteria - [x] All Vercel env vars updated - [x] Backfill cursor initialized - [x] DB cleaned of old factory data - [ ] Test storylines created and full flow verified - [x] Both contracts verified on Basescan
Summary
Post-deploy operator tasks after StoryFactory v4 redeploy and PLOT token launch.
Vercel Environment Variables
NEXT_PUBLIC_CONTRACT_ADDRESS→0x92c3bd44fda84e632c3c3cb31387d0c0c1de618dNEXT_PUBLIC_CHAIN_ID→8453NEYNAR_API_KEYis still setNEXT_PUBLIC_BUILDER_CODEis stillbc_oif14flvSupabase
backfill_cursorhas deployment block43824789for both id=1 and id=2Post-Deploy Verification
Acceptance Criteria