- 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
15 lines
542 B
Bash
Executable File
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
|