File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ function test_e2e () {
127127 local SKIP_BRIDGE_TESTS=$5
128128
129129 if [[ -z " $SKIP_BRIDGE_TESTS " ]]; then
130- npx hardhat e2e --network " $NETWORK " --l1-graph-config " $L1_GRAPH_CONFIG " --l2-graph-config " $L2_GRAPH_CONFIG " --address-book " $ADDRESS_BOOK " --disable-secure-accounts
130+ npx hardhat e2e --network " $NETWORK " --l1-graph-config " $L1_GRAPH_CONFIG " --l2-graph-config " $L2_GRAPH_CONFIG " --address-book " $ADDRESS_BOOK "
131131 else
132- npx hardhat e2e --network " $NETWORK " --l1-graph-config " $L1_GRAPH_CONFIG " --l2-graph-config " $L2_GRAPH_CONFIG " --address-book " $ADDRESS_BOOK " --skip-bridge --disable-secure-accounts
132+ npx hardhat e2e --network " $NETWORK " --l1-graph-config " $L1_GRAPH_CONFIG " --l2-graph-config " $L2_GRAPH_CONFIG " --address-book " $ADDRESS_BOOK " --skip-bridge
133133 fi
134134}
135135
You can’t perform that action at this time.
0 commit comments