timelock-sdk 0.0.121 → 0.0.122

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-DtacRMPz.cjs";
2
- import * as viem0 from "viem";
2
+ import * as viem148 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_core23 from "@tanstack/query-core";
9
+ import * as _tanstack_query_core0 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";
@@ -228,7 +228,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
228
228
  };
229
229
  declare const getErc20: (address: Address, client: Client) => {
230
230
  read: {
231
- symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
231
+ symbol: (options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
232
232
  readonly type: "constructor";
233
233
  readonly inputs: readonly [{
234
234
  readonly name: "name_";
@@ -407,7 +407,7 @@ declare const getErc20: (address: Address, client: Client) => {
407
407
  }];
408
408
  readonly stateMutability: "nonpayable";
409
409
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
410
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
410
+ name: (options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
411
411
  readonly type: "constructor";
412
412
  readonly inputs: readonly [{
413
413
  readonly name: "name_";
@@ -585,8 +585,8 @@ declare const getErc20: (address: Address, client: Client) => {
585
585
  readonly internalType: "bool";
586
586
  }];
587
587
  readonly stateMutability: "nonpayable";
588
- }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
589
- balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
588
+ }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
589
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
590
590
  readonly type: "constructor";
591
591
  readonly inputs: readonly [{
592
592
  readonly name: "name_";
@@ -764,8 +764,8 @@ declare const getErc20: (address: Address, client: Client) => {
764
764
  readonly internalType: "bool";
765
765
  }];
766
766
  readonly stateMutability: "nonpayable";
767
- }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
768
- decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
767
+ }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
768
+ balanceOf: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
769
769
  readonly type: "constructor";
770
770
  readonly inputs: readonly [{
771
771
  readonly name: "name_";
@@ -943,8 +943,8 @@ declare const getErc20: (address: Address, client: Client) => {
943
943
  readonly internalType: "bool";
944
944
  }];
945
945
  readonly stateMutability: "nonpayable";
946
- }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
947
- name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
946
+ }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
947
+ decimals: (options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
948
948
  readonly type: "constructor";
949
949
  readonly inputs: readonly [{
950
950
  readonly name: "name_";
@@ -1122,8 +1122,8 @@ declare const getErc20: (address: Address, client: Client) => {
1122
1122
  readonly internalType: "bool";
1123
1123
  }];
1124
1124
  readonly stateMutability: "nonpayable";
1125
- }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1126
- totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1125
+ }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
1126
+ totalSupply: (options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
1127
1127
  readonly type: "constructor";
1128
1128
  readonly inputs: readonly [{
1129
1129
  readonly name: "name_";
@@ -1304,7 +1304,7 @@ declare const getErc20: (address: Address, client: Client) => {
1304
1304
  }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1305
1305
  };
1306
1306
  estimateGas: {
1307
- approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1307
+ approve: (args: readonly [`0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
1308
1308
  readonly type: "constructor";
1309
1309
  readonly inputs: readonly [{
1310
1310
  readonly name: "name_";
@@ -1482,8 +1482,8 @@ declare const getErc20: (address: Address, client: Client) => {
1482
1482
  readonly internalType: "bool";
1483
1483
  }];
1484
1484
  readonly stateMutability: "nonpayable";
1485
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1486
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1485
+ }], "approve", readonly [`0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
1486
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
1487
1487
  readonly type: "constructor";
1488
1488
  readonly inputs: readonly [{
1489
1489
  readonly name: "name_";
@@ -1661,8 +1661,8 @@ declare const getErc20: (address: Address, client: Client) => {
1661
1661
  readonly internalType: "bool";
1662
1662
  }];
1663
1663
  readonly stateMutability: "nonpayable";
1664
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1665
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1664
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
1665
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
1666
1666
  readonly type: "constructor";
1667
1667
  readonly inputs: readonly [{
1668
1668
  readonly name: "name_";
@@ -1840,8 +1840,8 @@ declare const getErc20: (address: Address, client: Client) => {
1840
1840
  readonly internalType: "bool";
1841
1841
  }];
1842
1842
  readonly stateMutability: "nonpayable";
1843
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1844
- transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1843
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
1844
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
1845
1845
  readonly type: "constructor";
1846
1846
  readonly inputs: readonly [{
1847
1847
  readonly name: "name_";
@@ -2019,8 +2019,8 @@ declare const getErc20: (address: Address, client: Client) => {
2019
2019
  readonly internalType: "bool";
2020
2020
  }];
2021
2021
  readonly stateMutability: "nonpayable";
2022
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2023
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2022
+ }], "transfer", readonly [`0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
2023
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
2024
2024
  readonly type: "constructor";
2025
2025
  readonly inputs: readonly [{
2026
2026
  readonly name: "name_";
@@ -2198,9 +2198,9 @@ declare const getErc20: (address: Address, client: Client) => {
2198
2198
  readonly internalType: "bool";
2199
2199
  }];
2200
2200
  readonly stateMutability: "nonpayable";
2201
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2201
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
2202
2202
  } & {
2203
- approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2203
+ approve: (args: readonly [`0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
2204
2204
  readonly type: "constructor";
2205
2205
  readonly inputs: readonly [{
2206
2206
  readonly name: "name_";
@@ -2378,8 +2378,8 @@ declare const getErc20: (address: Address, client: Client) => {
2378
2378
  readonly internalType: "bool";
2379
2379
  }];
2380
2380
  readonly stateMutability: "nonpayable";
2381
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2382
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2381
+ }], "approve", readonly [`0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
2382
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
2383
2383
  readonly type: "constructor";
2384
2384
  readonly inputs: readonly [{
2385
2385
  readonly name: "name_";
@@ -2557,8 +2557,8 @@ declare const getErc20: (address: Address, client: Client) => {
2557
2557
  readonly internalType: "bool";
2558
2558
  }];
2559
2559
  readonly stateMutability: "nonpayable";
2560
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2561
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2560
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
2561
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
2562
2562
  readonly type: "constructor";
2563
2563
  readonly inputs: readonly [{
2564
2564
  readonly name: "name_";
@@ -2736,8 +2736,8 @@ declare const getErc20: (address: Address, client: Client) => {
2736
2736
  readonly internalType: "bool";
2737
2737
  }];
2738
2738
  readonly stateMutability: "nonpayable";
2739
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2740
- transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2739
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
2740
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
2741
2741
  readonly type: "constructor";
2742
2742
  readonly inputs: readonly [{
2743
2743
  readonly name: "name_";
@@ -2915,8 +2915,8 @@ declare const getErc20: (address: Address, client: Client) => {
2915
2915
  readonly internalType: "bool";
2916
2916
  }];
2917
2917
  readonly stateMutability: "nonpayable";
2918
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2919
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2918
+ }], "transfer", readonly [`0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
2919
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem148.Prettify<viem148.UnionOmit<viem148.EstimateContractGasParameters<readonly [{
2920
2920
  readonly type: "constructor";
2921
2921
  readonly inputs: readonly [{
2922
2922
  readonly name: "name_";
@@ -3094,10 +3094,10 @@ declare const getErc20: (address: Address, client: Client) => {
3094
3094
  readonly internalType: "bool";
3095
3095
  }];
3096
3096
  readonly stateMutability: "nonpayable";
3097
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3097
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem148.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem148.EstimateContractGasReturnType>;
3098
3098
  };
3099
3099
  simulate: {
3100
- approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3100
+ approve: <chainOverride extends viem148.Chain | undefined = undefined, accountOverride extends viem148.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem148.SimulateContractParameters<readonly [{
3101
3101
  readonly type: "constructor";
3102
3102
  readonly inputs: readonly [{
3103
3103
  readonly name: "name_";
@@ -3275,7 +3275,7 @@ declare const getErc20: (address: Address, client: Client) => {
3275
3275
  readonly internalType: "bool";
3276
3276
  }];
3277
3277
  readonly stateMutability: "nonpayable";
3278
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3278
+ }], "approve", readonly [`0x${string}`, bigint], viem148.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem148.SimulateContractReturnType<readonly [{
3279
3279
  readonly type: "constructor";
3280
3280
  readonly inputs: readonly [{
3281
3281
  readonly name: "name_";
@@ -3453,8 +3453,8 @@ declare const getErc20: (address: Address, client: Client) => {
3453
3453
  readonly internalType: "bool";
3454
3454
  }];
3455
3455
  readonly stateMutability: "nonpayable";
3456
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3457
- decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3456
+ }], "approve", readonly [`0x${string}`, bigint], viem148.Chain | undefined, viem148.Account | undefined, chainOverride, accountOverride>>;
3457
+ decreaseAllowance: <chainOverride extends viem148.Chain | undefined = undefined, accountOverride extends viem148.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem148.SimulateContractParameters<readonly [{
3458
3458
  readonly type: "constructor";
3459
3459
  readonly inputs: readonly [{
3460
3460
  readonly name: "name_";
@@ -3632,7 +3632,7 @@ declare const getErc20: (address: Address, client: Client) => {
3632
3632
  readonly internalType: "bool";
3633
3633
  }];
3634
3634
  readonly stateMutability: "nonpayable";
3635
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3635
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem148.SimulateContractReturnType<readonly [{
3636
3636
  readonly type: "constructor";
3637
3637
  readonly inputs: readonly [{
3638
3638
  readonly name: "name_";
@@ -3810,8 +3810,8 @@ declare const getErc20: (address: Address, client: Client) => {
3810
3810
  readonly internalType: "bool";
3811
3811
  }];
3812
3812
  readonly stateMutability: "nonpayable";
3813
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3814
- increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3813
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined, viem148.Account | undefined, chainOverride, accountOverride>>;
3814
+ increaseAllowance: <chainOverride extends viem148.Chain | undefined = undefined, accountOverride extends viem148.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem148.SimulateContractParameters<readonly [{
3815
3815
  readonly type: "constructor";
3816
3816
  readonly inputs: readonly [{
3817
3817
  readonly name: "name_";
@@ -3989,7 +3989,7 @@ declare const getErc20: (address: Address, client: Client) => {
3989
3989
  readonly internalType: "bool";
3990
3990
  }];
3991
3991
  readonly stateMutability: "nonpayable";
3992
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3992
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem148.SimulateContractReturnType<readonly [{
3993
3993
  readonly type: "constructor";
3994
3994
  readonly inputs: readonly [{
3995
3995
  readonly name: "name_";
@@ -4167,8 +4167,8 @@ declare const getErc20: (address: Address, client: Client) => {
4167
4167
  readonly internalType: "bool";
4168
4168
  }];
4169
4169
  readonly stateMutability: "nonpayable";
4170
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4171
- transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4170
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined, viem148.Account | undefined, chainOverride, accountOverride>>;
4171
+ transfer: <chainOverride extends viem148.Chain | undefined = undefined, accountOverride extends viem148.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem148.SimulateContractParameters<readonly [{
4172
4172
  readonly type: "constructor";
4173
4173
  readonly inputs: readonly [{
4174
4174
  readonly name: "name_";
@@ -4346,7 +4346,7 @@ declare const getErc20: (address: Address, client: Client) => {
4346
4346
  readonly internalType: "bool";
4347
4347
  }];
4348
4348
  readonly stateMutability: "nonpayable";
4349
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4349
+ }], "transfer", readonly [`0x${string}`, bigint], viem148.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem148.SimulateContractReturnType<readonly [{
4350
4350
  readonly type: "constructor";
4351
4351
  readonly inputs: readonly [{
4352
4352
  readonly name: "name_";
@@ -4524,8 +4524,8 @@ declare const getErc20: (address: Address, client: Client) => {
4524
4524
  readonly internalType: "bool";
4525
4525
  }];
4526
4526
  readonly stateMutability: "nonpayable";
4527
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4528
- 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 [{
4527
+ }], "transfer", readonly [`0x${string}`, bigint], viem148.Chain | undefined, viem148.Account | undefined, chainOverride, accountOverride>>;
4528
+ transferFrom: <chainOverride extends viem148.Chain | undefined = undefined, accountOverride extends viem148.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem148.SimulateContractParameters<readonly [{
4529
4529
  readonly type: "constructor";
4530
4530
  readonly inputs: readonly [{
4531
4531
  readonly name: "name_";
@@ -4703,7 +4703,7 @@ declare const getErc20: (address: Address, client: Client) => {
4703
4703
  readonly internalType: "bool";
4704
4704
  }];
4705
4705
  readonly stateMutability: "nonpayable";
4706
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4706
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem148.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem148.SimulateContractReturnType<readonly [{
4707
4707
  readonly type: "constructor";
4708
4708
  readonly inputs: readonly [{
4709
4709
  readonly name: "name_";
@@ -4881,10 +4881,10 @@ declare const getErc20: (address: Address, client: Client) => {
4881
4881
  readonly internalType: "bool";
4882
4882
  }];
4883
4883
  readonly stateMutability: "nonpayable";
4884
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4884
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem148.Chain | undefined, viem148.Account | undefined, chainOverride, accountOverride>>;
4885
4885
  };
4886
4886
  write: {
4887
- approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4887
+ approve: <chainOverride extends viem148.Chain | undefined, options extends (viem148.UnionOmit<viem148.WriteContractParameters<readonly [{
4888
4888
  readonly type: "constructor";
4889
4889
  readonly inputs: readonly [{
4890
4890
  readonly name: "name_";
@@ -5062,8 +5062,8 @@ declare const getErc20: (address: Address, client: Client) => {
5062
5062
  readonly internalType: "bool";
5063
5063
  }];
5064
5064
  readonly stateMutability: "nonpayable";
5065
- }], "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>;
5066
- decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5065
+ }], "approve", readonly [`0x${string}`, bigint], viem148.Chain | undefined, viem148.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<viem148.WriteContractReturnType>;
5066
+ decreaseAllowance: <chainOverride extends viem148.Chain | undefined, options extends (viem148.UnionOmit<viem148.WriteContractParameters<readonly [{
5067
5067
  readonly type: "constructor";
5068
5068
  readonly inputs: readonly [{
5069
5069
  readonly name: "name_";
@@ -5241,8 +5241,8 @@ declare const getErc20: (address: Address, client: Client) => {
5241
5241
  readonly internalType: "bool";
5242
5242
  }];
5243
5243
  readonly stateMutability: "nonpayable";
5244
- }], "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>;
5245
- increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5244
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined, viem148.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<viem148.WriteContractReturnType>;
5245
+ increaseAllowance: <chainOverride extends viem148.Chain | undefined, options extends (viem148.UnionOmit<viem148.WriteContractParameters<readonly [{
5246
5246
  readonly type: "constructor";
5247
5247
  readonly inputs: readonly [{
5248
5248
  readonly name: "name_";
@@ -5420,8 +5420,8 @@ declare const getErc20: (address: Address, client: Client) => {
5420
5420
  readonly internalType: "bool";
5421
5421
  }];
5422
5422
  readonly stateMutability: "nonpayable";
5423
- }], "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>;
5424
- transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5423
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem148.Chain | undefined, viem148.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<viem148.WriteContractReturnType>;
5424
+ transfer: <chainOverride extends viem148.Chain | undefined, options extends (viem148.UnionOmit<viem148.WriteContractParameters<readonly [{
5425
5425
  readonly type: "constructor";
5426
5426
  readonly inputs: readonly [{
5427
5427
  readonly name: "name_";
@@ -5599,8 +5599,8 @@ declare const getErc20: (address: Address, client: Client) => {
5599
5599
  readonly internalType: "bool";
5600
5600
  }];
5601
5601
  readonly stateMutability: "nonpayable";
5602
- }], "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>;
5603
- transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5602
+ }], "transfer", readonly [`0x${string}`, bigint], viem148.Chain | undefined, viem148.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<viem148.WriteContractReturnType>;
5603
+ transferFrom: <chainOverride extends viem148.Chain | undefined, options extends (viem148.UnionOmit<viem148.WriteContractParameters<readonly [{
5604
5604
  readonly type: "constructor";
5605
5605
  readonly inputs: readonly [{
5606
5606
  readonly name: "name_";
@@ -5778,7 +5778,7 @@ declare const getErc20: (address: Address, client: Client) => {
5778
5778
  readonly internalType: "bool";
5779
5779
  }];
5780
5780
  readonly stateMutability: "nonpayable";
5781
- }], "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>;
5781
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem148.Chain | undefined, viem148.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<viem148.WriteContractReturnType>;
5782
5782
  };
5783
5783
  address: `0x${string}`;
5784
5784
  abi: readonly [{
@@ -5964,7 +5964,7 @@ declare const getErc20: (address: Address, client: Client) => {
5964
5964
  declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
5965
5965
  declare const getUniswapMathLens: (client: Client | PublicClient) => {
5966
5966
  read: {
5967
- batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
5967
+ batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
5968
5968
  readonly type: "function";
5969
5969
  readonly name: "batchGetAmount0ForLiquidity";
5970
5970
  readonly inputs: readonly [{
@@ -6585,7 +6585,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
6585
6585
  }];
6586
6586
  readonly stateMutability: "pure";
6587
6587
  }], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
6588
- batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6588
+ batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
6589
6589
  readonly type: "function";
6590
6590
  readonly name: "batchGetAmount0ForLiquidity";
6591
6591
  readonly inputs: readonly [{
@@ -7206,7 +7206,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
7206
7206
  }];
7207
7207
  readonly stateMutability: "pure";
7208
7208
  }], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
7209
- batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7209
+ batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
7210
7210
  readonly type: "function";
7211
7211
  readonly name: "batchGetAmount0ForLiquidity";
7212
7212
  readonly inputs: readonly [{
@@ -7827,7 +7827,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
7827
7827
  }];
7828
7828
  readonly stateMutability: "pure";
7829
7829
  }], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
7830
- batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7830
+ batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
7831
7831
  readonly type: "function";
7832
7832
  readonly name: "batchGetAmount0ForLiquidity";
7833
7833
  readonly inputs: readonly [{
@@ -8448,7 +8448,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
8448
8448
  }];
8449
8449
  readonly stateMutability: "pure";
8450
8450
  }], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
8451
- batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8451
+ batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
8452
8452
  readonly type: "function";
8453
8453
  readonly name: "batchGetAmount0ForLiquidity";
8454
8454
  readonly inputs: readonly [{
@@ -9069,7 +9069,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
9069
9069
  }];
9070
9070
  readonly stateMutability: "pure";
9071
9071
  }], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
9072
- batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9072
+ batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
9073
9073
  readonly type: "function";
9074
9074
  readonly name: "batchGetAmount0ForLiquidity";
9075
9075
  readonly inputs: readonly [{
@@ -9690,7 +9690,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
9690
9690
  }];
9691
9691
  readonly stateMutability: "pure";
9692
9692
  }], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
9693
- batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9693
+ batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
9694
9694
  readonly type: "function";
9695
9695
  readonly name: "batchGetAmount0ForLiquidity";
9696
9696
  readonly inputs: readonly [{
@@ -10311,7 +10311,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
10311
10311
  }];
10312
10312
  readonly stateMutability: "pure";
10313
10313
  }], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
10314
- batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10314
+ batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
10315
10315
  readonly type: "function";
10316
10316
  readonly name: "batchGetAmount0ForLiquidity";
10317
10317
  readonly inputs: readonly [{
@@ -10932,7 +10932,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
10932
10932
  }];
10933
10933
  readonly stateMutability: "pure";
10934
10934
  }], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
10935
- batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10935
+ batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
10936
10936
  readonly type: "function";
10937
10937
  readonly name: "batchGetAmount0ForLiquidity";
10938
10938
  readonly inputs: readonly [{
@@ -11553,7 +11553,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
11553
11553
  }];
11554
11554
  readonly stateMutability: "pure";
11555
11555
  }], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
11556
- batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11556
+ batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
11557
11557
  readonly type: "function";
11558
11558
  readonly name: "batchGetAmount0ForLiquidity";
11559
11559
  readonly inputs: readonly [{
@@ -12174,7 +12174,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
12174
12174
  }];
12175
12175
  readonly stateMutability: "pure";
12176
12176
  }], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
12177
- batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12177
+ batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
12178
12178
  readonly type: "function";
12179
12179
  readonly name: "batchGetAmount0ForLiquidity";
12180
12180
  readonly inputs: readonly [{
@@ -12795,7 +12795,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
12795
12795
  }];
12796
12796
  readonly stateMutability: "pure";
12797
12797
  }], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
12798
- batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12798
+ batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
12799
12799
  readonly type: "function";
12800
12800
  readonly name: "batchGetAmount0ForLiquidity";
12801
12801
  readonly inputs: readonly [{
@@ -13416,7 +13416,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
13416
13416
  }];
13417
13417
  readonly stateMutability: "pure";
13418
13418
  }], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
13419
- batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13419
+ batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
13420
13420
  readonly type: "function";
13421
13421
  readonly name: "batchGetAmount0ForLiquidity";
13422
13422
  readonly inputs: readonly [{
@@ -14037,7 +14037,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
14037
14037
  }];
14038
14038
  readonly stateMutability: "pure";
14039
14039
  }], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
14040
- getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14040
+ getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
14041
14041
  readonly type: "function";
14042
14042
  readonly name: "batchGetAmount0ForLiquidity";
14043
14043
  readonly inputs: readonly [{
@@ -14658,7 +14658,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
14658
14658
  }];
14659
14659
  readonly stateMutability: "pure";
14660
14660
  }], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
14661
- getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14661
+ getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
14662
14662
  readonly type: "function";
14663
14663
  readonly name: "batchGetAmount0ForLiquidity";
14664
14664
  readonly inputs: readonly [{
@@ -15279,7 +15279,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
15279
15279
  }];
15280
15280
  readonly stateMutability: "pure";
15281
15281
  }], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
15282
- getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15282
+ getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
15283
15283
  readonly type: "function";
15284
15284
  readonly name: "batchGetAmount0ForLiquidity";
15285
15285
  readonly inputs: readonly [{
@@ -15900,7 +15900,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
15900
15900
  }];
15901
15901
  readonly stateMutability: "pure";
15902
15902
  }], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
15903
- getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15903
+ getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
15904
15904
  readonly type: "function";
15905
15905
  readonly name: "batchGetAmount0ForLiquidity";
15906
15906
  readonly inputs: readonly [{
@@ -16521,7 +16521,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
16521
16521
  }];
16522
16522
  readonly stateMutability: "pure";
16523
16523
  }], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
16524
- getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16524
+ getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
16525
16525
  readonly type: "function";
16526
16526
  readonly name: "batchGetAmount0ForLiquidity";
16527
16527
  readonly inputs: readonly [{
@@ -17142,7 +17142,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
17142
17142
  }];
17143
17143
  readonly stateMutability: "pure";
17144
17144
  }], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
17145
- getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17145
+ getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
17146
17146
  readonly type: "function";
17147
17147
  readonly name: "batchGetAmount0ForLiquidity";
17148
17148
  readonly inputs: readonly [{
@@ -17763,7 +17763,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
17763
17763
  }];
17764
17764
  readonly stateMutability: "pure";
17765
17765
  }], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
17766
- getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17766
+ getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
17767
17767
  readonly type: "function";
17768
17768
  readonly name: "batchGetAmount0ForLiquidity";
17769
17769
  readonly inputs: readonly [{
@@ -18384,7 +18384,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
18384
18384
  }];
18385
18385
  readonly stateMutability: "pure";
18386
18386
  }], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
18387
- getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18387
+ getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
18388
18388
  readonly type: "function";
18389
18389
  readonly name: "batchGetAmount0ForLiquidity";
18390
18390
  readonly inputs: readonly [{
@@ -19005,7 +19005,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
19005
19005
  }];
19006
19006
  readonly stateMutability: "pure";
19007
19007
  }], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
19008
- getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19008
+ getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
19009
19009
  readonly type: "function";
19010
19010
  readonly name: "batchGetAmount0ForLiquidity";
19011
19011
  readonly inputs: readonly [{
@@ -19626,7 +19626,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
19626
19626
  }];
19627
19627
  readonly stateMutability: "pure";
19628
19628
  }], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
19629
- getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19629
+ getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
19630
19630
  readonly type: "function";
19631
19631
  readonly name: "batchGetAmount0ForLiquidity";
19632
19632
  readonly inputs: readonly [{
@@ -20247,7 +20247,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
20247
20247
  }];
20248
20248
  readonly stateMutability: "pure";
20249
20249
  }], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
