Skip to content

Commit 23ad89c

Browse files
authored
test: use correct address book for unit tests (#903)
Signed-off-by: Tomás Migone <[email protected]>
1 parent bd2f487 commit 23ad89c

File tree

1 file changed

+1
-0
lines changed
  • packages/contracts/scripts

1 file changed

+1
-0
lines changed

packages/contracts/scripts/test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ mkdir -p reports
3535
DISABLE_SECURE_ACCOUNTS=true \
3636
L1_GRAPH_CONFIG=config/graph.hardhat.yml \
3737
L2_GRAPH_CONFIG=config/graph.arbitrum-hardhat.yml \
38+
ADDRESS_BOOK=addresses-local.json \
3839
npx hardhat test --network hardhat $@
3940

4041
if [ "$REPORT_GAS" = true ]; then

0 commit comments

Comments
 (0)