Commit 4764c27b authored by refcell.eth's avatar refcell.eth Committed by GitHub

chore: remove --agree-with-proposed-output flag references (#8748)

parent c5712421
......@@ -40,7 +40,6 @@ make op-challenger op-program cannon
--trace-type cannon \
--l1-eth-rpc <L1_URL> \
--game-factory-address <DISPUTE_GAME_FACTORY_ADDRESS> \
--agree-with-proposed-output=true \
--datadir temp/challenger-goerli \
--cannon-network goerli \
--cannon-bin ./cannon/bin/cannon \
......
......@@ -44,7 +44,6 @@ DISPUTE_GAME_FACTORY=$(jq -r .DisputeGameFactoryProxy .devnet/addresses.json)
--trace-type cannon \
--l1-eth-rpc http://localhost:8545 \
--game-factory-address $DISPUTE_GAME_FACTORY \
--agree-with-proposed-output=true \
--datadir temp/challenger-data \
--cannon-rollup-config .devnet/rollup.json \
--cannon-l2-genesis .devnet/genesis-l2.json \
......
......@@ -35,5 +35,4 @@ cleanup(){
--private-key "$CHARLIE_KEY" \
--num-confirmations 1 \
--metrics.enabled --metrics.port=7304 \
--pprof.enabled --pprof.port=6064 \
--agree-with-proposed-output=true
--pprof.enabled --pprof.port=6064
......@@ -35,5 +35,4 @@ cleanup(){
--private-key "$MALLORY_KEY" \
--num-confirmations 1 \
--metrics.enabled --metrics.port=7305 \
--pprof.enabled --pprof.port=6065 \
--agree-with-proposed-output=false
--pprof.enabled --pprof.port=6065
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