20250
- getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20250
+ getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
20251
20251
  readonly type: "function";
20252
20252
  readonly name: "batchGetAmount0ForLiquidity";
20253
20253
  readonly inputs: readonly [{
@@ -20868,7 +20868,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
20868
20868
  }];
20869
20869
  readonly stateMutability: "pure";
20870
20870
  }], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
20871
- getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20871
+ getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
20872
20872
  readonly type: "function";
20873
20873
  readonly name: "batchGetAmount0ForLiquidity";
20874
20874
  readonly inputs: readonly [{
@@ -21489,7 +21489,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
21489
21489
  }];
21490
21490
  readonly stateMutability: "pure";
21491
21491
  }], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
21492
- getPriceAtTick: (args: readonly [number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21492
+ getPriceAtTick: (args: readonly [number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
21493
21493
  readonly type: "function";
21494
21494
  readonly name: "batchGetAmount0ForLiquidity";
21495
21495
  readonly inputs: readonly [{
@@ -22736,7 +22736,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
22736
22736
  };
22737
22737
  declare const getTimelockLens: (client: Client | PublicClient) => {
22738
22738
  read: {
22739
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22739
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
22740
22740
  readonly type: "function";
22741
22741
  readonly name: "batchGetRefTick";
22742
22742
  readonly inputs: readonly [{
@@ -23325,7 +23325,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23325
23325
  }];
23326
23326
  readonly stateMutability: "view";
23327
23327
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
23328
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23328
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
23329
23329
  readonly type: "function";
23330
23330
  readonly name: "batchGetRefTick";
23331
23331
  readonly inputs: readonly [{
@@ -23924,7 +23924,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23924
23924
  borrowedAmount0: bigint;
23925
23925
  borrowedAmount1: bigint;
23926
23926
  }[]>;
23927
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23927
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
23928
23928
  readonly type: "function";
23929
23929
  readonly name: "batchGetRefTick";
23930
23930
  readonly inputs: readonly [{
@@ -24523,7 +24523,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
24523
24523
  expiresAt: number;
24524
24524
  liquidities: readonly bigint[];
24525
24525
  }[], bigint, boolean]>;
24526
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
24526
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
24527
24527
  readonly type: "function";
24528
24528
  readonly name: "batchGetRefTick";
24529
24529
  readonly inputs: readonly [{
@@ -25112,7 +25112,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25112
25112
  }];
25113
25113
  readonly stateMutability: "view";
25114
25114
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
25115
- getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25115
+ getMarketData: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
25116
25116
  readonly type: "function";
25117
25117
  readonly name: "batchGetRefTick";
25118
25118
  readonly inputs: readonly [{
@@ -25714,7 +25714,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25714
25714
  payoutAssetName: string;
25715
25715
  optionsCount: bigint;
25716
25716
  }>;
25717
- getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25717
+ getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
25718
25718
  readonly type: "function";
25719
25719
  readonly name: "batchGetRefTick";
25720
25720
  readonly inputs: readonly [{
@@ -26303,7 +26303,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26303
26303
  }];
26304
26304
  readonly stateMutability: "view";
26305
26305
  }], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
26306
- getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26306
+ getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
26307
26307
  readonly type: "function";
26308
26308
  readonly name: "batchGetRefTick";
26309
26309
  readonly inputs: readonly [{
@@ -26892,7 +26892,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26892
26892
  }];
26893
26893
  readonly stateMutability: "view";
26894
26894
  }], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
26895
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26895
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
26896
26896
  readonly type: "function";
26897
26897
  readonly name: "batchGetRefTick";
26898
26898
  readonly inputs: readonly [{
@@ -27491,7 +27491,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27491
27491
  expiresAt: number;
27492
27492
  liquidities: readonly bigint[];
27493
27493
  }>;
27494
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27494
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
27495
27495
  readonly type: "function";
27496
27496
  readonly name: "batchGetRefTick";
27497
27497
  readonly inputs: readonly [{
@@ -28090,7 +28090,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28090
28090
  expiresAt: number;
28091
28091
  liquidities: readonly bigint[];
28092
28092
  }[]>;
28093
- getPoolData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28093
+ getPoolData: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
28094
28094
  readonly type: "function";
28095
28095
  readonly name: "batchGetRefTick";
28096
28096
  readonly inputs: readonly [{
@@ -28690,7 +28690,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28690
28690
  tickSpacing: number;
28691
28691
  fee: number;
28692
28692
  }>;
28693
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28693
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
28694
28694
  readonly type: "function";
28695
28695
  readonly name: "batchGetRefTick";
28696
28696
  readonly inputs: readonly [{
@@ -29279,7 +29279,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29279
29279
  }];
29280
29280
  readonly stateMutability: "view";
29281
29281
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
29282
- getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29282
+ getTokenData: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
29283
29283
  readonly type: "function";
29284
29284
  readonly name: "batchGetRefTick";
29285
29285
  readonly inputs: readonly [{
@@ -29872,7 +29872,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29872
29872
  symbol: string;
29873
29873
  name: string;
29874
29874
  }>;
29875
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29875
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
29876
29876
  readonly type: "function";
29877
29877
  readonly name: "batchGetRefTick";
29878
29878
  readonly inputs: readonly [{
@@ -30471,7 +30471,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30471
30471
  expiresAt: number;
30472
30472
  liquidities: readonly bigint[];
30473
30473
  }[], bigint, boolean]>;
30474
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30474
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
30475
30475
  readonly type: "function";
30476
30476
  readonly name: "batchGetRefTick";
30477
30477
  readonly inputs: readonly [{
@@ -31752,7 +31752,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
31752
31752
  isRefetching: boolean;
31753
31753
  isStale: boolean;
31754
31754
  isEnabled: boolean;
31755
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
31755
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
31756
31756
  optionId: bigint;
31757
31757
  marketAddr: Address;
31758
31758
  ownerAddr: Address;
@@ -31782,7 +31782,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
31782
31782
  address: string;
31783
31783
  } | null;
31784
31784
  }[], Error>>;
31785
- fetchStatus: _tanstack_query_core23.FetchStatus;
31785
+ fetchStatus: _tanstack_query_core0.FetchStatus;
31786
31786
  promise: Promise<{
31787
31787
  optionId: bigint;
31788
31788
  marketAddr: Address;
@@ -31866,7 +31866,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
31866
31866
  isRefetching: boolean;
31867
31867
  isStale: boolean;
31868
31868
  isEnabled: boolean;
31869
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
31869
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
31870
31870
  optionId: bigint;
31871
31871
  marketAddr: Address;
31872
31872
  ownerAddr: Address;
@@ -31896,7 +31896,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
31896
31896
  address: string;
31897
31897
  } | null;
31898
31898
  }[], Error>>;
31899
- fetchStatus: _tanstack_query_core23.FetchStatus;
31899
+ fetchStatus: _tanstack_query_core0.FetchStatus;
31900
31900
  promise: Promise<{
31901
31901
  optionId: bigint;
31902
31902
  marketAddr: Address;
@@ -31980,7 +31980,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
31980
31980
  isRefetching: boolean;
31981
31981
  isStale: boolean;
31982
31982
  isEnabled: boolean;
31983
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
31983
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
31984
31984
  optionId: bigint;
31985
31985
  marketAddr: Address;
31986
31986
  ownerAddr: Address;
@@ -32010,7 +32010,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32010
32010
  address: string;
32011
32011
  } | null;
32012
32012
  }[], Error>>;
32013
- fetchStatus: _tanstack_query_core23.FetchStatus;
32013
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32014
32014
  promise: Promise<{
32015
32015
  optionId: bigint;
32016
32016
  marketAddr: Address;
@@ -32094,7 +32094,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32094
32094
  isRefetching: boolean;
32095
32095
  isStale: boolean;
32096
32096
  isEnabled: boolean;
32097
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
32097
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32098
32098
  optionId: bigint;
32099
32099
  marketAddr: Address;
32100
32100
  ownerAddr: Address;
@@ -32124,7 +32124,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32124
32124
  address: string;
32125
32125
  } | null;
32126
32126
  }[], Error>>;
32127
- fetchStatus: _tanstack_query_core23.FetchStatus;
32127
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32128
32128
  promise: Promise<{
32129
32129
  optionId: bigint;
32130
32130
  marketAddr: Address;
@@ -32208,7 +32208,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32208
32208
  isRefetching: boolean;
32209
32209
  isStale: boolean;
32210
32210
  isEnabled: boolean;
32211
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
32211
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32212
32212
  optionId: bigint;
32213
32213
  marketAddr: Address;
32214
32214
  ownerAddr: Address;
@@ -32238,7 +32238,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32238
32238
  address: string;
32239
32239
  } | null;
32240
32240
  }[], Error>>;
32241
- fetchStatus: _tanstack_query_core23.FetchStatus;
32241
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32242
32242
  promise: Promise<{
32243
32243
  optionId: bigint;
32244
32244
  marketAddr: Address;
@@ -32322,7 +32322,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32322
32322
  isRefetching: boolean;
32323
32323
  isStale: boolean;
32324
32324
  isEnabled: boolean;
32325
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
32325
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32326
32326
  optionId: bigint;
32327
32327
  marketAddr: Address;
32328
32328
  ownerAddr: Address;
@@ -32352,7 +32352,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32352
32352
  address: string;
32353
32353
  } | null;
32354
32354
  }[], Error>>;
32355
- fetchStatus: _tanstack_query_core23.FetchStatus;
32355
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32356
32356
  promise: Promise<{
32357
32357
  optionId: bigint;
32358
32358
  marketAddr: Address;
@@ -32437,7 +32437,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32437
32437
  isRefetching: boolean;
32438
32438
  isStale: boolean;
32439
32439
  isEnabled: boolean;
32440
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
32440
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32441
32441
  optionId: bigint;
32442
32442
  marketAddr: Address;
32443
32443
  ownerAddr: Address;
@@ -32467,7 +32467,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32467
32467
  address: string;
32468
32468
  } | null;
32469
32469
  }[], Error>>;
32470
- fetchStatus: _tanstack_query_core23.FetchStatus;
32470
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32471
32471
  promise: Promise<{
32472
32472
  optionId: bigint;
32473
32473
  marketAddr: Address;
@@ -32551,7 +32551,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32551
32551
  isRefetching: boolean;
32552
32552
  isStale: boolean;
32553
32553
  isEnabled: boolean;
32554
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
32554
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32555
32555
  optionId: bigint;
32556
32556
  marketAddr: Address;
32557
32557
  ownerAddr: Address;
@@ -32581,7 +32581,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32581
32581
  address: string;
32582
32582
  } | null;
32583
32583
  }[], Error>>;
32584
- fetchStatus: _tanstack_query_core23.FetchStatus;
32584
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32585
32585
  promise: Promise<{
32586
32586
  optionId: bigint;
32587
32587
  marketAddr: Address;
@@ -32665,7 +32665,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32665
32665
  isRefetching: boolean;
32666
32666
  isStale: boolean;
32667
32667
  isEnabled: boolean;
32668
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
32668
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32669
32669
  optionId: bigint;
32670
32670
  marketAddr: Address;
32671
32671
  ownerAddr: Address;
@@ -32695,7 +32695,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32695
32695
  address: string;
32696
32696
  } | null;
32697
32697
  }[], Error>>;
32698
- fetchStatus: _tanstack_query_core23.FetchStatus;
32698
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32699
32699
  promise: Promise<{
32700
32700
  optionId: bigint;
32701
32701
  marketAddr: Address;
@@ -32779,7 +32779,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32779
32779
  isRefetching: boolean;
32780
32780
  isStale: boolean;
32781
32781
  isEnabled: boolean;
32782
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
32782
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32783
32783
  optionId: bigint;
32784
32784
  marketAddr: Address;
32785
32785
  ownerAddr: Address;
@@ -32809,7 +32809,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32809
32809
  address: string;
32810
32810
  } | null;
32811
32811
  }[], Error>>;
