Skip to content

Commit dcc2cec

Browse files
committed
fix(e2e): no need to explicitly disable secure accounts
1 parent 93f6939 commit dcc2cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/e2e

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)