{
  "enabled": true,
  "agree": 0,
  "disagree": 0,
  "unseen": 0,
  "total": 0,
  "checks": [],
  "updatedAt": 0,
  "scannedTo": 0,
  "error": null,
  "rollup": "0x23A19d23e89166adedbDcB432518AB01e4272D94",
  "parentChainId": 1,
  "canChallenge": false,
  "blockValidation": true,
  "replayCaughtUp": false,
  "replay": null,
  "method": {
    "strategy": "nitro watchtower + block validator (WASM replay)",
    "intervalMs": 600000,
    "check": "For each AssertionCreated on the rollup contract, take the L2 block hash its afterState commits to and ask this node's own Nitro node for it. `agree` means we have that hash as the canonical block at that height. The node re-executes blocks against the chain's WASM module root (`--node.block-validator.enable` on the `-validator` image).",
    "limits": "The rollup's validator set is closed, so Ordo cannot post a challenge — only report. WASM replay is on and catching up (replay.validatedBlock vs replay.head). The table is a hash comparison against this node. A disagreement is not a filed fraud proof, and is not yet a WASM-replay proof of the current head."
  }
}