32812
- fetchStatus: _tanstack_query_core23.FetchStatus;
32812
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32813
32813
  promise: Promise<{
32814
32814
  optionId: bigint;
32815
32815
  marketAddr: Address;
@@ -32893,7 +32893,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32893
32893
  isRefetching: boolean;
32894
32894
  isStale: boolean;
32895
32895
  isEnabled: boolean;
32896
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
32896
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32897
32897
  optionId: bigint;
32898
32898
  marketAddr: Address;
32899
32899
  ownerAddr: Address;
@@ -32923,7 +32923,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
32923
32923
  address: string;
32924
32924
  } | null;
32925
32925
  }[], Error>>;
32926
- fetchStatus: _tanstack_query_core23.FetchStatus;
32926
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32927
32927
  promise: Promise<{
32928
32928
  optionId: bigint;
32929
32929
  marketAddr: Address;
@@ -33007,7 +33007,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33007
33007
  isRefetching: boolean;
33008
33008
  isStale: boolean;
33009
33009
  isEnabled: boolean;
33010
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
33010
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33011
33011
  optionId: bigint;
33012
33012
  marketAddr: Address;
33013
33013
  ownerAddr: Address;
@@ -33037,7 +33037,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33037
33037
  address: string;
33038
33038
  } | null;
33039
33039
  }[], Error>>;
