Skip to content

Commit 1e179dc

Browse files
committed
chore: format
1 parent 1667ad1 commit 1e179dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/account-abstraction/accounts/toSmartAccount.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
import { parseAbi, type Abi } from 'abitype'
1+
import { type Abi, parseAbi } from 'abitype'
22

33
import { getCode } from '../../actions/public/getCode.js'
4+
import { readContract } from '../../actions/public/readContract.js'
45
import type { Prettify } from '../../types/utils.js'
56
import { getAction } from '../../utils/getAction.js'
67
import { createNonceManager } from '../../utils/nonceManager.js'
78
import { serializeErc6492Signature } from '../../utils/signature/serializeErc6492Signature.js'
89
import type { EntryPointVersion } from '../types/entryPointVersion.js'
910
import type { SmartAccount, SmartAccountImplementation } from './types.js'
10-
import { readContract } from '../../actions/public/readContract.js'
1111

1212
export type ToSmartAccountParameters<
1313
entryPointAbi extends Abi | readonly unknown[] = Abi,

0 commit comments

Comments
 (0)