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