33040
- fetchStatus: _tanstack_query_core23.FetchStatus;
33040
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33041
33041
  promise: Promise<{
33042
33042
  optionId: bigint;
33043
33043
  marketAddr: Address;
@@ -33122,7 +33122,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33122
33122
  isRefetching: boolean;
33123
33123
  isStale: boolean;
33124
33124
  isEnabled: boolean;
33125
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
33125
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33126
33126
  optionId: bigint;
33127
33127
  marketAddr: Address;
33128
33128
  ownerAddr: Address;
@@ -33152,7 +33152,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33152
33152
  address: string;
33153
33153
  } | null;
33154
33154
  }[], Error>>;
33155
- fetchStatus: _tanstack_query_core23.FetchStatus;
33155
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33156
33156
  promise: Promise<{
33157
33157
  optionId: bigint;
33158
33158
  marketAddr: Address;
@@ -33236,7 +33236,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33236
33236
  isRefetching: boolean;
33237
33237
  isStale: boolean;
33238
33238
  isEnabled: boolean;
33239
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
33239
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33240
33240
  optionId: bigint;
33241
33241
  marketAddr: Address;
33242
33242
  ownerAddr: Address;
@@ -33266,7 +33266,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33266
33266
  address: string;
33267
33267
  } | null;
33268
33268
  }[], Error>>;
33269
- fetchStatus: _tanstack_query_core23.FetchStatus;
33269
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33270
33270
  promise: Promise<{
33271
33271
  optionId: bigint;
33272
33272
  marketAddr: Address;
@@ -33350,7 +33350,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33350
33350
  isRefetching: boolean;
33351
33351
  isStale: boolean;
33352
33352
  isEnabled: boolean;
33353
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
33353
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33354
33354
  optionId: bigint;
33355
33355
  marketAddr: Address;
33356
33356
  ownerAddr: Address;
@@ -33380,7 +33380,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33380
33380
  address: string;
33381
33381
  } | null;
33382
33382
  }[], Error>>;
33383
- fetchStatus: _tanstack_query_core23.FetchStatus;
33383
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33384
33384
  promise: Promise<{
33385
33385
  optionId: bigint;
33386
33386
  marketAddr: Address;
@@ -33464,7 +33464,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33464
33464
  isRefetching: boolean;
33465
33465
  isStale: boolean;
33466
33466
  isEnabled: boolean;
33467
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
33467
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33468
33468
  optionId: bigint;
33469
33469
  marketAddr: Address;
33470
33470
  ownerAddr: Address;
@@ -33494,7 +33494,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33494
33494
  address: string;
33495
33495
  } | null;
33496
33496
  }[], Error>>;
33497
- fetchStatus: _tanstack_query_core23.FetchStatus;
33497
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33498
33498
  promise: Promise<{
33499
33499
  optionId: bigint;
33500
33500
  marketAddr: Address;
@@ -33578,7 +33578,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33578
33578
  isRefetching: boolean;
33579
33579
  isStale: boolean;
33580
33580
  isEnabled: boolean;
33581
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
33581
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33582
33582
  optionId: bigint;
33583
33583
  marketAddr: Address;
33584
33584
  ownerAddr: Address;
@@ -33608,7 +33608,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33608
33608
  address: string;
33609
33609
  } | null;
33610
33610
  }[], Error>>;
33611
- fetchStatus: _tanstack_query_core23.FetchStatus;
33611
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33612
33612
  promise: Promise<{
33613
33613
  optionId: bigint;
33614
33614
  marketAddr: Address;
@@ -33692,7 +33692,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33692
33692
  isRefetching: boolean;
33693
33693
  isStale: boolean;
33694
33694
  isEnabled: boolean;
33695
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
33695
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33696
33696
  optionId: bigint;
33697
33697
  marketAddr: Address;
33698
33698
  ownerAddr: Address;
@@ -33722,7 +33722,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33722
33722
  address: string;
33723
33723
  } | null;
33724
33724
  }[], Error>>;
33725
- fetchStatus: _tanstack_query_core23.FetchStatus;
33725
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33726
33726
  promise: Promise<{
33727
33727
  optionId: bigint;
33728
33728
  marketAddr: Address;
@@ -33873,7 +33873,16 @@ declare const useExtendOption: (marketAddr?: Address) => _tanstack_react_query0.
33873
33873
  }, unknown>;
33874
33874
  //#endregion
33875
33875
  //#region src/hooks/options/useOptionTimeline.d.ts
33876
- type OptionTimelineData = ReturnType<typeof useOptionTimeline>['data'];
33876
+ type OptionEvent = ReturnType<typeof useOptionTimeline>['data'][number];
33877
+ type MintOptionEvent = Extract<OptionEvent, {
33878
+ type: 'mint';
33879
+ }>;
33880
+ type ExerciseOptionEvent = Extract<OptionEvent, {
33881
+ type: 'exercise';
33882
+ }>;
33883
+ type Extend = Extract<OptionEvent, {
33884
+ type: 'extend';
33885
+ }>;
33877
33886
  declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
33878
33887
  error: Error;
33879
33888
  isError: true;
@@ -33897,7 +33906,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
33897
33906
  isRefetching: boolean;
33898
33907
  isStale: boolean;
33899
33908
  isEnabled: boolean;
33900
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
33909
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
33901
33910
  type: "mint";
33902
33911
  data: {
33903
33912
  id: string;
@@ -33936,7 +33945,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
33936
33945
  transactionHash: string;
33937
33946
  };
33938
33947
  })[], Error>>;
