Commit 75f03657 authored by Andreas Bigger's avatar Andreas Bigger

Update the alphabet scripts to remove the game depth cli flag

parent ec7bbd87
...@@ -24,5 +24,4 @@ $CHALLENGER_DIR/bin/op-challenger \ ...@@ -24,5 +24,4 @@ $CHALLENGER_DIR/bin/op-challenger \
--game-address $FAULT_GAME_ADDRESS \ --game-address $FAULT_GAME_ADDRESS \
--private-key $CHARLIE_KEY \ --private-key $CHARLIE_KEY \
--num-confirmations 1 \ --num-confirmations 1 \
--game-depth 4 \
--agree-with-proposed-output=true --agree-with-proposed-output=true
...@@ -24,5 +24,4 @@ $CHALLENGER_DIR/bin/op-challenger \ ...@@ -24,5 +24,4 @@ $CHALLENGER_DIR/bin/op-challenger \
--game-address $FAULT_GAME_ADDRESS \ --game-address $FAULT_GAME_ADDRESS \
--private-key $MALLORY_KEY \ --private-key $MALLORY_KEY \
--num-confirmations 1 \ --num-confirmations 1 \
--game-depth 4 \
--agree-with-proposed-output=false --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