Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/operators/chain-operators/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ The [op-conductor](/operators/chain-operators/tools/op-conductor) RPC can act as

### op-challenger

The [op-challenger](/operators/chain-operators/tools/op-challenger) verifies the correctness of the L2 state by challenging invalid state transitions. This ensures the network's security and validity.
The [op-challenger](/operators/chain-operators/deploy/op-challenger) verifies the correctness of the L2 state by challenging invalid state transitions. This ensures the network's security and validity.

### Ethereum L1 nodes

Expand Down
2 changes: 2 additions & 0 deletions pages/operators/chain-operators/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ This section provides information on OP Stack genesis creation, deployment overv
<Card title="Spin up your proposer" href="/operators/chain-operators/deploy/proposer-setup-guide" />

<Card title="Spin up your batcher" href="/operators/chain-operators/deploy/spin-batcher" />

<Card title="How to configure challenger for your chain" href="/operators/chain-operators/deploy/op-challenger" />

</Cards>
3 changes: 2 additions & 1 deletion pages/operators/chain-operators/deploy/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"validate-deployment": "Validate your contract deployment",
"sequencer-node": "Spinning up the sequencer",
"proposer-setup-guide": "Spinning up the proposer",
"spin-batcher": "Spinning up the batcher"
"spin-batcher": "Spinning up the batcher",
"op-challenger": "Spinning up the op-challenger"
}

Loading