33939
- fetchStatus: _tanstack_query_core23.FetchStatus;
33948
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33940
33949
  promise: Promise<({
33941
33950
  type: "mint";
33942
33951
  data: {
@@ -34038,7 +34047,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34038
34047
  isRefetching: boolean;
34039
34048
  isStale: boolean;
34040
34049
  isEnabled: boolean;
34041
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
34050
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
34042
34051
  type: "mint";
34043
34052
  data: {
34044
34053
  id: string;
@@ -34077,7 +34086,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34077
34086
  transactionHash: string;
34078
34087
  };
34079
34088
  })[], Error>>;
34080
- fetchStatus: _tanstack_query_core23.FetchStatus;
34089
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34081
34090
  promise: Promise<({
34082
34091
  type: "mint";
34083
34092
  data: {
@@ -34179,7 +34188,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34179
34188
  isRefetching: boolean;
34180
34189
  isStale: boolean;
34181
34190
  isEnabled: boolean;
34182
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
34191
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
34183
34192
  type: "mint";
34184
34193
  data: {
34185
34194
  id: string;
@@ -34218,7 +34227,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34218
34227
  transactionHash: string;
34219
34228
  };
34220
34229
  })[], Error>>;
34221
- fetchStatus: _tanstack_query_core23.FetchStatus;
34230
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34222
34231
  promise: Promise<({
34223
34232
  type: "mint";
34224
34233
  data: {
@@ -34320,7 +34329,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34320
34329
  isRefetching: boolean;
34321
34330
  isStale: boolean;
34322
34331
  isEnabled: boolean;
34323
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
34332
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
34324
34333
  type: "mint";
34325
34334
  data: {
34326
34335
  id: string;
@@ -34359,7 +34368,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34359
34368
  transactionHash: string;
34360
34369
  };
34361
34370
  })[], Error>>;
34362
- fetchStatus: _tanstack_query_core23.FetchStatus;
34371
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34363
34372
  promise: Promise<({
34364
34373
  type: "mint";
34365
34374
  data: {
@@ -34461,7 +34470,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34461
34470
  isRefetching: boolean;
34462
34471
  isStale: boolean;
34463
34472
  isEnabled: boolean;
34464
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
34473
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
34465
34474
  type: "mint";
34466
34475
  data: {
34467
34476
  id: string;
@@ -34500,7 +34509,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34500
34509
  transactionHash: string;
34501
34510
  };
34502
34511
  })[], Error>>;
34503
- fetchStatus: _tanstack_query_core23.FetchStatus;
34512
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34504
34513
  promise: Promise<({
34505
34514
  type: "mint";
34506
34515
  data: {
@@ -34602,7 +34611,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34602
34611
  isRefetching: boolean;
34603
34612
  isStale: boolean;
34604
34613
  isEnabled: boolean;
34605
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
34614
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
34606
34615
  type: "mint";
34607
34616
  data: {
34608
34617
  id: string;
@@ -34641,7 +34650,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34641
34650
  transactionHash: string;
34642
34651
  };
34643
34652
  })[], Error>>;
34644
- fetchStatus: _tanstack_query_core23.FetchStatus;
34653
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34645
34654
  promise: Promise<({
34646
34655
  type: "mint";
34647
34656
  data: {
@@ -34764,7 +34773,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34764
34773
  isRefetching: boolean;
34765
34774
  isStale: boolean;
34766
34775
  isEnabled: boolean;
34767
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
34776
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
34768
34777
  optionId: bigint;
34769
34778
  id: string;
34770
34779
  ownerAddr: Address;
@@ -34773,7 +34782,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34773
34782
  expiresAt: number;
34774
34783
  closed: boolean;
34775
34784
  }[] | undefined, Error>>;
34776
- fetchStatus: _tanstack_query_core23.FetchStatus;
34785
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34777
34786
  promise: Promise<{
34778
34787
  optionId: bigint;
34779
34788
  id: string;
@@ -34815,7 +34824,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34815
34824
  isRefetching: boolean;
34816
34825
  isStale: boolean;
34817
34826
  isEnabled: boolean;
34818
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
34827
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
34819
34828
  optionId: bigint;
34820
34829
  id: string;
34821
34830
  ownerAddr: Address;
@@ -34824,7 +34833,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34824
34833
  expiresAt: number;
34825
34834
  closed: boolean;
34826
34835
  }[] | undefined, Error>>;
34827
- fetchStatus: _tanstack_query_core23.FetchStatus;
34836
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34828
34837
  promise: Promise<{
34829
34838
  optionId: bigint;
34830
34839
  id: string;
@@ -34866,7 +34875,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34866
34875
  isRefetching: boolean;
34867
34876
  isStale: boolean;
34868
34877
  isEnabled: boolean;
34869
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
34878
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
34870
34879
  optionId: bigint;
34871
34880
  id: string;
34872
34881
  ownerAddr: Address;
@@ -34875,7 +34884,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34875
34884
  expiresAt: number;
34876
34885
  closed: boolean;
34877
34886
  }[] | undefined, Error>>;
34878
- fetchStatus: _tanstack_query_core23.FetchStatus;
34887
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34879
34888
  promise: Promise<{
34880
34889
  optionId: bigint;
34881
34890
  id: string;
@@ -34917,7 +34926,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34917
34926
  isRefetching: boolean;
34918
34927
  isStale: boolean;
34919
34928
  isEnabled: boolean;
34920
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
34929
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
34921
34930
  optionId: bigint;
34922
34931
  id: string;
34923
34932
  ownerAddr: Address;
@@ -34926,7 +34935,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34926
34935
  expiresAt: number;
34927
34936
  closed: boolean;
34928
34937
  }[] | undefined, Error>>;
34929
- fetchStatus: _tanstack_query_core23.FetchStatus;
34938
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34930
34939
  promise: Promise<{
34931
34940
  optionId: bigint;
34932
34941
  id: string;
@@ -34968,7 +34977,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34968
34977
  isRefetching: boolean;
34969
34978
  isStale: boolean;
34970
34979
  isEnabled: boolean;
34971
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
34980
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
34972
34981
  optionId: bigint;
34973
34982
  id: string;
34974
34983
  ownerAddr: Address;
@@ -34977,7 +34986,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
34977
34986
  expiresAt: number;
34978
34987
  closed: boolean;
34979
34988
  }[] | undefined, Error>>;
34980
- fetchStatus: _tanstack_query_core23.FetchStatus;
34989
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34981
34990
  promise: Promise<{
34982
34991
  optionId: bigint;
34983
34992
  id: string;
@@ -35019,7 +35028,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
35019
35028
  isRefetching: boolean;
35020
35029
  isStale: boolean;
35021
35030
  isEnabled: boolean;
35022
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35031
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35023
35032
  optionId: bigint;
35024
35033
  id: string;
35025
35034
  ownerAddr: Address;
@@ -35028,7 +35037,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
35028
35037
  expiresAt: number;
35029
35038
  closed: boolean;
35030
35039
  }[] | undefined, Error>>;
35031
- fetchStatus: _tanstack_query_core23.FetchStatus;
35040
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35032
35041
  promise: Promise<{
35033
35042
  optionId: bigint;
35034
35043
  id: string;
@@ -35071,7 +35080,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35071
35080
  isRefetching: boolean;
35072
35081
  isStale: boolean;
35073
35082
  isEnabled: boolean;
35074
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35083
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35075
35084
  optionId: bigint;
35076
35085
  id: string;
35077
35086
  ownerAddr: Address;
@@ -35080,7 +35089,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35080
35089
  expiresAt: number;
35081
35090
  closed: boolean;
35082
35091
  }[] | undefined, Error>>;
35083
- fetchStatus: _tanstack_query_core23.FetchStatus;
35092
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35084
35093
  promise: Promise<{
35085
35094
  optionId: bigint;
35086
35095
  id: string;
@@ -35122,7 +35131,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35122
35131
  isRefetching: boolean;
35123
35132
  isStale: boolean;
35124
35133
  isEnabled: boolean;
35125
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35134
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35126
35135
  optionId: bigint;
35127
35136
  id: string;
35128
35137
  ownerAddr: Address;
@@ -35131,7 +35140,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35131
35140
  expiresAt: number;
35132
35141
  closed: boolean;
35133
35142
  }[] | undefined, Error>>;
35134
- fetchStatus: _tanstack_query_core23.FetchStatus;
35143
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35135
35144
  promise: Promise<{
35136
35145
  optionId: bigint;
35137
35146
  id: string;
@@ -35173,7 +35182,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35173
35182
  isRefetching: boolean;
35174
35183
  isStale: boolean;
35175
35184
  isEnabled: boolean;
35176
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35185
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35177
35186
  optionId: bigint;
35178
35187
  id: string;
35179
35188
  ownerAddr: Address;
@@ -35182,7 +35191,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35182
35191
  expiresAt: number;
35183
35192
  closed: boolean;
35184
35193
  }[] | undefined, Error>>;
35185
- fetchStatus: _tanstack_query_core23.FetchStatus;
35194
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35186
35195
  promise: Promise<{
35187
35196
  optionId: bigint;
35188
35197
  id: string;
@@ -35224,7 +35233,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35224
35233
  isRefetching: boolean;
35225
35234
  isStale: boolean;
35226
35235
  isEnabled: boolean;
35227
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35236
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35228
35237
  optionId: bigint;
35229
35238
  id: string;
35230
35239
  ownerAddr: Address;
@@ -35233,7 +35242,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35233
35242
  expiresAt: number;
35234
35243
  closed: boolean;
35235
35244
  }[] | undefined, Error>>;
35236
- fetchStatus: _tanstack_query_core23.FetchStatus;
35245
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35237
35246
  promise: Promise<{
35238
35247
  optionId: bigint;
35239
35248
  id: string;
@@ -35275,7 +35284,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35275
35284
  isRefetching: boolean;
35276
35285
  isStale: boolean;
35277
35286
  isEnabled: boolean;
35278
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35287
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35279
35288
  optionId: bigint;
35280
35289
  id: string;
35281
35290
  ownerAddr: Address;
@@ -35284,7 +35293,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35284
35293
  expiresAt: number;
35285
35294
  closed: boolean;
35286
35295
  }[] | undefined, Error>>;
35287
- fetchStatus: _tanstack_query_core23.FetchStatus;
35296
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35288
35297
  promise: Promise<{
35289
35298
  optionId: bigint;
35290
35299
  id: string;
@@ -35326,7 +35335,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35326
35335
  isRefetching: boolean;
35327
35336
  isStale: boolean;
35328
35337
  isEnabled: boolean;
35329
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35338
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35330
35339
  optionId: bigint;
35331
35340
  id: string;
35332
35341
  ownerAddr: Address;
@@ -35335,7 +35344,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35335
35344
  expiresAt: number;
35336
35345
  closed: boolean;
35337
35346
  }[] | undefined, Error>>;
35338
- fetchStatus: _tanstack_query_core23.FetchStatus;
35347
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35339
35348
  promise: Promise<{
35340
35349
  optionId: bigint;
35341
35350
  id: string;
@@ -35378,7 +35387,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35378
35387
  isRefetching: boolean;
35379
35388
  isStale: boolean;
35380
35389
  isEnabled: boolean;
35381
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35390
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35382
35391
  optionId: bigint;
35383
35392
  id: string;
35384
35393
  ownerAddr: Address;
@@ -35387,7 +35396,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35387
35396
  expiresAt: number;
35388
35397
  closed: boolean;
35389
35398
  }[] | undefined, Error>>;
35390
- fetchStatus: _tanstack_query_core23.FetchStatus;
35399
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35391
35400
  promise: Promise<{
35392
35401
  optionId: bigint;
35393
35402
  id: string;
@@ -35429,7 +35438,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35429
35438
  isRefetching: boolean;
35430
35439
  isStale: boolean;
35431
35440
  isEnabled: boolean;
35432
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35441
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35433
35442
  optionId: bigint;
35434
35443
  id: string;
35435
35444
  ownerAddr: Address;
@@ -35438,7 +35447,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35438
35447
  expiresAt: number;
35439
35448
  closed: boolean;
35440
35449
  }[] | undefined, Error>>;
35441
- fetchStatus: _tanstack_query_core23.FetchStatus;
35450
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35442
35451
  promise: Promise<{
35443
35452
  optionId: bigint;
35444
35453
  id: string;
@@ -35480,7 +35489,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35480
35489
  isRefetching: boolean;
35481
35490
  isStale: boolean;
35482
35491
  isEnabled: boolean;
35483
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35492
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35484
35493
  optionId: bigint;
35485
35494
  id: string;
35486
35495
  ownerAddr: Address;
@@ -35489,7 +35498,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35489
35498
  expiresAt: number;
35490
35499
  closed: boolean;
35491
35500
  }[] | undefined, Error>>;
35492
- fetchStatus: _tanstack_query_core23.FetchStatus;
35501
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35493
35502
  promise: Promise<{
35494
35503
  optionId: bigint;
35495
35504
  id: string;
@@ -35531,7 +35540,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35531
35540
  isRefetching: boolean;
35532
35541
  isStale: boolean;
35533
35542
  isEnabled: boolean;
35534
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35543
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35535
35544
  optionId: bigint;
35536
35545
  id: string;
35537
35546
  ownerAddr: Address;
@@ -35540,7 +35549,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35540
35549
  expiresAt: number;
35541
35550
  closed: boolean;
35542
35551
  }[] | undefined, Error>>;
35543
- fetchStatus: _tanstack_query_core23.FetchStatus;
35552
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35544
35553
  promise: Promise<{
35545
35554
  optionId: bigint;
35546
35555
  id: string;
@@ -35582,7 +35591,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35582
35591
  isRefetching: boolean;
35583
35592
  isStale: boolean;
35584
35593
  isEnabled: boolean;
35585
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35594
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35586
35595
  optionId: bigint;
35587
35596
  id: string;
35588
35597
  ownerAddr: Address;
@@ -35591,7 +35600,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35591
35600
  expiresAt: number;
35592
35601
  closed: boolean;
35593
35602
  }[] | undefined, Error>>;
35594
- fetchStatus: _tanstack_query_core23.FetchStatus;
35603
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35595
35604
  promise: Promise<{
35596
35605
  optionId: bigint;
35597
35606
  id: string;
@@ -35633,7 +35642,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35633
35642
  isRefetching: boolean;
35634
35643
  isStale: boolean;
35635
35644
  isEnabled: boolean;
35636
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35645
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35637
35646
  optionId: bigint;
35638
35647
  id: string;
35639
35648
  ownerAddr: Address;
@@ -35642,7 +35651,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35642
35651
  expiresAt: number;
35643
35652
  closed: boolean;
35644
35653
  }[] | undefined, Error>>;
35645
- fetchStatus: _tanstack_query_core23.FetchStatus;
35654
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35646
35655
  promise: Promise<{
35647
35656
  optionId: bigint;
35648
35657
  id: string;
@@ -35665,7 +35674,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
35665
35674
  //#endregion
35666
35675
  //#region src/hooks/operators/useOperatorPerms.d.ts
35667
35676
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
35668
- error: viem0.ReadContractErrorType;
35677
+ error: viem148.ReadContractErrorType;
35669
35678
  isError: true;
35670
35679
  isPending: false;
35671
35680
  isLoading: false;
@@ -35677,7 +35686,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35677
35686
  dataUpdatedAt: number;
35678
35687
  errorUpdatedAt: number;
35679
35688
  failureCount: number;
35680
- failureReason: viem0.ReadContractErrorType | null;
35689
+ failureReason: viem148.ReadContractErrorType | null;
35681
35690
  errorUpdateCount: number;
35682
35691
  isFetched: boolean;
35683
35692
  isFetchedAfterMount: boolean;
@@ -35687,10 +35696,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35687
35696
  isRefetching: boolean;
35688
35697
  isStale: boolean;
35689
35698
  isEnabled: boolean;
35690
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
35691
- fetchStatus: _tanstack_query_core23.FetchStatus;
35699
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem148.ReadContractErrorType>>;
35700
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35692
35701
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
35693
- queryKey: _tanstack_query_core23.QueryKey;
35702
+ queryKey: _tanstack_query_core0.QueryKey;
35694
35703
  data: {
35695
35704
  canExtend: boolean | undefined;
35696
35705
  canExercise: boolean | undefined;
@@ -35712,7 +35721,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35712
35721
  dataUpdatedAt: number;
35713
35722
  errorUpdatedAt: number;
35714
35723
  failureCount: number;
35715
- failureReason: viem0.ReadContractErrorType | null;
35724
+ failureReason: viem148.ReadContractErrorType | null;
35716
35725
  errorUpdateCount: number;
35717
35726
  isFetched: boolean;
35718
35727
  isFetchedAfterMount: boolean;
@@ -35722,10 +35731,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35722
35731
  isRefetching: boolean;
35723
35732
  isStale: boolean;
35724
35733
  isEnabled: boolean;
35725
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
35726
- fetchStatus: _tanstack_query_core23.FetchStatus;
35734
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem148.ReadContractErrorType>>;
35735
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35727
35736
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
35728
- queryKey: _tanstack_query_core23.QueryKey;
35737
+ queryKey: _tanstack_query_core0.QueryKey;
35729
35738
  data: {
35730
35739
  canExtend: boolean | undefined;
35731
35740
  canExercise: boolean | undefined;
@@ -35735,7 +35744,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35735
35744
  effectiveApproval: bigint;
35736
35745
  };
35737
35746
  } | {
35738
- error: viem0.ReadContractErrorType;
35747
+ error: viem148.ReadContractErrorType;
35739
35748
  isError: true;
35740
35749
  isPending: false;
35741
35750
  isLoading: false;
@@ -35747,7 +35756,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35747
35756
  dataUpdatedAt: number;
35748
35757
  errorUpdatedAt: number;
35749
35758
  failureCount: number;
35750
- failureReason: viem0.ReadContractErrorType | null;
35759
+ failureReason: viem148.ReadContractErrorType | null;
35751
35760
  errorUpdateCount: number;
35752
35761
  isFetched: boolean;
35753
35762
  isFetchedAfterMount: boolean;
@@ -35757,10 +35766,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35757
35766
  isRefetching: boolean;
35758
35767
  isStale: boolean;
35759
35768
  isEnabled: boolean;
35760
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
35761
- fetchStatus: _tanstack_query_core23.FetchStatus;
35769
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem148.ReadContractErrorType>>;
35770
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35762
35771
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
35763
- queryKey: _tanstack_query_core23.QueryKey;
35772
+ queryKey: _tanstack_query_core0.QueryKey;
35764
35773
  data: {
35765
35774
  canExtend: boolean | undefined;
35766
35775
  canExercise: boolean | undefined;
@@ -35782,7 +35791,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35782
35791
  dataUpdatedAt: number;
35783
35792
  errorUpdatedAt: number;
35784
35793
  failureCount: number;
35785
- failureReason: viem0.ReadContractErrorType | null;
35794
+ failureReason: viem148.ReadContractErrorType | null;
35786
35795
  errorUpdateCount: number;
35787
35796
  isFetched: boolean;
35788
35797
  isFetchedAfterMount: boolean;
@@ -35792,10 +35801,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35792
35801
  isRefetching: boolean;
35793
35802
  isStale: boolean;
35794
35803
  isEnabled: boolean;
35795
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
35796
- fetchStatus: _tanstack_query_core23.FetchStatus;
35804
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem148.ReadContractErrorType>>;
35805
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35797
35806
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
35798
- queryKey: _tanstack_query_core23.QueryKey;
35807
+ queryKey: _tanstack_query_core0.QueryKey;
35799
35808
  data: {
35800
35809
  canExtend: boolean | undefined;
35801
35810
  canExercise: boolean | undefined;
@@ -35816,7 +35825,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35816
35825
  dataUpdatedAt: number;
35817
35826
  errorUpdatedAt: number;
35818
35827
  failureCount: number;
35819
- failureReason: viem0.ReadContractErrorType | null;
35828
+ failureReason: viem148.ReadContractErrorType | null;
35820
35829
  errorUpdateCount: number;
35821
35830
  isFetched: boolean;
35822
35831
  isFetchedAfterMount: boolean;
@@ -35827,10 +35836,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35827
35836
  isRefetching: boolean;
35828
35837
  isStale: boolean;
35829
35838
  isEnabled: boolean;
35830
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
35831
- fetchStatus: _tanstack_query_core23.FetchStatus;
35839
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem148.ReadContractErrorType>>;
35840
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35832
35841
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
35833
- queryKey: _tanstack_query_core23.QueryKey;
35842
+ queryKey: _tanstack_query_core0.QueryKey;
35834
35843
  data: {
35835
35844
  canExtend: boolean | undefined;
35836
35845
  canExercise: boolean | undefined;
@@ -35852,7 +35861,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35852
35861
  dataUpdatedAt: number;
35853
35862
  errorUpdatedAt: number;
35854
35863
  failureCount: number;
35855
- failureReason: viem0.ReadContractErrorType | null;
35864
+ failureReason: viem148.ReadContractErrorType | null;
35856
35865
  errorUpdateCount: number;
35857
35866
  isFetched: boolean;
35858
35867
  isFetchedAfterMount: boolean;
@@ -35862,10 +35871,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
35862
35871
  isRefetching: boolean;
35863
35872
  isStale: boolean;
35864
35873
  isEnabled: boolean;
35865
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
35866
- fetchStatus: _tanstack_query_core23.FetchStatus;
35874
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem148.ReadContractErrorType>>;
35875
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35867
35876
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
35868
- queryKey: _tanstack_query_core23.QueryKey;
35877
+ queryKey: _tanstack_query_core0.QueryKey;
35869
35878
  data: {
35870
35879
  canExtend: boolean | undefined;
35871
35880
  canExercise: boolean | undefined;
@@ -35914,7 +35923,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35914
35923
  isRefetching: boolean;
35915
35924
  isStale: boolean;
35916
35925
  isEnabled: boolean;
35917
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35926
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35918
35927
  spendingApproval: bigint;
35919
35928
  operatorAddr: string;
35920
35929
  __typename: "UserMarketOperator";
@@ -35928,7 +35937,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35928
35937
  address: string;
35929
35938
  } | null;
35930
35939
  }[] | undefined, Error>>;
35931
- fetchStatus: _tanstack_query_core23.FetchStatus;
35940
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35932
35941
  promise: Promise<{
35933
35942
  spendingApproval: bigint;
35934
35943
  operatorAddr: string;
@@ -35980,7 +35989,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35980
35989
  isRefetching: boolean;
35981
35990
  isStale: boolean;
35982
35991
  isEnabled: boolean;
35983
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
35992
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35984
35993
  spendingApproval: bigint;
35985
35994
  operatorAddr: string;
35986
35995
  __typename: "UserMarketOperator";
@@ -35994,7 +36003,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35994
36003
  address: string;
35995
36004
  } | null;
35996
36005
  }[] | undefined, Error>>;
35997
- fetchStatus: _tanstack_query_core23.FetchStatus;
36006
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35998
36007
  promise: Promise<{
35999
36008
  spendingApproval: bigint;
36000
36009
  operatorAddr: string;
@@ -36046,7 +36055,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
36046
36055
  isRefetching: boolean;
36047
36056
  isStale: boolean;
36048
36057
  isEnabled: boolean;
36049
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
36058
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
36050
36059
  spendingApproval: bigint;
36051
36060
  operatorAddr: string;
36052
36061
  __typename: "UserMarketOperator";
@@ -36060,7 +36069,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
36060
36069
  address: string;
36061
36070
  } | null;
36062
36071
  }[] | undefined, Error>>;
36063
- fetchStatus: _tanstack_query_core23.FetchStatus;
36072
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36064
36073
  promise: Promise<{
36065
36074
  spendingApproval: bigint;
36066
36075
  operatorAddr: string;
@@ -36112,7 +36121,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
36112
36121
  isRefetching: boolean;
36113
36122
  isStale: boolean;
36114
36123
  isEnabled: boolean;
36115
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
36124
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
36116
36125
  spendingApproval: bigint;
36117
36126
  operatorAddr: string;
36118
36127
  __typename: "UserMarketOperator";
@@ -36126,7 +36135,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
36126
36135
  address: string;
36127
36136
  } | null;
36128
36137
  }[] | undefined, Error>>;
36129
- fetchStatus: _tanstack_query_core23.FetchStatus;
36138
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36130
36139
  promise: Promise<{
36131
36140
  spendingApproval: bigint;
36132
36141
  operatorAddr: string;
@@ -36178,7 +36187,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
36178
36187
  isRefetching: boolean;
36179
36188
  isStale: boolean;
36180
36189
  isEnabled: boolean;
36181
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
36190
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
36182
36191
  spendingApproval: bigint;
36183
36192
  operatorAddr: string;
36184
36193
  __typename: "UserMarketOperator";
@@ -36192,7 +36201,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
36192
36201
  address: string;
36193
36202
  } | null;
36194
36203
  }[] | undefined, Error>>;
36195
- fetchStatus: _tanstack_query_core23.FetchStatus;
36204
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36196
36205
  promise: Promise<{
36197
36206
  spendingApproval: bigint;
36198
36207
  operatorAddr: string;
@@ -36244,7 +36253,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
36244
36253
  isRefetching: boolean;
36245
36254
  isStale: boolean;
36246
36255
  isEnabled: boolean;
36247
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
36256
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
36248
36257
  spendingApproval: bigint;
36249
36258
  operatorAddr: string;
36250
36259
  __typename: "UserMarketOperator";
@@ -36258,7 +36267,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
36258
36267
  address: string;
36259
36268
  } | null;
36260
36269
  }[] | undefined, Error>>;
36261
- fetchStatus: _tanstack_query_core23.FetchStatus;
36270
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36262
36271
  promise: Promise<{
36263
36272
  spendingApproval: bigint;
36264
36273
  operatorAddr: string;
@@ -36382,7 +36391,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
36382
36391
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
36383
36392
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
36384
36393
  declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36385
- error: viem0.ReadContractErrorType;
36394
+ error: viem148.ReadContractErrorType;
36386
36395
  isError: true;
36387
36396
  isPending: false;
36388
36397
  isLoading: false;
@@ -36394,7 +36403,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36394
36403
  dataUpdatedAt: number;
36395
36404
  errorUpdatedAt: number;
36396
36405
  failureCount: number;
36397
- failureReason: viem0.ReadContractErrorType | null;
36406
+ failureReason: viem148.ReadContractErrorType | null;
36398
36407
  errorUpdateCount: number;
36399
36408
  isFetched: boolean;
36400
36409
  isFetchedAfterMount: boolean;
@@ -36404,7 +36413,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36404
36413
  isRefetching: boolean;
36405
36414
  isStale: boolean;
36406
36415
  isEnabled: boolean;
36407
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
36416
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36408
36417
  tickLower: number;
36409
36418
  tickUpper: number;
36410
36419
  prevTickLower: number;
@@ -36414,8 +36423,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36414
36423
  totalAmount1: bigint;
36415
36424
  borrowedAmount0: bigint;
36416
36425
  borrowedAmount1: bigint;
36417
- }[], viem0.ReadContractErrorType>>;
36418
- fetchStatus: _tanstack_query_core23.FetchStatus;
36426
+ }[], viem148.ReadContractErrorType>>;
36427
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36419
36428
  promise: Promise<readonly {
36420
36429
  tickLower: number;
36421
36430
  tickUpper: number;
@@ -36427,7 +36436,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36427
36436
  borrowedAmount0: bigint;
36428
36437
  borrowedAmount1: bigint;
36429
36438
  }[]>;
36430
- queryKey: _tanstack_query_core23.QueryKey;
36439
+ queryKey: _tanstack_query_core0.QueryKey;
36431
36440
  data: readonly {
36432
36441
  tickLower: number;
36433
36442
  tickUpper: number;
@@ -36452,7 +36461,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36452
36461
  dataUpdatedAt: number;
36453
36462
  errorUpdatedAt: number;
36454
36463
  failureCount: number;
36455
- failureReason: viem0.ReadContractErrorType | null;
36464
+ failureReason: viem148.ReadContractErrorType | null;
36456
36465
  errorUpdateCount: number;
36457
36466
  isFetched: boolean;
36458
36467
  isFetchedAfterMount: boolean;
@@ -36462,7 +36471,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36462
36471
  isRefetching: boolean;
36463
36472
  isStale: boolean;
36464
36473
  isEnabled: boolean;
36465
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
36474
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36466
36475
  tickLower: number;
36467
36476
  tickUpper: number;
36468
36477
  prevTickLower: number;
@@ -36472,8 +36481,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36472
36481
  totalAmount1: bigint;
36473
36482
  borrowedAmount0: bigint;
36474
36483
  borrowedAmount1: bigint;
36475
- }[], viem0.ReadContractErrorType>>;
36476
- fetchStatus: _tanstack_query_core23.FetchStatus;
36484
+ }[], viem148.ReadContractErrorType>>;
36485
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36477
36486
  promise: Promise<readonly {
36478
36487
  tickLower: number;
36479
36488
  tickUpper: number;
@@ -36485,7 +36494,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36485
36494
  borrowedAmount0: bigint;
36486
36495
  borrowedAmount1: bigint;
36487
36496
  }[]>;
36488
- queryKey: _tanstack_query_core23.QueryKey;
36497
+ queryKey: _tanstack_query_core0.QueryKey;
36489
36498
  data: readonly {
36490
36499
  tickLower: number;
36491
36500
  tickUpper: number;
@@ -36498,7 +36507,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36498
36507
  borrowedAmount1: bigint;
36499
36508
  }[];
36500
36509
  } | {
36501
- error: viem0.ReadContractErrorType;
36510
+ error: viem148.ReadContractErrorType;
36502
36511
  isError: true;
36503
36512
  isPending: false;
36504
36513
  isLoading: false;
@@ -36510,7 +36519,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36510
36519
  dataUpdatedAt: number;
36511
36520
  errorUpdatedAt: number;
36512
36521
  failureCount: number;
36513
- failureReason: viem0.ReadContractErrorType | null;
36522
+ failureReason: viem148.ReadContractErrorType | null;
36514
36523
  errorUpdateCount: number;
36515
36524
  isFetched: boolean;
36516
36525
  isFetchedAfterMount: boolean;
@@ -36520,7 +36529,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36520
36529
  isRefetching: boolean;
36521
36530
  isStale: boolean;
36522
36531
  isEnabled: boolean;
36523
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
36532
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36524
36533
  tickLower: number;
36525
36534
  tickUpper: number;
36526
36535
  prevTickLower: number;
@@ -36530,8 +36539,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36530
36539
  totalAmount1: bigint;
36531
36540
  borrowedAmount0: bigint;
36532
36541
  borrowedAmount1: bigint;
36533
- }[], viem0.ReadContractErrorType>>;
36534
- fetchStatus: _tanstack_query_core23.FetchStatus;
36542
+ }[], viem148.ReadContractErrorType>>;
36543
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36535
36544
  promise: Promise<readonly {
36536
36545
  tickLower: number;
36537
36546
  tickUpper: number;
@@ -36543,7 +36552,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36543
36552
  borrowedAmount0: bigint;
36544
36553
  borrowedAmount1: bigint;
36545
36554
  }[]>;
36546
- queryKey: _tanstack_query_core23.QueryKey;
36555
+ queryKey: _tanstack_query_core0.QueryKey;
36547
36556
  data: readonly {
36548
36557
  tickLower: number;
36549
36558
  tickUpper: number;
@@ -36568,7 +36577,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36568
36577
  dataUpdatedAt: number;
36569
36578
  errorUpdatedAt: number;
36570
36579
  failureCount: number;
36571
- failureReason: viem0.ReadContractErrorType | null;
36580
+ failureReason: viem148.ReadContractErrorType | null;
36572
36581
  errorUpdateCount: number;
36573
36582
  isFetched: boolean;
36574
36583
  isFetchedAfterMount: boolean;
@@ -36578,7 +36587,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36578
36587
  isRefetching: boolean;
36579
36588
  isStale: boolean;
36580
36589
  isEnabled: boolean;
36581
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
36590
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36582
36591
  tickLower: number;
36583
36592
  tickUpper: number;
36584
36593
  prevTickLower: number;
@@ -36588,8 +36597,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36588
36597
  totalAmount1: bigint;
36589
36598
  borrowedAmount0: bigint;
36590
36599
  borrowedAmount1: bigint;
36591
- }[], viem0.ReadContractErrorType>>;
36592
- fetchStatus: _tanstack_query_core23.FetchStatus;
36600
+ }[], viem148.ReadContractErrorType>>;
36601
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36593
36602
  promise: Promise<readonly {
36594
36603
  tickLower: number;
36595
36604
  tickUpper: number;
@@ -36601,7 +36610,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36601
36610
  borrowedAmount0: bigint;
36602
36611
  borrowedAmount1: bigint;
36603
36612
  }[]>;
36604
- queryKey: _tanstack_query_core23.QueryKey;
36613
+ queryKey: _tanstack_query_core0.QueryKey;
36605
36614
  data: readonly {
36606
36615
  tickLower: number;
36607
36616
  tickUpper: number;
@@ -36625,7 +36634,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36625
36634
  dataUpdatedAt: number;
36626
36635
  errorUpdatedAt: number;
36627
36636
  failureCount: number;
36628
- failureReason: viem0.ReadContractErrorType | null;
36637
+ failureReason: viem148.ReadContractErrorType | null;
36629
36638
  errorUpdateCount: number;
36630
36639
  isFetched: boolean;
36631
36640
  isFetchedAfterMount: boolean;
@@ -36636,7 +36645,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36636
36645
  isRefetching: boolean;
36637
36646
  isStale: boolean;
36638
36647
  isEnabled: boolean;
36639
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
36648
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36640
36649
  tickLower: number;
36641
36650
  tickUpper: number;
36642
36651
  prevTickLower: number;
@@ -36646,8 +36655,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36646
36655
  totalAmount1: bigint;
36647
36656
  borrowedAmount0: bigint;
36648
36657
  borrowedAmount1: bigint;
36649
- }[], viem0.ReadContractErrorType>>;
36650
- fetchStatus: _tanstack_query_core23.FetchStatus;
36658
+ }[], viem148.ReadContractErrorType>>;
36659
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36651
36660
  promise: Promise<readonly {
36652
36661
  tickLower: number;
36653
36662
  tickUpper: number;
@@ -36659,7 +36668,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36659
36668
  borrowedAmount0: bigint;
36660
36669
  borrowedAmount1: bigint;
36661
36670
  }[]>;
