File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/account-abstraction/accounts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import { parseAbi , type Abi } from 'abitype'
1+ import { type Abi , parseAbi } from 'abitype'
22
33import { getCode } from '../../actions/public/getCode.js'
4+ import { readContract } from '../../actions/public/readContract.js'
45import type { Prettify } from '../../types/utils.js'
56import { getAction } from '../../utils/getAction.js'
67import { createNonceManager } from '../../utils/nonceManager.js'
78import { serializeErc6492Signature } from '../../utils/signature/serializeErc6492Signature.js'
89import type { EntryPointVersion } from '../types/entryPointVersion.js'
910import type { SmartAccount , SmartAccountImplementation } from './types.js'
10- import { readContract } from '../../actions/public/readContract.js'
1111
1212export type ToSmartAccountParameters <
1313 entryPointAbi extends Abi | readonly unknown [ ] = Abi ,
You can’t perform that action at this time.
0 commit comments