Skip to content

Commit 85f7952

Browse files
authored
Remove leftover _eventAdapter from EdrProviderWrapper
Seems to be a leftover from #4747 and it looks to be unused now as we create a new instance of `EdrProviderEventAdapter` explicitly in `create()` and move it into lambda. Feel free to disregard if that's not true and/or we want to keep it.
1 parent b7751c5 commit 85f7952

File tree

1 file changed

+0
-1
lines changed
  • packages/hardhat-core/src/internal/hardhat-network/provider

1 file changed

+0
-1
lines changed

packages/hardhat-core/src/internal/hardhat-network/provider/provider.ts

-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ export class EdrProviderWrapper
182182
private readonly _node: {
183183
_vm: MinimalEthereumJsVm;
184184
},
185-
private readonly _eventAdapter: EdrProviderEventAdapter,
186185
private readonly _vmTraceDecoder: VmTraceDecoder,
187186
private readonly _rawTraceCallbacks: RawTraceCallbacks,
188187
// The common configuration for EthereumJS VM is not used by EDR, but tests expect it as part of the provider.

0 commit comments

Comments
 (0)