Files
proxmox/scripts/op-stack/print-mainnet-deploy-checklist.sh
defiQUG dbd517b279 Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.
- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
2026-04-12 06:12:20 -07:00

15 lines
542 B
Bash
Executable File

#!/usr/bin/env bash
# Mainnet L1 deploy + L2 genesis checklist.
set -euo pipefail
cat <<'EOF'
Phase 2 — Mainnet deploy
========================
[ ] Confirm Sepolia gate signed off
[ ] Re-verify standard-versions-mainnet.toml vs pinned manifest
[ ] op-deployer against Ethereum mainnet (L1 system contracts)
[ ] Capture L1 addresses + L2 genesis/rollup config (artifact store + deployed/ notes)
[ ] op-validator on MAINNET artifacts — must be clean before registry PR
[ ] Record non-secrets under config/op-stack-superchain/deployed/
EOF