l2_challenge_fault.sh 249 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 #!/usr/bin/env bash # Similar to challenge_fault.sh, but runs on L2! SCRIPT_DIR=$(dirname "$(readlink -f "$0")") export ETH_RPC_URL=http://127.0.0.1:9545/ export BLOCK=$(cast block-number) SKIP_NODE=1 NETWORK=l2 "$SCRIPT_DIR/challenge_fault.sh"