Files
proxmox/scripts/op-stack/print-sepolia-rehearsal-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

18 lines
648 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/usr/bin/env bash
# Sepolia rehearsal checklist (Standard Rollup gate before mainnet).
set -euo pipefail
cat <<'EOF'
Phase 1 — Sepolia rehearsal
===========================
[ ] Pin op-deployer / OP Stack monorepo release = intended mainnet release
[ ] op-deployer: deploy L1 (Sepolia) + generate L2 genesis / rollup config
[ ] op-validator: clean report on artifacts
[ ] Start op-node + op-geth (sequencer)
[ ] Start op-batcher, op-proposer, op-challenger
[ ] E2E: deposit / withdraw on test L2
[ ] Drill: batcher or sequencer failover
[ ] Soak 2472h; capture metrics
[ ] Freeze pinned-versions.manifest + archive logs for change board
EOF