#!/usr/bin/env bash
# state-sync is DISABLED on RL1: it fails with an AppHash mismatch right after the
# snapshot restore (a known cosmos-evm post-restore divergence). Blocksync from genesis
# instead — the one-command installer does this by default. This stub exists so anyone
# who fetches the old state_sync helper gets a clear message, not a broken run.
echo "[ERROR] state-sync is disabled on RL1 (AppHash mismatch on restore)." >&2
echo "        Use the default installer, which blocksyncs from genesis:" >&2
echo "        bash <(curl -sL https://dl.roguelayer.one/install.sh)" >&2
exit 1
