Skip to content

Commit

Permalink
Merge pull request #93 from pimlicolabs/fix/expoort-isSmartAccountDep…
Browse files Browse the repository at this point in the history
…loyed

Fix export for isSmartAccountDeployed
  • Loading branch information
plusminushalf authored Jan 25, 2024
2 parents 0b1cf00 + 3777764 commit 48f256b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/permissionless/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
type GetUserOperationHashParams,
getUserOperationHash
} from "./getUserOperationHash.js"
import { isSmartAccountDeployed } from "./isSmartAccountDeployed"
import { isSmartAccountDeployed } from "./isSmartAccountDeployed.js"
import {
AccountOrClientNotFoundError,
type SignUserOperationHashWithECDSAParams,
Expand Down

0 comments on commit 48f256b

Please sign in to comment.