Skip to content

Commit

Permalink
Merge pull request #5400 from NomicFoundation/Xanewok-patch-1
Browse files Browse the repository at this point in the history
Remove leftover `_eventAdapter` from `EdrProviderWrapper`
  • Loading branch information
Xanewok authored Jul 2, 2024
2 parents aef55d2 + 6d235b1 commit 01dd5b6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export class EdrProviderWrapper
private readonly _node: {
_vm: MinimalEthereumJsVm;
},
private readonly _eventAdapter: EdrProviderEventAdapter,
private readonly _vmTraceDecoder: VmTraceDecoder,
// The common configuration for EthereumJS VM is not used by EDR, but tests expect it as part of the provider.
private readonly _common: Common,
Expand Down Expand Up @@ -312,7 +311,6 @@ export class EdrProviderWrapper
const wrapper = new EdrProviderWrapper(
provider,
minimalEthereumJsNode,
eventAdapter,
vmTraceDecoder,
common,
tracingConfig
Expand Down

0 comments on commit 01dd5b6

Please sign in to comment.