Skip to content

Commit 5267dd9

Browse files
committed
fix: set ADDRESS_BOOK to address.json for CI
1 parent 2b4b7d5 commit 5267dd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/contracts/scripts/coverage

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -eo pipefail
55
yarn build
66

77
DISABLE_SECURE_ACCOUNTS=true \
8+
ADDRESS_BOOK=addresses.json \
89
L1_GRAPH_CONFIG=config/graph.hardhat.yml \
910
L2_GRAPH_CONFIG=config/graph.arbitrum-hardhat.yml \
1011
npx hardhat coverage $@

0 commit comments

Comments
 (0)