Mainnet cutover checklist
Before switching from Polygon Amoy testnet to Polygon mainnet, complete the following:
Environment changes
Wallet funding
Re-registration on mainnet
Verification
Notes
- Testnet NFTs/scores are not transferred to mainnet — clean slate
- Crontab entries remain the same; only
.env changes
- The SDK reads contract addresses from env vars, no code changes needed
Mainnet cutover checklist
Before switching from Polygon Amoy testnet to Polygon mainnet, complete the following:
Environment changes
/opt/foreflow/.env:Wallet funding
foreflow-engine healthcheckand verify>= 0.1 POLfor eachRe-registration on mainnet
foreflow-engine register-all(mainnet registration is separate from testnet)foreflow-engine healthcheckand confirm all showregisteredVerification
DRY_RUN=1 foreflow-engine run-agent ensemble --mode predictforeflow-engine run-agent ensemble --mode predict --live/var/log/foreflow/ensemble-predict.logNotes
.envchanges