Skip to content

Commit

Permalink
Merge pull request #5664 from NomicFoundation/await-edr-provider-crea…
Browse files Browse the repository at this point in the history
…tion

Add await in provider creation
  • Loading branch information
fvictorio authored Aug 21, 2024
2 parents 466c8da + 409e99f commit ecb3665
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/loud-cooks-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hardhat": patch
---

Fixed `debug` logs in Hardhat Network initialization process.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ export async function createHardhatNetworkProvider(
log("Making tracing config");
const tracingConfig = await makeTracingConfig(artifacts);
log("Creating EDR provider");
const provider = EdrProviderWrapper.create(
const provider = await EdrProviderWrapper.create(
hardhatNetworkProviderConfig,
loggerConfig,
tracingConfig
Expand Down

0 comments on commit ecb3665

Please sign in to comment.