Skip to content

Commit

Permalink
add .js
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskares committed Nov 13, 2024
1 parent e778db3 commit 9f08708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Address, type Client, getContract } from "viem"
import type { KernelVersion } from "../toEcdsaKernelSmartAccount"
import type { KernelVersion } from "../toEcdsaKernelSmartAccount.js"

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

0 comments on commit 9f08708

Please sign in to comment.