timelock-sdk 0.0.137 → 0.0.138

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,12 +1,12 @@
1
1
  import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-X6H7QwrK.cjs";
2
- import * as viem184 from "viem";
2
+ import * as viem0 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
4
  import React, { ReactNode } from "react";
5
5
  import "graphql";
6
6
  import { GraphQLClient, RequestOptions } from "graphql-request";
7
7
  import * as _tanstack_react_query0 from "@tanstack/react-query";
8
8
  import { NonUndefinedGuard } from "@tanstack/react-query";
9
- import * as _tanstack_query_core77 from "@tanstack/query-core";
9
+ import * as _tanstack_query_core23 from "@tanstack/query-core";
10
10
  import Big from "big.js";
11
11
  import JSBI from "jsbi";
12
12
  import * as _wagmi_core0 from "@wagmi/core";
@@ -241,7 +241,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
241
241
  };
242
242
  declare const getErc20: (address: Address, client: Client) => {
243
243
  read: {
244
- symbol: (options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
244
+ symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
245
245
  readonly type: "constructor";
246
246
  readonly inputs: readonly [{
247
247
  readonly name: "name_";
@@ -420,7 +420,7 @@ declare const getErc20: (address: Address, client: Client) => {
420
420
  }];
421
421
  readonly stateMutability: "nonpayable";
422
422
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
423
- decimals: (options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
423
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
424
424
  readonly type: "constructor";
425
425
  readonly inputs: readonly [{
426
426
  readonly name: "name_";
@@ -598,8 +598,8 @@ declare const getErc20: (address: Address, client: Client) => {
598
598
  readonly internalType: "bool";
599
599
  }];
600
600
  readonly stateMutability: "nonpayable";
601
- }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
602
- name: (options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
601
+ }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
602
+ balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
603
603
  readonly type: "constructor";
604
604
  readonly inputs: readonly [{
605
605
  readonly name: "name_";
@@ -777,8 +777,8 @@ declare const getErc20: (address: Address, client: Client) => {
777
777
  readonly internalType: "bool";
778
778
  }];
779
779
  readonly stateMutability: "nonpayable";
780
- }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
781
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
780
+ }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
781
+ decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
782
782
  readonly type: "constructor";
783
783
  readonly inputs: readonly [{
784
784
  readonly name: "name_";
@@ -956,8 +956,8 @@ declare const getErc20: (address: Address, client: Client) => {
956
956
  readonly internalType: "bool";
957
957
  }];
958
958
  readonly stateMutability: "nonpayable";
959
- }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
960
- balanceOf: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
959
+ }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
960
+ name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
961
961
  readonly type: "constructor";
962
962
  readonly inputs: readonly [{
963
963
  readonly name: "name_";
@@ -1135,8 +1135,8 @@ declare const getErc20: (address: Address, client: Client) => {
1135
1135
  readonly internalType: "bool";
1136
1136
  }];
1137
1137
  readonly stateMutability: "nonpayable";
1138
- }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1139
- totalSupply: (options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
1138
+ }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1139
+ totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1140
1140
  readonly type: "constructor";
1141
1141
  readonly inputs: readonly [{
1142
1142
  readonly name: "name_";
@@ -1317,7 +1317,7 @@ declare const getErc20: (address: Address, client: Client) => {
1317
1317
  }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1318
1318
  };
1319
1319
  estimateGas: {
1320
- approve: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
1320
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1321
1321
  readonly type: "constructor";
1322
1322
  readonly inputs: readonly [{
1323
1323
  readonly name: "name_";
@@ -1495,8 +1495,8 @@ declare const getErc20: (address: Address, client: Client) => {
1495
1495
  readonly internalType: "bool";
1496
1496
  }];
1497
1497
  readonly stateMutability: "nonpayable";
1498
- }], "approve", readonly [`0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
1499
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
1498
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1499
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1500
1500
  readonly type: "constructor";
1501
1501
  readonly inputs: readonly [{
1502
1502
  readonly name: "name_";
@@ -1674,8 +1674,8 @@ declare const getErc20: (address: Address, client: Client) => {
1674
1674
  readonly internalType: "bool";
1675
1675
  }];
1676
1676
  readonly stateMutability: "nonpayable";
1677
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
1678
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
1677
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1678
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1679
1679
  readonly type: "constructor";
1680
1680
  readonly inputs: readonly [{
1681
1681
  readonly name: "name_";
@@ -1853,8 +1853,8 @@ declare const getErc20: (address: Address, client: Client) => {
1853
1853
  readonly internalType: "bool";
1854
1854
  }];
1855
1855
  readonly stateMutability: "nonpayable";
1856
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
1857
- transfer: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
1856
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1857
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1858
1858
  readonly type: "constructor";
1859
1859
  readonly inputs: readonly [{
1860
1860
  readonly name: "name_";
@@ -2032,8 +2032,8 @@ declare const getErc20: (address: Address, client: Client) => {
2032
2032
  readonly internalType: "bool";
2033
2033
  }];
2034
2034
  readonly stateMutability: "nonpayable";
2035
- }], "transfer", readonly [`0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
2036
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
2035
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2036
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2037
2037
  readonly type: "constructor";
2038
2038
  readonly inputs: readonly [{
2039
2039
  readonly name: "name_";
@@ -2211,9 +2211,9 @@ declare const getErc20: (address: Address, client: Client) => {
2211
2211
  readonly internalType: "bool";
2212
2212
  }];
2213
2213
  readonly stateMutability: "nonpayable";
2214
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
2214
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2215
2215
  } & {
2216
- approve: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
2216
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2217
2217
  readonly type: "constructor";
2218
2218
  readonly inputs: readonly [{
2219
2219
  readonly name: "name_";
@@ -2391,8 +2391,8 @@ declare const getErc20: (address: Address, client: Client) => {
2391
2391
  readonly internalType: "bool";
2392
2392
  }];
2393
2393
  readonly stateMutability: "nonpayable";
2394
- }], "approve", readonly [`0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
2395
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
2394
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2395
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2396
2396
  readonly type: "constructor";
2397
2397
  readonly inputs: readonly [{
2398
2398
  readonly name: "name_";
@@ -2570,8 +2570,8 @@ declare const getErc20: (address: Address, client: Client) => {
2570
2570
  readonly internalType: "bool";
2571
2571
  }];
2572
2572
  readonly stateMutability: "nonpayable";
2573
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
2574
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
2573
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2574
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2575
2575
  readonly type: "constructor";
2576
2576
  readonly inputs: readonly [{
2577
2577
  readonly name: "name_";
@@ -2749,8 +2749,8 @@ declare const getErc20: (address: Address, client: Client) => {
2749
2749
  readonly internalType: "bool";
2750
2750
  }];
2751
2751
  readonly stateMutability: "nonpayable";
2752
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
2753
- transfer: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
2752
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2753
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2754
2754
  readonly type: "constructor";
2755
2755
  readonly inputs: readonly [{
2756
2756
  readonly name: "name_";
@@ -2928,8 +2928,8 @@ declare const getErc20: (address: Address, client: Client) => {
2928
2928
  readonly internalType: "bool";
2929
2929
  }];
2930
2930
  readonly stateMutability: "nonpayable";
2931
- }], "transfer", readonly [`0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
2932
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
2931
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2932
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2933
2933
  readonly type: "constructor";
2934
2934
  readonly inputs: readonly [{
2935
2935
  readonly name: "name_";
@@ -3107,10 +3107,10 @@ declare const getErc20: (address: Address, client: Client) => {
3107
3107
  readonly internalType: "bool";
3108
3108
  }];
3109
3109
  readonly stateMutability: "nonpayable";
3110
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
3110
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3111
3111
  };
3112
3112
  simulate: {
3113
- approve: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem184.SimulateContractParameters<readonly [{
3113
+ approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3114
3114
  readonly type: "constructor";
3115
3115
  readonly inputs: readonly [{
3116
3116
  readonly name: "name_";
@@ -3288,7 +3288,7 @@ declare const getErc20: (address: Address, client: Client) => {
3288
3288
  readonly internalType: "bool";
3289
3289
  }];
3290
3290
  readonly stateMutability: "nonpayable";
3291
- }], "approve", readonly [`0x${string}`, bigint], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.SimulateContractReturnType<readonly [{
3291
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3292
3292
  readonly type: "constructor";
3293
3293
  readonly inputs: readonly [{
3294
3294
  readonly name: "name_";
@@ -3466,8 +3466,8 @@ declare const getErc20: (address: Address, client: Client) => {
3466
3466
  readonly internalType: "bool";
3467
3467
  }];
3468
3468
  readonly stateMutability: "nonpayable";
3469
- }], "approve", readonly [`0x${string}`, bigint], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
3470
- decreaseAllowance: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem184.SimulateContractParameters<readonly [{
3469
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3470
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3471
3471
  readonly type: "constructor";
3472
3472
  readonly inputs: readonly [{
3473
3473
  readonly name: "name_";
@@ -3645,7 +3645,7 @@ declare const getErc20: (address: Address, client: Client) => {
3645
3645
  readonly internalType: "bool";
3646
3646
  }];
3647
3647
  readonly stateMutability: "nonpayable";
3648
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.SimulateContractReturnType<readonly [{
3648
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3649
3649
  readonly type: "constructor";
3650
3650
  readonly inputs: readonly [{
3651
3651
  readonly name: "name_";
@@ -3823,8 +3823,8 @@ declare const getErc20: (address: Address, client: Client) => {
3823
3823
  readonly internalType: "bool";
3824
3824
  }];
3825
3825
  readonly stateMutability: "nonpayable";
3826
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
3827
- increaseAllowance: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem184.SimulateContractParameters<readonly [{
3826
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3827
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3828
3828
  readonly type: "constructor";
3829
3829
  readonly inputs: readonly [{
3830
3830
  readonly name: "name_";
@@ -4002,7 +4002,7 @@ declare const getErc20: (address: Address, client: Client) => {
4002
4002
  readonly internalType: "bool";
4003
4003
  }];
4004
4004
  readonly stateMutability: "nonpayable";
4005
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.SimulateContractReturnType<readonly [{
4005
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4006
4006
  readonly type: "constructor";
4007
4007
  readonly inputs: readonly [{
4008
4008
  readonly name: "name_";
@@ -4180,8 +4180,8 @@ declare const getErc20: (address: Address, client: Client) => {
4180
4180
  readonly internalType: "bool";
4181
4181
  }];
4182
4182
  readonly stateMutability: "nonpayable";
4183
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
4184
- transfer: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem184.SimulateContractParameters<readonly [{
4183
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4184
+ transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4185
4185
  readonly type: "constructor";
4186
4186
  readonly inputs: readonly [{
4187
4187
  readonly name: "name_";
@@ -4359,7 +4359,7 @@ declare const getErc20: (address: Address, client: Client) => {
4359
4359
  readonly internalType: "bool";
4360
4360
  }];
4361
4361
  readonly stateMutability: "nonpayable";
4362
- }], "transfer", readonly [`0x${string}`, bigint], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.SimulateContractReturnType<readonly [{
4362
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4363
4363
  readonly type: "constructor";
4364
4364
  readonly inputs: readonly [{
4365
4365
  readonly name: "name_";
@@ -4537,8 +4537,8 @@ declare const getErc20: (address: Address, client: Client) => {
4537
4537
  readonly internalType: "bool";
4538
4538
  }];
4539
4539
  readonly stateMutability: "nonpayable";
4540
- }], "transfer", readonly [`0x${string}`, bigint], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
4541
- transferFrom: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem184.SimulateContractParameters<readonly [{
4540
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4541
+ 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 [{
4542
4542
  readonly type: "constructor";
4543
4543
  readonly inputs: readonly [{
4544
4544
  readonly name: "name_";
@@ -4716,7 +4716,7 @@ declare const getErc20: (address: Address, client: Client) => {
4716
4716
  readonly internalType: "bool";
4717
4717
  }];
4718
4718
  readonly stateMutability: "nonpayable";
4719
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.SimulateContractReturnType<readonly [{
4719
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4720
4720
  readonly type: "constructor";
4721
4721
  readonly inputs: readonly [{
4722
4722
  readonly name: "name_";
@@ -4894,10 +4894,10 @@ declare const getErc20: (address: Address, client: Client) => {
4894
4894
  readonly internalType: "bool";
4895
4895
  }];
4896
4896
  readonly stateMutability: "nonpayable";
4897
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
4897
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4898
4898
  };
4899
4899
  write: {
4900
- approve: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.WriteContractParameters<readonly [{
4900
+ approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4901
4901
  readonly type: "constructor";
4902
4902
  readonly inputs: readonly [{
4903
4903
  readonly name: "name_";
@@ -5075,8 +5075,8 @@ declare const getErc20: (address: Address, client: Client) => {
5075
5075
  readonly internalType: "bool";
5076
5076
  }];
5077
5077
  readonly stateMutability: "nonpayable";
5078
- }], "approve", readonly [`0x${string}`, bigint], viem184.Chain | undefined, viem184.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<viem184.WriteContractReturnType>;
5079
- decreaseAllowance: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.WriteContractParameters<readonly [{
5078
+ }], "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>;
5079
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5080
5080
  readonly type: "constructor";
5081
5081
  readonly inputs: readonly [{
5082
5082
  readonly name: "name_";
@@ -5254,8 +5254,8 @@ declare const getErc20: (address: Address, client: Client) => {
5254
5254
  readonly internalType: "bool";
5255
5255
  }];
5256
5256
  readonly stateMutability: "nonpayable";
5257
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined, viem184.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<viem184.WriteContractReturnType>;
5258
- increaseAllowance: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.WriteContractParameters<readonly [{
5257
+ }], "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>;
5258
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5259
5259
  readonly type: "constructor";
5260
5260
  readonly inputs: readonly [{
5261
5261
  readonly name: "name_";
@@ -5433,8 +5433,8 @@ declare const getErc20: (address: Address, client: Client) => {
5433
5433
  readonly internalType: "bool";
5434
5434
  }];
5435
5435
  readonly stateMutability: "nonpayable";
5436
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem184.Chain | undefined, viem184.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<viem184.WriteContractReturnType>;
5437
- transfer: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.WriteContractParameters<readonly [{
5436
+ }], "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>;
5437
+ transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5438
5438
  readonly type: "constructor";
5439
5439
  readonly inputs: readonly [{
5440
5440
  readonly name: "name_";
@@ -5612,8 +5612,8 @@ declare const getErc20: (address: Address, client: Client) => {
5612
5612
  readonly internalType: "bool";
5613
5613
  }];
5614
5614
  readonly stateMutability: "nonpayable";
5615
- }], "transfer", readonly [`0x${string}`, bigint], viem184.Chain | undefined, viem184.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<viem184.WriteContractReturnType>;
5616
- transferFrom: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.WriteContractParameters<readonly [{
5615
+ }], "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>;
5616
+ transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5617
5617
  readonly type: "constructor";
5618
5618
  readonly inputs: readonly [{
5619
5619
  readonly name: "name_";
@@ -5791,7 +5791,7 @@ declare const getErc20: (address: Address, client: Client) => {
5791
5791
  readonly internalType: "bool";
5792
5792
  }];
5793
5793
  readonly stateMutability: "nonpayable";
5794
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem184.Chain | undefined, viem184.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<viem184.WriteContractReturnType>;
5794
+ }], "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>;
5795
5795
  };
5796
5796
  address: `0x${string}`;
5797
5797
  abi: readonly [{
@@ -5977,7 +5977,7 @@ declare const getErc20: (address: Address, client: Client) => {
5977
5977
  declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
5978
5978
  declare const getStateView: (client: Client | PublicClient) => {
5979
5979
  read: {
5980
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
5980
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
5981
5981
  readonly type: "function";
5982
5982
  readonly name: "getFeeGrowthGlobals";
5983
5983
  readonly inputs: readonly [{
@@ -6824,7 +6824,7 @@ declare const getStateView: (client: Client | PublicClient) => {
6824
6824
  fee: number;
6825
6825
  tickSpacing: number;
6826
6826
  hooks: `0x${string}`;
6827
- }], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
6827
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6828
6828
  readonly type: "function";
6829
6829
  readonly name: "getFeeGrowthGlobals";
6830
6830
  readonly inputs: readonly [{
@@ -7666,7 +7666,7 @@ declare const getStateView: (client: Client | PublicClient) => {
7666
7666
  tickSpacing: number;
7667
7667
  hooks: `0x${string}`;
7668
7668
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
7669
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
7669
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7670
7670
  readonly type: "function";
7671
7671
  readonly name: "getFeeGrowthGlobals";
7672
7672
  readonly inputs: readonly [{
@@ -8513,7 +8513,7 @@ declare const getStateView: (client: Client | PublicClient) => {
8513
8513
  fee: number;
8514
8514
  tickSpacing: number;
8515
8515
  hooks: `0x${string}`;
8516
- }, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
8516
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8517
8517
  readonly type: "function";
8518
8518
  readonly name: "getFeeGrowthGlobals";
8519
8519
  readonly inputs: readonly [{
@@ -9355,7 +9355,7 @@ declare const getStateView: (client: Client | PublicClient) => {
9355
9355
  tickSpacing: number;
9356
9356
  hooks: `0x${string}`;
9357
9357
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
9358
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
9358
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9359
9359
  readonly type: "function";
9360
9360
  readonly name: "getFeeGrowthGlobals";
9361
9361
  readonly inputs: readonly [{
@@ -10202,7 +10202,7 @@ declare const getStateView: (client: Client | PublicClient) => {
10202
10202
  fee: number;
10203
10203
  tickSpacing: number;
10204
10204
  hooks: `0x${string}`;
10205
- }], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
10205
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10206
10206
  readonly type: "function";
10207
10207
  readonly name: "getFeeGrowthGlobals";
10208
10208
  readonly inputs: readonly [{
@@ -11044,7 +11044,7 @@ declare const getStateView: (client: Client | PublicClient) => {
11044
11044
  tickSpacing: number;
11045
11045
  hooks: `0x${string}`;
11046
11046
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
11047
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
11047
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11048
11048
  readonly type: "function";
11049
11049
  readonly name: "getFeeGrowthGlobals";
11050
11050
  readonly inputs: readonly [{
@@ -11891,7 +11891,7 @@ declare const getStateView: (client: Client | PublicClient) => {
11891
11891
  fee: number;
11892
11892
  tickSpacing: number;
11893
11893
  hooks: `0x${string}`;
11894
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
11894
+ }, `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 [{
11895
11895
  readonly type: "function";
11896
11896
  readonly name: "getFeeGrowthGlobals";
11897
11897
  readonly inputs: readonly [{
@@ -12744,7 +12744,7 @@ declare const getStateView: (client: Client | PublicClient) => {
12744
12744
  fee: number;
12745
12745
  tickSpacing: number;
12746
12746
  hooks: `0x${string}`;
12747
- }, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
12747
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12748
12748
  readonly type: "function";
12749
12749
  readonly name: "getFeeGrowthGlobals";
12750
12750
  readonly inputs: readonly [{
@@ -13597,7 +13597,7 @@ declare const getStateView: (client: Client | PublicClient) => {
13597
13597
  fee: number;
13598
13598
  tickSpacing: number;
13599
13599
  hooks: `0x${string}`;
13600
- }, `0x${string}`, number, number, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
13600
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13601
13601
  readonly type: "function";
13602
13602
  readonly name: "getFeeGrowthGlobals";
13603
13603
  readonly inputs: readonly [{
@@ -14445,7 +14445,7 @@ declare const getStateView: (client: Client | PublicClient) => {
14445
14445
  tickSpacing: number;
14446
14446
  hooks: `0x${string}`;
14447
14447
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
14448
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
14448
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14449
14449
  readonly type: "function";
14450
14450
  readonly name: "getFeeGrowthGlobals";
14451
14451
  readonly inputs: readonly [{
@@ -15292,7 +15292,7 @@ declare const getStateView: (client: Client | PublicClient) => {
15292
15292
  fee: number;
15293
15293
  tickSpacing: number;
15294
15294
  hooks: `0x${string}`;
15295
- }, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
15295
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15296
15296
  readonly type: "function";
15297
15297
  readonly name: "getFeeGrowthGlobals";
15298
15298
  readonly inputs: readonly [{
@@ -16134,7 +16134,7 @@ declare const getStateView: (client: Client | PublicClient) => {
16134
16134
  tickSpacing: number;
16135
16135
  hooks: `0x${string}`;
16136
16136
  }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
16137
- getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
16137
+ getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16138
16138
  readonly type: "function";
16139
16139
  readonly name: "getFeeGrowthGlobals";
16140
16140
  readonly inputs: readonly [{
@@ -16981,7 +16981,7 @@ declare const getStateView: (client: Client | PublicClient) => {
16981
16981
  fee: number;
16982
16982
  tickSpacing: number;
16983
16983
  hooks: `0x${string}`;
16984
- }], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
16984
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16985
16985
  readonly type: "function";
16986
16986
  readonly name: "getFeeGrowthGlobals";
16987
16987
  readonly inputs: readonly [{
@@ -17823,7 +17823,7 @@ declare const getStateView: (client: Client | PublicClient) => {
17823
17823
  tickSpacing: number;
17824
17824
  hooks: `0x${string}`;
17825
17825
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
17826
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
17826
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17827
17827
  readonly type: "function";
17828
17828
  readonly name: "getFeeGrowthGlobals";
17829
17829
  readonly inputs: readonly [{
@@ -18670,7 +18670,7 @@ declare const getStateView: (client: Client | PublicClient) => {
18670
18670
  fee: number;
18671
18671
  tickSpacing: number;
18672
18672
  hooks: `0x${string}`;
18673
- }, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
18673
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18674
18674
  readonly type: "function";
18675
18675
  readonly name: "getFeeGrowthGlobals";
18676
18676
  readonly inputs: readonly [{
@@ -19512,7 +19512,7 @@ declare const getStateView: (client: Client | PublicClient) => {
19512
19512
  tickSpacing: number;
19513
19513
  hooks: `0x${string}`;
19514
19514
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
19515
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
19515
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19516
19516
  readonly type: "function";
19517
19517
  readonly name: "getFeeGrowthGlobals";
19518
19518
  readonly inputs: readonly [{
@@ -20359,7 +20359,7 @@ declare const getStateView: (client: Client | PublicClient) => {
20359
20359
  fee: number;
20360
20360
  tickSpacing: number;
20361
20361
  hooks: `0x${string}`;
20362
- }, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
20362
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20363
20363
  readonly type: "function";
20364
20364
  readonly name: "getFeeGrowthGlobals";
20365
20365
  readonly inputs: readonly [{
@@ -21201,7 +21201,7 @@ declare const getStateView: (client: Client | PublicClient) => {
21201
21201
  tickSpacing: number;
21202
21202
  hooks: `0x${string}`;
21203
21203
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
21204
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
21204
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21205
21205
  readonly type: "function";
21206
21206
  readonly name: "getFeeGrowthGlobals";
21207
21207
  readonly inputs: readonly [{
@@ -22048,7 +22048,7 @@ declare const getStateView: (client: Client | PublicClient) => {
22048
22048
  fee: number;
22049
22049
  tickSpacing: number;
22050
22050
  hooks: `0x${string}`;
22051
- }, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
22051
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22052
22052
  readonly type: "function";
22053
22053
  readonly name: "getFeeGrowthGlobals";
22054
22054
  readonly inputs: readonly [{
@@ -22890,7 +22890,7 @@ declare const getStateView: (client: Client | PublicClient) => {
22890
22890
  tickSpacing: number;
22891
22891
  hooks: `0x${string}`;
22892
22892
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
22893
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
22893
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22894
22894
  readonly type: "function";
22895
22895
  readonly name: "getFeeGrowthGlobals";
22896
22896
  readonly inputs: readonly [{
@@ -23737,7 +23737,7 @@ declare const getStateView: (client: Client | PublicClient) => {
23737
23737
  fee: number;
23738
23738
  tickSpacing: number;
23739
23739
  hooks: `0x${string}`;
23740
- }, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
23740
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23741
23741
  readonly type: "function";
23742
23742
  readonly name: "getFeeGrowthGlobals";
23743
23743
  readonly inputs: readonly [{
@@ -25420,7 +25420,7 @@ declare const getStateView: (client: Client | PublicClient) => {
25420
25420
  };
25421
25421
  declare const getTimelockLens: (client: Client | PublicClient) => {
25422
25422
  read: {
25423
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
25423
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25424
25424
  readonly type: "function";
25425
25425
  readonly name: "batchGetRefTick";
25426
25426
  readonly inputs: readonly [{
@@ -26121,7 +26121,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26121
26121
  }];
26122
26122
  readonly stateMutability: "view";
26123
26123
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26124
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
26124
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26125
26125
  readonly type: "function";
26126
26126
  readonly name: "batchGetRefTick";
26127
26127
  readonly inputs: readonly [{
@@ -26832,7 +26832,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26832
26832
  borrowedAmount0: bigint;
26833
26833
  borrowedAmount1: bigint;
26834
26834
  }[]>;
26835
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
26835
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26836
26836
  readonly type: "function";
26837
26837
  readonly name: "batchGetRefTick";
26838
26838
  readonly inputs: readonly [{
@@ -27543,7 +27543,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27543
27543
  expiresAt: number;
27544
27544
  liquidities: readonly bigint[];
27545
27545
  }[], bigint, boolean]>;
27546
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
27546
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27547
27547
  readonly type: "function";
27548
27548
  readonly name: "batchGetRefTick";
27549
27549
  readonly inputs: readonly [{
@@ -28244,7 +28244,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28244
28244
  }];
28245
28245
  readonly stateMutability: "view";
28246
28246
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
28247
- getMarketData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
28247
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28248
28248
  readonly type: "function";
28249
28249
  readonly name: "batchGetRefTick";
28250
28250
  readonly inputs: readonly [{
@@ -28965,7 +28965,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28965
28965
  payoutAssetName: string;
28966
28966
  optionsCount: bigint;
28967
28967
  }>;
28968
- getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
28968
+ getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28969
28969
  readonly type: "function";
28970
28970
  readonly name: "batchGetRefTick";
28971
28971
  readonly inputs: readonly [{
@@ -29666,7 +29666,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29666
29666
  }];
29667
29667
  readonly stateMutability: "view";
29668
29668
  }], "getMaxATMSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
29669
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
29669
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29670
29670
  readonly type: "function";
29671
29671
  readonly name: "batchGetRefTick";
29672
29672
  readonly inputs: readonly [{
@@ -30367,7 +30367,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30367
30367
  }];
30368
30368
  readonly stateMutability: "view";
30369
30369
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
30370
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
30370
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30371
30371
  readonly type: "function";
30372
30372
  readonly name: "batchGetRefTick";
30373
30373
  readonly inputs: readonly [{
@@ -31068,7 +31068,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31068
31068
  }];
31069
31069
  readonly stateMutability: "view";
31070
31070
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
31071
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
31071
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31072
31072
  readonly type: "function";
31073
31073
  readonly name: "batchGetRefTick";
31074
31074
  readonly inputs: readonly [{
@@ -31779,7 +31779,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31779
31779
  expiresAt: number;
31780
31780
  liquidities: readonly bigint[];
31781
31781
  }>;
31782
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
31782
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31783
31783
  readonly type: "function";
31784
31784
  readonly name: "batchGetRefTick";
31785
31785
  readonly inputs: readonly [{
@@ -32496,7 +32496,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
32496
32496
  fee: number;
32497
32497
  tickSpacing: number;
32498
32498
  hooks: `0x${string}`;
32499
- }], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
32499
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
32500
32500
  readonly type: "function";
32501
32501
  readonly name: "batchGetRefTick";
32502
32502
  readonly inputs: readonly [{
@@ -33214,7 +33214,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
33214
33214
  tickSpacing: number;
33215
33215
  fee: number;
33216
33216
  }>;
33217
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
33217
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33218
33218
  readonly type: "function";
33219
33219
  readonly name: "batchGetRefTick";
33220
33220
  readonly inputs: readonly [{
@@ -33915,7 +33915,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
33915
33915
  }];
33916
33916
  readonly stateMutability: "view";
33917
33917
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
33918
- getTokenData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
33918
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33919
33919
  readonly type: "function";
33920
33920
  readonly name: "batchGetRefTick";
33921
33921
  readonly inputs: readonly [{
@@ -34620,7 +34620,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
34620
34620
  symbol: string;
34621
34621
  name: string;
34622
34622
  }>;
34623
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
34623
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34624
34624
  readonly type: "function";
34625
34625
  readonly name: "batchGetRefTick";
34626
34626
  readonly inputs: readonly [{
@@ -35331,7 +35331,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
35331
35331
  expiresAt: number;
35332
35332
  liquidities: readonly bigint[];
35333
35333
  }[], bigint, boolean]>;
35334
- getVaultData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
35334
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
35335
35335
  readonly type: "function";
35336
35336
  readonly name: "batchGetRefTick";
35337
35337
  readonly inputs: readonly [{
@@ -36041,7 +36041,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
36041
36041
  hooks: `0x${string}`;
36042
36042
  };
36043
36043
  }>;
36044
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
36044
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36045
36045
  readonly type: "function";
36046
36046
  readonly name: "batchGetRefTick";
36047
36047
  readonly inputs: readonly [{
@@ -37546,7 +37546,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37546
37546
  isRefetching: boolean;
37547
37547
  isStale: boolean;
37548
37548
  isEnabled: boolean;
37549
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
37549
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
37550
37550
  optionId: bigint;
37551
37551
  marketAddr: Address;
37552
37552
  ownerAddr: Address;
@@ -37576,7 +37576,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37576
37576
  address: string;
37577
37577
  } | null;
37578
37578
  }[], Error>>;
37579
- fetchStatus: _tanstack_query_core77.FetchStatus;
37579
+ fetchStatus: _tanstack_query_core23.FetchStatus;
37580
37580
  promise: Promise<{
37581
37581
  optionId: bigint;
37582
37582
  marketAddr: Address;
@@ -37660,7 +37660,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37660
37660
  isRefetching: boolean;
37661
37661
  isStale: boolean;
37662
37662
  isEnabled: boolean;
37663
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
37663
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
37664
37664
  optionId: bigint;
37665
37665
  marketAddr: Address;
37666
37666
  ownerAddr: Address;
@@ -37690,7 +37690,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37690
37690
  address: string;
37691
37691
  } | null;
37692
37692
  }[], Error>>;
37693
- fetchStatus: _tanstack_query_core77.FetchStatus;
37693
+ fetchStatus: _tanstack_query_core23.FetchStatus;
37694
37694
  promise: Promise<{
37695
37695
  optionId: bigint;
37696
37696
  marketAddr: Address;
@@ -37774,7 +37774,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37774
37774
  isRefetching: boolean;
37775
37775
  isStale: boolean;
37776
37776
  isEnabled: boolean;
37777
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
37777
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
37778
37778
  optionId: bigint;
37779
37779
  marketAddr: Address;
37780
37780
  ownerAddr: Address;
@@ -37804,7 +37804,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37804
37804
  address: string;
37805
37805
  } | null;
37806
37806
  }[], Error>>;
37807
- fetchStatus: _tanstack_query_core77.FetchStatus;
37807
+ fetchStatus: _tanstack_query_core23.FetchStatus;
37808
37808
  promise: Promise<{
37809
37809
  optionId: bigint;
37810
37810
  marketAddr: Address;
@@ -37888,7 +37888,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37888
37888
  isRefetching: boolean;
37889
37889
  isStale: boolean;
37890
37890
  isEnabled: boolean;
37891
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
37891
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
37892
37892
  optionId: bigint;
37893
37893
  marketAddr: Address;
37894
37894
  ownerAddr: Address;
@@ -37918,7 +37918,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37918
37918
  address: string;
37919
37919
  } | null;
37920
37920
  }[], Error>>;
37921
- fetchStatus: _tanstack_query_core77.FetchStatus;
37921
+ fetchStatus: _tanstack_query_core23.FetchStatus;
37922
37922
  promise: Promise<{
37923
37923
  optionId: bigint;
37924
37924
  marketAddr: Address;
@@ -38002,7 +38002,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
38002
38002
  isRefetching: boolean;
38003
38003
  isStale: boolean;
38004
38004
  isEnabled: boolean;
38005
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
38005
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
38006
38006
  optionId: bigint;
38007
38007
  marketAddr: Address;
38008
38008
  ownerAddr: Address;
@@ -38032,7 +38032,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
38032
38032
  address: string;
38033
38033
  } | null;
38034
38034
  }[], Error>>;
38035
- fetchStatus: _tanstack_query_core77.FetchStatus;
38035
+ fetchStatus: _tanstack_query_core23.FetchStatus;
38036
38036
  promise: Promise<{
38037
38037
  optionId: bigint;
38038
38038
  marketAddr: Address;
@@ -38116,7 +38116,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
38116
38116
  isRefetching: boolean;
38117
38117
  isStale: boolean;
38118
38118
  isEnabled: boolean;
38119
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
38119
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
38120
38120
  optionId: bigint;
38121
38121
  marketAddr: Address;
38122
38122
  ownerAddr: Address;
@@ -38146,7 +38146,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
38146
38146
  address: string;
38147
38147
  } | null;
38148
38148
  }[], Error>>;
38149
- fetchStatus: _tanstack_query_core77.FetchStatus;
38149
+ fetchStatus: _tanstack_query_core23.FetchStatus;
38150
38150
  promise: Promise<{
38151
38151
  optionId: bigint;
38152
38152
  marketAddr: Address;
@@ -38231,7 +38231,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38231
38231
  isRefetching: boolean;
38232
38232
  isStale: boolean;
38233
38233
  isEnabled: boolean;
38234
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
38234
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
38235
38235
  optionId: bigint;
38236
38236
  marketAddr: Address;
38237
38237
  ownerAddr: Address;
@@ -38261,7 +38261,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38261
38261
  address: string;
38262
38262
  } | null;
38263
38263
  }[], Error>>;
38264
- fetchStatus: _tanstack_query_core77.FetchStatus;
38264
+ fetchStatus: _tanstack_query_core23.FetchStatus;
38265
38265
  promise: Promise<{
38266
38266
  optionId: bigint;
38267
38267
  marketAddr: Address;
@@ -38345,7 +38345,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38345
38345
  isRefetching: boolean;
38346
38346
  isStale: boolean;
38347
38347
  isEnabled: boolean;
38348
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
38348
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
38349
38349
  optionId: bigint;
38350
38350
  marketAddr: Address;
38351
38351
  ownerAddr: Address;
@@ -38375,7 +38375,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38375
38375
  address: string;
38376
38376
  } | null;
38377
38377
  }[], Error>>;
38378
- fetchStatus: _tanstack_query_core77.FetchStatus;
38378
+ fetchStatus: _tanstack_query_core23.FetchStatus;
38379
38379
  promise: Promise<{
38380
38380
  optionId: bigint;
38381
38381
  marketAddr: Address;
@@ -38459,7 +38459,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38459
38459
  isRefetching: boolean;
38460
38460
  isStale: boolean;
38461
38461
  isEnabled: boolean;
38462
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
38462
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
38463
38463
  optionId: bigint;
38464
38464
  marketAddr: Address;
38465
38465
  ownerAddr: Address;
@@ -38489,7 +38489,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38489
38489
  address: string;
38490
38490
  } | null;
38491
38491
  }[], Error>>;
38492
- fetchStatus: _tanstack_query_core77.FetchStatus;
38492
+ fetchStatus: _tanstack_query_core23.FetchStatus;
38493
38493
  promise: Promise<{
38494
38494
  optionId: bigint;
38495
38495
  marketAddr: Address;
@@ -38573,7 +38573,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38573
38573
  isRefetching: boolean;
38574
38574
  isStale: boolean;
38575
38575
  isEnabled: boolean;
38576
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
38576
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
38577
38577
  optionId: bigint;
38578
38578
  marketAddr: Address;
38579
38579
  ownerAddr: Address;
@@ -38603,7 +38603,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38603
38603
  address: string;
38604
38604
  } | null;
38605
38605
  }[], Error>>;
38606
- fetchStatus: _tanstack_query_core77.FetchStatus;
38606
+ fetchStatus: _tanstack_query_core23.FetchStatus;
38607
38607
  promise: Promise<{
38608
38608
  optionId: bigint;
38609
38609
  marketAddr: Address;
@@ -38687,7 +38687,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38687
38687
  isRefetching: boolean;
38688
38688
  isStale: boolean;
38689
38689
  isEnabled: boolean;
38690
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
38690
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
38691
38691
  optionId: bigint;
38692
38692
  marketAddr: Address;
38693
38693
  ownerAddr: Address;
@@ -38717,7 +38717,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38717
38717
  address: string;
38718
38718
  } | null;
38719
38719
  }[], Error>>;
38720
- fetchStatus: _tanstack_query_core77.FetchStatus;
38720
+ fetchStatus: _tanstack_query_core23.FetchStatus;
38721
38721
  promise: Promise<{
38722
38722
  optionId: bigint;
38723
38723
  marketAddr: Address;
@@ -38801,7 +38801,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38801
38801
  isRefetching: boolean;
38802
38802
  isStale: boolean;
38803
38803
  isEnabled: boolean;
38804
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
38804
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
38805
38805
  optionId: bigint;
38806
38806
  marketAddr: Address;
38807
38807
  ownerAddr: Address;
@@ -38831,7 +38831,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38831
38831
  address: string;
38832
38832
  } | null;
38833
38833
  }[], Error>>;
38834
- fetchStatus: _tanstack_query_core77.FetchStatus;
38834
+ fetchStatus: _tanstack_query_core23.FetchStatus;
38835
38835
  promise: Promise<{
38836
38836
  optionId: bigint;
38837
38837
  marketAddr: Address;
@@ -38916,7 +38916,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
38916
38916
  isRefetching: boolean;
38917
38917
  isStale: boolean;
38918
38918
  isEnabled: boolean;
38919
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
38919
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
38920
38920
  optionId: bigint;
38921
38921
  marketAddr: Address;
38922
38922
  ownerAddr: Address;
@@ -38946,7 +38946,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
38946
38946
  address: string;
38947
38947
  } | null;
38948
38948
  }[], Error>>;
38949
- fetchStatus: _tanstack_query_core77.FetchStatus;
38949
+ fetchStatus: _tanstack_query_core23.FetchStatus;
38950
38950
  promise: Promise<{
38951
38951
  optionId: bigint;
38952
38952
  marketAddr: Address;
@@ -39030,7 +39030,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39030
39030
  isRefetching: boolean;
39031
39031
  isStale: boolean;
39032
39032
  isEnabled: boolean;
39033
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
39033
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
39034
39034
  optionId: bigint;
39035
39035
  marketAddr: Address;
39036
39036
  ownerAddr: Address;
@@ -39060,7 +39060,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39060
39060
  address: string;
39061
39061
  } | null;
39062
39062
  }[], Error>>;
39063
- fetchStatus: _tanstack_query_core77.FetchStatus;
39063
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39064
39064
  promise: Promise<{
39065
39065
  optionId: bigint;
39066
39066
  marketAddr: Address;
@@ -39144,7 +39144,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39144
39144
  isRefetching: boolean;
39145
39145
  isStale: boolean;
39146
39146
  isEnabled: boolean;
39147
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
39147
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
39148
39148
  optionId: bigint;
39149
39149
  marketAddr: Address;
39150
39150
  ownerAddr: Address;
@@ -39174,7 +39174,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39174
39174
  address: string;
39175
39175
  } | null;
39176
39176
  }[], Error>>;
39177
- fetchStatus: _tanstack_query_core77.FetchStatus;
39177
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39178
39178
  promise: Promise<{
39179
39179
  optionId: bigint;
39180
39180
  marketAddr: Address;
@@ -39258,7 +39258,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39258
39258
  isRefetching: boolean;
39259
39259
  isStale: boolean;
39260
39260
  isEnabled: boolean;
39261
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
39261
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
39262
39262
  optionId: bigint;
39263
39263
  marketAddr: Address;
39264
39264
  ownerAddr: Address;
@@ -39288,7 +39288,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39288
39288
  address: string;
39289
39289
  } | null;
39290
39290
  }[], Error>>;
39291
- fetchStatus: _tanstack_query_core77.FetchStatus;
39291
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39292
39292
  promise: Promise<{
39293
39293
  optionId: bigint;
39294
39294
  marketAddr: Address;
@@ -39372,7 +39372,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39372
39372
  isRefetching: boolean;
39373
39373
  isStale: boolean;
39374
39374
  isEnabled: boolean;
39375
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
39375
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
39376
39376
  optionId: bigint;
39377
39377
  marketAddr: Address;
39378
39378
  ownerAddr: Address;
@@ -39402,7 +39402,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39402
39402
  address: string;
39403
39403
  } | null;
39404
39404
  }[], Error>>;
39405
- fetchStatus: _tanstack_query_core77.FetchStatus;
39405
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39406
39406
  promise: Promise<{
39407
39407
  optionId: bigint;
39408
39408
  marketAddr: Address;
@@ -39486,7 +39486,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39486
39486
  isRefetching: boolean;
39487
39487
  isStale: boolean;
39488
39488
  isEnabled: boolean;
39489
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
39489
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
39490
39490
  optionId: bigint;
39491
39491
  marketAddr: Address;
39492
39492
  ownerAddr: Address;
@@ -39516,7 +39516,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39516
39516
  address: string;
39517
39517
  } | null;
39518
39518
  }[], Error>>;
39519
- fetchStatus: _tanstack_query_core77.FetchStatus;
39519
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39520
39520
  promise: Promise<{
39521
39521
  optionId: bigint;
39522
39522
  marketAddr: Address;
@@ -39638,7 +39638,7 @@ declare const formatUSD: (value: Big | string | number) => string;
39638
39638
  //#endregion
39639
39639
  //#region src/hooks/options/useMaxPositionSize.d.ts
39640
39640
  declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowableRange?: number) => {
39641
- error: viem184.ReadContractErrorType;
39641
+ error: viem0.ReadContractErrorType;
39642
39642
  isError: true;
39643
39643
  isPending: false;
39644
39644
  isLoading: false;
@@ -39650,7 +39650,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39650
39650
  dataUpdatedAt: number;
39651
39651
  errorUpdatedAt: number;
39652
39652
  failureCount: number;
39653
- failureReason: viem184.ReadContractErrorType | null;
39653
+ failureReason: viem0.ReadContractErrorType | null;
39654
39654
  errorUpdateCount: number;
39655
39655
  isFetched: boolean;
39656
39656
  isFetchedAfterMount: boolean;
@@ -39660,10 +39660,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39660
39660
  isRefetching: boolean;
39661
39661
  isStale: boolean;
39662
39662
  isEnabled: boolean;
39663
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
39664
- fetchStatus: _tanstack_query_core77.FetchStatus;
39663
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39664
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39665
39665
  promise: Promise<readonly [bigint, bigint]>;
39666
- queryKey: _tanstack_query_core77.QueryKey;
39666
+ queryKey: _tanstack_query_core23.QueryKey;
39667
39667
  maxCallSize: Amount | undefined;
39668
39668
  maxPutSize: Amount | undefined;
39669
39669
  } | {
@@ -39679,7 +39679,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39679
39679
  dataUpdatedAt: number;
39680
39680
  errorUpdatedAt: number;
39681
39681
  failureCount: number;
39682
- failureReason: viem184.ReadContractErrorType | null;
39682
+ failureReason: viem0.ReadContractErrorType | null;
39683
39683
  errorUpdateCount: number;
39684
39684
  isFetched: boolean;
39685
39685
  isFetchedAfterMount: boolean;
@@ -39689,14 +39689,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39689
39689
  isRefetching: boolean;
39690
39690
  isStale: boolean;
39691
39691
  isEnabled: boolean;
39692
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
39693
- fetchStatus: _tanstack_query_core77.FetchStatus;
39692
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39693
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39694
39694
  promise: Promise<readonly [bigint, bigint]>;
39695
- queryKey: _tanstack_query_core77.QueryKey;
39695
+ queryKey: _tanstack_query_core23.QueryKey;
39696
39696
  maxCallSize: Amount | undefined;
39697
39697
  maxPutSize: Amount | undefined;
39698
39698
  } | {
39699
- error: viem184.ReadContractErrorType;
39699
+ error: viem0.ReadContractErrorType;
39700
39700
  isError: true;
39701
39701
  isPending: false;
39702
39702
  isLoading: false;
@@ -39708,7 +39708,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39708
39708
  dataUpdatedAt: number;
39709
39709
  errorUpdatedAt: number;
39710
39710
  failureCount: number;
39711
- failureReason: viem184.ReadContractErrorType | null;
39711
+ failureReason: viem0.ReadContractErrorType | null;
39712
39712
  errorUpdateCount: number;
39713
39713
  isFetched: boolean;
39714
39714
  isFetchedAfterMount: boolean;
@@ -39718,10 +39718,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39718
39718
  isRefetching: boolean;
39719
39719
  isStale: boolean;
39720
39720
  isEnabled: boolean;
39721
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
39722
- fetchStatus: _tanstack_query_core77.FetchStatus;
39721
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39722
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39723
39723
  promise: Promise<readonly [bigint, bigint]>;
39724
- queryKey: _tanstack_query_core77.QueryKey;
39724
+ queryKey: _tanstack_query_core23.QueryKey;
39725
39725
  maxCallSize: Amount | undefined;
39726
39726
  maxPutSize: Amount | undefined;
39727
39727
  } | {
@@ -39737,7 +39737,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39737
39737
  dataUpdatedAt: number;
39738
39738
  errorUpdatedAt: number;
39739
39739
  failureCount: number;
39740
- failureReason: viem184.ReadContractErrorType | null;
39740
+ failureReason: viem0.ReadContractErrorType | null;
39741
39741
  errorUpdateCount: number;
39742
39742
  isFetched: boolean;
39743
39743
  isFetchedAfterMount: boolean;
@@ -39747,10 +39747,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39747
39747
  isRefetching: boolean;
39748
39748
  isStale: boolean;
39749
39749
  isEnabled: boolean;
39750
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
39751
- fetchStatus: _tanstack_query_core77.FetchStatus;
39750
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39751
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39752
39752
  promise: Promise<readonly [bigint, bigint]>;
39753
- queryKey: _tanstack_query_core77.QueryKey;
39753
+ queryKey: _tanstack_query_core23.QueryKey;
39754
39754
  maxCallSize: Amount | undefined;
39755
39755
  maxPutSize: Amount | undefined;
39756
39756
  } | {
@@ -39765,7 +39765,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39765
39765
  dataUpdatedAt: number;
39766
39766
  errorUpdatedAt: number;
39767
39767
  failureCount: number;
39768
- failureReason: viem184.ReadContractErrorType | null;
39768
+ failureReason: viem0.ReadContractErrorType | null;
39769
39769
  errorUpdateCount: number;
39770
39770
  isFetched: boolean;
39771
39771
  isFetchedAfterMount: boolean;
@@ -39776,10 +39776,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39776
39776
  isRefetching: boolean;
39777
39777
  isStale: boolean;
39778
39778
  isEnabled: boolean;
39779
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
39780
- fetchStatus: _tanstack_query_core77.FetchStatus;
39779
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39780
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39781
39781
  promise: Promise<readonly [bigint, bigint]>;
39782
- queryKey: _tanstack_query_core77.QueryKey;
39782
+ queryKey: _tanstack_query_core23.QueryKey;
39783
39783
  maxCallSize: Amount | undefined;
39784
39784
  maxPutSize: Amount | undefined;
39785
39785
  } | {
@@ -39795,7 +39795,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39795
39795
  dataUpdatedAt: number;
39796
39796
  errorUpdatedAt: number;
39797
39797
  failureCount: number;
39798
- failureReason: viem184.ReadContractErrorType | null;
39798
+ failureReason: viem0.ReadContractErrorType | null;
39799
39799
  errorUpdateCount: number;
39800
39800
  isFetched: boolean;
39801
39801
  isFetchedAfterMount: boolean;
@@ -39805,10 +39805,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39805
39805
  isRefetching: boolean;
39806
39806
  isStale: boolean;
39807
39807
  isEnabled: boolean;
39808
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
39809
- fetchStatus: _tanstack_query_core77.FetchStatus;
39808
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39809
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39810
39810
  promise: Promise<readonly [bigint, bigint]>;
39811
- queryKey: _tanstack_query_core77.QueryKey;
39811
+ queryKey: _tanstack_query_core23.QueryKey;
39812
39812
  maxCallSize: Amount | undefined;
39813
39813
  maxPutSize: Amount | undefined;
39814
39814
  };
@@ -39878,7 +39878,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
39878
39878
  isRefetching: boolean;
39879
39879
  isStale: boolean;
39880
39880
  isEnabled: boolean;
39881
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<({
39881
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
39882
39882
  type: "mint";
39883
39883
  data: {
39884
39884
  id: string;
@@ -39917,7 +39917,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
39917
39917
  transactionHash: string;
39918
39918
  };
39919
39919
  })[], Error>>;
39920
- fetchStatus: _tanstack_query_core77.FetchStatus;
39920
+ fetchStatus: _tanstack_query_core23.FetchStatus;
39921
39921
  promise: Promise<({
39922
39922
  type: "mint";
39923
39923
  data: {
@@ -40019,7 +40019,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40019
40019
  isRefetching: boolean;
40020
40020
  isStale: boolean;
40021
40021
  isEnabled: boolean;
40022
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<({
40022
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
40023
40023
  type: "mint";
40024
40024
  data: {
40025
40025
  id: string;
@@ -40058,7 +40058,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40058
40058
  transactionHash: string;
40059
40059
  };
40060
40060
  })[], Error>>;
40061
- fetchStatus: _tanstack_query_core77.FetchStatus;
40061
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40062
40062
  promise: Promise<({
40063
40063
  type: "mint";
40064
40064
  data: {
@@ -40160,7 +40160,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40160
40160
  isRefetching: boolean;
40161
40161
  isStale: boolean;
40162
40162
  isEnabled: boolean;
40163
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<({
40163
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
40164
40164
  type: "mint";
40165
40165
  data: {
40166
40166
  id: string;
@@ -40199,7 +40199,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40199
40199
  transactionHash: string;
40200
40200
  };
40201
40201
  })[], Error>>;
40202
- fetchStatus: _tanstack_query_core77.FetchStatus;
40202
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40203
40203
  promise: Promise<({
40204
40204
  type: "mint";
40205
40205
  data: {
@@ -40301,7 +40301,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40301
40301
  isRefetching: boolean;
40302
40302
  isStale: boolean;
40303
40303
  isEnabled: boolean;
40304
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<({
40304
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
40305
40305
  type: "mint";
40306
40306
  data: {
40307
40307
  id: string;
@@ -40340,7 +40340,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40340
40340
  transactionHash: string;
40341
40341
  };
40342
40342
  })[], Error>>;
40343
- fetchStatus: _tanstack_query_core77.FetchStatus;
40343
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40344
40344
  promise: Promise<({
40345
40345
  type: "mint";
40346
40346
  data: {
@@ -40442,7 +40442,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40442
40442
  isRefetching: boolean;
40443
40443
  isStale: boolean;
40444
40444
  isEnabled: boolean;
40445
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<({
40445
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
40446
40446
  type: "mint";
40447
40447
  data: {
40448
40448
  id: string;
@@ -40481,7 +40481,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40481
40481
  transactionHash: string;
40482
40482
  };
40483
40483
  })[], Error>>;
40484
- fetchStatus: _tanstack_query_core77.FetchStatus;
40484
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40485
40485
  promise: Promise<({
40486
40486
  type: "mint";
40487
40487
  data: {
@@ -40583,7 +40583,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40583
40583
  isRefetching: boolean;
40584
40584
  isStale: boolean;
40585
40585
  isEnabled: boolean;
40586
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<({
40586
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
40587
40587
  type: "mint";
40588
40588
  data: {
40589
40589
  id: string;
@@ -40622,7 +40622,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40622
40622
  transactionHash: string;
40623
40623
  };
40624
40624
  })[], Error>>;
40625
- fetchStatus: _tanstack_query_core77.FetchStatus;
40625
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40626
40626
  promise: Promise<({
40627
40627
  type: "mint";
40628
40628
  data: {
@@ -40745,7 +40745,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40745
40745
  isRefetching: boolean;
40746
40746
  isStale: boolean;
40747
40747
  isEnabled: boolean;
40748
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
40748
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
40749
40749
  optionId: bigint;
40750
40750
  id: string;
40751
40751
  ownerAddr: Address;
@@ -40754,7 +40754,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40754
40754
  expiresAt: number;
40755
40755
  closed: boolean;
40756
40756
  }[] | undefined, Error>>;
40757
- fetchStatus: _tanstack_query_core77.FetchStatus;
40757
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40758
40758
  promise: Promise<{
40759
40759
  optionId: bigint;
40760
40760
  id: string;
@@ -40796,7 +40796,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40796
40796
  isRefetching: boolean;
40797
40797
  isStale: boolean;
40798
40798
  isEnabled: boolean;
40799
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
40799
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
40800
40800
  optionId: bigint;
40801
40801
  id: string;
40802
40802
  ownerAddr: Address;
@@ -40805,7 +40805,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40805
40805
  expiresAt: number;
40806
40806
  closed: boolean;
40807
40807
  }[] | undefined, Error>>;
40808
- fetchStatus: _tanstack_query_core77.FetchStatus;
40808
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40809
40809
  promise: Promise<{
40810
40810
  optionId: bigint;
40811
40811
  id: string;
@@ -40847,7 +40847,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40847
40847
  isRefetching: boolean;
40848
40848
  isStale: boolean;
40849
40849
  isEnabled: boolean;
40850
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
40850
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
40851
40851
  optionId: bigint;
40852
40852
  id: string;
40853
40853
  ownerAddr: Address;
@@ -40856,7 +40856,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40856
40856
  expiresAt: number;
40857
40857
  closed: boolean;
40858
40858
  }[] | undefined, Error>>;
40859
- fetchStatus: _tanstack_query_core77.FetchStatus;
40859
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40860
40860
  promise: Promise<{
40861
40861
  optionId: bigint;
40862
40862
  id: string;
@@ -40898,7 +40898,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40898
40898
  isRefetching: boolean;
40899
40899
  isStale: boolean;
40900
40900
  isEnabled: boolean;
40901
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
40901
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
40902
40902
  optionId: bigint;
40903
40903
  id: string;
40904
40904
  ownerAddr: Address;
@@ -40907,7 +40907,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40907
40907
  expiresAt: number;
40908
40908
  closed: boolean;
40909
40909
  }[] | undefined, Error>>;
40910
- fetchStatus: _tanstack_query_core77.FetchStatus;
40910
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40911
40911
  promise: Promise<{
40912
40912
  optionId: bigint;
40913
40913
  id: string;
@@ -40949,7 +40949,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40949
40949
  isRefetching: boolean;
40950
40950
  isStale: boolean;
40951
40951
  isEnabled: boolean;
40952
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
40952
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
40953
40953
  optionId: bigint;
40954
40954
  id: string;
40955
40955
  ownerAddr: Address;
@@ -40958,7 +40958,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40958
40958
  expiresAt: number;
40959
40959
  closed: boolean;
40960
40960
  }[] | undefined, Error>>;
40961
- fetchStatus: _tanstack_query_core77.FetchStatus;
40961
+ fetchStatus: _tanstack_query_core23.FetchStatus;
40962
40962
  promise: Promise<{
40963
40963
  optionId: bigint;
40964
40964
  id: string;
@@ -41000,7 +41000,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
41000
41000
  isRefetching: boolean;
41001
41001
  isStale: boolean;
41002
41002
  isEnabled: boolean;
41003
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41003
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41004
41004
  optionId: bigint;
41005
41005
  id: string;
41006
41006
  ownerAddr: Address;
@@ -41009,7 +41009,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
41009
41009
  expiresAt: number;
41010
41010
  closed: boolean;
41011
41011
  }[] | undefined, Error>>;
41012
- fetchStatus: _tanstack_query_core77.FetchStatus;
41012
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41013
41013
  promise: Promise<{
41014
41014
  optionId: bigint;
41015
41015
  id: string;
@@ -41052,7 +41052,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41052
41052
  isRefetching: boolean;
41053
41053
  isStale: boolean;
41054
41054
  isEnabled: boolean;
41055
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41055
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41056
41056
  optionId: bigint;
41057
41057
  id: string;
41058
41058
  ownerAddr: Address;
@@ -41061,7 +41061,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41061
41061
  expiresAt: number;
41062
41062
  closed: boolean;
41063
41063
  }[] | undefined, Error>>;
41064
- fetchStatus: _tanstack_query_core77.FetchStatus;
41064
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41065
41065
  promise: Promise<{
41066
41066
  optionId: bigint;
41067
41067
  id: string;
@@ -41103,7 +41103,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41103
41103
  isRefetching: boolean;
41104
41104
  isStale: boolean;
41105
41105
  isEnabled: boolean;
41106
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41106
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41107
41107
  optionId: bigint;
41108
41108
  id: string;
41109
41109
  ownerAddr: Address;
@@ -41112,7 +41112,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41112
41112
  expiresAt: number;
41113
41113
  closed: boolean;
41114
41114
  }[] | undefined, Error>>;
41115
- fetchStatus: _tanstack_query_core77.FetchStatus;
41115
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41116
41116
  promise: Promise<{
41117
41117
  optionId: bigint;
41118
41118
  id: string;
@@ -41154,7 +41154,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41154
41154
  isRefetching: boolean;
41155
41155
  isStale: boolean;
41156
41156
  isEnabled: boolean;
41157
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41157
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41158
41158
  optionId: bigint;
41159
41159
  id: string;
41160
41160
  ownerAddr: Address;
@@ -41163,7 +41163,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41163
41163
  expiresAt: number;
41164
41164
  closed: boolean;
41165
41165
  }[] | undefined, Error>>;
41166
- fetchStatus: _tanstack_query_core77.FetchStatus;
41166
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41167
41167
  promise: Promise<{
41168
41168
  optionId: bigint;
41169
41169
  id: string;
@@ -41205,7 +41205,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41205
41205
  isRefetching: boolean;
41206
41206
  isStale: boolean;
41207
41207
  isEnabled: boolean;
41208
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41208
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41209
41209
  optionId: bigint;
41210
41210
  id: string;
41211
41211
  ownerAddr: Address;
@@ -41214,7 +41214,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41214
41214
  expiresAt: number;
41215
41215
  closed: boolean;
41216
41216
  }[] | undefined, Error>>;
41217
- fetchStatus: _tanstack_query_core77.FetchStatus;
41217
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41218
41218
  promise: Promise<{
41219
41219
  optionId: bigint;
41220
41220
  id: string;
@@ -41256,7 +41256,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41256
41256
  isRefetching: boolean;
41257
41257
  isStale: boolean;
41258
41258
  isEnabled: boolean;
41259
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41259
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41260
41260
  optionId: bigint;
41261
41261
  id: string;
41262
41262
  ownerAddr: Address;
@@ -41265,7 +41265,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41265
41265
  expiresAt: number;
41266
41266
  closed: boolean;
41267
41267
  }[] | undefined, Error>>;
41268
- fetchStatus: _tanstack_query_core77.FetchStatus;
41268
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41269
41269
  promise: Promise<{
41270
41270
  optionId: bigint;
41271
41271
  id: string;
@@ -41307,7 +41307,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41307
41307
  isRefetching: boolean;
41308
41308
  isStale: boolean;
41309
41309
  isEnabled: boolean;
41310
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41310
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41311
41311
  optionId: bigint;
41312
41312
  id: string;
41313
41313
  ownerAddr: Address;
@@ -41316,7 +41316,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41316
41316
  expiresAt: number;
41317
41317
  closed: boolean;
41318
41318
  }[] | undefined, Error>>;
41319
- fetchStatus: _tanstack_query_core77.FetchStatus;
41319
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41320
41320
  promise: Promise<{
41321
41321
  optionId: bigint;
41322
41322
  id: string;
@@ -41359,7 +41359,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41359
41359
  isRefetching: boolean;
41360
41360
  isStale: boolean;
41361
41361
  isEnabled: boolean;
41362
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41362
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41363
41363
  optionId: bigint;
41364
41364
  id: string;
41365
41365
  ownerAddr: Address;
@@ -41368,7 +41368,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41368
41368
  expiresAt: number;
41369
41369
  closed: boolean;
41370
41370
  }[] | undefined, Error>>;
41371
- fetchStatus: _tanstack_query_core77.FetchStatus;
41371
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41372
41372
  promise: Promise<{
41373
41373
  optionId: bigint;
41374
41374
  id: string;
@@ -41410,7 +41410,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41410
41410
  isRefetching: boolean;
41411
41411
  isStale: boolean;
41412
41412
  isEnabled: boolean;
41413
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41413
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41414
41414
  optionId: bigint;
41415
41415
  id: string;
41416
41416
  ownerAddr: Address;
@@ -41419,7 +41419,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41419
41419
  expiresAt: number;
41420
41420
  closed: boolean;
41421
41421
  }[] | undefined, Error>>;
41422
- fetchStatus: _tanstack_query_core77.FetchStatus;
41422
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41423
41423
  promise: Promise<{
41424
41424
  optionId: bigint;
41425
41425
  id: string;
@@ -41461,7 +41461,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41461
41461
  isRefetching: boolean;
41462
41462
  isStale: boolean;
41463
41463
  isEnabled: boolean;
41464
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41464
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41465
41465
  optionId: bigint;
41466
41466
  id: string;
41467
41467
  ownerAddr: Address;
@@ -41470,7 +41470,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41470
41470
  expiresAt: number;
41471
41471
  closed: boolean;
41472
41472
  }[] | undefined, Error>>;
41473
- fetchStatus: _tanstack_query_core77.FetchStatus;
41473
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41474
41474
  promise: Promise<{
41475
41475
  optionId: bigint;
41476
41476
  id: string;
@@ -41512,7 +41512,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41512
41512
  isRefetching: boolean;
41513
41513
  isStale: boolean;
41514
41514
  isEnabled: boolean;
41515
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41515
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41516
41516
  optionId: bigint;
41517
41517
  id: string;
41518
41518
  ownerAddr: Address;
@@ -41521,7 +41521,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41521
41521
  expiresAt: number;
41522
41522
  closed: boolean;
41523
41523
  }[] | undefined, Error>>;
41524
- fetchStatus: _tanstack_query_core77.FetchStatus;
41524
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41525
41525
  promise: Promise<{
41526
41526
  optionId: bigint;
41527
41527
  id: string;
@@ -41563,7 +41563,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41563
41563
  isRefetching: boolean;
41564
41564
  isStale: boolean;
41565
41565
  isEnabled: boolean;
41566
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41566
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41567
41567
  optionId: bigint;
41568
41568
  id: string;
41569
41569
  ownerAddr: Address;
@@ -41572,7 +41572,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41572
41572
  expiresAt: number;
41573
41573
  closed: boolean;
41574
41574
  }[] | undefined, Error>>;
41575
- fetchStatus: _tanstack_query_core77.FetchStatus;
41575
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41576
41576
  promise: Promise<{
41577
41577
  optionId: bigint;
41578
41578
  id: string;
@@ -41614,7 +41614,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41614
41614
  isRefetching: boolean;
41615
41615
  isStale: boolean;
41616
41616
  isEnabled: boolean;
41617
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41617
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41618
41618
  optionId: bigint;
41619
41619
  id: string;
41620
41620
  ownerAddr: Address;
@@ -41623,7 +41623,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41623
41623
  expiresAt: number;
41624
41624
  closed: boolean;
41625
41625
  }[] | undefined, Error>>;
41626
- fetchStatus: _tanstack_query_core77.FetchStatus;
41626
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41627
41627
  promise: Promise<{
41628
41628
  optionId: bigint;
41629
41629
  id: string;
@@ -41646,7 +41646,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41646
41646
  //#endregion
41647
41647
  //#region src/hooks/operators/useOperatorPerms.d.ts
41648
41648
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
41649
- error: viem184.ReadContractErrorType;
41649
+ error: viem0.ReadContractErrorType;
41650
41650
  isError: true;
41651
41651
  isPending: false;
41652
41652
  isLoading: false;
@@ -41658,7 +41658,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41658
41658
  dataUpdatedAt: number;
41659
41659
  errorUpdatedAt: number;
41660
41660
  failureCount: number;
41661
- failureReason: viem184.ReadContractErrorType | null;
41661
+ failureReason: viem0.ReadContractErrorType | null;
41662
41662
  errorUpdateCount: number;
41663
41663
  isFetched: boolean;
41664
41664
  isFetchedAfterMount: boolean;
@@ -41668,10 +41668,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41668
41668
  isRefetching: boolean;
41669
41669
  isStale: boolean;
41670
41670
  isEnabled: boolean;
41671
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
41672
- fetchStatus: _tanstack_query_core77.FetchStatus;
41671
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41672
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41673
41673
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41674
- queryKey: _tanstack_query_core77.QueryKey;
41674
+ queryKey: _tanstack_query_core23.QueryKey;
41675
41675
  data: {
41676
41676
  canExtend: boolean | undefined;
41677
41677
  canExercise: boolean | undefined;
@@ -41693,7 +41693,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41693
41693
  dataUpdatedAt: number;
41694
41694
  errorUpdatedAt: number;
41695
41695
  failureCount: number;
41696
- failureReason: viem184.ReadContractErrorType | null;
41696
+ failureReason: viem0.ReadContractErrorType | null;
41697
41697
  errorUpdateCount: number;
41698
41698
  isFetched: boolean;
41699
41699
  isFetchedAfterMount: boolean;
@@ -41703,10 +41703,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41703
41703
  isRefetching: boolean;
41704
41704
  isStale: boolean;
41705
41705
  isEnabled: boolean;
41706
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
41707
- fetchStatus: _tanstack_query_core77.FetchStatus;
41706
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41707
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41708
41708
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41709
- queryKey: _tanstack_query_core77.QueryKey;
41709
+ queryKey: _tanstack_query_core23.QueryKey;
41710
41710
  data: {
41711
41711
  canExtend: boolean | undefined;
41712
41712
  canExercise: boolean | undefined;
@@ -41716,7 +41716,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41716
41716
  effectiveApproval: bigint;
41717
41717
  };
41718
41718
  } | {
41719
- error: viem184.ReadContractErrorType;
41719
+ error: viem0.ReadContractErrorType;
41720
41720
  isError: true;
41721
41721
  isPending: false;
41722
41722
  isLoading: false;
@@ -41728,7 +41728,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41728
41728
  dataUpdatedAt: number;
41729
41729
  errorUpdatedAt: number;
41730
41730
  failureCount: number;
41731
- failureReason: viem184.ReadContractErrorType | null;
41731
+ failureReason: viem0.ReadContractErrorType | null;
41732
41732
  errorUpdateCount: number;
41733
41733
  isFetched: boolean;
41734
41734
  isFetchedAfterMount: boolean;
@@ -41738,10 +41738,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41738
41738
  isRefetching: boolean;
41739
41739
  isStale: boolean;
41740
41740
  isEnabled: boolean;
41741
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
41742
- fetchStatus: _tanstack_query_core77.FetchStatus;
41741
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41742
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41743
41743
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41744
- queryKey: _tanstack_query_core77.QueryKey;
41744
+ queryKey: _tanstack_query_core23.QueryKey;
41745
41745
  data: {
41746
41746
  canExtend: boolean | undefined;
41747
41747
  canExercise: boolean | undefined;
@@ -41763,7 +41763,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41763
41763
  dataUpdatedAt: number;
41764
41764
  errorUpdatedAt: number;
41765
41765
  failureCount: number;
41766
- failureReason: viem184.ReadContractErrorType | null;
41766
+ failureReason: viem0.ReadContractErrorType | null;
41767
41767
  errorUpdateCount: number;
41768
41768
  isFetched: boolean;
41769
41769
  isFetchedAfterMount: boolean;
@@ -41773,10 +41773,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41773
41773
  isRefetching: boolean;
41774
41774
  isStale: boolean;
41775
41775
  isEnabled: boolean;
41776
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
41777
- fetchStatus: _tanstack_query_core77.FetchStatus;
41776
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41777
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41778
41778
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41779
- queryKey: _tanstack_query_core77.QueryKey;
41779
+ queryKey: _tanstack_query_core23.QueryKey;
41780
41780
  data: {
41781
41781
  canExtend: boolean | undefined;
41782
41782
  canExercise: boolean | undefined;
@@ -41797,7 +41797,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41797
41797
  dataUpdatedAt: number;
41798
41798
  errorUpdatedAt: number;
41799
41799
  failureCount: number;
41800
- failureReason: viem184.ReadContractErrorType | null;
41800
+ failureReason: viem0.ReadContractErrorType | null;
41801
41801
  errorUpdateCount: number;
41802
41802
  isFetched: boolean;
41803
41803
  isFetchedAfterMount: boolean;
@@ -41808,10 +41808,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41808
41808
  isRefetching: boolean;
41809
41809
  isStale: boolean;
41810
41810
  isEnabled: boolean;
41811
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
41812
- fetchStatus: _tanstack_query_core77.FetchStatus;
41811
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41812
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41813
41813
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41814
- queryKey: _tanstack_query_core77.QueryKey;
41814
+ queryKey: _tanstack_query_core23.QueryKey;
41815
41815
  data: {
41816
41816
  canExtend: boolean | undefined;
41817
41817
  canExercise: boolean | undefined;
@@ -41833,7 +41833,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41833
41833
  dataUpdatedAt: number;
41834
41834
  errorUpdatedAt: number;
41835
41835
  failureCount: number;
41836
- failureReason: viem184.ReadContractErrorType | null;
41836
+ failureReason: viem0.ReadContractErrorType | null;
41837
41837
  errorUpdateCount: number;
41838
41838
  isFetched: boolean;
41839
41839
  isFetchedAfterMount: boolean;
@@ -41843,10 +41843,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41843
41843
  isRefetching: boolean;
41844
41844
  isStale: boolean;
41845
41845
  isEnabled: boolean;
41846
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
41847
- fetchStatus: _tanstack_query_core77.FetchStatus;
41846
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41847
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41848
41848
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41849
- queryKey: _tanstack_query_core77.QueryKey;
41849
+ queryKey: _tanstack_query_core23.QueryKey;
41850
41850
  data: {
41851
41851
  canExtend: boolean | undefined;
41852
41852
  canExercise: boolean | undefined;
@@ -41895,7 +41895,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
41895
41895
  isRefetching: boolean;
41896
41896
  isStale: boolean;
41897
41897
  isEnabled: boolean;
41898
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41898
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41899
41899
  spendingApproval: bigint;
41900
41900
  operatorAddr: string;
41901
41901
  __typename: "UserMarketOperator";
@@ -41909,7 +41909,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
41909
41909
  address: string;
41910
41910
  } | null;
41911
41911
  }[] | undefined, Error>>;
41912
- fetchStatus: _tanstack_query_core77.FetchStatus;
41912
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41913
41913
  promise: Promise<{
41914
41914
  spendingApproval: bigint;
41915
41915
  operatorAddr: string;
@@ -41961,7 +41961,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
41961
41961
  isRefetching: boolean;
41962
41962
  isStale: boolean;
41963
41963
  isEnabled: boolean;
41964
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
41964
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
41965
41965
  spendingApproval: bigint;
41966
41966
  operatorAddr: string;
41967
41967
  __typename: "UserMarketOperator";
@@ -41975,7 +41975,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
41975
41975
  address: string;
41976
41976
  } | null;
41977
41977
  }[] | undefined, Error>>;
41978
- fetchStatus: _tanstack_query_core77.FetchStatus;
41978
+ fetchStatus: _tanstack_query_core23.FetchStatus;
41979
41979
  promise: Promise<{
41980
41980
  spendingApproval: bigint;
41981
41981
  operatorAddr: string;
@@ -42027,7 +42027,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42027
42027
  isRefetching: boolean;
42028
42028
  isStale: boolean;
42029
42029
  isEnabled: boolean;
42030
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42030
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42031
42031
  spendingApproval: bigint;
42032
42032
  operatorAddr: string;
42033
42033
  __typename: "UserMarketOperator";
@@ -42041,7 +42041,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42041
42041
  address: string;
42042
42042
  } | null;
42043
42043
  }[] | undefined, Error>>;
42044
- fetchStatus: _tanstack_query_core77.FetchStatus;
42044
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42045
42045
  promise: Promise<{
42046
42046
  spendingApproval: bigint;
42047
42047
  operatorAddr: string;
@@ -42093,7 +42093,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42093
42093
  isRefetching: boolean;
42094
42094
  isStale: boolean;
42095
42095
  isEnabled: boolean;
42096
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42096
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42097
42097
  spendingApproval: bigint;
42098
42098
  operatorAddr: string;
42099
42099
  __typename: "UserMarketOperator";
@@ -42107,7 +42107,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42107
42107
  address: string;
42108
42108
  } | null;
42109
42109
  }[] | undefined, Error>>;
42110
- fetchStatus: _tanstack_query_core77.FetchStatus;
42110
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42111
42111
  promise: Promise<{
42112
42112
  spendingApproval: bigint;
42113
42113
  operatorAddr: string;
@@ -42159,7 +42159,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42159
42159
  isRefetching: boolean;
42160
42160
  isStale: boolean;
42161
42161
  isEnabled: boolean;
42162
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42162
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42163
42163
  spendingApproval: bigint;
42164
42164
  operatorAddr: string;
42165
42165
  __typename: "UserMarketOperator";
@@ -42173,7 +42173,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42173
42173
  address: string;
42174
42174
  } | null;
42175
42175
  }[] | undefined, Error>>;
42176
- fetchStatus: _tanstack_query_core77.FetchStatus;
42176
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42177
42177
  promise: Promise<{
42178
42178
  spendingApproval: bigint;
42179
42179
  operatorAddr: string;
@@ -42225,7 +42225,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42225
42225
  isRefetching: boolean;
42226
42226
  isStale: boolean;
42227
42227
  isEnabled: boolean;
42228
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42228
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42229
42229
  spendingApproval: bigint;
42230
42230
  operatorAddr: string;
42231
42231
  __typename: "UserMarketOperator";
@@ -42239,7 +42239,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42239
42239
  address: string;
42240
42240
  } | null;
42241
42241
  }[] | undefined, Error>>;
42242
- fetchStatus: _tanstack_query_core77.FetchStatus;
42242
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42243
42243
  promise: Promise<{
42244
42244
  spendingApproval: bigint;
42245
42245
  operatorAddr: string;
@@ -42336,7 +42336,7 @@ declare const usePoolData: (poolManager?: Address, poolKey?: PoolKey) => Partial
42336
42336
  //#endregion
42337
42337
  //#region src/hooks/pool/useCurrentTick.d.ts
42338
42338
  declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42339
- error: viem184.ReadContractErrorType;
42339
+ error: viem0.ReadContractErrorType;
42340
42340
  isError: true;
42341
42341
  isPending: false;
42342
42342
  isLoading: false;
@@ -42348,7 +42348,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42348
42348
  dataUpdatedAt: number;
42349
42349
  errorUpdatedAt: number;
42350
42350
  failureCount: number;
42351
- failureReason: viem184.ReadContractErrorType | null;
42351
+ failureReason: viem0.ReadContractErrorType | null;
42352
42352
  errorUpdateCount: number;
42353
42353
  isFetched: boolean;
42354
42354
  isFetchedAfterMount: boolean;
@@ -42358,18 +42358,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42358
42358
  isRefetching: boolean;
42359
42359
  isStale: boolean;
42360
42360
  isEnabled: boolean;
42361
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42361
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42362
42362
  exact: number;
42363
42363
  rounded: number | undefined;
42364
42364
  sqrtPriceX96: bigint;
42365
- }, viem184.ReadContractErrorType>>;
42366
- fetchStatus: _tanstack_query_core77.FetchStatus;
42365
+ }, viem0.ReadContractErrorType>>;
42366
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42367
42367
  promise: Promise<{
42368
42368
  exact: number;
42369
42369
  rounded: number | undefined;
42370
42370
  sqrtPriceX96: bigint;
42371
42371
  }>;
42372
- queryKey: _tanstack_query_core77.QueryKey;
42372
+ queryKey: _tanstack_query_core23.QueryKey;
42373
42373
  exact: number | undefined;
42374
42374
  rounded: number | undefined;
42375
42375
  sqrtPriceX96: bigint | undefined;
@@ -42386,7 +42386,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42386
42386
  dataUpdatedAt: number;
42387
42387
  errorUpdatedAt: number;
42388
42388
  failureCount: number;
42389
- failureReason: viem184.ReadContractErrorType | null;
42389
+ failureReason: viem0.ReadContractErrorType | null;
42390
42390
  errorUpdateCount: number;
42391
42391
  isFetched: boolean;
42392
42392
  isFetchedAfterMount: boolean;
@@ -42396,23 +42396,23 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42396
42396
  isRefetching: boolean;
42397
42397
  isStale: boolean;
42398
42398
  isEnabled: boolean;
42399
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42399
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42400
42400
  exact: number;
42401
42401
  rounded: number | undefined;
42402
42402
  sqrtPriceX96: bigint;
42403
- }, viem184.ReadContractErrorType>>;
42404
- fetchStatus: _tanstack_query_core77.FetchStatus;
42403
+ }, viem0.ReadContractErrorType>>;
42404
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42405
42405
  promise: Promise<{
42406
42406
  exact: number;
42407
42407
  rounded: number | undefined;
42408
42408
  sqrtPriceX96: bigint;
42409
42409
  }>;
42410
- queryKey: _tanstack_query_core77.QueryKey;
42410
+ queryKey: _tanstack_query_core23.QueryKey;
42411
42411
  exact: number | undefined;
42412
42412
  rounded: number | undefined;
42413
42413
  sqrtPriceX96: bigint | undefined;
42414
42414
  } | {
42415
- error: viem184.ReadContractErrorType;
42415
+ error: viem0.ReadContractErrorType;
42416
42416
  isError: true;
42417
42417
  isPending: false;
42418
42418
  isLoading: false;
@@ -42424,7 +42424,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42424
42424
  dataUpdatedAt: number;
42425
42425
  errorUpdatedAt: number;
42426
42426
  failureCount: number;
42427
- failureReason: viem184.ReadContractErrorType | null;
42427
+ failureReason: viem0.ReadContractErrorType | null;
42428
42428
  errorUpdateCount: number;
42429
42429
  isFetched: boolean;
42430
42430
  isFetchedAfterMount: boolean;
@@ -42434,18 +42434,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42434
42434
  isRefetching: boolean;
42435
42435
  isStale: boolean;
42436
42436
  isEnabled: boolean;
42437
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42437
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42438
42438
  exact: number;
42439
42439
  rounded: number | undefined;
42440
42440
  sqrtPriceX96: bigint;
42441
- }, viem184.ReadContractErrorType>>;
42442
- fetchStatus: _tanstack_query_core77.FetchStatus;
42441
+ }, viem0.ReadContractErrorType>>;
42442
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42443
42443
  promise: Promise<{
42444
42444
  exact: number;
42445
42445
  rounded: number | undefined;
42446
42446
  sqrtPriceX96: bigint;
42447
42447
  }>;
42448
- queryKey: _tanstack_query_core77.QueryKey;
42448
+ queryKey: _tanstack_query_core23.QueryKey;
42449
42449
  exact: number | undefined;
42450
42450
  rounded: number | undefined;
42451
42451
  sqrtPriceX96: bigint | undefined;
@@ -42462,7 +42462,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42462
42462
  dataUpdatedAt: number;
42463
42463
  errorUpdatedAt: number;
42464
42464
  failureCount: number;
42465
- failureReason: viem184.ReadContractErrorType | null;
42465
+ failureReason: viem0.ReadContractErrorType | null;
42466
42466
  errorUpdateCount: number;
42467
42467
  isFetched: boolean;
42468
42468
  isFetchedAfterMount: boolean;
@@ -42472,18 +42472,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42472
42472
  isRefetching: boolean;
42473
42473
  isStale: boolean;
42474
42474
  isEnabled: boolean;
42475
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42475
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42476
42476
  exact: number;
42477
42477
  rounded: number | undefined;
42478
42478
  sqrtPriceX96: bigint;
42479
- }, viem184.ReadContractErrorType>>;
42480
- fetchStatus: _tanstack_query_core77.FetchStatus;
42479
+ }, viem0.ReadContractErrorType>>;
42480
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42481
42481
  promise: Promise<{
42482
42482
  exact: number;
42483
42483
  rounded: number | undefined;
42484
42484
  sqrtPriceX96: bigint;
42485
42485
  }>;
42486
- queryKey: _tanstack_query_core77.QueryKey;
42486
+ queryKey: _tanstack_query_core23.QueryKey;
42487
42487
  exact: number | undefined;
42488
42488
  rounded: number | undefined;
42489
42489
  sqrtPriceX96: bigint | undefined;
@@ -42499,7 +42499,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42499
42499
  dataUpdatedAt: number;
42500
42500
  errorUpdatedAt: number;
42501
42501
  failureCount: number;
42502
- failureReason: viem184.ReadContractErrorType | null;
42502
+ failureReason: viem0.ReadContractErrorType | null;
42503
42503
  errorUpdateCount: number;
42504
42504
  isFetched: boolean;
42505
42505
  isFetchedAfterMount: boolean;
@@ -42510,18 +42510,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42510
42510
  isRefetching: boolean;
42511
42511
  isStale: boolean;
42512
42512
  isEnabled: boolean;
42513
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42513
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42514
42514
  exact: number;
42515
42515
  rounded: number | undefined;
42516
42516
  sqrtPriceX96: bigint;
42517
- }, viem184.ReadContractErrorType>>;
42518
- fetchStatus: _tanstack_query_core77.FetchStatus;
42517
+ }, viem0.ReadContractErrorType>>;
42518
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42519
42519
  promise: Promise<{
42520
42520
  exact: number;
42521
42521
  rounded: number | undefined;
42522
42522
  sqrtPriceX96: bigint;
42523
42523
  }>;
42524
- queryKey: _tanstack_query_core77.QueryKey;
42524
+ queryKey: _tanstack_query_core23.QueryKey;
42525
42525
  exact: number | undefined;
42526
42526
  rounded: number | undefined;
42527
42527
  sqrtPriceX96: bigint | undefined;
@@ -42538,7 +42538,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42538
42538
  dataUpdatedAt: number;
42539
42539
  errorUpdatedAt: number;
42540
42540
  failureCount: number;
42541
- failureReason: viem184.ReadContractErrorType | null;
42541
+ failureReason: viem0.ReadContractErrorType | null;
42542
42542
  errorUpdateCount: number;
42543
42543
  isFetched: boolean;
42544
42544
  isFetchedAfterMount: boolean;
@@ -42548,18 +42548,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42548
42548
  isRefetching: boolean;
42549
42549
  isStale: boolean;
42550
42550
  isEnabled: boolean;
42551
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<{
42551
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
42552
42552
  exact: number;
42553
42553
  rounded: number | undefined;
42554
42554
  sqrtPriceX96: bigint;
42555
- }, viem184.ReadContractErrorType>>;
42556
- fetchStatus: _tanstack_query_core77.FetchStatus;
42555
+ }, viem0.ReadContractErrorType>>;
42556
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42557
42557
  promise: Promise<{
42558
42558
  exact: number;
42559
42559
  rounded: number | undefined;
42560
42560
  sqrtPriceX96: bigint;
42561
42561
  }>;
42562
- queryKey: _tanstack_query_core77.QueryKey;
42562
+ queryKey: _tanstack_query_core23.QueryKey;
42563
42563
  exact: number | undefined;
42564
42564
  rounded: number | undefined;
42565
42565
  sqrtPriceX96: bigint | undefined;
@@ -42593,7 +42593,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
42593
42593
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
42594
42594
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
42595
42595
  declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42596
- error: viem184.ReadContractErrorType;
42596
+ error: viem0.ReadContractErrorType;
42597
42597
  isError: true;
42598
42598
  isPending: false;
42599
42599
  isLoading: false;
@@ -42605,7 +42605,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42605
42605
  dataUpdatedAt: number;
42606
42606
  errorUpdatedAt: number;
42607
42607
  failureCount: number;
42608
- failureReason: viem184.ReadContractErrorType | null;
42608
+ failureReason: viem0.ReadContractErrorType | null;
42609
42609
  errorUpdateCount: number;
42610
42610
  isFetched: boolean;
42611
42611
  isFetchedAfterMount: boolean;
@@ -42615,7 +42615,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42615
42615
  isRefetching: boolean;
42616
42616
  isStale: boolean;
42617
42617
  isEnabled: boolean;
42618
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly {
42618
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
42619
42619
  tickLower: number;
42620
42620
  tickUpper: number;
42621
42621
  prevTickLower: number;
@@ -42625,8 +42625,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42625
42625
  totalAmount1: bigint;
42626
42626
  borrowedAmount0: bigint;
42627
42627
  borrowedAmount1: bigint;
42628
- }[], viem184.ReadContractErrorType>>;
42629
- fetchStatus: _tanstack_query_core77.FetchStatus;
42628
+ }[], viem0.ReadContractErrorType>>;
42629
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42630
42630
  promise: Promise<readonly {
42631
42631
  tickLower: number;
42632
42632
  tickUpper: number;
@@ -42638,7 +42638,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42638
42638
  borrowedAmount0: bigint;
42639
42639
  borrowedAmount1: bigint;
42640
42640
  }[]>;
42641
- queryKey: _tanstack_query_core77.QueryKey;
42641
+ queryKey: _tanstack_query_core23.QueryKey;
42642
42642
  data: readonly {
42643
42643
  tickLower: number;
42644
42644
  tickUpper: number;
@@ -42663,7 +42663,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42663
42663
  dataUpdatedAt: number;
42664
42664
  errorUpdatedAt: number;
42665
42665
  failureCount: number;
42666
- failureReason: viem184.ReadContractErrorType | null;
42666
+ failureReason: viem0.ReadContractErrorType | null;
42667
42667
  errorUpdateCount: number;
42668
42668
  isFetched: boolean;
42669
42669
  isFetchedAfterMount: boolean;
@@ -42673,7 +42673,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42673
42673
  isRefetching: boolean;
42674
42674
  isStale: boolean;
42675
42675
  isEnabled: boolean;
42676
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly {
42676
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
42677
42677
  tickLower: number;
42678
42678
  tickUpper: number;
42679
42679
  prevTickLower: number;
@@ -42683,8 +42683,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42683
42683
  totalAmount1: bigint;
42684
42684
  borrowedAmount0: bigint;
42685
42685
  borrowedAmount1: bigint;
42686
- }[], viem184.ReadContractErrorType>>;
42687
- fetchStatus: _tanstack_query_core77.FetchStatus;
42686
+ }[], viem0.ReadContractErrorType>>;
42687
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42688
42688
  promise: Promise<readonly {
42689
42689
  tickLower: number;
42690
42690
  tickUpper: number;
@@ -42696,7 +42696,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42696
42696
  borrowedAmount0: bigint;
42697
42697
  borrowedAmount1: bigint;
42698
42698
  }[]>;
42699
- queryKey: _tanstack_query_core77.QueryKey;
42699
+ queryKey: _tanstack_query_core23.QueryKey;
42700
42700
  data: readonly {
42701
42701
  tickLower: number;
42702
42702
  tickUpper: number;
@@ -42709,7 +42709,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42709
42709
  borrowedAmount1: bigint;
42710
42710
  }[];
42711
42711
  } | {
42712
- error: viem184.ReadContractErrorType;
42712
+ error: viem0.ReadContractErrorType;
42713
42713
  isError: true;
42714
42714
  isPending: false;
42715
42715
  isLoading: false;
@@ -42721,7 +42721,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42721
42721
  dataUpdatedAt: number;
42722
42722
  errorUpdatedAt: number;
42723
42723
  failureCount: number;
42724
- failureReason: viem184.ReadContractErrorType | null;
42724
+ failureReason: viem0.ReadContractErrorType | null;
42725
42725
  errorUpdateCount: number;
42726
42726
  isFetched: boolean;
42727
42727
  isFetchedAfterMount: boolean;
@@ -42731,7 +42731,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42731
42731
  isRefetching: boolean;
42732
42732
  isStale: boolean;
42733
42733
  isEnabled: boolean;
42734
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly {
42734
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
42735
42735
  tickLower: number;
42736
42736
  tickUpper: number;
42737
42737
  prevTickLower: number;
@@ -42741,8 +42741,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42741
42741
  totalAmount1: bigint;
42742
42742
  borrowedAmount0: bigint;
42743
42743
  borrowedAmount1: bigint;
42744
- }[], viem184.ReadContractErrorType>>;
42745
- fetchStatus: _tanstack_query_core77.FetchStatus;
42744
+ }[], viem0.ReadContractErrorType>>;
42745
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42746
42746
  promise: Promise<readonly {
42747
42747
  tickLower: number;
42748
42748
  tickUpper: number;
@@ -42754,7 +42754,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42754
42754
  borrowedAmount0: bigint;
42755
42755
  borrowedAmount1: bigint;
42756
42756
  }[]>;
42757
- queryKey: _tanstack_query_core77.QueryKey;
42757
+ queryKey: _tanstack_query_core23.QueryKey;
42758
42758
  data: readonly {
42759
42759
  tickLower: number;
42760
42760
  tickUpper: number;
@@ -42779,7 +42779,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42779
42779
  dataUpdatedAt: number;
42780
42780
  errorUpdatedAt: number;
42781
42781
  failureCount: number;
42782
- failureReason: viem184.ReadContractErrorType | null;
42782
+ failureReason: viem0.ReadContractErrorType | null;
42783
42783
  errorUpdateCount: number;
42784
42784
  isFetched: boolean;
42785
42785
  isFetchedAfterMount: boolean;
@@ -42789,7 +42789,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42789
42789
  isRefetching: boolean;
42790
42790
  isStale: boolean;
42791
42791
  isEnabled: boolean;
42792
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly {
42792
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
42793
42793
  tickLower: number;
42794
42794
  tickUpper: number;
42795
42795
  prevTickLower: number;
@@ -42799,8 +42799,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42799
42799
  totalAmount1: bigint;
42800
42800
  borrowedAmount0: bigint;
42801
42801
  borrowedAmount1: bigint;
42802
- }[], viem184.ReadContractErrorType>>;
42803
- fetchStatus: _tanstack_query_core77.FetchStatus;
42802
+ }[], viem0.ReadContractErrorType>>;
42803
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42804
42804
  promise: Promise<readonly {
42805
42805
  tickLower: number;
42806
42806
  tickUpper: number;
@@ -42812,7 +42812,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42812
42812
  borrowedAmount0: bigint;
42813
42813
  borrowedAmount1: bigint;
42814
42814
  }[]>;
42815
- queryKey: _tanstack_query_core77.QueryKey;
42815
+ queryKey: _tanstack_query_core23.QueryKey;
42816
42816
  data: readonly {
42817
42817
  tickLower: number;
42818
42818
  tickUpper: number;
@@ -42836,7 +42836,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42836
42836
  dataUpdatedAt: number;
42837
42837
  errorUpdatedAt: number;
42838
42838
  failureCount: number;
42839
- failureReason: viem184.ReadContractErrorType | null;
42839
+ failureReason: viem0.ReadContractErrorType | null;
42840
42840
  errorUpdateCount: number;
42841
42841
  isFetched: boolean;
42842
42842
  isFetchedAfterMount: boolean;
@@ -42847,7 +42847,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42847
42847
  isRefetching: boolean;
42848
42848
  isStale: boolean;
42849
42849
  isEnabled: boolean;
42850
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly {
42850
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
42851
42851
  tickLower: number;
42852
42852
  tickUpper: number;
42853
42853
  prevTickLower: number;
@@ -42857,8 +42857,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42857
42857
  totalAmount1: bigint;
42858
42858
  borrowedAmount0: bigint;
42859
42859
  borrowedAmount1: bigint;
42860
- }[], viem184.ReadContractErrorType>>;
42861
- fetchStatus: _tanstack_query_core77.FetchStatus;
42860
+ }[], viem0.ReadContractErrorType>>;
42861
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42862
42862
  promise: Promise<readonly {
42863
42863
  tickLower: number;
42864
42864
  tickUpper: number;
@@ -42870,7 +42870,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42870
42870
  borrowedAmount0: bigint;
42871
42871
  borrowedAmount1: bigint;
42872
42872
  }[]>;
42873
- queryKey: _tanstack_query_core77.QueryKey;
42873
+ queryKey: _tanstack_query_core23.QueryKey;
42874
42874
  data: readonly {
42875
42875
  tickLower: number;
42876
42876
  tickUpper: number;
@@ -42895,7 +42895,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42895
42895
  dataUpdatedAt: number;
42896
42896
  errorUpdatedAt: number;
42897
42897
  failureCount: number;
42898
- failureReason: viem184.ReadContractErrorType | null;
42898
+ failureReason: viem0.ReadContractErrorType | null;
42899
42899
  errorUpdateCount: number;
42900
42900
  isFetched: boolean;
42901
42901
  isFetchedAfterMount: boolean;
@@ -42905,7 +42905,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42905
42905
  isRefetching: boolean;
42906
42906
  isStale: boolean;
42907
42907
  isEnabled: boolean;
42908
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly {
42908
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
42909
42909
  tickLower: number;
42910
42910
  tickUpper: number;
42911
42911
  prevTickLower: number;
@@ -42915,8 +42915,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42915
42915
  totalAmount1: bigint;
42916
42916
  borrowedAmount0: bigint;
42917
42917
  borrowedAmount1: bigint;
42918
- }[], viem184.ReadContractErrorType>>;
42919
- fetchStatus: _tanstack_query_core77.FetchStatus;
42918
+ }[], viem0.ReadContractErrorType>>;
42919
+ fetchStatus: _tanstack_query_core23.FetchStatus;
42920
42920
  promise: Promise<readonly {
42921
42921
  tickLower: number;
42922
42922
  tickUpper: number;
@@ -42928,7 +42928,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42928
42928
  borrowedAmount0: bigint;
42929
42929
  borrowedAmount1: bigint;
42930
42930
  }[]>;
42931
- queryKey: _tanstack_query_core77.QueryKey;
42931
+ queryKey: _tanstack_query_core23.QueryKey;
42932
42932
  data: readonly {
42933
42933
  tickLower: number;
42934
42934
  tickUpper: number;
@@ -42986,7 +42986,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
42986
42986
  borrowed0: Amount;
42987
42987
  borrowed1: Amount;
42988
42988
  blocksCount: bigint;
42989
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem184.ReadContractErrorType>>;
42989
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
42990
42990
  };
42991
42991
  //#endregion
42992
42992
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -42999,7 +42999,7 @@ declare const useTokenData: (tokenAddr?: Address) => Partial<NonUndefinedGuard<{
42999
42999
  //#endregion
43000
43000
  //#region src/hooks/tokens/useTokenBalance.d.ts
43001
43001
  declare const useTokenBalance: (token?: Address, user?: Address) => {
43002
- error: viem184.ReadContractErrorType;
43002
+ error: viem0.ReadContractErrorType;
43003
43003
  isError: true;
43004
43004
  isPending: false;
43005
43005
  isLoading: false;
@@ -43011,7 +43011,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43011
43011
  dataUpdatedAt: number;
43012
43012
  errorUpdatedAt: number;
43013
43013
  failureCount: number;
43014
- failureReason: viem184.ReadContractErrorType | null;
43014
+ failureReason: viem0.ReadContractErrorType | null;
43015
43015
  errorUpdateCount: number;
43016
43016
  isFetched: boolean;
43017
43017
  isFetchedAfterMount: boolean;
@@ -43021,10 +43021,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43021
43021
  isRefetching: boolean;
43022
43022
  isStale: boolean;
43023
43023
  isEnabled: boolean;
43024
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
43025
- fetchStatus: _tanstack_query_core77.FetchStatus;
43024
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43025
+ fetchStatus: _tanstack_query_core23.FetchStatus;
43026
43026
  promise: Promise<bigint>;
43027
- queryKey: _tanstack_query_core77.QueryKey;
43027
+ queryKey: _tanstack_query_core23.QueryKey;
43028
43028
  data: Amount | undefined;
43029
43029
  } | {
43030
43030
  error: null;
@@ -43039,7 +43039,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43039
43039
  dataUpdatedAt: number;
43040
43040
  errorUpdatedAt: number;
43041
43041
  failureCount: number;
43042
- failureReason: viem184.ReadContractErrorType | null;
43042
+ failureReason: viem0.ReadContractErrorType | null;
43043
43043
  errorUpdateCount: number;
43044
43044
  isFetched: boolean;
43045
43045
  isFetchedAfterMount: boolean;
@@ -43049,13 +43049,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43049
43049
  isRefetching: boolean;
43050
43050
  isStale: boolean;
43051
43051
  isEnabled: boolean;
43052
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
43053
- fetchStatus: _tanstack_query_core77.FetchStatus;
43052
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43053
+ fetchStatus: _tanstack_query_core23.FetchStatus;
43054
43054
  promise: Promise<bigint>;
43055
- queryKey: _tanstack_query_core77.QueryKey;
43055
+ queryKey: _tanstack_query_core23.QueryKey;
43056
43056
  data: Amount | undefined;
43057
43057
  } | {
43058
- error: viem184.ReadContractErrorType;
43058
+ error: viem0.ReadContractErrorType;
43059
43059
  isError: true;
43060
43060
  isPending: false;
43061
43061
  isLoading: false;
@@ -43067,7 +43067,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43067
43067
  dataUpdatedAt: number;
43068
43068
  errorUpdatedAt: number;
43069
43069
  failureCount: number;
43070
- failureReason: viem184.ReadContractErrorType | null;
43070
+ failureReason: viem0.ReadContractErrorType | null;
43071
43071
  errorUpdateCount: number;
43072
43072
  isFetched: boolean;
43073
43073
  isFetchedAfterMount: boolean;
@@ -43077,10 +43077,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43077
43077
  isRefetching: boolean;
43078
43078
  isStale: boolean;
43079
43079
  isEnabled: boolean;
43080
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
43081
- fetchStatus: _tanstack_query_core77.FetchStatus;
43080
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43081
+ fetchStatus: _tanstack_query_core23.FetchStatus;
43082
43082
  promise: Promise<bigint>;
43083
- queryKey: _tanstack_query_core77.QueryKey;
43083
+ queryKey: _tanstack_query_core23.QueryKey;
43084
43084
  data: Amount | undefined;
43085
43085
  } | {
43086
43086
  error: null;
@@ -43095,7 +43095,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43095
43095
  dataUpdatedAt: number;
43096
43096
  errorUpdatedAt: number;
43097
43097
  failureCount: number;
43098
- failureReason: viem184.ReadContractErrorType | null;
43098
+ failureReason: viem0.ReadContractErrorType | null;
43099
43099
  errorUpdateCount: number;
43100
43100
  isFetched: boolean;
43101
43101
  isFetchedAfterMount: boolean;
@@ -43105,10 +43105,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43105
43105
  isRefetching: boolean;
43106
43106
  isStale: boolean;
43107
43107
  isEnabled: boolean;
43108
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
43109
- fetchStatus: _tanstack_query_core77.FetchStatus;
43108
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43109
+ fetchStatus: _tanstack_query_core23.FetchStatus;
43110
43110
  promise: Promise<bigint>;
43111
- queryKey: _tanstack_query_core77.QueryKey;
43111
+ queryKey: _tanstack_query_core23.QueryKey;
43112
43112
  data: Amount | undefined;
43113
43113
  } | {
43114
43114
  error: null;
@@ -43122,7 +43122,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43122
43122
  dataUpdatedAt: number;
43123
43123
  errorUpdatedAt: number;
43124
43124
  failureCount: number;
43125
- failureReason: viem184.ReadContractErrorType | null;
43125
+ failureReason: viem0.ReadContractErrorType | null;
43126
43126
  errorUpdateCount: number;
43127
43127
  isFetched: boolean;
43128
43128
  isFetchedAfterMount: boolean;
@@ -43133,10 +43133,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43133
43133
  isRefetching: boolean;
43134
43134
  isStale: boolean;
43135
43135
  isEnabled: boolean;
43136
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
43137
- fetchStatus: _tanstack_query_core77.FetchStatus;
43136
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43137
+ fetchStatus: _tanstack_query_core23.FetchStatus;
43138
43138
  promise: Promise<bigint>;
43139
- queryKey: _tanstack_query_core77.QueryKey;
43139
+ queryKey: _tanstack_query_core23.QueryKey;
43140
43140
  data: Amount | undefined;
43141
43141
  } | {
43142
43142
  isError: false;
@@ -43151,7 +43151,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43151
43151
  dataUpdatedAt: number;
43152
43152
  errorUpdatedAt: number;
43153
43153
  failureCount: number;
43154
- failureReason: viem184.ReadContractErrorType | null;
43154
+ failureReason: viem0.ReadContractErrorType | null;
43155
43155
  errorUpdateCount: number;
43156
43156
  isFetched: boolean;
43157
43157
  isFetchedAfterMount: boolean;
@@ -43161,10 +43161,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43161
43161
  isRefetching: boolean;
43162
43162
  isStale: boolean;
43163
43163
  isEnabled: boolean;
43164
- refetch: (options?: _tanstack_query_core77.RefetchOptions) => Promise<_tanstack_query_core77.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
43165
- fetchStatus: _tanstack_query_core77.FetchStatus;
43164
+ refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43165
+ fetchStatus: _tanstack_query_core23.FetchStatus;
43166
43166
  promise: Promise<bigint>;
43167
- queryKey: _tanstack_query_core77.QueryKey;
43167
+ queryKey: _tanstack_query_core23.QueryKey;
43168
43168
  data: Amount | undefined;
43169
43169
  };
43170
43170
  //#endregion
@@ -43181,7 +43181,7 @@ declare const useApproval: () => {
43181
43181
  declare const useLens: () => {
43182
43182
  timelockLens: {
43183
43183
  read: {
43184
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
43184
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43185
43185
  readonly type: "function";
43186
43186
  readonly name: "batchGetRefTick";
43187
43187
  readonly inputs: readonly [{
@@ -43882,7 +43882,7 @@ declare const useLens: () => {
43882
43882
  }];
43883
43883
  readonly stateMutability: "view";
43884
43884
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
43885
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
43885
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43886
43886
  readonly type: "function";
43887
43887
  readonly name: "batchGetRefTick";
43888
43888
  readonly inputs: readonly [{
@@ -44593,7 +44593,7 @@ declare const useLens: () => {
44593
44593
  borrowedAmount0: bigint;
44594
44594
  borrowedAmount1: bigint;
44595
44595
  }[]>;
44596
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
44596
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44597
44597
  readonly type: "function";
44598
44598
  readonly name: "batchGetRefTick";
44599
44599
  readonly inputs: readonly [{
@@ -45304,7 +45304,7 @@ declare const useLens: () => {
45304
45304
  expiresAt: number;
45305
45305
  liquidities: readonly bigint[];
45306
45306
  }[], bigint, boolean]>;
45307
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
45307
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45308
45308
  readonly type: "function";
45309
45309
  readonly name: "batchGetRefTick";
45310
45310
  readonly inputs: readonly [{
@@ -46005,7 +46005,7 @@ declare const useLens: () => {
46005
46005
  }];
46006
46006
  readonly stateMutability: "view";
46007
46007
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
46008
- getMarketData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
46008
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46009
46009
  readonly type: "function";
46010
46010
  readonly name: "batchGetRefTick";
46011
46011
  readonly inputs: readonly [{
@@ -46726,7 +46726,7 @@ declare const useLens: () => {
46726
46726
  payoutAssetName: string;
46727
46727
  optionsCount: bigint;
46728
46728
  }>;
46729
- getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
46729
+ getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46730
46730
  readonly type: "function";
46731
46731
  readonly name: "batchGetRefTick";
46732
46732
  readonly inputs: readonly [{
@@ -47427,7 +47427,7 @@ declare const useLens: () => {
47427
47427
  }];
47428
47428
  readonly stateMutability: "view";
47429
47429
  }], "getMaxATMSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
47430
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
47430
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
47431
47431
  readonly type: "function";
47432
47432
  readonly name: "batchGetRefTick";
47433
47433
  readonly inputs: readonly [{
@@ -48128,7 +48128,7 @@ declare const useLens: () => {
48128
48128
  }];
48129
48129
  readonly stateMutability: "view";
48130
48130
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
48131
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
48131
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
48132
48132
  readonly type: "function";
48133
48133
  readonly name: "batchGetRefTick";
48134
48134
  readonly inputs: readonly [{
@@ -48829,7 +48829,7 @@ declare const useLens: () => {
48829
48829
  }];
48830
48830
  readonly stateMutability: "view";
48831
48831
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
48832
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
48832
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
48833
48833
  readonly type: "function";
48834
48834
  readonly name: "batchGetRefTick";
48835
48835
  readonly inputs: readonly [{
@@ -49540,7 +49540,7 @@ declare const useLens: () => {
49540
49540
  expiresAt: number;
49541
49541
  liquidities: readonly bigint[];
49542
49542
  }>;
49543
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
49543
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
49544
49544
  readonly type: "function";
49545
49545
  readonly name: "batchGetRefTick";
49546
49546
  readonly inputs: readonly [{
@@ -50257,7 +50257,7 @@ declare const useLens: () => {
50257
50257
  fee: number;
50258
50258
  tickSpacing: number;
50259
50259
  hooks: `0x${string}`;
50260
- }], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
50260
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
50261
50261
  readonly type: "function";
50262
50262
  readonly name: "batchGetRefTick";
50263
50263
  readonly inputs: readonly [{
@@ -50975,7 +50975,7 @@ declare const useLens: () => {
50975
50975
  tickSpacing: number;
50976
50976
  fee: number;
50977
50977
  }>;
50978
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
50978
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
50979
50979
  readonly type: "function";
50980
50980
  readonly name: "batchGetRefTick";
50981
50981
  readonly inputs: readonly [{
@@ -51676,7 +51676,7 @@ declare const useLens: () => {
51676
51676
  }];
51677
51677
  readonly stateMutability: "view";
51678
51678
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
51679
- getTokenData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
51679
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
51680
51680
  readonly type: "function";
51681
51681
  readonly name: "batchGetRefTick";
51682
51682
  readonly inputs: readonly [{
@@ -52381,7 +52381,7 @@ declare const useLens: () => {
52381
52381
  symbol: string;
52382
52382
  name: string;
52383
52383
  }>;
52384
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
52384
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
52385
52385
  readonly type: "function";
52386
52386
  readonly name: "batchGetRefTick";
52387
52387
  readonly inputs: readonly [{
@@ -53092,7 +53092,7 @@ declare const useLens: () => {
53092
53092
  expiresAt: number;
53093
53093
  liquidities: readonly bigint[];
53094
53094
  }[], bigint, boolean]>;
53095
- getVaultData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
53095
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
53096
53096
  readonly type: "function";
53097
53097
  readonly name: "batchGetRefTick";
53098
53098
  readonly inputs: readonly [{
@@ -53802,7 +53802,7 @@ declare const useLens: () => {
53802
53802
  hooks: `0x${string}`;
53803
53803
  };
53804
53804
  }>;
53805
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
53805
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
53806
53806
  readonly type: "function";
53807
53807
  readonly name: "batchGetRefTick";
53808
53808
  readonly inputs: readonly [{
@@ -55209,7 +55209,7 @@ declare const useLens: () => {
55209
55209
  } | undefined;
55210
55210
  stateView: {
55211
55211
  read: {
55212
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
55212
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55213
55213
  readonly type: "function";
55214
55214
  readonly name: "getFeeGrowthGlobals";
55215
55215
  readonly inputs: readonly [{
@@ -56056,7 +56056,7 @@ declare const useLens: () => {
56056
56056
  fee: number;
56057
56057
  tickSpacing: number;
56058
56058
  hooks: `0x${string}`;
56059
- }], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
56059
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56060
56060
  readonly type: "function";
56061
56061
  readonly name: "getFeeGrowthGlobals";
56062
56062
  readonly inputs: readonly [{
@@ -56898,7 +56898,7 @@ declare const useLens: () => {
56898
56898
  tickSpacing: number;
56899
56899
  hooks: `0x${string}`;
56900
56900
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
56901
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
56901
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56902
56902
  readonly type: "function";
56903
56903
  readonly name: "getFeeGrowthGlobals";
56904
56904
  readonly inputs: readonly [{
@@ -57745,7 +57745,7 @@ declare const useLens: () => {
57745
57745
  fee: number;
57746
57746
  tickSpacing: number;
57747
57747
  hooks: `0x${string}`;
57748
- }, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
57748
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
57749
57749
  readonly type: "function";
57750
57750
  readonly name: "getFeeGrowthGlobals";
57751
57751
  readonly inputs: readonly [{
@@ -58587,7 +58587,7 @@ declare const useLens: () => {
58587
58587
  tickSpacing: number;
58588
58588
  hooks: `0x${string}`;
58589
58589
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
58590
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
58590
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58591
58591
  readonly type: "function";
58592
58592
  readonly name: "getFeeGrowthGlobals";
58593
58593
  readonly inputs: readonly [{
@@ -59434,7 +59434,7 @@ declare const useLens: () => {
59434
59434
  fee: number;
59435
59435
  tickSpacing: number;
59436
59436
  hooks: `0x${string}`;
59437
- }], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
59437
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59438
59438
  readonly type: "function";
59439
59439
  readonly name: "getFeeGrowthGlobals";
59440
59440
  readonly inputs: readonly [{
@@ -60276,7 +60276,7 @@ declare const useLens: () => {
60276
60276
  tickSpacing: number;
60277
60277
  hooks: `0x${string}`;
60278
60278
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
60279
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
60279
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60280
60280
  readonly type: "function";
60281
60281
  readonly name: "getFeeGrowthGlobals";
60282
60282
  readonly inputs: readonly [{
@@ -61123,7 +61123,7 @@ declare const useLens: () => {
61123
61123
  fee: number;
61124
61124
  tickSpacing: number;
61125
61125
  hooks: `0x${string}`;
61126
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
61126
+ }, `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 [{
61127
61127
  readonly type: "function";
61128
61128
  readonly name: "getFeeGrowthGlobals";
61129
61129
  readonly inputs: readonly [{
@@ -61976,7 +61976,7 @@ declare const useLens: () => {
61976
61976
  fee: number;
61977
61977
  tickSpacing: number;
61978
61978
  hooks: `0x${string}`;
61979
- }, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
61979
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61980
61980
  readonly type: "function";
61981
61981
  readonly name: "getFeeGrowthGlobals";
61982
61982
  readonly inputs: readonly [{
@@ -62829,7 +62829,7 @@ declare const useLens: () => {
62829
62829
  fee: number;
62830
62830
  tickSpacing: number;
62831
62831
  hooks: `0x${string}`;
62832
- }, `0x${string}`, number, number, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
62832
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
62833
62833
  readonly type: "function";
62834
62834
  readonly name: "getFeeGrowthGlobals";
62835
62835
  readonly inputs: readonly [{
@@ -63677,7 +63677,7 @@ declare const useLens: () => {
63677
63677
  tickSpacing: number;
63678
63678
  hooks: `0x${string}`;
63679
63679
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
63680
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
63680
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
63681
63681
  readonly type: "function";
63682
63682
  readonly name: "getFeeGrowthGlobals";
63683
63683
  readonly inputs: readonly [{
@@ -64524,7 +64524,7 @@ declare const useLens: () => {
64524
64524
  fee: number;
64525
64525
  tickSpacing: number;
64526
64526
  hooks: `0x${string}`;
64527
- }, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
64527
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
64528
64528
  readonly type: "function";
64529
64529
  readonly name: "getFeeGrowthGlobals";
64530
64530
  readonly inputs: readonly [{
@@ -65366,7 +65366,7 @@ declare const useLens: () => {
65366
65366
  tickSpacing: number;
65367
65367
  hooks: `0x${string}`;
65368
65368
  }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
65369
- getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
65369
+ getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65370
65370
  readonly type: "function";
65371
65371
  readonly name: "getFeeGrowthGlobals";
65372
65372
  readonly inputs: readonly [{
@@ -66213,7 +66213,7 @@ declare const useLens: () => {
66213
66213
  fee: number;
66214
66214
  tickSpacing: number;
66215
66215
  hooks: `0x${string}`;
66216
- }], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
66216
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
66217
66217
  readonly type: "function";
66218
66218
  readonly name: "getFeeGrowthGlobals";
66219
66219
  readonly inputs: readonly [{
@@ -67055,7 +67055,7 @@ declare const useLens: () => {
67055
67055
  tickSpacing: number;
67056
67056
  hooks: `0x${string}`;
67057
67057
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
67058
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
67058
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67059
67059
  readonly type: "function";
67060
67060
  readonly name: "getFeeGrowthGlobals";
67061
67061
  readonly inputs: readonly [{
@@ -67902,7 +67902,7 @@ declare const useLens: () => {
67902
67902
  fee: number;
67903
67903
  tickSpacing: number;
67904
67904
  hooks: `0x${string}`;
67905
- }, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
67905
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67906
67906
  readonly type: "function";
67907
67907
  readonly name: "getFeeGrowthGlobals";
67908
67908
  readonly inputs: readonly [{
@@ -68744,7 +68744,7 @@ declare const useLens: () => {
68744
68744
  tickSpacing: number;
68745
68745
  hooks: `0x${string}`;
68746
68746
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
68747
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
68747
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
68748
68748
  readonly type: "function";
68749
68749
  readonly name: "getFeeGrowthGlobals";
68750
68750
  readonly inputs: readonly [{
@@ -69591,7 +69591,7 @@ declare const useLens: () => {
69591
69591
  fee: number;
69592
69592
  tickSpacing: number;
69593
69593
  hooks: `0x${string}`;
69594
- }, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
69594
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69595
69595
  readonly type: "function";
69596
69596
  readonly name: "getFeeGrowthGlobals";
69597
69597
  readonly inputs: readonly [{
@@ -70433,7 +70433,7 @@ declare const useLens: () => {
70433
70433
  tickSpacing: number;
70434
70434
  hooks: `0x${string}`;
70435
70435
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
70436
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
70436
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
70437
70437
  readonly type: "function";
70438
70438
  readonly name: "getFeeGrowthGlobals";
70439
70439
  readonly inputs: readonly [{
@@ -71280,7 +71280,7 @@ declare const useLens: () => {
71280
71280
  fee: number;
71281
71281
  tickSpacing: number;
71282
71282
  hooks: `0x${string}`;
71283
- }, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
71283
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
71284
71284
  readonly type: "function";
71285
71285
  readonly name: "getFeeGrowthGlobals";
71286
71286
  readonly inputs: readonly [{
@@ -72122,7 +72122,7 @@ declare const useLens: () => {
72122
72122
  tickSpacing: number;
72123
72123
  hooks: `0x${string}`;
72124
72124
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
72125
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
72125
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72126
72126
  readonly type: "function";
72127
72127
  readonly name: "getFeeGrowthGlobals";
72128
72128
  readonly inputs: readonly [{
@@ -72969,7 +72969,7 @@ declare const useLens: () => {
72969
72969
  fee: number;
72970
72970
  tickSpacing: number;
72971
72971
  hooks: `0x${string}`;
72972
- }, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
72972
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72973
72973
  readonly type: "function";
72974
72974
  readonly name: "getFeeGrowthGlobals";
72975
72975
  readonly inputs: readonly [{
@@ -74653,4 +74653,4 @@ declare const useLens: () => {
74653
74653
  };
74654
74654
  //#endregion
74655
74655
  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, swappers 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, timelockLenses as Ut, PriceResolution as V, stateViews as Vt, useSetOperatorPerms as W, usePerpsOperator as X, useUserPerps as Y, useClosePerp as Z, useCurrentTick as _, unscaleAmount as _t, useTokenData as a, useOptionPremium as at, usePoolData 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, usePriceSqrtPriceX96 as g, scalePrice as gt, usePriceAtTick 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, PoolKey as v, unscalePrice as vt, PRICE_PRECISION as w, useMarketVolume as wt, useCurrentPrice as x, wrapPrice as xt, UniswapPoolData as y, wrapAmount as yt, PriceData as z, getTimelockLens as zt };
74656
- //# sourceMappingURL=client-C64SeTLH.d.cts.map
74656
+ //# sourceMappingURL=client-CP_QHL05.d.cts.map