File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ function test_e2e () {
127
127
local SKIP_BRIDGE_TESTS=$5
128
128
129
129
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 "
131
131
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
133
133
fi
134
134
}
135
135
You can’t perform that action at this time.
0 commit comments