Skip to content

Commit

Permalink
7702 overrides in simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Feb 13, 2025
1 parent be7b10f commit b1f2042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/validation-manager/src/ValidationManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import { ERC7562Call } from './ERC7562Call'
import { bundlerCollectorTracer, BundlerTracerResult } from './BundlerCollectorTracer'
import { tracerResultParser } from './TracerResultParser'
import { GetStakes__factory } from '@account-abstraction/utils/dist/src/types'
import { hexConcat } from 'ethers/lib/utils'

const debug = Debug('aa.mgr.validate')

Expand Down Expand Up @@ -208,7 +207,8 @@ export class ValidationManager implements IValidationManager {
data: handleOpsData,
gasLimit: simulationGas
}, {
tracer
tracer,
stateOverrides: stateOverride
},
this.providerForTracer
)
Expand Down

0 comments on commit b1f2042

Please sign in to comment.