Commit 0cf2a116 authored by cui's avatar cui Committed by GitHub

fix: typo in doc (#11541)

parent 3ad1bb3f
...@@ -67,7 +67,7 @@ used in production and are intended to provide convenient manual testing. ...@@ -67,7 +67,7 @@ used in production and are intended to provide convenient manual testing.
```shell ```shell
./bin/op-challenger create-game \ ./bin/op-challenger create-game \
--l1-eth-rpc <L1_ETH_RPC> \ --l1-eth-rpc <L1_ETH_RPC> \
--game-address <GAME_FACTORY_ADDRESS> \ --game-factory-address <GAME_FACTORY_ADDRESS> \
--output-root <OUTPUT_ROOT> \ --output-root <OUTPUT_ROOT> \
--l2-block-num <L2_BLOCK_NUM> \ --l2-block-num <L2_BLOCK_NUM> \
<SIGNER_ARGS> <SIGNER_ARGS>
......
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