timelock-sdk 0.0.142 → 0.0.143

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,14 @@
1
- import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-X6H7QwrK.cjs";
2
- import * as viem0 from "viem";
1
+ import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-29cU_Tnv.js";
2
+ import * as viem170 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
+ import Big from "big.js";
5
+ import JSBI from "jsbi";
4
6
  import React, { ReactNode } from "react";
5
- import "graphql";
6
7
  import { GraphQLClient, RequestOptions } from "graphql-request";
7
- import * as _tanstack_react_query0 from "@tanstack/react-query";
8
+ import * as _tanstack_react_query4 from "@tanstack/react-query";
8
9
  import { NonUndefinedGuard } from "@tanstack/react-query";
10
+ import "graphql";
9
11
  import * as _tanstack_query_core41 from "@tanstack/query-core";
10
- import Big from "big.js";
11
- import JSBI from "jsbi";
12
12
  import * as _wagmi_core0 from "@wagmi/core";
13
13
 
14
14
  //#region src/generated/graphql.d.ts
@@ -245,7 +245,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
245
245
  };
246
246
  declare const getErc20: (address: Address, client: Client) => {
247
247
  read: {
248
- symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
248
+ symbol: (options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
249
249
  readonly type: "constructor";
250
250
  readonly inputs: readonly [{
251
251
  readonly name: "name_";
@@ -424,7 +424,7 @@ declare const getErc20: (address: Address, client: Client) => {
424
424
  }];
425
425
  readonly stateMutability: "nonpayable";
426
426
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
427
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
427
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
428
428
  readonly type: "constructor";
429
429
  readonly inputs: readonly [{
430
430
  readonly name: "name_";
@@ -603,7 +603,7 @@ declare const getErc20: (address: Address, client: Client) => {
603
603
  }];
604
604
  readonly stateMutability: "nonpayable";
605
605
  }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
606
- balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
606
+ balanceOf: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
607
607
  readonly type: "constructor";
608
608
  readonly inputs: readonly [{
609
609
  readonly name: "name_";
@@ -782,7 +782,7 @@ declare const getErc20: (address: Address, client: Client) => {
782
782
  }];
783
783
  readonly stateMutability: "nonpayable";
784
784
  }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
785
- decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
785
+ decimals: (options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
786
786
  readonly type: "constructor";
787
787
  readonly inputs: readonly [{
788
788
  readonly name: "name_";
@@ -961,7 +961,7 @@ declare const getErc20: (address: Address, client: Client) => {
961
961
  }];
962
962
  readonly stateMutability: "nonpayable";
963
963
  }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
964
- name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
964
+ name: (options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
965
965
  readonly type: "constructor";
966
966
  readonly inputs: readonly [{
967
967
  readonly name: "name_";
@@ -1140,7 +1140,7 @@ declare const getErc20: (address: Address, client: Client) => {
1140
1140
  }];
1141
1141
  readonly stateMutability: "nonpayable";
1142
1142
  }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1143
- totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1143
+ totalSupply: (options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
1144
1144
  readonly type: "constructor";
1145
1145
  readonly inputs: readonly [{
1146
1146
  readonly name: "name_";
@@ -1321,7 +1321,7 @@ declare const getErc20: (address: Address, client: Client) => {
1321
1321
  }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1322
1322
  };
1323
1323
  estimateGas: {
1324
- approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1324
+ approve: (args: readonly [`0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
1325
1325
  readonly type: "constructor";
1326
1326
  readonly inputs: readonly [{
1327
1327
  readonly name: "name_";
@@ -1499,8 +1499,8 @@ declare const getErc20: (address: Address, client: Client) => {
1499
1499
  readonly internalType: "bool";
1500
1500
  }];
1501
1501
  readonly stateMutability: "nonpayable";
1502
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1503
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1502
+ }], "approve", readonly [`0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
1503
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
1504
1504
  readonly type: "constructor";
1505
1505
  readonly inputs: readonly [{
1506
1506
  readonly name: "name_";
@@ -1678,8 +1678,8 @@ declare const getErc20: (address: Address, client: Client) => {
1678
1678
  readonly internalType: "bool";
1679
1679
  }];
1680
1680
  readonly stateMutability: "nonpayable";
1681
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1682
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1681
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
1682
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
1683
1683
  readonly type: "constructor";
1684
1684
  readonly inputs: readonly [{
1685
1685
  readonly name: "name_";
@@ -1857,8 +1857,8 @@ declare const getErc20: (address: Address, client: Client) => {
1857
1857
  readonly internalType: "bool";
1858
1858
  }];
1859
1859
  readonly stateMutability: "nonpayable";
1860
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1861
- transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1860
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
1861
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
1862
1862
  readonly type: "constructor";
1863
1863
  readonly inputs: readonly [{
1864
1864
  readonly name: "name_";
@@ -2036,8 +2036,8 @@ declare const getErc20: (address: Address, client: Client) => {
2036
2036
  readonly internalType: "bool";
2037
2037
  }];
2038
2038
  readonly stateMutability: "nonpayable";
2039
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2040
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2039
+ }], "transfer", readonly [`0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
2040
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
2041
2041
  readonly type: "constructor";
2042
2042
  readonly inputs: readonly [{
2043
2043
  readonly name: "name_";
@@ -2215,9 +2215,9 @@ declare const getErc20: (address: Address, client: Client) => {
2215
2215
  readonly internalType: "bool";
2216
2216
  }];
2217
2217
  readonly stateMutability: "nonpayable";
2218
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2218
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
2219
2219
  } & {
2220
- approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2220
+ approve: (args: readonly [`0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
2221
2221
  readonly type: "constructor";
2222
2222
  readonly inputs: readonly [{
2223
2223
  readonly name: "name_";
@@ -2395,8 +2395,8 @@ declare const getErc20: (address: Address, client: Client) => {
2395
2395
  readonly internalType: "bool";
2396
2396
  }];
2397
2397
  readonly stateMutability: "nonpayable";
2398
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2399
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2398
+ }], "approve", readonly [`0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
2399
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
2400
2400
  readonly type: "constructor";
2401
2401
  readonly inputs: readonly [{
2402
2402
  readonly name: "name_";
@@ -2574,8 +2574,8 @@ declare const getErc20: (address: Address, client: Client) => {
2574
2574
  readonly internalType: "bool";
2575
2575
  }];
2576
2576
  readonly stateMutability: "nonpayable";
2577
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2578
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2577
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
2578
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
2579
2579
  readonly type: "constructor";
2580
2580
  readonly inputs: readonly [{
2581
2581
  readonly name: "name_";
@@ -2753,8 +2753,8 @@ declare const getErc20: (address: Address, client: Client) => {
2753
2753
  readonly internalType: "bool";
2754
2754
  }];
2755
2755
  readonly stateMutability: "nonpayable";
2756
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2757
- transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2756
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
2757
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
2758
2758
  readonly type: "constructor";
2759
2759
  readonly inputs: readonly [{
2760
2760
  readonly name: "name_";
@@ -2932,8 +2932,8 @@ declare const getErc20: (address: Address, client: Client) => {
2932
2932
  readonly internalType: "bool";
2933
2933
  }];
2934
2934
  readonly stateMutability: "nonpayable";
2935
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2936
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2935
+ }], "transfer", readonly [`0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
2936
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem170.Prettify<viem170.UnionOmit<viem170.EstimateContractGasParameters<readonly [{
2937
2937
  readonly type: "constructor";
2938
2938
  readonly inputs: readonly [{
2939
2939
  readonly name: "name_";
@@ -3111,10 +3111,10 @@ declare const getErc20: (address: Address, client: Client) => {
3111
3111
  readonly internalType: "bool";
3112
3112
  }];
3113
3113
  readonly stateMutability: "nonpayable";
3114
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3114
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem170.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem170.EstimateContractGasReturnType>;
3115
3115
  };
3116
3116
  simulate: {
3117
- approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3117
+ approve: <chainOverride extends viem170.Chain | undefined = undefined, accountOverride extends viem170.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem170.SimulateContractParameters<readonly [{
3118
3118
  readonly type: "constructor";
3119
3119
  readonly inputs: readonly [{
3120
3120
  readonly name: "name_";
@@ -3292,7 +3292,7 @@ declare const getErc20: (address: Address, client: Client) => {
3292
3292
  readonly internalType: "bool";
3293
3293
  }];
3294
3294
  readonly stateMutability: "nonpayable";
3295
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3295
+ }], "approve", readonly [`0x${string}`, bigint], viem170.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem170.SimulateContractReturnType<readonly [{
3296
3296
  readonly type: "constructor";
3297
3297
  readonly inputs: readonly [{
3298
3298
  readonly name: "name_";
@@ -3470,8 +3470,8 @@ declare const getErc20: (address: Address, client: Client) => {
3470
3470
  readonly internalType: "bool";
3471
3471
  }];
3472
3472
  readonly stateMutability: "nonpayable";
3473
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3474
- decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3473
+ }], "approve", readonly [`0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride, accountOverride>>;
3474
+ decreaseAllowance: <chainOverride extends viem170.Chain | undefined = undefined, accountOverride extends viem170.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem170.SimulateContractParameters<readonly [{
3475
3475
  readonly type: "constructor";
3476
3476
  readonly inputs: readonly [{
3477
3477
  readonly name: "name_";
@@ -3649,7 +3649,7 @@ declare const getErc20: (address: Address, client: Client) => {
3649
3649
  readonly internalType: "bool";
3650
3650
  }];
3651
3651
  readonly stateMutability: "nonpayable";
3652
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3652
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem170.SimulateContractReturnType<readonly [{
3653
3653
  readonly type: "constructor";
3654
3654
  readonly inputs: readonly [{
3655
3655
  readonly name: "name_";
@@ -3827,8 +3827,8 @@ declare const getErc20: (address: Address, client: Client) => {
3827
3827
  readonly internalType: "bool";
3828
3828
  }];
3829
3829
  readonly stateMutability: "nonpayable";
3830
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3831
- increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3830
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride, accountOverride>>;
3831
+ increaseAllowance: <chainOverride extends viem170.Chain | undefined = undefined, accountOverride extends viem170.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem170.SimulateContractParameters<readonly [{
3832
3832
  readonly type: "constructor";
3833
3833
  readonly inputs: readonly [{
3834
3834
  readonly name: "name_";
@@ -4006,7 +4006,7 @@ declare const getErc20: (address: Address, client: Client) => {
4006
4006
  readonly internalType: "bool";
4007
4007
  }];
4008
4008
  readonly stateMutability: "nonpayable";
4009
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4009
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem170.SimulateContractReturnType<readonly [{
4010
4010
  readonly type: "constructor";
4011
4011
  readonly inputs: readonly [{
4012
4012
  readonly name: "name_";
@@ -4184,8 +4184,8 @@ declare const getErc20: (address: Address, client: Client) => {
4184
4184
  readonly internalType: "bool";
4185
4185
  }];
4186
4186
  readonly stateMutability: "nonpayable";
4187
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4188
- transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4187
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride, accountOverride>>;
4188
+ transfer: <chainOverride extends viem170.Chain | undefined = undefined, accountOverride extends viem170.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem170.SimulateContractParameters<readonly [{
4189
4189
  readonly type: "constructor";
4190
4190
  readonly inputs: readonly [{
4191
4191
  readonly name: "name_";
@@ -4363,7 +4363,7 @@ declare const getErc20: (address: Address, client: Client) => {
4363
4363
  readonly internalType: "bool";
4364
4364
  }];
4365
4365
  readonly stateMutability: "nonpayable";
4366
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4366
+ }], "transfer", readonly [`0x${string}`, bigint], viem170.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem170.SimulateContractReturnType<readonly [{
4367
4367
  readonly type: "constructor";
4368
4368
  readonly inputs: readonly [{
4369
4369
  readonly name: "name_";
@@ -4541,8 +4541,8 @@ declare const getErc20: (address: Address, client: Client) => {
4541
4541
  readonly internalType: "bool";
4542
4542
  }];
4543
4543
  readonly stateMutability: "nonpayable";
4544
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4545
- transferFrom: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4544
+ }], "transfer", readonly [`0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride, accountOverride>>;
4545
+ transferFrom: <chainOverride extends viem170.Chain | undefined = undefined, accountOverride extends viem170.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem170.SimulateContractParameters<readonly [{
4546
4546
  readonly type: "constructor";
4547
4547
  readonly inputs: readonly [{
4548
4548
  readonly name: "name_";
@@ -4720,7 +4720,7 @@ declare const getErc20: (address: Address, client: Client) => {
4720
4720
  readonly internalType: "bool";
4721
4721
  }];
4722
4722
  readonly stateMutability: "nonpayable";
4723
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4723
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem170.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem170.SimulateContractReturnType<readonly [{
4724
4724
  readonly type: "constructor";
4725
4725
  readonly inputs: readonly [{
4726
4726
  readonly name: "name_";
@@ -4898,10 +4898,10 @@ declare const getErc20: (address: Address, client: Client) => {
4898
4898
  readonly internalType: "bool";
4899
4899
  }];
4900
4900
  readonly stateMutability: "nonpayable";
4901
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4901
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride, accountOverride>>;
4902
4902
  };
4903
4903
  write: {
4904
- approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4904
+ approve: <chainOverride extends viem170.Chain | undefined, options extends (viem170.UnionOmit<viem170.WriteContractParameters<readonly [{
4905
4905
  readonly type: "constructor";
4906
4906
  readonly inputs: readonly [{
4907
4907
  readonly name: "name_";
@@ -5079,8 +5079,8 @@ declare const getErc20: (address: Address, client: Client) => {
5079
5079
  readonly internalType: "bool";
5080
5080
  }];
5081
5081
  readonly stateMutability: "nonpayable";
5082
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5083
- decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5082
+ }], "approve", readonly [`0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem170.WriteContractReturnType>;
5083
+ decreaseAllowance: <chainOverride extends viem170.Chain | undefined, options extends (viem170.UnionOmit<viem170.WriteContractParameters<readonly [{
5084
5084
  readonly type: "constructor";
5085
5085
  readonly inputs: readonly [{
5086
5086
  readonly name: "name_";
@@ -5258,8 +5258,8 @@ declare const getErc20: (address: Address, client: Client) => {
5258
5258
  readonly internalType: "bool";
5259
5259
  }];
5260
5260
  readonly stateMutability: "nonpayable";
5261
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5262
- increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5261
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem170.WriteContractReturnType>;
5262
+ increaseAllowance: <chainOverride extends viem170.Chain | undefined, options extends (viem170.UnionOmit<viem170.WriteContractParameters<readonly [{
5263
5263
  readonly type: "constructor";
5264
5264
  readonly inputs: readonly [{
5265
5265
  readonly name: "name_";
@@ -5437,8 +5437,8 @@ declare const getErc20: (address: Address, client: Client) => {
5437
5437
  readonly internalType: "bool";
5438
5438
  }];
5439
5439
  readonly stateMutability: "nonpayable";
5440
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5441
- transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5440
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem170.WriteContractReturnType>;
5441
+ transfer: <chainOverride extends viem170.Chain | undefined, options extends (viem170.UnionOmit<viem170.WriteContractParameters<readonly [{
5442
5442
  readonly type: "constructor";
5443
5443
  readonly inputs: readonly [{
5444
5444
  readonly name: "name_";
@@ -5616,8 +5616,8 @@ declare const getErc20: (address: Address, client: Client) => {
5616
5616
  readonly internalType: "bool";
5617
5617
  }];
5618
5618
  readonly stateMutability: "nonpayable";
5619
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5620
- transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5619
+ }], "transfer", readonly [`0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem170.WriteContractReturnType>;
5620
+ transferFrom: <chainOverride extends viem170.Chain | undefined, options extends (viem170.UnionOmit<viem170.WriteContractParameters<readonly [{
5621
5621
  readonly type: "constructor";
5622
5622
  readonly inputs: readonly [{
5623
5623
  readonly name: "name_";
@@ -5795,7 +5795,7 @@ declare const getErc20: (address: Address, client: Client) => {
5795
5795
  readonly internalType: "bool";
5796
5796
  }];
5797
5797
  readonly stateMutability: "nonpayable";
5798
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5798
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem170.Chain | undefined, viem170.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem170.WriteContractReturnType>;
5799
5799
  };
5800
5800
  address: `0x${string}`;
5801
5801
  abi: readonly [{
@@ -5981,7 +5981,7 @@ declare const getErc20: (address: Address, client: Client) => {
5981
5981
  declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
5982
5982
  declare const getStateView: (client: Client | PublicClient) => {
5983
5983
  read: {
5984
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
5984
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
5985
5985
  readonly type: "function";
5986
5986
  readonly name: "getFeeGrowthGlobals";
5987
5987
  readonly inputs: readonly [{
@@ -6828,7 +6828,7 @@ declare const getStateView: (client: Client | PublicClient) => {
6828
6828
  fee: number;
6829
6829
  tickSpacing: number;
6830
6830
  hooks: `0x${string}`;
6831
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6831
+ }], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
6832
6832
  readonly type: "function";
6833
6833
  readonly name: "getFeeGrowthGlobals";
6834
6834
  readonly inputs: readonly [{
@@ -7670,7 +7670,7 @@ declare const getStateView: (client: Client | PublicClient) => {
7670
7670
  tickSpacing: number;
7671
7671
  hooks: `0x${string}`;
7672
7672
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
7673
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7673
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
7674
7674
  readonly type: "function";
7675
7675
  readonly name: "getFeeGrowthGlobals";
7676
7676
  readonly inputs: readonly [{
@@ -8517,7 +8517,7 @@ declare const getStateView: (client: Client | PublicClient) => {
8517
8517
  fee: number;
8518
8518
  tickSpacing: number;
8519
8519
  hooks: `0x${string}`;
8520
- }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8520
+ }, number, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
8521
8521
  readonly type: "function";
8522
8522
  readonly name: "getFeeGrowthGlobals";
8523
8523
  readonly inputs: readonly [{
@@ -9359,7 +9359,7 @@ declare const getStateView: (client: Client | PublicClient) => {
9359
9359
  tickSpacing: number;
9360
9360
  hooks: `0x${string}`;
9361
9361
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
9362
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9362
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
9363
9363
  readonly type: "function";
9364
9364
  readonly name: "getFeeGrowthGlobals";
9365
9365
  readonly inputs: readonly [{
@@ -10206,7 +10206,7 @@ declare const getStateView: (client: Client | PublicClient) => {
10206
10206
  fee: number;
10207
10207
  tickSpacing: number;
10208
10208
  hooks: `0x${string}`;
10209
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10209
+ }], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
10210
10210
  readonly type: "function";
10211
10211
  readonly name: "getFeeGrowthGlobals";
10212
10212
  readonly inputs: readonly [{
@@ -11048,7 +11048,7 @@ declare const getStateView: (client: Client | PublicClient) => {
11048
11048
  tickSpacing: number;
11049
11049
  hooks: `0x${string}`;
11050
11050
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
11051
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11051
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
11052
11052
  readonly type: "function";
11053
11053
  readonly name: "getFeeGrowthGlobals";
11054
11054
  readonly inputs: readonly [{
@@ -11895,7 +11895,7 @@ declare const getStateView: (client: Client | PublicClient) => {
11895
11895
  fee: number;
11896
11896
  tickSpacing: number;
11897
11897
  hooks: `0x${string}`;
11898
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11898
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
11899
11899
  readonly type: "function";
11900
11900
  readonly name: "getFeeGrowthGlobals";
11901
11901
  readonly inputs: readonly [{
@@ -12748,7 +12748,7 @@ declare const getStateView: (client: Client | PublicClient) => {
12748
12748
  fee: number;
12749
12749
  tickSpacing: number;
12750
12750
  hooks: `0x${string}`;
12751
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12751
+ }, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
12752
12752
  readonly type: "function";
12753
12753
  readonly name: "getFeeGrowthGlobals";
12754
12754
  readonly inputs: readonly [{
@@ -13601,7 +13601,7 @@ declare const getStateView: (client: Client | PublicClient) => {
13601
13601
  fee: number;
13602
13602
  tickSpacing: number;
13603
13603
  hooks: `0x${string}`;
13604
- }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13604
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
13605
13605
  readonly type: "function";
13606
13606
  readonly name: "getFeeGrowthGlobals";
13607
13607
  readonly inputs: readonly [{
@@ -14449,7 +14449,7 @@ declare const getStateView: (client: Client | PublicClient) => {
14449
14449
  tickSpacing: number;
14450
14450
  hooks: `0x${string}`;
14451
14451
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
14452
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14452
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
14453
14453
  readonly type: "function";
14454
14454
  readonly name: "getFeeGrowthGlobals";
14455
14455
  readonly inputs: readonly [{
@@ -15296,7 +15296,7 @@ declare const getStateView: (client: Client | PublicClient) => {
15296
15296
  fee: number;
15297
15297
  tickSpacing: number;
15298
15298
  hooks: `0x${string}`;
15299
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15299
+ }, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
15300
15300
  readonly type: "function";
15301
15301
  readonly name: "getFeeGrowthGlobals";
15302
15302
  readonly inputs: readonly [{
@@ -16138,7 +16138,7 @@ declare const getStateView: (client: Client | PublicClient) => {
16138
16138
  tickSpacing: number;
16139
16139
  hooks: `0x${string}`;
16140
16140
  }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
16141
- getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16141
+ getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
16142
16142
  readonly type: "function";
16143
16143
  readonly name: "getFeeGrowthGlobals";
16144
16144
  readonly inputs: readonly [{
@@ -16985,7 +16985,7 @@ declare const getStateView: (client: Client | PublicClient) => {
16985
16985
  fee: number;
16986
16986
  tickSpacing: number;
16987
16987
  hooks: `0x${string}`;
16988
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16988
+ }], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
16989
16989
  readonly type: "function";
16990
16990
  readonly name: "getFeeGrowthGlobals";
16991
16991
  readonly inputs: readonly [{
@@ -17827,7 +17827,7 @@ declare const getStateView: (client: Client | PublicClient) => {
17827
17827
  tickSpacing: number;
17828
17828
  hooks: `0x${string}`;
17829
17829
  }] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
17830
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17830
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
17831
17831
  readonly type: "function";
17832
17832
  readonly name: "getFeeGrowthGlobals";
17833
17833
  readonly inputs: readonly [{
@@ -18674,7 +18674,7 @@ declare const getStateView: (client: Client | PublicClient) => {
18674
18674
  fee: number;
18675
18675
  tickSpacing: number;
18676
18676
  hooks: `0x${string}`;
18677
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18677
+ }, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
18678
18678
  readonly type: "function";
18679
18679
  readonly name: "getFeeGrowthGlobals";
18680
18680
  readonly inputs: readonly [{
@@ -19516,7 +19516,7 @@ declare const getStateView: (client: Client | PublicClient) => {
19516
19516
  tickSpacing: number;
19517
19517
  hooks: `0x${string}`;
19518
19518
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
19519
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19519
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
19520
19520
  readonly type: "function";
19521
19521
  readonly name: "getFeeGrowthGlobals";
19522
19522
  readonly inputs: readonly [{
@@ -20363,7 +20363,7 @@ declare const getStateView: (client: Client | PublicClient) => {
20363
20363
  fee: number;
20364
20364
  tickSpacing: number;
20365
20365
  hooks: `0x${string}`;
20366
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20366
+ }, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
20367
20367
  readonly type: "function";
20368
20368
  readonly name: "getFeeGrowthGlobals";
20369
20369
  readonly inputs: readonly [{
@@ -21205,7 +21205,7 @@ declare const getStateView: (client: Client | PublicClient) => {
21205
21205
  tickSpacing: number;
21206
21206
  hooks: `0x${string}`;
21207
21207
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
21208
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21208
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
21209
21209
  readonly type: "function";
21210
21210
  readonly name: "getFeeGrowthGlobals";
21211
21211
  readonly inputs: readonly [{
@@ -22052,7 +22052,7 @@ declare const getStateView: (client: Client | PublicClient) => {
22052
22052
  fee: number;
22053
22053
  tickSpacing: number;
22054
22054
  hooks: `0x${string}`;
22055
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22055
+ }, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
22056
22056
  readonly type: "function";
22057
22057
  readonly name: "getFeeGrowthGlobals";
22058
22058
  readonly inputs: readonly [{
@@ -22894,7 +22894,7 @@ declare const getStateView: (client: Client | PublicClient) => {
22894
22894
  tickSpacing: number;
22895
22895
  hooks: `0x${string}`;
22896
22896
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
22897
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22897
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
22898
22898
  readonly type: "function";
22899
22899
  readonly name: "getFeeGrowthGlobals";
22900
22900
  readonly inputs: readonly [{
@@ -23741,7 +23741,7 @@ declare const getStateView: (client: Client | PublicClient) => {
23741
23741
  fee: number;
23742
23742
  tickSpacing: number;
23743
23743
  hooks: `0x${string}`;
23744
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23744
+ }, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
23745
23745
  readonly type: "function";
23746
23746
  readonly name: "getFeeGrowthGlobals";
23747
23747
  readonly inputs: readonly [{
@@ -25424,7 +25424,7 @@ declare const getStateView: (client: Client | PublicClient) => {
25424
25424
  };
25425
25425
  declare const getTimelockLens: (client: Client | PublicClient) => {
25426
25426
  read: {
25427
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25427
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
25428
25428
  readonly type: "function";
25429
25429
  readonly name: "batchGetRefTick";
25430
25430
  readonly inputs: readonly [{
@@ -26125,7 +26125,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26125
26125
  }];
26126
26126
  readonly stateMutability: "view";
26127
26127
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26128
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26128
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
26129
26129
  readonly type: "function";
26130
26130
  readonly name: "batchGetRefTick";
26131
26131
  readonly inputs: readonly [{
@@ -26836,7 +26836,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26836
26836
  borrowedAmount0: bigint;
26837
26837
  borrowedAmount1: bigint;
26838
26838
  }[]>;
26839
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26839
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
26840
26840
  readonly type: "function";
26841
26841
  readonly name: "batchGetRefTick";
26842
26842
  readonly inputs: readonly [{
@@ -27547,7 +27547,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27547
27547
  expiresAt: number;
27548
27548
  liquidities: readonly bigint[];
27549
27549
  }[], bigint, boolean]>;
27550
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27550
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
27551
27551
  readonly type: "function";
27552
27552
  readonly name: "batchGetRefTick";
27553
27553
  readonly inputs: readonly [{
@@ -28248,7 +28248,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28248
28248
  }];
28249
28249
  readonly stateMutability: "view";
28250
28250
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
28251
- getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28251
+ getMarketData: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
28252
28252
  readonly type: "function";
28253
28253
  readonly name: "batchGetRefTick";
28254
28254
  readonly inputs: readonly [{
@@ -28969,7 +28969,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28969
28969
  payoutAssetName: string;
28970
28970
  optionsCount: bigint;
28971
28971
  }>;
28972
- getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28972
+ getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
28973
28973
  readonly type: "function";
28974
28974
  readonly name: "batchGetRefTick";
28975
28975
  readonly inputs: readonly [{
@@ -29670,7 +29670,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29670
29670
  }];
29671
29671
  readonly stateMutability: "view";
29672
29672
  }], "getMaxATMSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
29673
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29673
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
29674
29674
  readonly type: "function";
29675
29675
  readonly name: "batchGetRefTick";
29676
29676
  readonly inputs: readonly [{
@@ -30371,7 +30371,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30371
30371
  }];
30372
30372
  readonly stateMutability: "view";
30373
30373
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
30374
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30374
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
30375
30375
  readonly type: "function";
30376
30376
  readonly name: "batchGetRefTick";
30377
30377
  readonly inputs: readonly [{
@@ -31072,7 +31072,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31072
31072
  }];
31073
31073
  readonly stateMutability: "view";
31074
31074
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
31075
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31075
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
31076
31076
  readonly type: "function";
31077
31077
  readonly name: "batchGetRefTick";
31078
31078
  readonly inputs: readonly [{
@@ -31783,7 +31783,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31783
31783
  expiresAt: number;
31784
31784
  liquidities: readonly bigint[];
31785
31785
  }>;
31786
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31786
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
31787
31787
  readonly type: "function";
31788
31788
  readonly name: "batchGetRefTick";
31789
31789
  readonly inputs: readonly [{
@@ -32500,7 +32500,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
32500
32500
  fee: number;
32501
32501
  tickSpacing: number;
32502
32502
  hooks: `0x${string}`;
32503
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
32503
+ }], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
32504
32504
  readonly type: "function";
32505
32505
  readonly name: "batchGetRefTick";
32506
32506
  readonly inputs: readonly [{
@@ -33218,7 +33218,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
33218
33218
  tickSpacing: number;
33219
33219
  fee: number;
33220
33220
  }>;
33221
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33221
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
33222
33222
  readonly type: "function";
33223
33223
  readonly name: "batchGetRefTick";
33224
33224
  readonly inputs: readonly [{
@@ -33919,7 +33919,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
33919
33919
  }];
33920
33920
  readonly stateMutability: "view";
33921
33921
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
33922
- getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33922
+ getTokenData: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
33923
33923
  readonly type: "function";
33924
33924
  readonly name: "batchGetRefTick";
33925
33925
  readonly inputs: readonly [{
@@ -34624,7 +34624,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
34624
34624
  symbol: string;
34625
34625
  name: string;
34626
34626
  }>;
34627
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34627
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
34628
34628
  readonly type: "function";
34629
34629
  readonly name: "batchGetRefTick";
34630
34630
  readonly inputs: readonly [{
@@ -35335,7 +35335,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
35335
35335
  expiresAt: number;
35336
35336
  liquidities: readonly bigint[];
35337
35337
  }[], bigint, boolean]>;
35338
- getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
35338
+ getVaultData: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
35339
35339
  readonly type: "function";
35340
35340
  readonly name: "batchGetRefTick";
35341
35341
  readonly inputs: readonly [{
@@ -36045,7 +36045,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
36045
36045
  hooks: `0x${string}`;
36046
36046
  };
36047
36047
  }>;
36048
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36048
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
36049
36049
  readonly type: "function";
36050
36050
  readonly name: "batchGetRefTick";
36051
36051
  readonly inputs: readonly [{
@@ -39585,7 +39585,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39585
39585
  };
39586
39586
  //#endregion
39587
39587
  //#region src/hooks/options/useExerciseOption.d.ts
39588
- declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
39588
+ declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
39589
39589
  option: OptionData;
39590
39590
  liquidities: readonly bigint[];
39591
39591
  }, unknown>;
@@ -39654,7 +39654,7 @@ declare const formatUSD: (value: Big | string | number) => string;
39654
39654
  //#endregion
39655
39655
  //#region src/hooks/options/useMaxPositionSize.d.ts
39656
39656
  declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowableRange?: number) => {
39657
- error: viem0.ReadContractErrorType;
39657
+ error: viem170.ReadContractErrorType;
39658
39658
  isError: true;
39659
39659
  isPending: false;
39660
39660
  isLoading: false;
@@ -39666,7 +39666,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39666
39666
  dataUpdatedAt: number;
39667
39667
  errorUpdatedAt: number;
39668
39668
  failureCount: number;
39669
- failureReason: viem0.ReadContractErrorType | null;
39669
+ failureReason: viem170.ReadContractErrorType | null;
39670
39670
  errorUpdateCount: number;
39671
39671
  isFetched: boolean;
39672
39672
  isFetchedAfterMount: boolean;
@@ -39676,7 +39676,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39676
39676
  isRefetching: boolean;
39677
39677
  isStale: boolean;
39678
39678
  isEnabled: boolean;
39679
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39679
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem170.ReadContractErrorType>>;
39680
39680
  fetchStatus: _tanstack_query_core41.FetchStatus;
39681
39681
  promise: Promise<readonly [bigint, bigint]>;
39682
39682
  queryKey: _tanstack_query_core41.QueryKey;
@@ -39695,7 +39695,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39695
39695
  dataUpdatedAt: number;
39696
39696
  errorUpdatedAt: number;
39697
39697
  failureCount: number;
39698
- failureReason: viem0.ReadContractErrorType | null;
39698
+ failureReason: viem170.ReadContractErrorType | null;
39699
39699
  errorUpdateCount: number;
39700
39700
  isFetched: boolean;
39701
39701
  isFetchedAfterMount: boolean;
@@ -39705,14 +39705,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39705
39705
  isRefetching: boolean;
39706
39706
  isStale: boolean;
39707
39707
  isEnabled: boolean;
39708
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39708
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem170.ReadContractErrorType>>;
39709
39709
  fetchStatus: _tanstack_query_core41.FetchStatus;
39710
39710
  promise: Promise<readonly [bigint, bigint]>;
39711
39711
  queryKey: _tanstack_query_core41.QueryKey;
39712
39712
  maxCallSize: Amount | undefined;
39713
39713
  maxPutSize: Amount | undefined;
39714
39714
  } | {
39715
- error: viem0.ReadContractErrorType;
39715
+ error: viem170.ReadContractErrorType;
39716
39716
  isError: true;
39717
39717
  isPending: false;
39718
39718
  isLoading: false;
@@ -39724,7 +39724,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39724
39724
  dataUpdatedAt: number;
39725
39725
  errorUpdatedAt: number;
39726
39726
  failureCount: number;
39727
- failureReason: viem0.ReadContractErrorType | null;
39727
+ failureReason: viem170.ReadContractErrorType | null;
39728
39728
  errorUpdateCount: number;
39729
39729
  isFetched: boolean;
39730
39730
  isFetchedAfterMount: boolean;
@@ -39734,7 +39734,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39734
39734
  isRefetching: boolean;
39735
39735
  isStale: boolean;
39736
39736
  isEnabled: boolean;
39737
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39737
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem170.ReadContractErrorType>>;
39738
39738
  fetchStatus: _tanstack_query_core41.FetchStatus;
39739
39739
  promise: Promise<readonly [bigint, bigint]>;
39740
39740
  queryKey: _tanstack_query_core41.QueryKey;
@@ -39753,7 +39753,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39753
39753
  dataUpdatedAt: number;
39754
39754
  errorUpdatedAt: number;
39755
39755
  failureCount: number;
39756
- failureReason: viem0.ReadContractErrorType | null;
39756
+ failureReason: viem170.ReadContractErrorType | null;
39757
39757
  errorUpdateCount: number;
39758
39758
  isFetched: boolean;
39759
39759
  isFetchedAfterMount: boolean;
@@ -39763,7 +39763,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39763
39763
  isRefetching: boolean;
39764
39764
  isStale: boolean;
39765
39765
  isEnabled: boolean;
39766
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39766
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem170.ReadContractErrorType>>;
39767
39767
  fetchStatus: _tanstack_query_core41.FetchStatus;
39768
39768
  promise: Promise<readonly [bigint, bigint]>;
39769
39769
  queryKey: _tanstack_query_core41.QueryKey;
@@ -39781,7 +39781,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39781
39781
  dataUpdatedAt: number;
39782
39782
  errorUpdatedAt: number;
39783
39783
  failureCount: number;
39784
- failureReason: viem0.ReadContractErrorType | null;
39784
+ failureReason: viem170.ReadContractErrorType | null;
39785
39785
  errorUpdateCount: number;
39786
39786
  isFetched: boolean;
39787
39787
  isFetchedAfterMount: boolean;
@@ -39792,7 +39792,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39792
39792
  isRefetching: boolean;
39793
39793
  isStale: boolean;
39794
39794
  isEnabled: boolean;
39795
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39795
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem170.ReadContractErrorType>>;
39796
39796
  fetchStatus: _tanstack_query_core41.FetchStatus;
39797
39797
  promise: Promise<readonly [bigint, bigint]>;
39798
39798
  queryKey: _tanstack_query_core41.QueryKey;
@@ -39811,7 +39811,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39811
39811
  dataUpdatedAt: number;
39812
39812
  errorUpdatedAt: number;
39813
39813
  failureCount: number;
39814
- failureReason: viem0.ReadContractErrorType | null;
39814
+ failureReason: viem170.ReadContractErrorType | null;
39815
39815
  errorUpdateCount: number;
39816
39816
  isFetched: boolean;
39817
39817
  isFetchedAfterMount: boolean;
@@ -39821,7 +39821,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39821
39821
  isRefetching: boolean;
39822
39822
  isStale: boolean;
39823
39823
  isEnabled: boolean;
39824
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39824
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem170.ReadContractErrorType>>;
39825
39825
  fetchStatus: _tanstack_query_core41.FetchStatus;
39826
39826
  promise: Promise<readonly [bigint, bigint]>;
39827
39827
  queryKey: _tanstack_query_core41.QueryKey;
@@ -39830,7 +39830,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39830
39830
  };
39831
39831
  //#endregion
39832
39832
  //#region src/hooks/options/useMintOption.d.ts
39833
- declare const useMintOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
39833
+ declare const useMintOption: (marketAddr?: Address) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
39834
39834
  optionType: "CALL" | "PUT";
39835
39835
  amount: bigint;
39836
39836
  duration: number;
@@ -39855,7 +39855,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
39855
39855
  };
39856
39856
  //#endregion
39857
39857
  //#region src/hooks/options/useExtendOption.d.ts
39858
- declare const useExtendOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
39858
+ declare const useExtendOption: (marketAddr?: Address) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
39859
39859
  option: OptionData;
39860
39860
  duration: number;
39861
39861
  }, unknown>;
@@ -40720,7 +40720,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40720
40720
  };
40721
40721
  //#endregion
40722
40722
  //#region src/hooks/perps/useMintPerp.d.ts
40723
- declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, {
40723
+ declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query4.UseMutationResult<void, Error, {
40724
40724
  optionType: "CALL" | "PUT";
40725
40725
  amount: bigint;
40726
40726
  duration: number;
@@ -40728,13 +40728,13 @@ declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query0.UseM
40728
40728
  }, unknown>;
40729
40729
  //#endregion
40730
40730
  //#region src/hooks/perps/useClosePerp.d.ts
40731
- declare const useClosePerp: () => _tanstack_react_query0.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
40731
+ declare const useClosePerp: () => _tanstack_react_query4.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
40732
40732
  //#endregion
40733
40733
  //#region src/hooks/perps/usePerpsOperator.d.ts
40734
40734
  declare const usePerpsOperator: () => {
40735
40735
  operator: PerpsOperator | undefined;
40736
40736
  address: `0x${string}` | undefined;
40737
- signMessage: _tanstack_react_query0.UseMutationResult<void, Error, void, unknown>;
40737
+ signMessage: _tanstack_react_query4.UseMutationResult<void, Error, void, unknown>;
40738
40738
  };
40739
40739
  //#endregion
40740
40740
  //#region src/hooks/perps/useUserPerps.d.ts
@@ -41662,7 +41662,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41662
41662
  //#endregion
41663
41663
  //#region src/hooks/operators/useOperatorPerms.d.ts
41664
41664
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
41665
- error: viem0.ReadContractErrorType;
41665
+ error: viem170.ReadContractErrorType;
41666
41666
  isError: true;
41667
41667
  isPending: false;
41668
41668
  isLoading: false;
@@ -41674,7 +41674,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41674
41674
  dataUpdatedAt: number;
41675
41675
  errorUpdatedAt: number;
41676
41676
  failureCount: number;
41677
- failureReason: viem0.ReadContractErrorType | null;
41677
+ failureReason: viem170.ReadContractErrorType | null;
41678
41678
  errorUpdateCount: number;
41679
41679
  isFetched: boolean;
41680
41680
  isFetchedAfterMount: boolean;
@@ -41684,7 +41684,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41684
41684
  isRefetching: boolean;
41685
41685
  isStale: boolean;
41686
41686
  isEnabled: boolean;
41687
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41687
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem170.ReadContractErrorType>>;
41688
41688
  fetchStatus: _tanstack_query_core41.FetchStatus;
41689
41689
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41690
41690
  queryKey: _tanstack_query_core41.QueryKey;
@@ -41709,7 +41709,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41709
41709
  dataUpdatedAt: number;
41710
41710
  errorUpdatedAt: number;
41711
41711
  failureCount: number;
41712
- failureReason: viem0.ReadContractErrorType | null;
41712
+ failureReason: viem170.ReadContractErrorType | null;
41713
41713
  errorUpdateCount: number;
41714
41714
  isFetched: boolean;
41715
41715
  isFetchedAfterMount: boolean;
@@ -41719,7 +41719,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41719
41719
  isRefetching: boolean;
41720
41720
  isStale: boolean;
41721
41721
  isEnabled: boolean;
41722
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41722
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem170.ReadContractErrorType>>;
41723
41723
  fetchStatus: _tanstack_query_core41.FetchStatus;
41724
41724
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41725
41725
  queryKey: _tanstack_query_core41.QueryKey;
@@ -41732,7 +41732,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41732
41732
  effectiveApproval: bigint;
41733
41733
  };
41734
41734
  } | {
41735
- error: viem0.ReadContractErrorType;
41735
+ error: viem170.ReadContractErrorType;
41736
41736
  isError: true;
41737
41737
  isPending: false;
41738
41738
  isLoading: false;
@@ -41744,7 +41744,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41744
41744
  dataUpdatedAt: number;
41745
41745
  errorUpdatedAt: number;
41746
41746
  failureCount: number;
41747
- failureReason: viem0.ReadContractErrorType | null;
41747
+ failureReason: viem170.ReadContractErrorType | null;
41748
41748
  errorUpdateCount: number;
41749
41749
  isFetched: boolean;
41750
41750
  isFetchedAfterMount: boolean;
@@ -41754,7 +41754,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41754
41754
  isRefetching: boolean;
41755
41755
  isStale: boolean;
41756
41756
  isEnabled: boolean;
41757
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41757
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem170.ReadContractErrorType>>;
41758
41758
  fetchStatus: _tanstack_query_core41.FetchStatus;
41759
41759
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41760
41760
  queryKey: _tanstack_query_core41.QueryKey;
@@ -41779,7 +41779,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41779
41779
  dataUpdatedAt: number;
41780
41780
  errorUpdatedAt: number;
41781
41781
  failureCount: number;
41782
- failureReason: viem0.ReadContractErrorType | null;
41782
+ failureReason: viem170.ReadContractErrorType | null;
41783
41783
  errorUpdateCount: number;
41784
41784
  isFetched: boolean;
41785
41785
  isFetchedAfterMount: boolean;
@@ -41789,7 +41789,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41789
41789
  isRefetching: boolean;
41790
41790
  isStale: boolean;
41791
41791
  isEnabled: boolean;
41792
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41792
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem170.ReadContractErrorType>>;
41793
41793
  fetchStatus: _tanstack_query_core41.FetchStatus;
41794
41794
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41795
41795
  queryKey: _tanstack_query_core41.QueryKey;
@@ -41813,7 +41813,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41813
41813
  dataUpdatedAt: number;
41814
41814
  errorUpdatedAt: number;
41815
41815
  failureCount: number;
41816
- failureReason: viem0.ReadContractErrorType | null;
41816
+ failureReason: viem170.ReadContractErrorType | null;
41817
41817
  errorUpdateCount: number;
41818
41818
  isFetched: boolean;
41819
41819
  isFetchedAfterMount: boolean;
@@ -41824,7 +41824,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41824
41824
  isRefetching: boolean;
41825
41825
  isStale: boolean;
41826
41826
  isEnabled: boolean;
41827
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41827
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem170.ReadContractErrorType>>;
41828
41828
  fetchStatus: _tanstack_query_core41.FetchStatus;
41829
41829
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41830
41830
  queryKey: _tanstack_query_core41.QueryKey;
@@ -41849,7 +41849,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41849
41849
  dataUpdatedAt: number;
41850
41850
  errorUpdatedAt: number;
41851
41851
  failureCount: number;
41852
- failureReason: viem0.ReadContractErrorType | null;
41852
+ failureReason: viem170.ReadContractErrorType | null;
41853
41853
  errorUpdateCount: number;
41854
41854
  isFetched: boolean;
41855
41855
  isFetchedAfterMount: boolean;
@@ -41859,7 +41859,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41859
41859
  isRefetching: boolean;
41860
41860
  isStale: boolean;
41861
41861
  isEnabled: boolean;
41862
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41862
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem170.ReadContractErrorType>>;
41863
41863
  fetchStatus: _tanstack_query_core41.FetchStatus;
41864
41864
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41865
41865
  queryKey: _tanstack_query_core41.QueryKey;
@@ -42273,7 +42273,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42273
42273
  };
42274
42274
  //#endregion
42275
42275
  //#region src/hooks/operators/useSetOperatorPerms.d.ts
42276
- declare const useSetOperatorPerms: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
42276
+ declare const useSetOperatorPerms: (marketAddr?: Address) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
42277
42277
  operator: Address;
42278
42278
  canExtend: boolean;
42279
42279
  canExercise: boolean;
@@ -42352,7 +42352,7 @@ declare const useCurrentPrice: (poolManager?: Address, poolKey?: PoolKey) => {
42352
42352
  //#endregion
42353
42353
  //#region src/hooks/pool/useCurrentTick.d.ts
42354
42354
  declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42355
- error: viem0.ReadContractErrorType;
42355
+ error: viem170.ReadContractErrorType;
42356
42356
  isError: true;
42357
42357
  isPending: false;
42358
42358
  isLoading: false;
@@ -42364,7 +42364,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42364
42364
  dataUpdatedAt: number;
42365
42365
  errorUpdatedAt: number;
42366
42366
  failureCount: number;
42367
- failureReason: viem0.ReadContractErrorType | null;
42367
+ failureReason: viem170.ReadContractErrorType | null;
42368
42368
  errorUpdateCount: number;
42369
42369
  isFetched: boolean;
42370
42370
  isFetchedAfterMount: boolean;
@@ -42378,7 +42378,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42378
42378
  exact: number;
42379
42379
  rounded: number | undefined;
42380
42380
  sqrtPriceX96: bigint;
42381
- }, viem0.ReadContractErrorType>>;
42381
+ }, viem170.ReadContractErrorType>>;
42382
42382
  fetchStatus: _tanstack_query_core41.FetchStatus;
42383
42383
  promise: Promise<{
42384
42384
  exact: number;
@@ -42402,7 +42402,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42402
42402
  dataUpdatedAt: number;
42403
42403
  errorUpdatedAt: number;
42404
42404
  failureCount: number;
42405
- failureReason: viem0.ReadContractErrorType | null;
42405
+ failureReason: viem170.ReadContractErrorType | null;
42406
42406
  errorUpdateCount: number;
42407
42407
  isFetched: boolean;
42408
42408
  isFetchedAfterMount: boolean;
@@ -42416,7 +42416,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42416
42416
  exact: number;
42417
42417
  rounded: number | undefined;
42418
42418
  sqrtPriceX96: bigint;
42419
- }, viem0.ReadContractErrorType>>;
42419
+ }, viem170.ReadContractErrorType>>;
42420
42420
  fetchStatus: _tanstack_query_core41.FetchStatus;
42421
42421
  promise: Promise<{
42422
42422
  exact: number;
@@ -42428,7 +42428,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42428
42428
  rounded: number | undefined;
42429
42429
  sqrtPriceX96: bigint | undefined;
42430
42430
  } | {
42431
- error: viem0.ReadContractErrorType;
42431
+ error: viem170.ReadContractErrorType;
42432
42432
  isError: true;
42433
42433
  isPending: false;
42434
42434
  isLoading: false;
@@ -42440,7 +42440,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42440
42440
  dataUpdatedAt: number;
42441
42441
  errorUpdatedAt: number;
42442
42442
  failureCount: number;
42443
- failureReason: viem0.ReadContractErrorType | null;
42443
+ failureReason: viem170.ReadContractErrorType | null;
42444
42444
  errorUpdateCount: number;
42445
42445
  isFetched: boolean;
42446
42446
  isFetchedAfterMount: boolean;
@@ -42454,7 +42454,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42454
42454
  exact: number;
42455
42455
  rounded: number | undefined;
42456
42456
  sqrtPriceX96: bigint;
42457
- }, viem0.ReadContractErrorType>>;
42457
+ }, viem170.ReadContractErrorType>>;
42458
42458
  fetchStatus: _tanstack_query_core41.FetchStatus;
42459
42459
  promise: Promise<{
42460
42460
  exact: number;
@@ -42478,7 +42478,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42478
42478
  dataUpdatedAt: number;
42479
42479
  errorUpdatedAt: number;
42480
42480
  failureCount: number;
42481
- failureReason: viem0.ReadContractErrorType | null;
42481
+ failureReason: viem170.ReadContractErrorType | null;
42482
42482
  errorUpdateCount: number;
42483
42483
  isFetched: boolean;
42484
42484
  isFetchedAfterMount: boolean;
@@ -42492,7 +42492,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42492
42492
  exact: number;
42493
42493
  rounded: number | undefined;
42494
42494
  sqrtPriceX96: bigint;
42495
- }, viem0.ReadContractErrorType>>;
42495
+ }, viem170.ReadContractErrorType>>;
42496
42496
  fetchStatus: _tanstack_query_core41.FetchStatus;
42497
42497
  promise: Promise<{
42498
42498
  exact: number;
@@ -42515,7 +42515,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42515
42515
  dataUpdatedAt: number;
42516
42516
  errorUpdatedAt: number;
42517
42517
  failureCount: number;
42518
- failureReason: viem0.ReadContractErrorType | null;
42518
+ failureReason: viem170.ReadContractErrorType | null;
42519
42519
  errorUpdateCount: number;
42520
42520
  isFetched: boolean;
42521
42521
  isFetchedAfterMount: boolean;
@@ -42530,7 +42530,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42530
42530
  exact: number;
42531
42531
  rounded: number | undefined;
42532
42532
  sqrtPriceX96: bigint;
42533
- }, viem0.ReadContractErrorType>>;
42533
+ }, viem170.ReadContractErrorType>>;
42534
42534
  fetchStatus: _tanstack_query_core41.FetchStatus;
42535
42535
  promise: Promise<{
42536
42536
  exact: number;
@@ -42554,7 +42554,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42554
42554
  dataUpdatedAt: number;
42555
42555
  errorUpdatedAt: number;
42556
42556
  failureCount: number;
42557
- failureReason: viem0.ReadContractErrorType | null;
42557
+ failureReason: viem170.ReadContractErrorType | null;
42558
42558
  errorUpdateCount: number;
42559
42559
  isFetched: boolean;
42560
42560
  isFetchedAfterMount: boolean;
@@ -42568,7 +42568,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42568
42568
  exact: number;
42569
42569
  rounded: number | undefined;
42570
42570
  sqrtPriceX96: bigint;
42571
- }, viem0.ReadContractErrorType>>;
42571
+ }, viem170.ReadContractErrorType>>;
42572
42572
  fetchStatus: _tanstack_query_core41.FetchStatus;
42573
42573
  promise: Promise<{
42574
42574
  exact: number;
@@ -42586,8 +42586,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
42586
42586
  declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
42587
42587
  //#endregion
42588
42588
  //#region src/hooks/pool/usePriceHistory.d.ts
42589
- declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
42590
- declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
42589
+ declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query4.UseQueryResult<PriceDataPoint[], Error>;
42590
+ declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query4.UseQueryResult<PriceDataPoint[], Error>;
42591
42591
  //#endregion
42592
42592
  //#region src/hooks/vault/useBurnLiquidity.d.ts
42593
42593
  interface BurnPosition {
@@ -42609,7 +42609,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
42609
42609
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
42610
42610
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
42611
42611
  declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42612
- error: viem0.ReadContractErrorType;
42612
+ error: viem170.ReadContractErrorType;
42613
42613
  isError: true;
42614
42614
  isPending: false;
42615
42615
  isLoading: false;
@@ -42621,7 +42621,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42621
42621
  dataUpdatedAt: number;
42622
42622
  errorUpdatedAt: number;
42623
42623
  failureCount: number;
42624
- failureReason: viem0.ReadContractErrorType | null;
42624
+ failureReason: viem170.ReadContractErrorType | null;
42625
42625
  errorUpdateCount: number;
42626
42626
  isFetched: boolean;
42627
42627
  isFetchedAfterMount: boolean;
@@ -42641,7 +42641,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42641
42641
  totalAmount1: bigint;
42642
42642
  borrowedAmount0: bigint;
42643
42643
  borrowedAmount1: bigint;
42644
- }[], viem0.ReadContractErrorType>>;
42644
+ }[], viem170.ReadContractErrorType>>;
42645
42645
  fetchStatus: _tanstack_query_core41.FetchStatus;
42646
42646
  promise: Promise<readonly {
42647
42647
  tickLower: number;
@@ -42679,7 +42679,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42679
42679
  dataUpdatedAt: number;
42680
42680
  errorUpdatedAt: number;
42681
42681
  failureCount: number;
42682
- failureReason: viem0.ReadContractErrorType | null;
42682
+ failureReason: viem170.ReadContractErrorType | null;
42683
42683
  errorUpdateCount: number;
42684
42684
  isFetched: boolean;
42685
42685
  isFetchedAfterMount: boolean;
@@ -42699,7 +42699,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42699
42699
  totalAmount1: bigint;
42700
42700
  borrowedAmount0: bigint;
42701
42701
  borrowedAmount1: bigint;
42702
- }[], viem0.ReadContractErrorType>>;
42702
+ }[], viem170.ReadContractErrorType>>;
42703
42703
  fetchStatus: _tanstack_query_core41.FetchStatus;
42704
42704
  promise: Promise<readonly {
42705
42705
  tickLower: number;
@@ -42725,7 +42725,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42725
42725
  borrowedAmount1: bigint;
42726
42726
  }[];
42727
42727
  } | {
42728
- error: viem0.ReadContractErrorType;
42728
+ error: viem170.ReadContractErrorType;
42729
42729
  isError: true;
42730
42730
  isPending: false;
42731
42731
  isLoading: false;
@@ -42737,7 +42737,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42737
42737
  dataUpdatedAt: number;
42738
42738
  errorUpdatedAt: number;
42739
42739
  failureCount: number;
42740
- failureReason: viem0.ReadContractErrorType | null;
42740
+ failureReason: viem170.ReadContractErrorType | null;
42741
42741
  errorUpdateCount: number;
42742
42742
  isFetched: boolean;
42743
42743
  isFetchedAfterMount: boolean;
@@ -42757,7 +42757,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42757
42757
  totalAmount1: bigint;
42758
42758
  borrowedAmount0: bigint;
42759
42759
  borrowedAmount1: bigint;
42760
- }[], viem0.ReadContractErrorType>>;
42760
+ }[], viem170.ReadContractErrorType>>;
42761
42761
  fetchStatus: _tanstack_query_core41.FetchStatus;
42762
42762
  promise: Promise<readonly {
42763
42763
  tickLower: number;
@@ -42795,7 +42795,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42795
42795
  dataUpdatedAt: number;
42796
42796
  errorUpdatedAt: number;
42797
42797
  failureCount: number;
42798
- failureReason: viem0.ReadContractErrorType | null;
42798
+ failureReason: viem170.ReadContractErrorType | null;
42799
42799
  errorUpdateCount: number;
42800
42800
  isFetched: boolean;
42801
42801
  isFetchedAfterMount: boolean;
@@ -42815,7 +42815,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42815
42815
  totalAmount1: bigint;
42816
42816
  borrowedAmount0: bigint;
42817
42817
  borrowedAmount1: bigint;
42818
- }[], viem0.ReadContractErrorType>>;
42818
+ }[], viem170.ReadContractErrorType>>;
42819
42819
  fetchStatus: _tanstack_query_core41.FetchStatus;
42820
42820
  promise: Promise<readonly {
42821
42821
  tickLower: number;
@@ -42852,7 +42852,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42852
42852
  dataUpdatedAt: number;
42853
42853
  errorUpdatedAt: number;
42854
42854
  failureCount: number;
42855
- failureReason: viem0.ReadContractErrorType | null;
42855
+ failureReason: viem170.ReadContractErrorType | null;
42856
42856
  errorUpdateCount: number;
42857
42857
  isFetched: boolean;
42858
42858
  isFetchedAfterMount: boolean;
@@ -42873,7 +42873,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42873
42873
  totalAmount1: bigint;
42874
42874
  borrowedAmount0: bigint;
42875
42875
  borrowedAmount1: bigint;
42876
- }[], viem0.ReadContractErrorType>>;
42876
+ }[], viem170.ReadContractErrorType>>;
42877
42877
  fetchStatus: _tanstack_query_core41.FetchStatus;
42878
42878
  promise: Promise<readonly {
42879
42879
  tickLower: number;
@@ -42911,7 +42911,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42911
42911
  dataUpdatedAt: number;
42912
42912
  errorUpdatedAt: number;
42913
42913
  failureCount: number;
42914
- failureReason: viem0.ReadContractErrorType | null;
42914
+ failureReason: viem170.ReadContractErrorType | null;
42915
42915
  errorUpdateCount: number;
42916
42916
  isFetched: boolean;
42917
42917
  isFetchedAfterMount: boolean;
@@ -42931,7 +42931,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42931
42931
  totalAmount1: bigint;
42932
42932
  borrowedAmount0: bigint;
42933
42933
  borrowedAmount1: bigint;
42934
- }[], viem0.ReadContractErrorType>>;
42934
+ }[], viem170.ReadContractErrorType>>;
42935
42935
  fetchStatus: _tanstack_query_core41.FetchStatus;
42936
42936
  promise: Promise<readonly {
42937
42937
  tickLower: number;
@@ -42970,7 +42970,7 @@ interface MintPositionParams {
42970
42970
  tickUpper: number;
42971
42971
  liquidity: bigint;
42972
42972
  }
42973
- declare const useMintLiquidity: (vaultAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
42973
+ declare const useMintLiquidity: (vaultAddr?: Address) => _tanstack_react_query4.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
42974
42974
  //#endregion
42975
42975
  //#region src/hooks/vault/useVaultData.d.ts
42976
42976
  declare const useVaultData: (vaultAddr?: Address) => Partial<NonUndefinedGuard<{
@@ -43002,7 +43002,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
43002
43002
  borrowed0: Amount;
43003
43003
  borrowed1: Amount;
43004
43004
  blocksCount: bigint;
43005
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
43005
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem170.ReadContractErrorType>>;
43006
43006
  };
43007
43007
  //#endregion
43008
43008
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -43015,7 +43015,7 @@ declare const useTokenData: (tokenAddr?: Address) => Partial<NonUndefinedGuard<{
43015
43015
  //#endregion
43016
43016
  //#region src/hooks/tokens/useTokenBalance.d.ts
43017
43017
  declare const useTokenBalance: (token?: Address, user?: Address) => {
43018
- error: viem0.ReadContractErrorType;
43018
+ error: viem170.ReadContractErrorType;
43019
43019
  isError: true;
43020
43020
  isPending: false;
43021
43021
  isLoading: false;
@@ -43027,7 +43027,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43027
43027
  dataUpdatedAt: number;
43028
43028
  errorUpdatedAt: number;
43029
43029
  failureCount: number;
43030
- failureReason: viem0.ReadContractErrorType | null;
43030
+ failureReason: viem170.ReadContractErrorType | null;
43031
43031
  errorUpdateCount: number;
43032
43032
  isFetched: boolean;
43033
43033
  isFetchedAfterMount: boolean;
@@ -43037,7 +43037,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43037
43037
  isRefetching: boolean;
43038
43038
  isStale: boolean;
43039
43039
  isEnabled: boolean;
43040
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43040
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem170.ReadContractErrorType>>;
43041
43041
  fetchStatus: _tanstack_query_core41.FetchStatus;
43042
43042
  promise: Promise<bigint>;
43043
43043
  queryKey: _tanstack_query_core41.QueryKey;
@@ -43055,7 +43055,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43055
43055
  dataUpdatedAt: number;
43056
43056
  errorUpdatedAt: number;
43057
43057
  failureCount: number;
43058
- failureReason: viem0.ReadContractErrorType | null;
43058
+ failureReason: viem170.ReadContractErrorType | null;
43059
43059
  errorUpdateCount: number;
43060
43060
  isFetched: boolean;
43061
43061
  isFetchedAfterMount: boolean;
@@ -43065,13 +43065,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43065
43065
  isRefetching: boolean;
43066
43066
  isStale: boolean;
43067
43067
  isEnabled: boolean;
43068
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43068
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem170.ReadContractErrorType>>;
43069
43069
  fetchStatus: _tanstack_query_core41.FetchStatus;
43070
43070
  promise: Promise<bigint>;
43071
43071
  queryKey: _tanstack_query_core41.QueryKey;
43072
43072
  data: Amount | undefined;
43073
43073
  } | {
43074
- error: viem0.ReadContractErrorType;
43074
+ error: viem170.ReadContractErrorType;
43075
43075
  isError: true;
43076
43076
  isPending: false;
43077
43077
  isLoading: false;
@@ -43083,7 +43083,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43083
43083
  dataUpdatedAt: number;
43084
43084
  errorUpdatedAt: number;
43085
43085
  failureCount: number;
43086
- failureReason: viem0.ReadContractErrorType | null;
43086
+ failureReason: viem170.ReadContractErrorType | null;
43087
43087
  errorUpdateCount: number;
43088
43088
  isFetched: boolean;
43089
43089
  isFetchedAfterMount: boolean;
@@ -43093,7 +43093,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43093
43093
  isRefetching: boolean;
43094
43094
  isStale: boolean;
43095
43095
  isEnabled: boolean;
43096
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43096
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem170.ReadContractErrorType>>;
43097
43097
  fetchStatus: _tanstack_query_core41.FetchStatus;
43098
43098
  promise: Promise<bigint>;
43099
43099
  queryKey: _tanstack_query_core41.QueryKey;
@@ -43111,7 +43111,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43111
43111
  dataUpdatedAt: number;
43112
43112
  errorUpdatedAt: number;
43113
43113
  failureCount: number;
43114
- failureReason: viem0.ReadContractErrorType | null;
43114
+ failureReason: viem170.ReadContractErrorType | null;
43115
43115
  errorUpdateCount: number;
43116
43116
  isFetched: boolean;
43117
43117
  isFetchedAfterMount: boolean;
@@ -43121,7 +43121,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43121
43121
  isRefetching: boolean;
43122
43122
  isStale: boolean;
43123
43123
  isEnabled: boolean;
43124
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43124
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem170.ReadContractErrorType>>;
43125
43125
  fetchStatus: _tanstack_query_core41.FetchStatus;
43126
43126
  promise: Promise<bigint>;
43127
43127
  queryKey: _tanstack_query_core41.QueryKey;
@@ -43138,7 +43138,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43138
43138
  dataUpdatedAt: number;
43139
43139
  errorUpdatedAt: number;
43140
43140
  failureCount: number;
43141
- failureReason: viem0.ReadContractErrorType | null;
43141
+ failureReason: viem170.ReadContractErrorType | null;
43142
43142
  errorUpdateCount: number;
43143
43143
  isFetched: boolean;
43144
43144
  isFetchedAfterMount: boolean;
@@ -43149,7 +43149,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43149
43149
  isRefetching: boolean;
43150
43150
  isStale: boolean;
43151
43151
  isEnabled: boolean;
43152
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43152
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem170.ReadContractErrorType>>;
43153
43153
  fetchStatus: _tanstack_query_core41.FetchStatus;
43154
43154
  promise: Promise<bigint>;
43155
43155
  queryKey: _tanstack_query_core41.QueryKey;
@@ -43167,7 +43167,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43167
43167
  dataUpdatedAt: number;
43168
43168
  errorUpdatedAt: number;
43169
43169
  failureCount: number;
43170
- failureReason: viem0.ReadContractErrorType | null;
43170
+ failureReason: viem170.ReadContractErrorType | null;
43171
43171
  errorUpdateCount: number;
43172
43172
  isFetched: boolean;
43173
43173
  isFetchedAfterMount: boolean;
@@ -43177,7 +43177,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43177
43177
  isRefetching: boolean;
43178
43178
  isStale: boolean;
43179
43179
  isEnabled: boolean;
43180
- refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43180
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem170.ReadContractErrorType>>;
43181
43181
  fetchStatus: _tanstack_query_core41.FetchStatus;
43182
43182
  promise: Promise<bigint>;
43183
43183
  queryKey: _tanstack_query_core41.QueryKey;
@@ -43197,7 +43197,7 @@ declare const useApproval: () => {
43197
43197
  declare const useLens: () => {
43198
43198
  timelockLens: {
43199
43199
  read: {
43200
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43200
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
43201
43201
  readonly type: "function";
43202
43202
  readonly name: "batchGetRefTick";
43203
43203
  readonly inputs: readonly [{
@@ -43898,7 +43898,7 @@ declare const useLens: () => {
43898
43898
  }];
43899
43899
  readonly stateMutability: "view";
43900
43900
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
43901
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43901
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
43902
43902
  readonly type: "function";
43903
43903
  readonly name: "batchGetRefTick";
43904
43904
  readonly inputs: readonly [{
@@ -44609,7 +44609,7 @@ declare const useLens: () => {
44609
44609
  borrowedAmount0: bigint;
44610
44610
  borrowedAmount1: bigint;
44611
44611
  }[]>;
44612
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44612
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
44613
44613
  readonly type: "function";
44614
44614
  readonly name: "batchGetRefTick";
44615
44615
  readonly inputs: readonly [{
@@ -45320,7 +45320,7 @@ declare const useLens: () => {
45320
45320
  expiresAt: number;
45321
45321
  liquidities: readonly bigint[];
45322
45322
  }[], bigint, boolean]>;
45323
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45323
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
45324
45324
  readonly type: "function";
45325
45325
  readonly name: "batchGetRefTick";
45326
45326
  readonly inputs: readonly [{
@@ -46021,7 +46021,7 @@ declare const useLens: () => {
46021
46021
  }];
46022
46022
  readonly stateMutability: "view";
46023
46023
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
46024
- getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46024
+ getMarketData: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
46025
46025
  readonly type: "function";
46026
46026
  readonly name: "batchGetRefTick";
46027
46027
  readonly inputs: readonly [{
@@ -46742,7 +46742,7 @@ declare const useLens: () => {
46742
46742
  payoutAssetName: string;
46743
46743
  optionsCount: bigint;
46744
46744
  }>;
46745
- getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46745
+ getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
46746
46746
  readonly type: "function";
46747
46747
  readonly name: "batchGetRefTick";
46748
46748
  readonly inputs: readonly [{
@@ -47443,7 +47443,7 @@ declare const useLens: () => {
47443
47443
  }];
47444
47444
  readonly stateMutability: "view";
47445
47445
  }], "getMaxATMSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
47446
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
47446
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
47447
47447
  readonly type: "function";
47448
47448
  readonly name: "batchGetRefTick";
47449
47449
  readonly inputs: readonly [{
@@ -48144,7 +48144,7 @@ declare const useLens: () => {
48144
48144
  }];
48145
48145
  readonly stateMutability: "view";
48146
48146
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
48147
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
48147
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
48148
48148
  readonly type: "function";
48149
48149
  readonly name: "batchGetRefTick";
48150
48150
  readonly inputs: readonly [{
@@ -48845,7 +48845,7 @@ declare const useLens: () => {
48845
48845
  }];
48846
48846
  readonly stateMutability: "view";
48847
48847
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
48848
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
48848
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
48849
48849
  readonly type: "function";
48850
48850
  readonly name: "batchGetRefTick";
48851
48851
  readonly inputs: readonly [{
@@ -49556,7 +49556,7 @@ declare const useLens: () => {
49556
49556
  expiresAt: number;
49557
49557
  liquidities: readonly bigint[];
49558
49558
  }>;
49559
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
49559
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
49560
49560
  readonly type: "function";
49561
49561
  readonly name: "batchGetRefTick";
49562
49562
  readonly inputs: readonly [{
@@ -50273,7 +50273,7 @@ declare const useLens: () => {
50273
50273
  fee: number;
50274
50274
  tickSpacing: number;
50275
50275
  hooks: `0x${string}`;
50276
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
50276
+ }], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
50277
50277
  readonly type: "function";
50278
50278
  readonly name: "batchGetRefTick";
50279
50279
  readonly inputs: readonly [{
@@ -50991,7 +50991,7 @@ declare const useLens: () => {
50991
50991
  tickSpacing: number;
50992
50992
  fee: number;
50993
50993
  }>;
50994
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
50994
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
50995
50995
  readonly type: "function";
50996
50996
  readonly name: "batchGetRefTick";
50997
50997
  readonly inputs: readonly [{
@@ -51692,7 +51692,7 @@ declare const useLens: () => {
51692
51692
  }];
51693
51693
  readonly stateMutability: "view";
51694
51694
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
51695
- getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
51695
+ getTokenData: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
51696
51696
  readonly type: "function";
51697
51697
  readonly name: "batchGetRefTick";
51698
51698
  readonly inputs: readonly [{
@@ -52397,7 +52397,7 @@ declare const useLens: () => {
52397
52397
  symbol: string;
52398
52398
  name: string;
52399
52399
  }>;
52400
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
52400
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
52401
52401
  readonly type: "function";
52402
52402
  readonly name: "batchGetRefTick";
52403
52403
  readonly inputs: readonly [{
@@ -53108,7 +53108,7 @@ declare const useLens: () => {
53108
53108
  expiresAt: number;
53109
53109
  liquidities: readonly bigint[];
53110
53110
  }[], bigint, boolean]>;
53111
- getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
53111
+ getVaultData: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
53112
53112
  readonly type: "function";
53113
53113
  readonly name: "batchGetRefTick";
53114
53114
  readonly inputs: readonly [{
@@ -53818,7 +53818,7 @@ declare const useLens: () => {
53818
53818
  hooks: `0x${string}`;
53819
53819
  };
53820
53820
  }>;
53821
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
53821
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
53822
53822
  readonly type: "function";
53823
53823
  readonly name: "batchGetRefTick";
53824
53824
  readonly inputs: readonly [{
@@ -55225,7 +55225,7 @@ declare const useLens: () => {
55225
55225
  } | undefined;
55226
55226
  stateView: {
55227
55227
  read: {
55228
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55228
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
55229
55229
  readonly type: "function";
55230
55230
  readonly name: "getFeeGrowthGlobals";
55231
55231
  readonly inputs: readonly [{
@@ -56072,7 +56072,7 @@ declare const useLens: () => {
56072
56072
  fee: number;
56073
56073
  tickSpacing: number;
56074
56074
  hooks: `0x${string}`;
56075
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56075
+ }], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
56076
56076
  readonly type: "function";
56077
56077
  readonly name: "getFeeGrowthGlobals";
56078
56078
  readonly inputs: readonly [{
@@ -56914,7 +56914,7 @@ declare const useLens: () => {
56914
56914
  tickSpacing: number;
56915
56915
  hooks: `0x${string}`;
56916
56916
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
56917
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56917
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
56918
56918
  readonly type: "function";
56919
56919
  readonly name: "getFeeGrowthGlobals";
56920
56920
  readonly inputs: readonly [{
@@ -57761,7 +57761,7 @@ declare const useLens: () => {
57761
57761
  fee: number;
57762
57762
  tickSpacing: number;
57763
57763
  hooks: `0x${string}`;
57764
- }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
57764
+ }, number, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
57765
57765
  readonly type: "function";
57766
57766
  readonly name: "getFeeGrowthGlobals";
57767
57767
  readonly inputs: readonly [{
@@ -58603,7 +58603,7 @@ declare const useLens: () => {
58603
58603
  tickSpacing: number;
58604
58604
  hooks: `0x${string}`;
58605
58605
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
58606
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58606
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
58607
58607
  readonly type: "function";
58608
58608
  readonly name: "getFeeGrowthGlobals";
58609
58609
  readonly inputs: readonly [{
@@ -59450,7 +59450,7 @@ declare const useLens: () => {
59450
59450
  fee: number;
59451
59451
  tickSpacing: number;
59452
59452
  hooks: `0x${string}`;
59453
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59453
+ }], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
59454
59454
  readonly type: "function";
59455
59455
  readonly name: "getFeeGrowthGlobals";
59456
59456
  readonly inputs: readonly [{
@@ -60292,7 +60292,7 @@ declare const useLens: () => {
60292
60292
  tickSpacing: number;
60293
60293
  hooks: `0x${string}`;
60294
60294
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
60295
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60295
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
60296
60296
  readonly type: "function";
60297
60297
  readonly name: "getFeeGrowthGlobals";
60298
60298
  readonly inputs: readonly [{
@@ -61139,7 +61139,7 @@ declare const useLens: () => {
61139
61139
  fee: number;
61140
61140
  tickSpacing: number;
61141
61141
  hooks: `0x${string}`;
61142
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61142
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
61143
61143
  readonly type: "function";
61144
61144
  readonly name: "getFeeGrowthGlobals";
61145
61145
  readonly inputs: readonly [{
@@ -61992,7 +61992,7 @@ declare const useLens: () => {
61992
61992
  fee: number;
61993
61993
  tickSpacing: number;
61994
61994
  hooks: `0x${string}`;
61995
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61995
+ }, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
61996
61996
  readonly type: "function";
61997
61997
  readonly name: "getFeeGrowthGlobals";
61998
61998
  readonly inputs: readonly [{
@@ -62845,7 +62845,7 @@ declare const useLens: () => {
62845
62845
  fee: number;
62846
62846
  tickSpacing: number;
62847
62847
  hooks: `0x${string}`;
62848
- }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
62848
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
62849
62849
  readonly type: "function";
62850
62850
  readonly name: "getFeeGrowthGlobals";
62851
62851
  readonly inputs: readonly [{
@@ -63693,7 +63693,7 @@ declare const useLens: () => {
63693
63693
  tickSpacing: number;
63694
63694
  hooks: `0x${string}`;
63695
63695
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
63696
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
63696
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
63697
63697
  readonly type: "function";
63698
63698
  readonly name: "getFeeGrowthGlobals";
63699
63699
  readonly inputs: readonly [{
@@ -64540,7 +64540,7 @@ declare const useLens: () => {
64540
64540
  fee: number;
64541
64541
  tickSpacing: number;
64542
64542
  hooks: `0x${string}`;
64543
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
64543
+ }, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
64544
64544
  readonly type: "function";
64545
64545
  readonly name: "getFeeGrowthGlobals";
64546
64546
  readonly inputs: readonly [{
@@ -65382,7 +65382,7 @@ declare const useLens: () => {
65382
65382
  tickSpacing: number;
65383
65383
  hooks: `0x${string}`;
65384
65384
  }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
65385
- getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65385
+ getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
65386
65386
  readonly type: "function";
65387
65387
  readonly name: "getFeeGrowthGlobals";
65388
65388
  readonly inputs: readonly [{
@@ -66229,7 +66229,7 @@ declare const useLens: () => {
66229
66229
  fee: number;
66230
66230
  tickSpacing: number;
66231
66231
  hooks: `0x${string}`;
66232
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
66232
+ }], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
66233
66233
  readonly type: "function";
66234
66234
  readonly name: "getFeeGrowthGlobals";
66235
66235
  readonly inputs: readonly [{
@@ -67071,7 +67071,7 @@ declare const useLens: () => {
67071
67071
  tickSpacing: number;
67072
67072
  hooks: `0x${string}`;
67073
67073
  }] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
67074
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67074
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
67075
67075
  readonly type: "function";
67076
67076
  readonly name: "getFeeGrowthGlobals";
67077
67077
  readonly inputs: readonly [{
@@ -67918,7 +67918,7 @@ declare const useLens: () => {
67918
67918
  fee: number;
67919
67919
  tickSpacing: number;
67920
67920
  hooks: `0x${string}`;
67921
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67921
+ }, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
67922
67922
  readonly type: "function";
67923
67923
  readonly name: "getFeeGrowthGlobals";
67924
67924
  readonly inputs: readonly [{
@@ -68760,7 +68760,7 @@ declare const useLens: () => {
68760
68760
  tickSpacing: number;
68761
68761
  hooks: `0x${string}`;
68762
68762
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
68763
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
68763
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
68764
68764
  readonly type: "function";
68765
68765
  readonly name: "getFeeGrowthGlobals";
68766
68766
  readonly inputs: readonly [{
@@ -69607,7 +69607,7 @@ declare const useLens: () => {
69607
69607
  fee: number;
69608
69608
  tickSpacing: number;
69609
69609
  hooks: `0x${string}`;
69610
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69610
+ }, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
69611
69611
  readonly type: "function";
69612
69612
  readonly name: "getFeeGrowthGlobals";
69613
69613
  readonly inputs: readonly [{
@@ -70449,7 +70449,7 @@ declare const useLens: () => {
70449
70449
  tickSpacing: number;
70450
70450
  hooks: `0x${string}`;
70451
70451
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
70452
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
70452
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
70453
70453
  readonly type: "function";
70454
70454
  readonly name: "getFeeGrowthGlobals";
70455
70455
  readonly inputs: readonly [{
@@ -71296,7 +71296,7 @@ declare const useLens: () => {
71296
71296
  fee: number;
71297
71297
  tickSpacing: number;
71298
71298
  hooks: `0x${string}`;
71299
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
71299
+ }, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
71300
71300
  readonly type: "function";
71301
71301
  readonly name: "getFeeGrowthGlobals";
71302
71302
  readonly inputs: readonly [{
@@ -72138,7 +72138,7 @@ declare const useLens: () => {
72138
72138
  tickSpacing: number;
72139
72139
  hooks: `0x${string}`;
72140
72140
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
72141
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72141
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
72142
72142
  readonly type: "function";
72143
72143
  readonly name: "getFeeGrowthGlobals";
72144
72144
  readonly inputs: readonly [{
@@ -72985,7 +72985,7 @@ declare const useLens: () => {
72985
72985
  fee: number;
72986
72986
  tickSpacing: number;
72987
72987
  hooks: `0x${string}`;
72988
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72988
+ }, number], options?: viem170.Prettify<viem170.UnionOmit<viem170.ReadContractParameters<readonly [{
72989
72989
  readonly type: "function";
72990
72990
  readonly name: "getFeeGrowthGlobals";
72991
72991
  readonly inputs: readonly [{
@@ -74669,4 +74669,4 @@ declare const useLens: () => {
74669
74669
  };
74670
74670
  //#endregion
74671
74671
  export { ExerciseOptionEvent as $, getTickAtPrice as A, TimelockProvider as At, PriceDataPoint as B, getTimelockMarket as Bt, getPayoutAtTick as C, zero as Ct, getPriceAtSqrtPriceX96 as D, OptionData as Dt, getNearestValidStrikeTick as E, useExerciseOption as Et, token0ToToken1 as F, TimelockMarketData as Ft, useUserOperators as G, getCurrentPrice as H, swapRouters as Ht, token0ToToken1AtTick as I, UniswapMathLens as It, useClosedUserPerps as J, useOperatorPerms as K, token1ToToken0 as L, getErc20 as Lt, liquiditiesToAmount1 as M, useTimelockConfig as Mt, liquiditiesToAmounts as N, TimelockLens as Nt, getPriceAtTick as O, useActiveUserOptions as Ot, roundTick as P, TimelockMarket as Pt, useMintPerp as Q, token1ToToken0AtTick as R, getStateView as Rt, getPayoutAtPrice as S, wrapPriceUnscaled as St, getAmountsFromLiquidity as T, useMarketData as Tt, getPriceHistory as U, swappers as Ut, PriceResolution as V, stateViews as Vt, useSetOperatorPerms as W, timelockLenses as Wt, usePerpsOperator as X, useUserPerps as Y, useClosePerp as Z, useCurrentTick as _, unscaleAmount as _t, useTokenData as a, useOptionPremium as at, UniswapPoolData as b, wrapAmountUnscaled as bt, batchGetAmountsFromLiquidity as c, useMaxPositionSize as ct, useLiquidityBlocks as d, formatAmount as dt, ExtendEvent as et, useBurnLiquidity as f, formatCondensed as ft, usePriceAtTick as g, scalePrice as gt, usePriceAtSqrtPriceX96 as h, scaleAmount as ht, TokenData as i, useExtendOption as it, liquiditiesToAmount0 as j, useCurrentMarket as jt, getSqrtPriceX96AtPrice as k, useClosedUserOptions as kt, useMintLiquidity as l, Amount as lt, usePriceHistory as m, formatVagueAmount as mt, useApproval as n, OptionEvent as nt, useVaultTVL as o, useOptionPnl as ot, useMarketPriceHistory as p, formatUSD as pt, useActiveUserPerps as q, useTokenBalance as r, useOptionTimeline as rt, useVaultData as s, useMintOption as st, useLens as t, MintOptionEvent as tt, LiquidityBlockData as u, EMPTY_ARRAY as ut, useCurrentPrice as v, unscalePrice as vt, PRICE_PRECISION as w, useMarketVolume as wt, usePoolData as x, wrapPrice as xt, PoolKey as y, wrapAmount as yt, PriceData as z, getTimelockLens as zt };
74672
- //# sourceMappingURL=client-vTtfy8qa.d.cts.map
74672
+ //# sourceMappingURL=client-Cq9Ysrsh.d.ts.map