Files
proxmox/scripts/op-stack/print-mainnet-ops-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

16 lines
571 B
Bash
Executable File

#!/usr/bin/env bash
# Mainnet operations checklist.
set -euo pipefail
cat <<'EOF'
Phase 3 — Mainnet operations
============================
[ ] HA sequencer (op-node + op-geth) per your SRE standard
[ ] op-batcher healthy; L1 gas / blob policy monitored
[ ] op-proposer publishing outputs; withdrawal path tested
[ ] op-challenger running; alert on failures
[ ] Replica RPC (+ optional WS); rate limits; dashboards
[ ] Small real-value deposit/withdraw E2E; incident runbook linked
[ ] systemd (or k8s) units from config/systemd/op-stack-*.example.service adapted
EOF