Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 219e06f

Browse files
committed
chore: fix reading parsed config
1 parent 3e57c39 commit 219e06f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/discovery/src/discovery/runDiscovery.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ export async function dryRunDiscovery(
6767
const BLOCKS_PER_DAY = 86400 / 12
6868
const blockNumberYesterday = blockNumber - BLOCKS_PER_DAY
6969

70+
const projectConfig = await configReader.readConfig(
71+
config.project,
72+
config.chain,
73+
)
74+
7075
const rawConfigWitComments = await configReader.readRawConfigWithComments(
7176
config.project,
7277
config.chain,

0 commit comments

Comments
 (0)