Commit 6be84bbd authored by coderHarrii's avatar coderHarrii Committed by GitHub

avoid passing factory address (#11236)

parent fe1c87ec
...@@ -154,7 +154,7 @@ If the game is resolved successfully, the result is printed. ...@@ -154,7 +154,7 @@ If the game is resolved successfully, the result is printed.
```shell ```shell
./bin/op-challenger list-games \ ./bin/op-challenger list-games \
--l1-eth-rpc <L1_ETH_RPC> \ --l1-eth-rpc <L1_ETH_RPC> \
--game-factory-address <GAME_FACTORY_ADDRESS> --network <Predefined_Network>
``` ```
Prints the games created by the game factory along with their current status. Prints the games created by the game factory along with their current status.
......
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