Skip to main content

Production parity checklist (4626)

Use before a major release, investor diligence, or after large contract/API changes. Record evidence (tx links, screenshot, artifact hash) in your runbook—not in this repo if it contains non-public data.

#CheckEvidence / notes
1Tagged commit matches the build used for deployGit tag ↔ Vercel/build SHA
2Contract bytecode for upgraded/proxied contracts matches forge build artifacts from that tagcast code / block explorer “verify”
3Proxy / implementation addresses documented in runbooks match chain state
4Env: APP_ORIGIN, MARKETING_ORIGIN, CANONICAL_ORIGIN, cron CRON_SECRET, RPC URLsVercel / Railway env snapshot
5LayerZero / OFT peers and endpoints match intended topologyOnchain reads + AGENTS.md references
6VRF coordinator, subscription, key hash, authorized callersOnchain + ops docs
7Keys: protocol Safe, adapter owner, KEEPR_API_KEY, Solana deployer / program upgrade authorityAccess review only—do not paste secrets here
8AGENTS.md constants (e.g. Solana program ID, batcher/adapter addresses) still match mainnetExplorer
9Git submodules (lib/*) SHAs match the release buildgit submodule status
10Submodule integritySame as internal audit §2

Cross-check economic/governance assumptions against system.md and open items there.