Skip to content

Commit 9f08708

Browse files
committed
add .js
1 parent e778db3 commit 9f08708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/permissionless/accounts/kernel/utils/getActualKernelVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { type Address, type Client, getContract } from "viem"
2-
import type { KernelVersion } from "../toEcdsaKernelSmartAccount"
2+
import type { KernelVersion } from "../toEcdsaKernelSmartAccount.js"
33

44
// If the kernel contract is already deployed, we can get the actual version from the contract
55
export async function getActualKernelVersion(

0 commit comments

Comments
 (0)