Skip to content

Commit

Permalink
docs: Unified input parameter names (ethereum-optimism#12797)
Browse files Browse the repository at this point in the history
* Change the name

* Update op-challenger/README.md

Co-authored-by: smartcontracts <[email protected]>

---------

Co-authored-by: smartcontracts <[email protected]>
  • Loading branch information
DenseDenise and smartcontracts authored Nov 4, 2024
1 parent afe849e commit 99d637a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-challenger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Prints the list of current claims in a dispute game.

```shell
./bin/op-challenger run-trace \
--network <PREDEFINED_NETWORK> \
--network=<NETWORK_NAME> \
--l1-eth-rpc=<L1_ETH_RPC> \
--l1-beacon=<L1_BEACON> \
--l2-eth-rpc=<L2_ETH_RPC> \
Expand All @@ -197,7 +197,7 @@ Prints the list of current claims in a dispute game.
--run=<RUN_CONFIG>
```

* `PREDEFINED_NETWORK` - the name of a predefined L2 network.
* `NETWORK_NAME` - the name of a predefined L2 network.
* `L1_ETH_RPC` - the RPC endpoint of the L1 endpoint to use (e.g. `http://localhost:8545`).
* `L1_BEACON` - the REST endpoint of the L1 beacon node to use (e.g. `http://localhost:5100`).
* `L2_ETH_RPC` - the RPC endpoint of the L2 execution client to use
Expand Down

0 comments on commit 99d637a

Please sign in to comment.