The op-dispute-mon is an off-chain service to monitor dispute games.
Clone this repo. Then run:
make op-dispute-monThis will build the op-dispute-mon binary which can be run with
./op-dispute-mon/bin/op-dispute-mon.
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 ./bin/op-dispute-mon --help.
# 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>,<Secondary-RPC-URL>,<Tertiary-RPC-URL>
# For networks using op-supernode:
./bin/op-dispute-mon \
--network <Predefined-Network> \
--l1-eth-rpc <L1-Ethereum-RPC-URL> \
--supernode-rpc <SuperNode-RPC-URL>,<Secondary-RPC-URL>,<Tertiary-RPC-URL>