36662
- queryKey: _tanstack_query_core23.QueryKey;
36671
+ queryKey: _tanstack_query_core0.QueryKey;
36663
36672
  data: readonly {
36664
36673
  tickLower: number;
36665
36674
  tickUpper: number;
@@ -36684,7 +36693,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36684
36693
  dataUpdatedAt: number;
36685
36694
  errorUpdatedAt: number;
36686
36695
  failureCount: number;
36687
- failureReason: viem0.ReadContractErrorType | null;
36696
+ failureReason: viem148.ReadContractErrorType | null;
36688
36697
  errorUpdateCount: number;
36689
36698
  isFetched: boolean;
36690
36699
  isFetchedAfterMount: boolean;
@@ -36694,7 +36703,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36694
36703
  isRefetching: boolean;
36695
36704
  isStale: boolean;
36696
36705
  isEnabled: boolean;
36697
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
36706
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36698
36707
  tickLower: number;
36699
36708
  tickUpper: number;
36700
36709
  prevTickLower: number;
@@ -36704,8 +36713,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36704
36713
  totalAmount1: bigint;
36705
36714
  borrowedAmount0: bigint;
36706
36715
  borrowedAmount1: bigint;
36707
- }[], viem0.ReadContractErrorType>>;
36708
- fetchStatus: _tanstack_query_core23.FetchStatus;
36716
+ }[], viem148.ReadContractErrorType>>;
36717
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36709
36718
  promise: Promise<readonly {
36710
36719
  tickLower: number;
36711
36720
  tickUpper: number;
@@ -36717,7 +36726,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36717
36726
  borrowedAmount0: bigint;
36718
36727
  borrowedAmount1: bigint;
36719
36728
  }[]>;
