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

Commit

Permalink
chore: fix reading parsed config
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlyy committed Feb 5, 2024
1 parent 7d0214c commit 68af17f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/discovery/src/discovery/runDiscovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ export async function dryRunDiscovery(
const BLOCKS_PER_DAY = 86400 / 12
const blockNumberYesterday = blockNumber - BLOCKS_PER_DAY

const projectConfig = await configReader.readConfig(
config.project,
config.chain,
)

const rawConfigWitComments = await configReader.readRawConfigWithComments(
config.project,
config.chain,
Expand Down

0 comments on commit 68af17f

Please sign in to comment.