Skip to content

Commit 9d26992

Browse files
committed
Fix build
1 parent b133f11 commit 9d26992

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
@@ -12,7 +12,7 @@ import {
1212
import type { EntryPointVersion, UserOperation } from "viem/account-abstraction"
1313
import { getAction } from "viem/utils"
1414
import type { PimlicoRpcSchema } from "../../types/pimlico.js"
15-
import { getTokenQuotes } from "./getTokenQuotes"
15+
import { getTokenQuotes } from "./getTokenQuotes.js"
1616

1717
/**
1818
* @costInToken represents the max amount of token that will be charged for this user operation in token decimals

0 commit comments

Comments
 (0)