36720
- queryKey: _tanstack_query_core23.QueryKey;
36729
+ queryKey: _tanstack_query_core0.QueryKey;
36721
36730
  data: readonly {
36722
36731
  tickLower: number;
36723
36732
  tickUpper: number;
@@ -36768,14 +36777,14 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
36768
36777
  borrowedAmount0: Amount;
36769
36778
  borrowedAmount1: Amount;
36770
36779
  blocksCount: bigint;
36771
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
36780
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem148.ReadContractErrorType>>;
36772
36781
  };
36773
36782
  //#endregion
36774
36783
  //#region src/hooks/useLens.d.ts
36775
36784
  declare const useLens: () => {
36776
36785
  timelockLens: {
36777
36786
  read: {
36778
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36787
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
36779
36788
  readonly type: "function";
36780
36789
  readonly name: "batchGetRefTick";
36781
36790
  readonly inputs: readonly [{
@@ -37364,7 +37373,7 @@ declare const useLens: () => {
37364
37373
  }];
37365
37374
  readonly stateMutability: "view";
37366
37375
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
37367
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
37376
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
37368
37377
  readonly type: "function";
37369
37378
  readonly name: "batchGetRefTick";
37370
37379
  readonly inputs: readonly [{
@@ -37963,7 +37972,7 @@ declare const useLens: () => {
37963
37972
  borrowedAmount0: bigint;
37964
37973
  borrowedAmount1: bigint;
37965
37974
  }[]>;
37966
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
37975
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
37967
37976
  readonly type: "function";
37968
37977
  readonly name: "batchGetRefTick";
37969
37978
  readonly inputs: readonly [{
@@ -38562,7 +38571,7 @@ declare const useLens: () => {
38562
38571
  expiresAt: number;
38563
38572
  liquidities: readonly bigint[];
38564
38573
  }[], bigint, boolean]>;
38565
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
38574
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
38566
38575
  readonly type: "function";
38567
38576
  readonly name: "batchGetRefTick";
38568
38577
  readonly inputs: readonly [{
@@ -39151,7 +39160,7 @@ declare const useLens: () => {
39151
39160
  }];
39152
39161
  readonly stateMutability: "view";
39153
39162
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
39154
- getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39163
+ getMarketData: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
39155
39164
  readonly type: "function";
39156
39165
  readonly name: "batchGetRefTick";
39157
39166
  readonly inputs: readonly [{
@@ -39753,7 +39762,7 @@ declare const useLens: () => {
39753
39762
  payoutAssetName: string;
39754
39763
  optionsCount: bigint;
39755
39764
  }>;
39756
- getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39765
+ getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
39757
39766
  readonly type: "function";
39758
39767
  readonly name: "batchGetRefTick";
39759
39768
  readonly inputs: readonly [{
@@ -40342,7 +40351,7 @@ declare const useLens: () => {
40342
40351
  }];
40343
40352
  readonly stateMutability: "view";
40344
40353
  }], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
40345
- getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
40354
+ getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
40346
40355
  readonly type: "function";
40347
40356
  readonly name: "batchGetRefTick";
40348
40357
  readonly inputs: readonly [{
@@ -40931,7 +40940,7 @@ declare const useLens: () => {
40931
40940
  }];
40932
40941
  readonly stateMutability: "view";
40933
40942
  }], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
40934
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
40943
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
40935
40944
  readonly type: "function";
40936
40945
  readonly name: "batchGetRefTick";
40937
40946
  readonly inputs: readonly [{
@@ -41530,7 +41539,7 @@ declare const useLens: () => {
41530
41539
  expiresAt: number;
41531
41540
  liquidities: readonly bigint[];
41532
41541
  }>;
41533
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41542
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
41534
41543
  readonly type: "function";
41535
41544
  readonly name: "batchGetRefTick";
41536
41545
  readonly inputs: readonly [{
@@ -42129,7 +42138,7 @@ declare const useLens: () => {
42129
42138
  expiresAt: number;
42130
42139
  liquidities: readonly bigint[];
42131
42140
  }[]>;
42132
- getPoolData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42141
+ getPoolData: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
42133
42142
  readonly type: "function";
42134
42143
  readonly name: "batchGetRefTick";
42135
42144
  readonly inputs: readonly [{
@@ -42729,7 +42738,7 @@ declare const useLens: () => {
42729
42738
  tickSpacing: number;
42730
42739
  fee: number;
42731
42740
  }>;
42732
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42741
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
42733
42742
  readonly type: "function";
42734
42743
  readonly name: "batchGetRefTick";
42735
42744
  readonly inputs: readonly [{
@@ -43318,7 +43327,7 @@ declare const useLens: () => {
43318
43327
  }];
43319
43328
  readonly stateMutability: "view";
43320
43329
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
43321
- getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43330
+ getTokenData: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
43322
43331
  readonly type: "function";
43323
43332
  readonly name: "batchGetRefTick";
43324
43333
  readonly inputs: readonly [{
@@ -43911,7 +43920,7 @@ declare const useLens: () => {
43911
43920
  symbol: string;
43912
43921
  name: string;
43913
43922
  }>;
43914
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43923
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
43915
43924
  readonly type: "function";
43916
43925
  readonly name: "batchGetRefTick";
43917
43926
  readonly inputs: readonly [{
@@ -44510,7 +44519,7 @@ declare const useLens: () => {
44510
44519
  expiresAt: number;
44511
44520
  liquidities: readonly bigint[];
44512
44521
  }[], bigint, boolean]>;
44513
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44522
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
44514
44523
  readonly type: "function";
44515
44524
  readonly name: "batchGetRefTick";
44516
44525
  readonly inputs: readonly [{
@@ -45693,7 +45702,7 @@ declare const useLens: () => {
45693
45702
  } | undefined;
45694
45703
  uniswapLens: {
45695
45704
  read: {
45696
- batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45705
+ batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
45697
45706
  readonly type: "function";
45698
45707
  readonly name: "batchGetAmount0ForLiquidity";
45699
45708
  readonly inputs: readonly [{
@@ -46314,7 +46323,7 @@ declare const useLens: () => {
46314
46323
  }];
46315
46324
  readonly stateMutability: "pure";
46316
46325
  }], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
46317
- batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46326
+ batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
46318
46327
  readonly type: "function";
46319
46328
  readonly name: "batchGetAmount0ForLiquidity";
46320
46329
  readonly inputs: readonly [{
@@ -46935,7 +46944,7 @@ declare const useLens: () => {
46935
46944
  }];
46936
46945
  readonly stateMutability: "pure";
46937
46946
  }], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
46938
- batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46947
+ batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
46939
46948
  readonly type: "function";
46940
46949
  readonly name: "batchGetAmount0ForLiquidity";
46941
46950
  readonly inputs: readonly [{
@@ -47556,7 +47565,7 @@ declare const useLens: () => {
47556
47565
  }];
47557
47566
  readonly stateMutability: "pure";
47558
47567
  }], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
47559
- batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
47568
+ batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
47560
47569
  readonly type: "function";
47561
47570
  readonly name: "batchGetAmount0ForLiquidity";
47562
47571
  readonly inputs: readonly [{
@@ -48177,7 +48186,7 @@ declare const useLens: () => {
48177
48186
  }];
48178
48187
  readonly stateMutability: "pure";
48179
48188
  }], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
48180
- batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
48189
+ batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
48181
48190
  readonly type: "function";
48182
48191
  readonly name: "batchGetAmount0ForLiquidity";
48183
48192
  readonly inputs: readonly [{
@@ -48798,7 +48807,7 @@ declare const useLens: () => {
48798
48807
  }];
48799
48808
  readonly stateMutability: "pure";
48800
48809
  }], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
48801
- batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
48810
+ batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
48802
48811
  readonly type: "function";
48803
48812
  readonly name: "batchGetAmount0ForLiquidity";
48804
48813
  readonly inputs: readonly [{
@@ -49419,7 +49428,7 @@ declare const useLens: () => {
49419
49428
  }];
49420
49429
  readonly stateMutability: "pure";
49421
49430
  }], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
49422
- batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
49431
+ batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
49423
49432
  readonly type: "function";
49424
49433
  readonly name: "batchGetAmount0ForLiquidity";
49425
49434
  readonly inputs: readonly [{
@@ -50040,7 +50049,7 @@ declare const useLens: () => {
50040
50049
  }];
50041
50050
  readonly stateMutability: "pure";
50042
50051
  }], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
50043
- batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
50052
+ batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
50044
50053
  readonly type: "function";
50045
50054
  readonly name: "batchGetAmount0ForLiquidity";
50046
50055
  readonly inputs: readonly [{
@@ -50661,7 +50670,7 @@ declare const useLens: () => {
50661
50670
  }];
50662
50671
  readonly stateMutability: "pure";
50663
50672
  }], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
50664
- batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
50673
+ batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
50665
50674
  readonly type: "function";
50666
50675
  readonly name: "batchGetAmount0ForLiquidity";
50667
50676
  readonly inputs: readonly [{
@@ -51282,7 +51291,7 @@ declare const useLens: () => {
51282
51291
  }];
51283
51292
  readonly stateMutability: "pure";
51284
51293
  }], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
51285
- batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
51294
+ batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
51286
51295
  readonly type: "function";
51287
51296
  readonly name: "batchGetAmount0ForLiquidity";
51288
51297
  readonly inputs: readonly [{
@@ -51903,7 +51912,7 @@ declare const useLens: () => {
51903
51912
  }];
51904
51913
  readonly stateMutability: "pure";
51905
51914
  }], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
51906
- batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
51915
+ batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
51907
51916
  readonly type: "function";
51908
51917
  readonly name: "batchGetAmount0ForLiquidity";
51909
51918
  readonly inputs: readonly [{
@@ -52524,7 +52533,7 @@ declare const useLens: () => {
52524
52533
  }];
52525
52534
  readonly stateMutability: "pure";
52526
52535
  }], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
52527
- batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
52536
+ batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
52528
52537
  readonly type: "function";
52529
52538
  readonly name: "batchGetAmount0ForLiquidity";
52530
52539
  readonly inputs: readonly [{
@@ -53145,7 +53154,7 @@ declare const useLens: () => {
53145
53154
  }];
53146
53155
  readonly stateMutability: "pure";
53147
53156
  }], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
53148
- batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
53157
+ batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
53149
53158
  readonly type: "function";
53150
53159
  readonly name: "batchGetAmount0ForLiquidity";
53151
53160
  readonly inputs: readonly [{
@@ -53766,7 +53775,7 @@ declare const useLens: () => {
53766
53775
  }];
53767
53776
  readonly stateMutability: "pure";
53768
53777
  }], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
53769
- getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
53778
+ getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
53770
53779
  readonly type: "function";
53771
53780
  readonly name: "batchGetAmount0ForLiquidity";
53772
53781
  readonly inputs: readonly [{
@@ -54387,7 +54396,7 @@ declare const useLens: () => {
54387
54396
  }];
54388
54397
  readonly stateMutability: "pure";
54389
54398
  }], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
54390
- getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
54399
+ getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
54391
54400
  readonly type: "function";
54392
54401
  readonly name: "batchGetAmount0ForLiquidity";
54393
54402
  readonly inputs: readonly [{
@@ -55008,7 +55017,7 @@ declare const useLens: () => {
55008
55017
  }];
55009
55018
  readonly stateMutability: "pure";
55010
55019
  }], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
55011
- getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55020
+ getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
55012
55021
  readonly type: "function";
55013
55022
  readonly name: "batchGetAmount0ForLiquidity";
55014
55023
  readonly inputs: readonly [{
@@ -55629,7 +55638,7 @@ declare const useLens: () => {
55629
55638
  }];
55630
55639
  readonly stateMutability: "pure";
55631
55640
  }], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
55632
- getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55641
+ getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
55633
55642
  readonly type: "function";
55634
55643
  readonly name: "batchGetAmount0ForLiquidity";
55635
55644
  readonly inputs: readonly [{
@@ -56250,7 +56259,7 @@ declare const useLens: () => {
56250
56259
  }];
56251
56260
  readonly stateMutability: "pure";
56252
56261
  }], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
56253
- getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56262
+ getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
56254
56263
  readonly type: "function";
56255
56264
  readonly name: "batchGetAmount0ForLiquidity";
56256
56265
  readonly inputs: readonly [{
@@ -56871,7 +56880,7 @@ declare const useLens: () => {
56871
56880
  }];
56872
56881
  readonly stateMutability: "pure";
56873
56882
  }], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
56874
- getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56883
+ getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
56875
56884
  readonly type: "function";
56876
56885
  readonly name: "batchGetAmount0ForLiquidity";
56877
56886
  readonly inputs: readonly [{
@@ -57492,7 +57501,7 @@ declare const useLens: () => {
57492
57501
  }];
57493
57502
  readonly stateMutability: "pure";
57494
57503
  }], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
57495
- getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
57504
+ getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
57496
57505
  readonly type: "function";
57497
57506
  readonly name: "batchGetAmount0ForLiquidity";
57498
57507
  readonly inputs: readonly [{
@@ -58113,7 +58122,7 @@ declare const useLens: () => {
58113
58122
  }];
58114
58123
  readonly stateMutability: "pure";
58115
58124
  }], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
58116
- getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58125
+ getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
58117
58126
  readonly type: "function";
58118
58127
  readonly name: "batchGetAmount0ForLiquidity";
58119
58128
  readonly inputs: readonly [{
@@ -58734,7 +58743,7 @@ declare const useLens: () => {
58734
58743
  }];
58735
58744
  readonly stateMutability: "pure";
58736
58745
  }], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
58737
- getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58746
+ getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
58738
58747
  readonly type: "function";
58739
58748
  readonly name: "batchGetAmount0ForLiquidity";
58740
58749
  readonly inputs: readonly [{
@@ -59355,7 +59364,7 @@ declare const useLens: () => {
59355
59364
  }];
59356
59365
  readonly stateMutability: "pure";
59357
59366
  }], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
