We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aef55d2 + 6d235b1 commit 01dd5b6Copy full SHA for 01dd5b6
packages/hardhat-core/src/internal/hardhat-network/provider/provider.ts
@@ -176,7 +176,6 @@ export class EdrProviderWrapper
176
private readonly _node: {
177
_vm: MinimalEthereumJsVm;
178
},
179
- private readonly _eventAdapter: EdrProviderEventAdapter,
180
private readonly _vmTraceDecoder: VmTraceDecoder,
181
// The common configuration for EthereumJS VM is not used by EDR, but tests expect it as part of the provider.
182
private readonly _common: Common,
@@ -312,7 +311,6 @@ export class EdrProviderWrapper
312
311
const wrapper = new EdrProviderWrapper(
313
provider,
314
minimalEthereumJsNode,
315
- eventAdapter,
316
vmTraceDecoder,
317
common,
318
tracingConfig
0 commit comments