Skip to content

Commit b3783d3

Browse files
committed
fix: ts issues
1 parent 1bddcbe commit b3783d3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/sdk/pools/types.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ import type {
33
AbiParametersToPrimitiveTypes,
44
ExtractAbiFunction,
55
} from "abitype";
6-
import type { Address } from "viem";
7-
import type {
8-
ContractFunctionArgs,
9-
ContractFunctionName,
10-
} from "../../../node_modules/viem/types/contract.js";
6+
import type { Address, ContractFunctionArgs, ContractFunctionName } from "viem";
117
import type { peripheryCompressorAbi } from "../../abi/compressors/peripheryCompressor.js";
128
import type { Unarray } from "../base/index.js";
139
import type { Asset } from "../router/index.js";

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"moduleResolution": "bundler",
77
"esModuleInterop": true,
88
"skipLibCheck": true,
9-
"lib": ["ESNext", "DOM"],
9+
"lib": ["ESNext"],
1010
"declaration": true,
1111
"removeComments": false,
1212
"resolveJsonModule": true

0 commit comments

Comments
 (0)