Commit 4002f6d6 authored by refcell.eth's avatar refcell.eth Committed by GitHub

chore: Small script touchups (#8750)

parent 18db56a7
......@@ -33,7 +33,7 @@ From the top level of the repository run:
```shell
make devnet-clean
make cannon-prestate op-challenger
make op-challenger
make devnet-up
```
......
......@@ -11,7 +11,6 @@ make
cd "$MONOREPO_DIR"
make devnet-clean
make cannon-prestate
make devnet-up
DEVNET_SPONSOR="ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
......
......@@ -4,7 +4,7 @@ set -euo pipefail
SOURCE_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
CHALLENGER_DIR="${SOURCE_DIR%/*}"
# ./create_game.sh <rpc-addr> <dispute-game-factory-addr> <cast signing args>
# ./create_game.sh <rpc-addr> <dispute-game-factory-addr> <root-claim> <cast signing args>
RPC=${1:?Must specify RPC address}
FACTORY_ADDR=${2:?Must specify factory address}
ROOT_CLAIM=${3:?Must specify root claim}
......
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