Commit 05deae54 authored by refcell.eth's avatar refcell.eth Committed by GitHub

Merge pull request #8398 from oxbau/patch-1

Update run-challenger.md
parents 16c09956 c4f68549
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
### Starting op-challenger ### Starting op-challenger
When executing `op-challenger`, there are a few placeholders that need to be set to concreate values: When executing `op-challenger`, there are a few placeholders that need to be set to concrete values:
- `<L1_URL>` the Goerli L1 JSON RPC endpoint - `<L1_URL>` the Goerli L1 JSON RPC endpoint
- `<DISPUTE_GAME_FACTORY_ADDRESS>` the address of the dispute game factory contract (see - `<DISPUTE_GAME_FACTORY_ADDRESS>` the address of the dispute game factory contract (see
...@@ -29,7 +29,7 @@ When executing `op-challenger`, there are a few placeholders that need to be set ...@@ -29,7 +29,7 @@ When executing `op-challenger`, there are a few placeholders that need to be set
- `<PRIVATE_KEY>` the private key for a funded Goerli account. For other ways to specify the account to use - `<PRIVATE_KEY>` the private key for a funded Goerli account. For other ways to specify the account to use
see `./op-challenger/bin/op-challenger --help` see `./op-challenger/bin/op-challenger --help`
From inside the monorepo directory, run the challenger with these placeholders set. From inside the monorepo directory, run the challenger after setting these placeholders.
```bash ```bash
# Build the required components # Build the required components
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment