Skip to content

Commit 2caa7cc

Browse files
authored
Merge pull request #1702 from ethereum-optimism/spin-challenger
Refactor op-challenger documentation and update links
2 parents 6f214dc + b2f4dd2 commit 2caa7cc

File tree

11 files changed

+647
-244
lines changed

11 files changed

+647
-244
lines changed

pages/operators/chain-operators/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The [op-conductor](/operators/chain-operators/tools/op-conductor) RPC can act as
178178
179179
### op-challenger
180180
181-
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.
181+
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.
182182
183183
### Ethereum L1 nodes
184184

pages/operators/chain-operators/deploy.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ This section provides information on OP Stack genesis creation, deployment overv
3838
<Card title="Spin up your proposer" href="/operators/chain-operators/deploy/proposer-setup-guide" />
3939

4040
<Card title="Spin up your batcher" href="/operators/chain-operators/deploy/spin-batcher" />
41+
42+
<Card title="How to configure challenger for your chain" href="/operators/chain-operators/deploy/op-challenger" />
4143

4244
</Cards>

pages/operators/chain-operators/deploy/_meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"validate-deployment": "Validate your contract deployment",
66
"sequencer-node": "Spinning up the sequencer",
77
"proposer-setup-guide": "Spinning up the proposer",
8-
"spin-batcher": "Spinning up the batcher"
8+
"spin-batcher": "Spinning up the batcher",
9+
"op-challenger": "Spinning up the op-challenger"
910
}
1011

0 commit comments

Comments
 (0)