Skip to content

Commit

Permalink
test: use correct address book for unit tests (#903)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone authored Jan 10, 2024
1 parent bd2f487 commit 23ad89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ mkdir -p reports
DISABLE_SECURE_ACCOUNTS=true \
L1_GRAPH_CONFIG=config/graph.hardhat.yml \
L2_GRAPH_CONFIG=config/graph.arbitrum-hardhat.yml \
ADDRESS_BOOK=addresses-local.json \
npx hardhat test --network hardhat $@

if [ "$REPORT_GAS" = true ]; then
Expand Down

0 comments on commit 23ad89c

Please sign in to comment.