Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
adnpark committed Apr 25, 2024
1 parent cf0cee3 commit 0ce3c0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/core/clients/fallbackKernelAccountClient.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { EntryPoint } from "permissionless/types"
import { type Chain, type Transport } from "viem"
import { type KernelSmartAccount } from "../accounts/index.js"
import { type KernelAccountClient } from "./kernelAccountClient.js"
import type { Chain, Transport } from "viem"
import type { KernelSmartAccount } from "../accounts/index.js"
import type { KernelAccountClient } from "./kernelAccountClient.js"

export const createFallbackKernelAccountClient = <
TEntryPoint extends EntryPoint,
Expand Down
16 changes: 8 additions & 8 deletions packages/test/fallbackClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { verifyMessage } from "@ambire/signature-validator"
import { signerToEcdsaValidator } from "@zerodev/ecdsa-validator"
import {
EIP1271Abi,
KernelAccountClient,
KernelSmartAccount,
type KernelAccountClient,
type KernelSmartAccount,
createFallbackKernelAccountClient,
createKernelAccount,
createKernelAccountClient,
Expand All @@ -14,21 +14,21 @@ import {
} from "@zerodev/sdk"
import dotenv from "dotenv"
import { ethers } from "ethers"
import { BundlerClient } from "permissionless"
import type { BundlerClient } from "permissionless"
import { SignTransactionNotSupportedBySmartAccount } from "permissionless/accounts"
import {
createPimlicoBundlerClient,
createPimlicoPaymasterClient
} from "permissionless/clients/pimlico"
import { createStackupPaymasterClient } from "permissionless/clients/stackup"
import { EntryPoint } from "permissionless/types/entrypoint"
import type { EntryPoint } from "permissionless/types/entrypoint"
import {
http,
Address,
Chain,
GetContractReturnType,
type Address,
type Chain,
type GetContractReturnType,
type PublicClient,
Transport,
type Transport,
createPublicClient,
decodeEventLog,
encodeFunctionData,
Expand Down

0 comments on commit 0ce3c0c

Please sign in to comment.