From 6be84bbd10cdeeb56a8b7e6577293126b6428efc Mon Sep 17 00:00:00 2001 From: coderHarrii Date: Thu, 25 Jul 2024 08:28:48 -0600 Subject: [PATCH] avoid passing factory address (#11236) --- op-challenger/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-challenger/README.md b/op-challenger/README.md index 7490db46a739..e394b85d784c 100644 --- a/op-challenger/README.md +++ b/op-challenger/README.md @@ -154,7 +154,7 @@ If the game is resolved successfully, the result is printed. ```shell ./bin/op-challenger list-games \ --l1-eth-rpc \ - --game-factory-address + --network ``` Prints the games created by the game factory along with their current status.