File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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" ;
117import type { peripheryCompressorAbi } from "../../abi/compressors/peripheryCompressor.js" ;
128import type { Unarray } from "../base/index.js" ;
139import type { Asset } from "../router/index.js" ;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments