Skip to content

Commit 5a3af22

Browse files
committed
fix import
1 parent 4f63640 commit 5a3af22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/permissionless/actions/pimlico/estimateErc20PaymasterCost.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import type { EntryPointVersion, UserOperation } from "viem/account-abstraction"
1111
import { getAction } from "viem/utils"
1212
import type { PimlicoRpcSchema } from "../../types/pimlico.js"
13-
import { getRequiredPrefund } from "../../utils/getRequiredPrefund"
13+
import { getRequiredPrefund } from "../../utils/getRequiredPrefund.js"
1414
import { getTokenQuotes } from "./getTokenQuotes.js"
1515

1616
/**

0 commit comments

Comments
 (0)