Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn committed Dec 19, 2024
1 parent 56a1598 commit 3edada1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/validation-manager/src/ValidationManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ import {
IEntryPoint,
ValidationResultStructOutput,
StakeInfoStructOutput,
OperationBase, OperationRIP7560, SenderCreator__factory, IEntryPoint__factory, IPaymaster__factory
OperationBase, SenderCreator__factory, IEntryPoint__factory, IPaymaster__factory
} from '@account-abstraction/utils'

import { tracerResultParser } from './TracerResultParser'
import { BundlerTracerResult, ExitInfo } from './BundlerCollectorTracer'
import { debug_traceCall, eth_traceRip7560Validation } from './GethTracer'
import { BundlerTracerResult } from './BundlerCollectorTracer'
import { debug_traceCall } from './GethTracer'

import EntryPointSimulationsJson from '@account-abstraction/contracts/artifacts/EntryPointSimulations.json'
import { IValidationManager, ValidateUserOpResult, ValidationResult } from './IValidationManager'
Expand Down

0 comments on commit 3edada1

Please sign in to comment.