Commit c4f68549 authored by umba's avatar umba Committed by GitHub

Update run-challenger.md

Here are the identified typos and suggested corrections I have:

   In Prerequisites:
        "concreate" should be "concrete."

   In Starting op-challenger:
      
        "Run the challenger with these placeholders set." I rephrased it to "Run the challenger after setting these placeholders" for the sake of clarity.
parent d61af8a3
...@@ -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