Commit fe1c87ec authored by coderHarrii's avatar coderHarrii Committed by GitHub

op-dispute-mon: fix the path and add example (#11233)

* fix the path and add example

* Update README.md

* Update README.md
parent ea92d7e2
......@@ -16,5 +16,14 @@ This will build the `op-dispute-mon` binary which can be run with
## Usage
`op-dispute-mon` is configurable via command line flags and environment variables. The help menu
shows the available config options and can be accessed by running `./op-dispute-mon --help`.
shows the available config options and can be accessed by running `./bin/op-dispute-mon --help`.
```shell
# Start the op-dispute-mon with predefined network and RPC endpoints
./bin/op-dispute-mon \
--network <Predefined-Network> \
--l1-eth-rpc <L1-Ethereum-RPC-URL> \
--rollup-rpc <Optimism-Rollup-RPC-URL>
```
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