We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2f487 commit 23ad89cCopy full SHA for 23ad89c
packages/contracts/scripts/test
@@ -35,6 +35,7 @@ mkdir -p reports
35
DISABLE_SECURE_ACCOUNTS=true \
36
L1_GRAPH_CONFIG=config/graph.hardhat.yml \
37
L2_GRAPH_CONFIG=config/graph.arbitrum-hardhat.yml \
38
+ADDRESS_BOOK=addresses-local.json \
39
npx hardhat test --network hardhat $@
40
41
if [ "$REPORT_GAS" = true ]; then
0 commit comments