59358
- getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59367
+ getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
59359
59368
  readonly type: "function";
59360
59369
  readonly name: "batchGetAmount0ForLiquidity";
59361
59370
  readonly inputs: readonly [{
@@ -59976,7 +59985,7 @@ declare const useLens: () => {
59976
59985
  }];
59977
59986
  readonly stateMutability: "pure";
59978
59987
  }], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
59979
- getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59988
+ getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
59980
59989
  readonly type: "function";
59981
59990
  readonly name: "batchGetAmount0ForLiquidity";
59982
59991
  readonly inputs: readonly [{
@@ -60597,7 +60606,7 @@ declare const useLens: () => {
60597
60606
  }];
60598
60607
  readonly stateMutability: "pure";
60599
60608
  }], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
60600
- getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60609
+ getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
60601
60610
  readonly type: "function";
60602
60611
  readonly name: "batchGetAmount0ForLiquidity";
60603
60612
  readonly inputs: readonly [{
@@ -61218,7 +61227,7 @@ declare const useLens: () => {
61218
61227
  }];
61219
61228
  readonly stateMutability: "pure";
61220
61229
  }], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
61221
- getPriceAtTick: (args: readonly [number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61230
+ getPriceAtTick: (args: readonly [number], options?: viem148.Prettify<viem148.UnionOmit<viem148.ReadContractParameters<readonly [{
61222
61231
  readonly type: "function";
61223
61232
  readonly name: "batchGetAmount0ForLiquidity";
61224
61233
  readonly inputs: readonly [{
@@ -62474,5 +62483,5 @@ declare const useApproval: () => {
62474
62483
  reset: () => void;
62475
62484
  };
62476
62485
  //#endregion
62477
- export { useOptionPnl as $, roundTickUp as A, getTimelockLens as At, useSetOperatorPerms as B, getPriceAtTick as C, useCurrentMarket as Ct, liquiditiesToAmount1 as D, TimelockMarketData as Dt, liquiditiesToAmount0 as E, TimelockMarket as Et, PriceData as F, uniswapMathLenses as Ft, useUserPerps as G, useOperatorPerms as H, PriceDataPoint as I, useMintPerp as J, usePerpsOperator as K, PriceResolution as L, token0ToToken1AtTick as M, getUniswapMathLens as Mt, token1ToToken0 as N, swappers as Nt, liquiditiesToAmounts as O, UniswapMathLens as Ot, token1ToToken0AtTick as P, timelockLenses as Pt, useOptionPremium as Q, getCurrentPrice as R, getPriceAtSqrtPriceX96 as S, TimelockProvider as St, getTickAtPrice as T, TimelockLens as Tt, useActiveUserPerps as U, useUserOperators as V, useClosedUserPerps as W, useOptionTimeline as X, OptionTimelineData as Y, useExtendOption as Z, getPayoutAtPrice as _, useMarketData as _t, batchGetAmountsFromLiquidity as a, formatCondensed as at, getAmountsFromLiquidity as b, useActiveUserOptions as bt, useLiquidityBlocks as c, scaleAmount as ct, usePriceAtTick as d, unscalePrice as dt, useMintOption as et, usePriceSqrtPriceX96 as f, wrapAmount as ft, useCurrentPrice as g, zero as gt, useCurrentTick as h, wrapPriceUnscaled as ht, useVaultData as i, formatAmount as it, token0ToToken1 as j, getTimelockMarket as jt, roundTickDown as k, getErc20 as kt, useBurnLiquidity as l, scalePrice as lt, usePoolData as m, wrapPrice as mt, useLens as n, Amount as nt, useMintLiquidity as o, formatUSD as ot, UniswapPoolData as p, wrapAmountUnscaled as pt, useClosePerp as q, useVaultTVL as r, EMPTY_ARRAY as rt, LiquidityBlockData as s, formatVagueAmount as st, useApproval as t, useMaxPositionSize as tt, usePriceHistory as u, unscaleAmount as ut, getPayoutAtTick as v, useExerciseOption as vt, getSqrtPriceX96AtPrice as w, useTimelockConfig as wt, getNearestValidStrikeTick as x, useClosedUserOptions as xt, PRICE_PRECISION as y, OptionData as yt, getPriceHistory as z };
62478
- //# sourceMappingURL=client-bCuyjf6z.d.cts.map
62486
+ export { useOptionTimeline as $, roundTickUp as A, TimelockMarketData as At, useSetOperatorPerms as B, getPriceAtTick as C, useActiveUserOptions as Ct, liquiditiesToAmount1 as D, useTimelockConfig as Dt, liquiditiesToAmount0 as E, useCurrentMarket as Et, PriceData as F, getUniswapMathLens as Ft, useUserPerps as G, useOperatorPerms as H, PriceDataPoint as I, swappers as It, useMintPerp as J, usePerpsOperator as K, PriceResolution as L, timelockLenses as Lt, token0ToToken1AtTick as M, getErc20 as Mt, token1ToToken0 as N, getTimelockLens as Nt, liquiditiesToAmounts as O, TimelockLens as Ot, token1ToToken0AtTick as P, getTimelockMarket as Pt, OptionEvent as Q, getCurrentPrice as R, uniswapMathLenses as Rt, getPriceAtSqrtPriceX96 as S, OptionData as St, getTickAtPrice as T, TimelockProvider as Tt, useActiveUserPerps as U, useUserOperators as V, useClosedUserPerps as W, Extend as X, ExerciseOptionEvent as Y, MintOptionEvent as Z, getPayoutAtPrice as _, wrapPrice as _t, batchGetAmountsFromLiquidity as a, Amount as at, getAmountsFromLiquidity as b, useMarketData as bt, useLiquidityBlocks as c, formatCondensed as ct, usePriceAtTick as d, scaleAmount as dt, useExtendOption as et, usePriceSqrtPriceX96 as f, scalePrice as ft, useCurrentPrice as g, wrapAmountUnscaled as gt, useCurrentTick as h, wrapAmount as ht, useVaultData as i, useMaxPositionSize as it, token0ToToken1 as j, UniswapMathLens as jt, roundTickDown as k, TimelockMarket as kt, useBurnLiquidity as l, formatUSD as lt, usePoolData as m, unscalePrice as mt, useLens as n, useOptionPnl as nt, useMintLiquidity as o, EMPTY_ARRAY as ot, UniswapPoolData as p, unscaleAmount as pt, useClosePerp as q, useVaultTVL as r, useMintOption as rt, LiquidityBlockData as s, formatAmount as st, useApproval as t, useOptionPremium as tt, usePriceHistory as u, formatVagueAmount as ut, getPayoutAtTick as v, wrapPriceUnscaled as vt, getSqrtPriceX96AtPrice as w, useClosedUserOptions as wt, getNearestValidStrikeTick as x, useExerciseOption as xt, PRICE_PRECISION as y, zero as yt, getPriceHistory as z };
62487
+ //# sourceMappingURL=client-B05FmAOu.d.cts.map