Skip to content

Commit

Permalink
Add await in provider creation
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Aug 21, 2024
1 parent 466c8da commit 0a488a0
Showing 1 changed file with 1 addition and 1 deletion.
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 0a488a0

Please sign in to comment.