timelock-sdk 0.0.83 → 0.0.84

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,13 +1,13 @@
1
1
  import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-C54iWXpi.js";
2
- import * as viem13 from "viem";
2
+ import * as viem0 from "viem";
3
3
  import { Address, Client, GetContractReturnType, PublicClient } from "viem";
4
4
  import Big from "big.js";
5
5
  import React, { ReactNode } from "react";
6
6
  import { GraphQLClient, RequestOptions } from "graphql-request";
7
- import * as _tanstack_react_query5 from "@tanstack/react-query";
7
+ import * as _tanstack_react_query0 from "@tanstack/react-query";
8
8
  import { NonUndefinedGuard } from "@tanstack/react-query";
9
9
  import "graphql";
10
- import * as _tanstack_query_core17 from "@tanstack/query-core";
10
+ import * as _tanstack_query_core0 from "@tanstack/query-core";
11
11
  import * as _wagmi_core0 from "@wagmi/core";
12
12
 
13
13
  //#region src/generated/graphql.d.ts
@@ -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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
231
+ symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
410
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
411
411
  readonly type: "constructor";
412
412
  readonly inputs: readonly [{
413
413
  readonly name: "name_";
@@ -586,7 +586,7 @@ declare const getErc20: (address: Address, client: Client) => {
586
586
  }];
587
587
  readonly stateMutability: "nonpayable";
588
588
  }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
589
- balanceOf: (args: readonly [`0x${string}`], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
589
+ balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
590
590
  readonly type: "constructor";
591
591
  readonly inputs: readonly [{
592
592
  readonly name: "name_";
@@ -765,7 +765,7 @@ declare const getErc20: (address: Address, client: Client) => {
765
765
  }];
766
766
  readonly stateMutability: "nonpayable";
767
767
  }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
768
- decimals: (options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
768
+ decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
769
769
  readonly type: "constructor";
770
770
  readonly inputs: readonly [{
771
771
  readonly name: "name_";
@@ -944,7 +944,7 @@ declare const getErc20: (address: Address, client: Client) => {
944
944
  }];
945
945
  readonly stateMutability: "nonpayable";
946
946
  }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
947
- name: (options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
947
+ name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
948
948
  readonly type: "constructor";
949
949
  readonly inputs: readonly [{
950
950
  readonly name: "name_";
@@ -1123,7 +1123,7 @@ declare const getErc20: (address: Address, client: Client) => {
1123
1123
  }];
1124
1124
  readonly stateMutability: "nonpayable";
1125
1125
  }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1126
- totalSupply: (options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
1126
+ totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.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: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
1307
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
1486
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
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 [{
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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
1665
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
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 [{
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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
1844
- transfer: (args: readonly [`0x${string}`, bigint], options: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
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 [{
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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
2023
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
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 [{
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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
2201
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2202
2202
  } & {
2203
- approve: (args: readonly [`0x${string}`, bigint], options: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
2203
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
2382
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
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 [{
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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
2561
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
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 [{
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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
2740
- transfer: (args: readonly [`0x${string}`, bigint], options: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
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 [{
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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
2919
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem13.Prettify<viem13.UnionOmit<viem13.EstimateContractGasParameters<readonly [{
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 [{
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], viem13.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem13.EstimateContractGasReturnType>;
3097
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3098
3098
  };
3099
3099
  simulate: {
3100
- approve: <chainOverride extends viem13.Chain | undefined = undefined, accountOverride extends viem13.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem13.SimulateContractParameters<readonly [{
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 [{
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], viem13.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem13.SimulateContractReturnType<readonly [{
3278
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem13.Chain | undefined, viem13.Account | undefined, chainOverride, accountOverride>>;
3457
- decreaseAllowance: <chainOverride extends viem13.Chain | undefined = undefined, accountOverride extends viem13.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem13.SimulateContractParameters<readonly [{
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 [{
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], viem13.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem13.SimulateContractReturnType<readonly [{
3635
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem13.Chain | undefined, viem13.Account | undefined, chainOverride, accountOverride>>;
3814
- increaseAllowance: <chainOverride extends viem13.Chain | undefined = undefined, accountOverride extends viem13.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem13.SimulateContractParameters<readonly [{
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 [{
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], viem13.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem13.SimulateContractReturnType<readonly [{
3992
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem13.Chain | undefined, viem13.Account | undefined, chainOverride, accountOverride>>;
4171
- transfer: <chainOverride extends viem13.Chain | undefined = undefined, accountOverride extends viem13.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem13.SimulateContractParameters<readonly [{
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 [{
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], viem13.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem13.SimulateContractReturnType<readonly [{
4349
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem13.Chain | undefined, viem13.Account | undefined, chainOverride, accountOverride>>;
4528
- transferFrom: <chainOverride extends viem13.Chain | undefined = undefined, accountOverride extends viem13.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem13.SimulateContractParameters<readonly [{
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 [{
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], viem13.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem13.SimulateContractReturnType<readonly [{
4706
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem13.Chain | undefined, viem13.Account | undefined, chainOverride, accountOverride>>;
4884
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4885
4885
  };
4886
4886
  write: {
4887
- approve: <chainOverride extends viem13.Chain | undefined, options extends (viem13.UnionOmit<viem13.WriteContractParameters<readonly [{
4887
+ approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.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], viem13.Chain | undefined, viem13.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<viem13.WriteContractReturnType>;
5066
- decreaseAllowance: <chainOverride extends viem13.Chain | undefined, options extends (viem13.UnionOmit<viem13.WriteContractParameters<readonly [{
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 [{
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], viem13.Chain | undefined, viem13.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<viem13.WriteContractReturnType>;
5245
- increaseAllowance: <chainOverride extends viem13.Chain | undefined, options extends (viem13.UnionOmit<viem13.WriteContractParameters<readonly [{
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 [{
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], viem13.Chain | undefined, viem13.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<viem13.WriteContractReturnType>;
5424
- transfer: <chainOverride extends viem13.Chain | undefined, options extends (viem13.UnionOmit<viem13.WriteContractParameters<readonly [{
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 [{
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], viem13.Chain | undefined, viem13.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<viem13.WriteContractReturnType>;
5603
- transferFrom: <chainOverride extends viem13.Chain | undefined, options extends (viem13.UnionOmit<viem13.WriteContractParameters<readonly [{
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 [{
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], viem13.Chain | undefined, viem13.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<viem13.WriteContractReturnType>;
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>;
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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
5967
+ batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
6588
+ batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
7209
+ batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
7830
+ batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
8451
+ batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
9072
+ batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
9693
+ batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
10314
+ batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
10935
+ batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
11556
+ batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
12177
+ batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
12798
+ batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
13419
+ batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
14040
+ getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
14661
+ getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
15282
+ getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
15903
+ getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
16524
+ getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
17145
+ getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
17766
+ getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
18387
+ getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
19008
+ getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
19629
+ getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
20250
+ getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
20871
+ getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
21492
+ getPriceAtTick: (args: readonly [number], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
22739
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22740
22740
  readonly type: "function";
22741
22741
  readonly name: "batchGetRefTick";
22742
22742
  readonly inputs: readonly [{
@@ -23410,7 +23410,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23410
23410
  }];
23411
23411
  readonly stateMutability: "view";
23412
23412
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
23413
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
23413
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23414
23414
  readonly type: "function";
23415
23415
  readonly name: "batchGetRefTick";
23416
23416
  readonly inputs: readonly [{
@@ -24094,7 +24094,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
24094
24094
  borrowedAmount0: bigint;
24095
24095
  borrowedAmount1: bigint;
24096
24096
  }[]>;
24097
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
24097
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
24098
24098
  readonly type: "function";
24099
24099
  readonly name: "batchGetRefTick";
24100
24100
  readonly inputs: readonly [{
@@ -24785,7 +24785,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
24785
24785
  expiresAt: number;
24786
24786
  liquidities: readonly bigint[];
24787
24787
  }[], bigint, boolean]>;
24788
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
24788
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
24789
24789
  readonly type: "function";
24790
24790
  readonly name: "batchGetRefTick";
24791
24791
  readonly inputs: readonly [{
@@ -25459,7 +25459,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25459
25459
  }];
25460
25460
  readonly stateMutability: "view";
25461
25461
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
25462
- getMarketData: (args: readonly [`0x${string}`], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
25462
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25463
25463
  readonly type: "function";
25464
25464
  readonly name: "batchGetRefTick";
25465
25465
  readonly inputs: readonly [{
@@ -26146,7 +26146,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26146
26146
  payoutAssetName: string;
26147
26147
  optionsCount: bigint;
26148
26148
  }>;
26149
- getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
26149
+ getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26150
26150
  readonly type: "function";
26151
26151
  readonly name: "batchGetRefTick";
26152
26152
  readonly inputs: readonly [{
@@ -26820,7 +26820,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26820
26820
  }];
26821
26821
  readonly stateMutability: "view";
26822
26822
  }], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
26823
- getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
26823
+ getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26824
26824
  readonly type: "function";
26825
26825
  readonly name: "batchGetRefTick";
26826
26826
  readonly inputs: readonly [{
@@ -27494,7 +27494,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27494
27494
  }];
27495
27495
  readonly stateMutability: "view";
27496
27496
  }], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
27497
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
27497
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27498
27498
  readonly type: "function";
27499
27499
  readonly name: "batchGetRefTick";
27500
27500
  readonly inputs: readonly [{
@@ -28185,7 +28185,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28185
28185
  expiresAt: number;
28186
28186
  liquidities: readonly bigint[];
28187
28187
  }>;
28188
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
28188
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28189
28189
  readonly type: "function";
28190
28190
  readonly name: "batchGetRefTick";
28191
28191
  readonly inputs: readonly [{
@@ -28876,7 +28876,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28876
28876
  expiresAt: number;
28877
28877
  liquidities: readonly bigint[];
28878
28878
  }[]>;
28879
- getPoolData: (args: readonly [`0x${string}`], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
28879
+ getPoolData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28880
28880
  readonly type: "function";
28881
28881
  readonly name: "batchGetRefTick";
28882
28882
  readonly inputs: readonly [{
@@ -29561,7 +29561,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29561
29561
  tickSpacing: number;
29562
29562
  fee: number;
29563
29563
  }>;
29564
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
29564
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29565
29565
  readonly type: "function";
29566
29566
  readonly name: "batchGetRefTick";
29567
29567
  readonly inputs: readonly [{
@@ -30235,7 +30235,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30235
30235
  }];
30236
30236
  readonly stateMutability: "view";
30237
30237
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
30238
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
30238
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30239
30239
  readonly type: "function";
30240
30240
  readonly name: "batchGetRefTick";
30241
30241
  readonly inputs: readonly [{
@@ -30926,7 +30926,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30926
30926
  expiresAt: number;
30927
30927
  liquidities: readonly bigint[];
30928
30928
  }[], bigint, boolean]>;
30929
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
30929
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30930
30930
  readonly type: "function";
30931
30931
  readonly name: "batchGetRefTick";
30932
30932
  readonly inputs: readonly [{
@@ -32328,7 +32328,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32328
32328
  isRefetching: boolean;
32329
32329
  isStale: boolean;
32330
32330
  isEnabled: boolean;
32331
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
32331
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32332
32332
  optionId: bigint;
32333
32333
  marketAddr: Address;
32334
32334
  ownerAddr: Address;
@@ -32359,7 +32359,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32359
32359
  address: string;
32360
32360
  } | null;
32361
32361
  }[], Error>>;
32362
- fetchStatus: _tanstack_query_core17.FetchStatus;
32362
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32363
32363
  promise: Promise<{
32364
32364
  optionId: bigint;
32365
32365
  marketAddr: Address;
@@ -32445,7 +32445,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32445
32445
  isRefetching: boolean;
32446
32446
  isStale: boolean;
32447
32447
  isEnabled: boolean;
32448
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
32448
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32449
32449
  optionId: bigint;
32450
32450
  marketAddr: Address;
32451
32451
  ownerAddr: Address;
@@ -32476,7 +32476,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32476
32476
  address: string;
32477
32477
  } | null;
32478
32478
  }[], Error>>;
32479
- fetchStatus: _tanstack_query_core17.FetchStatus;
32479
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32480
32480
  promise: Promise<{
32481
32481
  optionId: bigint;
32482
32482
  marketAddr: Address;
@@ -32562,7 +32562,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32562
32562
  isRefetching: boolean;
32563
32563
  isStale: boolean;
32564
32564
  isEnabled: boolean;
32565
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
32565
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32566
32566
  optionId: bigint;
32567
32567
  marketAddr: Address;
32568
32568
  ownerAddr: Address;
@@ -32593,7 +32593,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32593
32593
  address: string;
32594
32594
  } | null;
32595
32595
  }[], Error>>;
32596
- fetchStatus: _tanstack_query_core17.FetchStatus;
32596
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32597
32597
  promise: Promise<{
32598
32598
  optionId: bigint;
32599
32599
  marketAddr: Address;
@@ -32679,7 +32679,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32679
32679
  isRefetching: boolean;
32680
32680
  isStale: boolean;
32681
32681
  isEnabled: boolean;
32682
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
32682
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32683
32683
  optionId: bigint;
32684
32684
  marketAddr: Address;
32685
32685
  ownerAddr: Address;
@@ -32710,7 +32710,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32710
32710
  address: string;
32711
32711
  } | null;
32712
32712
  }[], Error>>;
32713
- fetchStatus: _tanstack_query_core17.FetchStatus;
32713
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32714
32714
  promise: Promise<{
32715
32715
  optionId: bigint;
32716
32716
  marketAddr: Address;
@@ -32796,7 +32796,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32796
32796
  isRefetching: boolean;
32797
32797
  isStale: boolean;
32798
32798
  isEnabled: boolean;
32799
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
32799
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32800
32800
  optionId: bigint;
32801
32801
  marketAddr: Address;
32802
32802
  ownerAddr: Address;
@@ -32827,7 +32827,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32827
32827
  address: string;
32828
32828
  } | null;
32829
32829
  }[], Error>>;
32830
- fetchStatus: _tanstack_query_core17.FetchStatus;
32830
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32831
32831
  promise: Promise<{
32832
32832
  optionId: bigint;
32833
32833
  marketAddr: Address;
@@ -32913,7 +32913,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32913
32913
  isRefetching: boolean;
32914
32914
  isStale: boolean;
32915
32915
  isEnabled: boolean;
32916
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
32916
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
32917
32917
  optionId: bigint;
32918
32918
  marketAddr: Address;
32919
32919
  ownerAddr: Address;
@@ -32944,7 +32944,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
32944
32944
  address: string;
32945
32945
  } | null;
32946
32946
  }[], Error>>;
32947
- fetchStatus: _tanstack_query_core17.FetchStatus;
32947
+ fetchStatus: _tanstack_query_core0.FetchStatus;
32948
32948
  promise: Promise<{
32949
32949
  optionId: bigint;
32950
32950
  marketAddr: Address;
@@ -33031,7 +33031,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33031
33031
  isRefetching: boolean;
33032
33032
  isStale: boolean;
33033
33033
  isEnabled: boolean;
33034
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
33034
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33035
33035
  optionId: bigint;
33036
33036
  marketAddr: Address;
33037
33037
  ownerAddr: Address;
@@ -33062,7 +33062,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33062
33062
  address: string;
33063
33063
  } | null;
33064
33064
  }[], Error>>;
33065
- fetchStatus: _tanstack_query_core17.FetchStatus;
33065
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33066
33066
  promise: Promise<{
33067
33067
  optionId: bigint;
33068
33068
  marketAddr: Address;
@@ -33148,7 +33148,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33148
33148
  isRefetching: boolean;
33149
33149
  isStale: boolean;
33150
33150
  isEnabled: boolean;
33151
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
33151
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33152
33152
  optionId: bigint;
33153
33153
  marketAddr: Address;
33154
33154
  ownerAddr: Address;
@@ -33179,7 +33179,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33179
33179
  address: string;
33180
33180
  } | null;
33181
33181
  }[], Error>>;
33182
- fetchStatus: _tanstack_query_core17.FetchStatus;
33182
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33183
33183
  promise: Promise<{
33184
33184
  optionId: bigint;
33185
33185
  marketAddr: Address;
@@ -33265,7 +33265,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33265
33265
  isRefetching: boolean;
33266
33266
  isStale: boolean;
33267
33267
  isEnabled: boolean;
33268
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
33268
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33269
33269
  optionId: bigint;
33270
33270
  marketAddr: Address;
33271
33271
  ownerAddr: Address;
@@ -33296,7 +33296,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33296
33296
  address: string;
33297
33297
  } | null;
33298
33298
  }[], Error>>;
33299
- fetchStatus: _tanstack_query_core17.FetchStatus;
33299
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33300
33300
  promise: Promise<{
33301
33301
  optionId: bigint;
33302
33302
  marketAddr: Address;
@@ -33382,7 +33382,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33382
33382
  isRefetching: boolean;
33383
33383
  isStale: boolean;
33384
33384
  isEnabled: boolean;
33385
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
33385
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33386
33386
  optionId: bigint;
33387
33387
  marketAddr: Address;
33388
33388
  ownerAddr: Address;
@@ -33413,7 +33413,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33413
33413
  address: string;
33414
33414
  } | null;
33415
33415
  }[], Error>>;
33416
- fetchStatus: _tanstack_query_core17.FetchStatus;
33416
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33417
33417
  promise: Promise<{
33418
33418
  optionId: bigint;
33419
33419
  marketAddr: Address;
@@ -33499,7 +33499,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33499
33499
  isRefetching: boolean;
33500
33500
  isStale: boolean;
33501
33501
  isEnabled: boolean;
33502
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
33502
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33503
33503
  optionId: bigint;
33504
33504
  marketAddr: Address;
33505
33505
  ownerAddr: Address;
@@ -33530,7 +33530,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33530
33530
  address: string;
33531
33531
  } | null;
33532
33532
  }[], Error>>;
33533
- fetchStatus: _tanstack_query_core17.FetchStatus;
33533
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33534
33534
  promise: Promise<{
33535
33535
  optionId: bigint;
33536
33536
  marketAddr: Address;
@@ -33616,7 +33616,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33616
33616
  isRefetching: boolean;
33617
33617
  isStale: boolean;
33618
33618
  isEnabled: boolean;
33619
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
33619
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33620
33620
  optionId: bigint;
33621
33621
  marketAddr: Address;
33622
33622
  ownerAddr: Address;
@@ -33647,7 +33647,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
33647
33647
  address: string;
33648
33648
  } | null;
33649
33649
  }[], Error>>;
33650
- fetchStatus: _tanstack_query_core17.FetchStatus;
33650
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33651
33651
  promise: Promise<{
33652
33652
  optionId: bigint;
33653
33653
  marketAddr: Address;
@@ -33734,7 +33734,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33734
33734
  isRefetching: boolean;
33735
33735
  isStale: boolean;
33736
33736
  isEnabled: boolean;
33737
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
33737
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33738
33738
  optionId: bigint;
33739
33739
  marketAddr: Address;
33740
33740
  ownerAddr: Address;
@@ -33765,7 +33765,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33765
33765
  address: string;
33766
33766
  } | null;
33767
33767
  }[], Error>>;
33768
- fetchStatus: _tanstack_query_core17.FetchStatus;
33768
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33769
33769
  promise: Promise<{
33770
33770
  optionId: bigint;
33771
33771
  marketAddr: Address;
@@ -33851,7 +33851,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33851
33851
  isRefetching: boolean;
33852
33852
  isStale: boolean;
33853
33853
  isEnabled: boolean;
33854
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
33854
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33855
33855
  optionId: bigint;
33856
33856
  marketAddr: Address;
33857
33857
  ownerAddr: Address;
@@ -33882,7 +33882,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33882
33882
  address: string;
33883
33883
  } | null;
33884
33884
  }[], Error>>;
33885
- fetchStatus: _tanstack_query_core17.FetchStatus;
33885
+ fetchStatus: _tanstack_query_core0.FetchStatus;
33886
33886
  promise: Promise<{
33887
33887
  optionId: bigint;
33888
33888
  marketAddr: Address;
@@ -33968,7 +33968,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33968
33968
  isRefetching: boolean;
33969
33969
  isStale: boolean;
33970
33970
  isEnabled: boolean;
33971
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
33971
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
33972
33972
  optionId: bigint;
33973
33973
  marketAddr: Address;
33974
33974
  ownerAddr: Address;
@@ -33999,7 +33999,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
33999
33999
  address: string;
34000
34000
  } | null;
34001
34001
  }[], Error>>;
34002
- fetchStatus: _tanstack_query_core17.FetchStatus;
34002
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34003
34003
  promise: Promise<{
34004
34004
  optionId: bigint;
34005
34005
  marketAddr: Address;
@@ -34085,7 +34085,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
34085
34085
  isRefetching: boolean;
34086
34086
  isStale: boolean;
34087
34087
  isEnabled: boolean;
34088
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
34088
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
34089
34089
  optionId: bigint;
34090
34090
  marketAddr: Address;
34091
34091
  ownerAddr: Address;
@@ -34116,7 +34116,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
34116
34116
  address: string;
34117
34117
  } | null;
34118
34118
  }[], Error>>;
34119
- fetchStatus: _tanstack_query_core17.FetchStatus;
34119
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34120
34120
  promise: Promise<{
34121
34121
  optionId: bigint;
34122
34122
  marketAddr: Address;
@@ -34202,7 +34202,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
34202
34202
  isRefetching: boolean;
34203
34203
  isStale: boolean;
34204
34204
  isEnabled: boolean;
34205
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
34205
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
34206
34206
  optionId: bigint;
34207
34207
  marketAddr: Address;
34208
34208
  ownerAddr: Address;
@@ -34233,7 +34233,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
34233
34233
  address: string;
34234
34234
  } | null;
34235
34235
  }[], Error>>;
34236
- fetchStatus: _tanstack_query_core17.FetchStatus;
34236
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34237
34237
  promise: Promise<{
34238
34238
  optionId: bigint;
34239
34239
  marketAddr: Address;
@@ -34319,7 +34319,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
34319
34319
  isRefetching: boolean;
34320
34320
  isStale: boolean;
34321
34321
  isEnabled: boolean;
34322
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
34322
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
34323
34323
  optionId: bigint;
34324
34324
  marketAddr: Address;
34325
34325
  ownerAddr: Address;
@@ -34350,7 +34350,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
34350
34350
  address: string;
34351
34351
  } | null;
34352
34352
  }[], Error>>;
34353
- fetchStatus: _tanstack_query_core17.FetchStatus;
34353
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34354
34354
  promise: Promise<{
34355
34355
  optionId: bigint;
34356
34356
  marketAddr: Address;
@@ -34416,7 +34416,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
34416
34416
  };
34417
34417
  //#endregion
34418
34418
  //#region src/hooks/options/useExerciseOption.d.ts
34419
- declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query5.UseMutationResult<`0x${string}`, Error, {
34419
+ declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
34420
34420
  option: OptionData;
34421
34421
  liquidities: readonly bigint[];
34422
34422
  }, unknown>;
@@ -34472,7 +34472,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
34472
34472
  };
34473
34473
  //#endregion
34474
34474
  //#region src/hooks/options/useMintOption.d.ts
34475
- declare const useMintOption: (marketAddr?: Address) => _tanstack_react_query5.UseMutationResult<`0x${string}`, Error, {
34475
+ declare const useMintOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
34476
34476
  optionType: "CALL" | "PUT";
34477
34477
  amount: bigint;
34478
34478
  duration: number;
@@ -34497,7 +34497,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
34497
34497
  };
34498
34498
  //#endregion
34499
34499
  //#region src/hooks/options/useExtendOption.d.ts
34500
- declare const useExtendOption: (marketAddr?: Address) => _tanstack_react_query5.UseMutationResult<`0x${string}`, Error, {
34500
+ declare const useExtendOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
34501
34501
  option: OptionData;
34502
34502
  duration: number;
34503
34503
  }, unknown>;
@@ -34527,7 +34527,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34527
34527
  isRefetching: boolean;
34528
34528
  isStale: boolean;
34529
34529
  isEnabled: boolean;
34530
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
34530
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
34531
34531
  type: "mint";
34532
34532
  data: {
34533
34533
  id: string;
@@ -34566,7 +34566,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34566
34566
  transactionHash: string;
34567
34567
  };
34568
34568
  })[], Error>>;
34569
- fetchStatus: _tanstack_query_core17.FetchStatus;
34569
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34570
34570
  promise: Promise<({
34571
34571
  type: "mint";
34572
34572
  data: {
@@ -34668,7 +34668,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34668
34668
  isRefetching: boolean;
34669
34669
  isStale: boolean;
34670
34670
  isEnabled: boolean;
34671
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
34671
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
34672
34672
  type: "mint";
34673
34673
  data: {
34674
34674
  id: string;
@@ -34707,7 +34707,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34707
34707
  transactionHash: string;
34708
34708
  };
34709
34709
  })[], Error>>;
34710
- fetchStatus: _tanstack_query_core17.FetchStatus;
34710
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34711
34711
  promise: Promise<({
34712
34712
  type: "mint";
34713
34713
  data: {
@@ -34809,7 +34809,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34809
34809
  isRefetching: boolean;
34810
34810
  isStale: boolean;
34811
34811
  isEnabled: boolean;
34812
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
34812
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
34813
34813
  type: "mint";
34814
34814
  data: {
34815
34815
  id: string;
@@ -34848,7 +34848,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34848
34848
  transactionHash: string;
34849
34849
  };
34850
34850
  })[], Error>>;
34851
- fetchStatus: _tanstack_query_core17.FetchStatus;
34851
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34852
34852
  promise: Promise<({
34853
34853
  type: "mint";
34854
34854
  data: {
@@ -34950,7 +34950,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34950
34950
  isRefetching: boolean;
34951
34951
  isStale: boolean;
34952
34952
  isEnabled: boolean;
34953
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
34953
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
34954
34954
  type: "mint";
34955
34955
  data: {
34956
34956
  id: string;
@@ -34989,7 +34989,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
34989
34989
  transactionHash: string;
34990
34990
  };
34991
34991
  })[], Error>>;
34992
- fetchStatus: _tanstack_query_core17.FetchStatus;
34992
+ fetchStatus: _tanstack_query_core0.FetchStatus;
34993
34993
  promise: Promise<({
34994
34994
  type: "mint";
34995
34995
  data: {
@@ -35091,7 +35091,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
35091
35091
  isRefetching: boolean;
35092
35092
  isStale: boolean;
35093
35093
  isEnabled: boolean;
35094
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
35094
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
35095
35095
  type: "mint";
35096
35096
  data: {
35097
35097
  id: string;
@@ -35130,7 +35130,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
35130
35130
  transactionHash: string;
35131
35131
  };
35132
35132
  })[], Error>>;
35133
- fetchStatus: _tanstack_query_core17.FetchStatus;
35133
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35134
35134
  promise: Promise<({
35135
35135
  type: "mint";
35136
35136
  data: {
@@ -35232,7 +35232,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
35232
35232
  isRefetching: boolean;
35233
35233
  isStale: boolean;
35234
35234
  isEnabled: boolean;
35235
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
35235
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
35236
35236
  type: "mint";
35237
35237
  data: {
35238
35238
  id: string;
@@ -35271,7 +35271,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
35271
35271
  transactionHash: string;
35272
35272
  };
35273
35273
  })[], Error>>;
35274
- fetchStatus: _tanstack_query_core17.FetchStatus;
35274
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35275
35275
  promise: Promise<({
35276
35276
  type: "mint";
35277
35277
  data: {
@@ -35353,7 +35353,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
35353
35353
  };
35354
35354
  //#endregion
35355
35355
  //#region src/hooks/perps/useMintPerp.d.ts
35356
- declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query5.UseMutationResult<void, Error, {
35356
+ declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, {
35357
35357
  optionType: "CALL" | "PUT";
35358
35358
  amount: bigint;
35359
35359
  duration: number;
@@ -35400,7 +35400,7 @@ declare class PerpsOperator {
35400
35400
  }
35401
35401
  //#endregion
35402
35402
  //#region src/hooks/perps/useClosePerp.d.ts
35403
- declare const useClosePerp: () => _tanstack_react_query5.UseMutationResult<{
35403
+ declare const useClosePerp: () => _tanstack_react_query0.UseMutationResult<{
35404
35404
  txHash: string;
35405
35405
  optionId: bigint;
35406
35406
  }, Error, ExercisePerpBody, unknown>;
@@ -35449,7 +35449,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35449
35449
  isRefetching: boolean;
35450
35450
  isStale: boolean;
35451
35451
  isEnabled: boolean;
35452
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
35452
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35453
35453
  spendingApproval: bigint;
35454
35454
  operatorAddr: string;
35455
35455
  __typename: "UserMarketOperator";
@@ -35463,7 +35463,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35463
35463
  address: string;
35464
35464
  } | null;
35465
35465
  }[] | undefined, Error>>;
35466
- fetchStatus: _tanstack_query_core17.FetchStatus;
35466
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35467
35467
  promise: Promise<{
35468
35468
  spendingApproval: bigint;
35469
35469
  operatorAddr: string;
@@ -35515,7 +35515,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35515
35515
  isRefetching: boolean;
35516
35516
  isStale: boolean;
35517
35517
  isEnabled: boolean;
35518
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
35518
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35519
35519
  spendingApproval: bigint;
35520
35520
  operatorAddr: string;
35521
35521
  __typename: "UserMarketOperator";
@@ -35529,7 +35529,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35529
35529
  address: string;
35530
35530
  } | null;
35531
35531
  }[] | undefined, Error>>;
35532
- fetchStatus: _tanstack_query_core17.FetchStatus;
35532
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35533
35533
  promise: Promise<{
35534
35534
  spendingApproval: bigint;
35535
35535
  operatorAddr: string;
@@ -35581,7 +35581,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35581
35581
  isRefetching: boolean;
35582
35582
  isStale: boolean;
35583
35583
  isEnabled: boolean;
35584
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
35584
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35585
35585
  spendingApproval: bigint;
35586
35586
  operatorAddr: string;
35587
35587
  __typename: "UserMarketOperator";
@@ -35595,7 +35595,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35595
35595
  address: string;
35596
35596
  } | null;
35597
35597
  }[] | undefined, Error>>;
35598
- fetchStatus: _tanstack_query_core17.FetchStatus;
35598
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35599
35599
  promise: Promise<{
35600
35600
  spendingApproval: bigint;
35601
35601
  operatorAddr: string;
@@ -35647,7 +35647,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35647
35647
  isRefetching: boolean;
35648
35648
  isStale: boolean;
35649
35649
  isEnabled: boolean;
35650
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
35650
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35651
35651
  spendingApproval: bigint;
35652
35652
  operatorAddr: string;
35653
35653
  __typename: "UserMarketOperator";
@@ -35661,7 +35661,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35661
35661
  address: string;
35662
35662
  } | null;
35663
35663
  }[] | undefined, Error>>;
35664
- fetchStatus: _tanstack_query_core17.FetchStatus;
35664
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35665
35665
  promise: Promise<{
35666
35666
  spendingApproval: bigint;
35667
35667
  operatorAddr: string;
@@ -35713,7 +35713,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35713
35713
  isRefetching: boolean;
35714
35714
  isStale: boolean;
35715
35715
  isEnabled: boolean;
35716
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
35716
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35717
35717
  spendingApproval: bigint;
35718
35718
  operatorAddr: string;
35719
35719
  __typename: "UserMarketOperator";
@@ -35727,7 +35727,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35727
35727
  address: string;
35728
35728
  } | null;
35729
35729
  }[] | undefined, Error>>;
35730
- fetchStatus: _tanstack_query_core17.FetchStatus;
35730
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35731
35731
  promise: Promise<{
35732
35732
  spendingApproval: bigint;
35733
35733
  operatorAddr: string;
@@ -35779,7 +35779,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35779
35779
  isRefetching: boolean;
35780
35780
  isStale: boolean;
35781
35781
  isEnabled: boolean;
35782
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
35782
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
35783
35783
  spendingApproval: bigint;
35784
35784
  operatorAddr: string;
35785
35785
  __typename: "UserMarketOperator";
@@ -35793,7 +35793,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35793
35793
  address: string;
35794
35794
  } | null;
35795
35795
  }[] | undefined, Error>>;
35796
- fetchStatus: _tanstack_query_core17.FetchStatus;
35796
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35797
35797
  promise: Promise<{
35798
35798
  spendingApproval: bigint;
35799
35799
  operatorAddr: string;
@@ -35811,7 +35811,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
35811
35811
  };
35812
35812
  //#endregion
35813
35813
  //#region src/hooks/operators/useSetOperatorPerms.d.ts
35814
- declare const useSetOperatorPerms: (marketAddr?: Address) => _tanstack_react_query5.UseMutationResult<`0x${string}`, Error, {
35814
+ declare const useSetOperatorPerms: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
35815
35815
  operator: Address;
35816
35816
  canExtend: boolean;
35817
35817
  canExercise: boolean;
@@ -35887,7 +35887,7 @@ declare const usePoolData: (poolAddr?: Address) => Partial<NonUndefined<{
35887
35887
  declare const usePriceAtTick: (tick?: number, poolAddr?: Address) => Amount | undefined;
35888
35888
  //#endregion
35889
35889
  //#region src/hooks/pool/usePriceHistory.d.ts
35890
- declare const usePriceHistory: (pool: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query5.UseQueryResult<PriceDataPoint[], Error>;
35890
+ declare const usePriceHistory: (pool: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
35891
35891
  //#endregion
35892
35892
  //#region src/hooks/vault/useBurnLiquidity.d.ts
35893
35893
  interface BurnPosition {
@@ -35909,7 +35909,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
35909
35909
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
35910
35910
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
35911
35911
  declare const useLiquidityBlocks: (vaultAddr?: Address) => {
35912
- error: viem13.ReadContractErrorType;
35912
+ error: viem0.ReadContractErrorType;
35913
35913
  isError: true;
35914
35914
  isPending: false;
35915
35915
  isLoading: false;
@@ -35921,7 +35921,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
35921
35921
  dataUpdatedAt: number;
35922
35922
  errorUpdatedAt: number;
35923
35923
  failureCount: number;
35924
- failureReason: viem13.ReadContractErrorType | null;
35924
+ failureReason: viem0.ReadContractErrorType | null;
35925
35925
  errorUpdateCount: number;
35926
35926
  isFetched: boolean;
35927
35927
  isFetchedAfterMount: boolean;
@@ -35931,7 +35931,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
35931
35931
  isRefetching: boolean;
35932
35932
  isStale: boolean;
35933
35933
  isEnabled: boolean;
35934
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
35934
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
35935
35935
  tickLower: number;
35936
35936
  tickUpper: number;
35937
35937
  prevTickLower: number;
@@ -35941,8 +35941,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
35941
35941
  totalAmount1: bigint;
35942
35942
  borrowedAmount0: bigint;
35943
35943
  borrowedAmount1: bigint;
35944
- }[], viem13.ReadContractErrorType>>;
35945
- fetchStatus: _tanstack_query_core17.FetchStatus;
35944
+ }[], viem0.ReadContractErrorType>>;
35945
+ fetchStatus: _tanstack_query_core0.FetchStatus;
35946
35946
  promise: Promise<readonly {
35947
35947
  tickLower: number;
35948
35948
  tickUpper: number;
@@ -35954,7 +35954,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
35954
35954
  borrowedAmount0: bigint;
35955
35955
  borrowedAmount1: bigint;
35956
35956
  }[]>;
35957
- queryKey: _tanstack_query_core17.QueryKey;
35957
+ queryKey: _tanstack_query_core0.QueryKey;
35958
35958
  data: readonly {
35959
35959
  tickLower: number;
35960
35960
  tickUpper: number;
@@ -35979,7 +35979,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
35979
35979
  dataUpdatedAt: number;
35980
35980
  errorUpdatedAt: number;
35981
35981
  failureCount: number;
35982
- failureReason: viem13.ReadContractErrorType | null;
35982
+ failureReason: viem0.ReadContractErrorType | null;
35983
35983
  errorUpdateCount: number;
35984
35984
  isFetched: boolean;
35985
35985
  isFetchedAfterMount: boolean;
@@ -35989,7 +35989,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
35989
35989
  isRefetching: boolean;
35990
35990
  isStale: boolean;
35991
35991
  isEnabled: boolean;
35992
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
35992
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
35993
35993
  tickLower: number;
35994
35994
  tickUpper: number;
35995
35995
  prevTickLower: number;
@@ -35999,8 +35999,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
35999
35999
  totalAmount1: bigint;
36000
36000
  borrowedAmount0: bigint;
36001
36001
  borrowedAmount1: bigint;
36002
- }[], viem13.ReadContractErrorType>>;
36003
- fetchStatus: _tanstack_query_core17.FetchStatus;
36002
+ }[], viem0.ReadContractErrorType>>;
36003
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36004
36004
  promise: Promise<readonly {
36005
36005
  tickLower: number;
36006
36006
  tickUpper: number;
@@ -36012,7 +36012,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36012
36012
  borrowedAmount0: bigint;
36013
36013
  borrowedAmount1: bigint;
36014
36014
  }[]>;
36015
- queryKey: _tanstack_query_core17.QueryKey;
36015
+ queryKey: _tanstack_query_core0.QueryKey;
36016
36016
  data: readonly {
36017
36017
  tickLower: number;
36018
36018
  tickUpper: number;
@@ -36025,7 +36025,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36025
36025
  borrowedAmount1: bigint;
36026
36026
  }[];
36027
36027
  } | {
36028
- error: viem13.ReadContractErrorType;
36028
+ error: viem0.ReadContractErrorType;
36029
36029
  isError: true;
36030
36030
  isPending: false;
36031
36031
  isLoading: false;
@@ -36037,7 +36037,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36037
36037
  dataUpdatedAt: number;
36038
36038
  errorUpdatedAt: number;
36039
36039
  failureCount: number;
36040
- failureReason: viem13.ReadContractErrorType | null;
36040
+ failureReason: viem0.ReadContractErrorType | null;
36041
36041
  errorUpdateCount: number;
36042
36042
  isFetched: boolean;
36043
36043
  isFetchedAfterMount: boolean;
@@ -36047,7 +36047,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36047
36047
  isRefetching: boolean;
36048
36048
  isStale: boolean;
36049
36049
  isEnabled: boolean;
36050
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
36050
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36051
36051
  tickLower: number;
36052
36052
  tickUpper: number;
36053
36053
  prevTickLower: number;
@@ -36057,8 +36057,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36057
36057
  totalAmount1: bigint;
36058
36058
  borrowedAmount0: bigint;
36059
36059
  borrowedAmount1: bigint;
36060
- }[], viem13.ReadContractErrorType>>;
36061
- fetchStatus: _tanstack_query_core17.FetchStatus;
36060
+ }[], viem0.ReadContractErrorType>>;
36061
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36062
36062
  promise: Promise<readonly {
36063
36063
  tickLower: number;
36064
36064
  tickUpper: number;
@@ -36070,7 +36070,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36070
36070
  borrowedAmount0: bigint;
36071
36071
  borrowedAmount1: bigint;
36072
36072
  }[]>;
36073
- queryKey: _tanstack_query_core17.QueryKey;
36073
+ queryKey: _tanstack_query_core0.QueryKey;
36074
36074
  data: readonly {
36075
36075
  tickLower: number;
36076
36076
  tickUpper: number;
@@ -36095,7 +36095,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36095
36095
  dataUpdatedAt: number;
36096
36096
  errorUpdatedAt: number;
36097
36097
  failureCount: number;
36098
- failureReason: viem13.ReadContractErrorType | null;
36098
+ failureReason: viem0.ReadContractErrorType | null;
36099
36099
  errorUpdateCount: number;
36100
36100
  isFetched: boolean;
36101
36101
  isFetchedAfterMount: boolean;
@@ -36105,7 +36105,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36105
36105
  isRefetching: boolean;
36106
36106
  isStale: boolean;
36107
36107
  isEnabled: boolean;
36108
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
36108
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36109
36109
  tickLower: number;
36110
36110
  tickUpper: number;
36111
36111
  prevTickLower: number;
@@ -36115,8 +36115,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36115
36115
  totalAmount1: bigint;
36116
36116
  borrowedAmount0: bigint;
36117
36117
  borrowedAmount1: bigint;
36118
- }[], viem13.ReadContractErrorType>>;
36119
- fetchStatus: _tanstack_query_core17.FetchStatus;
36118
+ }[], viem0.ReadContractErrorType>>;
36119
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36120
36120
  promise: Promise<readonly {
36121
36121
  tickLower: number;
36122
36122
  tickUpper: number;
@@ -36128,7 +36128,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36128
36128
  borrowedAmount0: bigint;
36129
36129
  borrowedAmount1: bigint;
36130
36130
  }[]>;
36131
- queryKey: _tanstack_query_core17.QueryKey;
36131
+ queryKey: _tanstack_query_core0.QueryKey;
36132
36132
  data: readonly {
36133
36133
  tickLower: number;
36134
36134
  tickUpper: number;
@@ -36152,7 +36152,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36152
36152
  dataUpdatedAt: number;
36153
36153
  errorUpdatedAt: number;
36154
36154
  failureCount: number;
36155
- failureReason: viem13.ReadContractErrorType | null;
36155
+ failureReason: viem0.ReadContractErrorType | null;
36156
36156
  errorUpdateCount: number;
36157
36157
  isFetched: boolean;
36158
36158
  isFetchedAfterMount: boolean;
@@ -36163,7 +36163,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36163
36163
  isRefetching: boolean;
36164
36164
  isStale: boolean;
36165
36165
  isEnabled: boolean;
36166
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
36166
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36167
36167
  tickLower: number;
36168
36168
  tickUpper: number;
36169
36169
  prevTickLower: number;
@@ -36173,8 +36173,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36173
36173
  totalAmount1: bigint;
36174
36174
  borrowedAmount0: bigint;
36175
36175
  borrowedAmount1: bigint;
36176
- }[], viem13.ReadContractErrorType>>;
36177
- fetchStatus: _tanstack_query_core17.FetchStatus;
36176
+ }[], viem0.ReadContractErrorType>>;
36177
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36178
36178
  promise: Promise<readonly {
36179
36179
  tickLower: number;
36180
36180
  tickUpper: number;
@@ -36186,7 +36186,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36186
36186
  borrowedAmount0: bigint;
36187
36187
  borrowedAmount1: bigint;
36188
36188
  }[]>;
36189
- queryKey: _tanstack_query_core17.QueryKey;
36189
+ queryKey: _tanstack_query_core0.QueryKey;
36190
36190
  data: readonly {
36191
36191
  tickLower: number;
36192
36192
  tickUpper: number;
@@ -36211,7 +36211,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36211
36211
  dataUpdatedAt: number;
36212
36212
  errorUpdatedAt: number;
36213
36213
  failureCount: number;
36214
- failureReason: viem13.ReadContractErrorType | null;
36214
+ failureReason: viem0.ReadContractErrorType | null;
36215
36215
  errorUpdateCount: number;
36216
36216
  isFetched: boolean;
36217
36217
  isFetchedAfterMount: boolean;
@@ -36221,7 +36221,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36221
36221
  isRefetching: boolean;
36222
36222
  isStale: boolean;
36223
36223
  isEnabled: boolean;
36224
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
36224
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
36225
36225
  tickLower: number;
36226
36226
  tickUpper: number;
36227
36227
  prevTickLower: number;
@@ -36231,8 +36231,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36231
36231
  totalAmount1: bigint;
36232
36232
  borrowedAmount0: bigint;
36233
36233
  borrowedAmount1: bigint;
36234
- }[], viem13.ReadContractErrorType>>;
36235
- fetchStatus: _tanstack_query_core17.FetchStatus;
36234
+ }[], viem0.ReadContractErrorType>>;
36235
+ fetchStatus: _tanstack_query_core0.FetchStatus;
36236
36236
  promise: Promise<readonly {
36237
36237
  tickLower: number;
36238
36238
  tickUpper: number;
@@ -36244,7 +36244,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
36244
36244
  borrowedAmount0: bigint;
36245
36245
  borrowedAmount1: bigint;
36246
36246
  }[]>;
36247
- queryKey: _tanstack_query_core17.QueryKey;
36247
+ queryKey: _tanstack_query_core0.QueryKey;
36248
36248
  data: readonly {
36249
36249
  tickLower: number;
36250
36250
  tickUpper: number;
@@ -36270,7 +36270,7 @@ interface MintPositionParams {
36270
36270
  tickUpper: number;
36271
36271
  liquidity: bigint;
36272
36272
  }
36273
- declare const useMintLiquidity: (vaultAddr?: Address) => _tanstack_react_query5.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
36273
+ declare const useMintLiquidity: (vaultAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
36274
36274
  //#endregion
36275
36275
  //#region src/hooks/vault/useVaultData.d.ts
36276
36276
  declare const useVaultData: (vaultAddr?: Address) => {
@@ -36295,14 +36295,14 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
36295
36295
  borrowedAmount0: Amount;
36296
36296
  borrowedAmount1: Amount;
36297
36297
  blocksCount: bigint;
36298
- refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem13.ReadContractErrorType>>;
36298
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
36299
36299
  };
36300
36300
  //#endregion
36301
36301
  //#region src/hooks/useLens.d.ts
36302
36302
  declare const useLens: () => {
36303
36303
  timelockLens: {
36304
36304
  read: {
36305
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
36305
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36306
36306
  readonly type: "function";
36307
36307
  readonly name: "batchGetRefTick";
36308
36308
  readonly inputs: readonly [{
@@ -36976,7 +36976,7 @@ declare const useLens: () => {
36976
36976
  }];
36977
36977
  readonly stateMutability: "view";
36978
36978
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
36979
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
36979
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36980
36980
  readonly type: "function";
36981
36981
  readonly name: "batchGetRefTick";
36982
36982
  readonly inputs: readonly [{
@@ -37660,7 +37660,7 @@ declare const useLens: () => {
37660
37660
  borrowedAmount0: bigint;
37661
37661
  borrowedAmount1: bigint;
37662
37662
  }[]>;
37663
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
37663
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
37664
37664
  readonly type: "function";
37665
37665
  readonly name: "batchGetRefTick";
37666
37666
  readonly inputs: readonly [{
@@ -38351,7 +38351,7 @@ declare const useLens: () => {
38351
38351
  expiresAt: number;
38352
38352
  liquidities: readonly bigint[];
38353
38353
  }[], bigint, boolean]>;
38354
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
38354
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
38355
38355
  readonly type: "function";
38356
38356
  readonly name: "batchGetRefTick";
38357
38357
  readonly inputs: readonly [{
@@ -39025,7 +39025,7 @@ declare const useLens: () => {
39025
39025
  }];
39026
39026
  readonly stateMutability: "view";
39027
39027
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
39028
- getMarketData: (args: readonly [`0x${string}`], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
39028
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39029
39029
  readonly type: "function";
39030
39030
  readonly name: "batchGetRefTick";
39031
39031
  readonly inputs: readonly [{
@@ -39712,7 +39712,7 @@ declare const useLens: () => {
39712
39712
  payoutAssetName: string;
39713
39713
  optionsCount: bigint;
39714
39714
  }>;
39715
- getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
39715
+ getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39716
39716
  readonly type: "function";
39717
39717
  readonly name: "batchGetRefTick";
39718
39718
  readonly inputs: readonly [{
@@ -40386,7 +40386,7 @@ declare const useLens: () => {
40386
40386
  }];
40387
40387
  readonly stateMutability: "view";
40388
40388
  }], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
40389
- getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
40389
+ getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
40390
40390
  readonly type: "function";
40391
40391
  readonly name: "batchGetRefTick";
40392
40392
  readonly inputs: readonly [{
@@ -41060,7 +41060,7 @@ declare const useLens: () => {
41060
41060
  }];
41061
41061
  readonly stateMutability: "view";
41062
41062
  }], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
41063
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
41063
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41064
41064
  readonly type: "function";
41065
41065
  readonly name: "batchGetRefTick";
41066
41066
  readonly inputs: readonly [{
@@ -41751,7 +41751,7 @@ declare const useLens: () => {
41751
41751
  expiresAt: number;
41752
41752
  liquidities: readonly bigint[];
41753
41753
  }>;
41754
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
41754
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41755
41755
  readonly type: "function";
41756
41756
  readonly name: "batchGetRefTick";
41757
41757
  readonly inputs: readonly [{
@@ -42442,7 +42442,7 @@ declare const useLens: () => {
42442
42442
  expiresAt: number;
42443
42443
  liquidities: readonly bigint[];
42444
42444
  }[]>;
42445
- getPoolData: (args: readonly [`0x${string}`], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
42445
+ getPoolData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42446
42446
  readonly type: "function";
42447
42447
  readonly name: "batchGetRefTick";
42448
42448
  readonly inputs: readonly [{
@@ -43127,7 +43127,7 @@ declare const useLens: () => {
43127
43127
  tickSpacing: number;
43128
43128
  fee: number;
43129
43129
  }>;
43130
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
43130
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43131
43131
  readonly type: "function";
43132
43132
  readonly name: "batchGetRefTick";
43133
43133
  readonly inputs: readonly [{
@@ -43801,7 +43801,7 @@ declare const useLens: () => {
43801
43801
  }];
43802
43802
  readonly stateMutability: "view";
43803
43803
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
43804
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
43804
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43805
43805
  readonly type: "function";
43806
43806
  readonly name: "batchGetRefTick";
43807
43807
  readonly inputs: readonly [{
@@ -44492,7 +44492,7 @@ declare const useLens: () => {
44492
44492
  expiresAt: number;
44493
44493
  liquidities: readonly bigint[];
44494
44494
  }[], bigint, boolean]>;
44495
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
44495
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44496
44496
  readonly type: "function";
44497
44497
  readonly name: "batchGetRefTick";
44498
44498
  readonly inputs: readonly [{
@@ -45845,7 +45845,7 @@ declare const useLens: () => {
45845
45845
  } | undefined;
45846
45846
  uniswapLens: {
45847
45847
  read: {
45848
- batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
45848
+ batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45849
45849
  readonly type: "function";
45850
45850
  readonly name: "batchGetAmount0ForLiquidity";
45851
45851
  readonly inputs: readonly [{
@@ -46466,7 +46466,7 @@ declare const useLens: () => {
46466
46466
  }];
46467
46467
  readonly stateMutability: "pure";
46468
46468
  }], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
46469
- batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
46469
+ batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46470
46470
  readonly type: "function";
46471
46471
  readonly name: "batchGetAmount0ForLiquidity";
46472
46472
  readonly inputs: readonly [{
@@ -47087,7 +47087,7 @@ declare const useLens: () => {
47087
47087
  }];
47088
47088
  readonly stateMutability: "pure";
47089
47089
  }], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
47090
- batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
47090
+ batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
47091
47091
  readonly type: "function";
47092
47092
  readonly name: "batchGetAmount0ForLiquidity";
47093
47093
  readonly inputs: readonly [{
@@ -47708,7 +47708,7 @@ declare const useLens: () => {
47708
47708
  }];
47709
47709
  readonly stateMutability: "pure";
47710
47710
  }], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
47711
- batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
47711
+ batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
47712
47712
  readonly type: "function";
47713
47713
  readonly name: "batchGetAmount0ForLiquidity";
47714
47714
  readonly inputs: readonly [{
@@ -48329,7 +48329,7 @@ declare const useLens: () => {
48329
48329
  }];
48330
48330
  readonly stateMutability: "pure";
48331
48331
  }], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
48332
- batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
48332
+ batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
48333
48333
  readonly type: "function";
48334
48334
  readonly name: "batchGetAmount0ForLiquidity";
48335
48335
  readonly inputs: readonly [{
@@ -48950,7 +48950,7 @@ declare const useLens: () => {
48950
48950
  }];
48951
48951
  readonly stateMutability: "pure";
48952
48952
  }], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
48953
- batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
48953
+ batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
48954
48954
  readonly type: "function";
48955
48955
  readonly name: "batchGetAmount0ForLiquidity";
48956
48956
  readonly inputs: readonly [{
@@ -49571,7 +49571,7 @@ declare const useLens: () => {
49571
49571
  }];
49572
49572
  readonly stateMutability: "pure";
49573
49573
  }], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
49574
- batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
49574
+ batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
49575
49575
  readonly type: "function";
49576
49576
  readonly name: "batchGetAmount0ForLiquidity";
49577
49577
  readonly inputs: readonly [{
@@ -50192,7 +50192,7 @@ declare const useLens: () => {
50192
50192
  }];
50193
50193
  readonly stateMutability: "pure";
50194
50194
  }], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
50195
- batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
50195
+ batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
50196
50196
  readonly type: "function";
50197
50197
  readonly name: "batchGetAmount0ForLiquidity";
50198
50198
  readonly inputs: readonly [{
@@ -50813,7 +50813,7 @@ declare const useLens: () => {
50813
50813
  }];
50814
50814
  readonly stateMutability: "pure";
50815
50815
  }], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
50816
- batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
50816
+ batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
50817
50817
  readonly type: "function";
50818
50818
  readonly name: "batchGetAmount0ForLiquidity";
50819
50819
  readonly inputs: readonly [{
@@ -51434,7 +51434,7 @@ declare const useLens: () => {
51434
51434
  }];
51435
51435
  readonly stateMutability: "pure";
51436
51436
  }], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
51437
- batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
51437
+ batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
51438
51438
  readonly type: "function";
51439
51439
  readonly name: "batchGetAmount0ForLiquidity";
51440
51440
  readonly inputs: readonly [{
@@ -52055,7 +52055,7 @@ declare const useLens: () => {
52055
52055
  }];
52056
52056
  readonly stateMutability: "pure";
52057
52057
  }], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
52058
- batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
52058
+ batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
52059
52059
  readonly type: "function";
52060
52060
  readonly name: "batchGetAmount0ForLiquidity";
52061
52061
  readonly inputs: readonly [{
@@ -52676,7 +52676,7 @@ declare const useLens: () => {
52676
52676
  }];
52677
52677
  readonly stateMutability: "pure";
52678
52678
  }], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
52679
- batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
52679
+ batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
52680
52680
  readonly type: "function";
52681
52681
  readonly name: "batchGetAmount0ForLiquidity";
52682
52682
  readonly inputs: readonly [{
@@ -53297,7 +53297,7 @@ declare const useLens: () => {
53297
53297
  }];
53298
53298
  readonly stateMutability: "pure";
53299
53299
  }], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
53300
- batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
53300
+ batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
53301
53301
  readonly type: "function";
53302
53302
  readonly name: "batchGetAmount0ForLiquidity";
53303
53303
  readonly inputs: readonly [{
@@ -53918,7 +53918,7 @@ declare const useLens: () => {
53918
53918
  }];
53919
53919
  readonly stateMutability: "pure";
53920
53920
  }], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
53921
- getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
53921
+ getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
53922
53922
  readonly type: "function";
53923
53923
  readonly name: "batchGetAmount0ForLiquidity";
53924
53924
  readonly inputs: readonly [{
@@ -54539,7 +54539,7 @@ declare const useLens: () => {
54539
54539
  }];
54540
54540
  readonly stateMutability: "pure";
54541
54541
  }], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
54542
- getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
54542
+ getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
54543
54543
  readonly type: "function";
54544
54544
  readonly name: "batchGetAmount0ForLiquidity";
54545
54545
  readonly inputs: readonly [{
@@ -55160,7 +55160,7 @@ declare const useLens: () => {
55160
55160
  }];
55161
55161
  readonly stateMutability: "pure";
55162
55162
  }], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
55163
- getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
55163
+ getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55164
55164
  readonly type: "function";
55165
55165
  readonly name: "batchGetAmount0ForLiquidity";
55166
55166
  readonly inputs: readonly [{
@@ -55781,7 +55781,7 @@ declare const useLens: () => {
55781
55781
  }];
55782
55782
  readonly stateMutability: "pure";
55783
55783
  }], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
55784
- getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
55784
+ getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55785
55785
  readonly type: "function";
55786
55786
  readonly name: "batchGetAmount0ForLiquidity";
55787
55787
  readonly inputs: readonly [{
@@ -56402,7 +56402,7 @@ declare const useLens: () => {
56402
56402
  }];
56403
56403
  readonly stateMutability: "pure";
56404
56404
  }], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
56405
- getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
56405
+ getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56406
56406
  readonly type: "function";
56407
56407
  readonly name: "batchGetAmount0ForLiquidity";
56408
56408
  readonly inputs: readonly [{
@@ -57023,7 +57023,7 @@ declare const useLens: () => {
57023
57023
  }];
57024
57024
  readonly stateMutability: "pure";
57025
57025
  }], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
57026
- getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
57026
+ getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
57027
57027
  readonly type: "function";
57028
57028
  readonly name: "batchGetAmount0ForLiquidity";
57029
57029
  readonly inputs: readonly [{
@@ -57644,7 +57644,7 @@ declare const useLens: () => {
57644
57644
  }];
57645
57645
  readonly stateMutability: "pure";
57646
57646
  }], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
57647
- getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
57647
+ getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
57648
57648
  readonly type: "function";
57649
57649
  readonly name: "batchGetAmount0ForLiquidity";
57650
57650
  readonly inputs: readonly [{
@@ -58265,7 +58265,7 @@ declare const useLens: () => {
58265
58265
  }];
58266
58266
  readonly stateMutability: "pure";
58267
58267
  }], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
58268
- getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
58268
+ getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58269
58269
  readonly type: "function";
58270
58270
  readonly name: "batchGetAmount0ForLiquidity";
58271
58271
  readonly inputs: readonly [{
@@ -58886,7 +58886,7 @@ declare const useLens: () => {
58886
58886
  }];
58887
58887
  readonly stateMutability: "pure";
58888
58888
  }], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
58889
- getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
58889
+ getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58890
58890
  readonly type: "function";
58891
58891
  readonly name: "batchGetAmount0ForLiquidity";
58892
58892
  readonly inputs: readonly [{
@@ -59507,7 +59507,7 @@ declare const useLens: () => {
59507
59507
  }];
59508
59508
  readonly stateMutability: "pure";
59509
59509
  }], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
59510
- getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
59510
+ getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59511
59511
  readonly type: "function";
59512
59512
  readonly name: "batchGetAmount0ForLiquidity";
59513
59513
  readonly inputs: readonly [{
@@ -60128,7 +60128,7 @@ declare const useLens: () => {
60128
60128
  }];
60129
60129
  readonly stateMutability: "pure";
60130
60130
  }], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
60131
- getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
60131
+ getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60132
60132
  readonly type: "function";
60133
60133
  readonly name: "batchGetAmount0ForLiquidity";
60134
60134
  readonly inputs: readonly [{
@@ -60749,7 +60749,7 @@ declare const useLens: () => {
60749
60749
  }];
60750
60750
  readonly stateMutability: "pure";
60751
60751
  }], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
60752
- getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
60752
+ getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60753
60753
  readonly type: "function";
60754
60754
  readonly name: "batchGetAmount0ForLiquidity";
60755
60755
  readonly inputs: readonly [{
@@ -61370,7 +61370,7 @@ declare const useLens: () => {
61370
61370
  }];
61371
61371
  readonly stateMutability: "pure";
61372
61372
  }], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
61373
- getPriceAtTick: (args: readonly [number], options?: viem13.Prettify<viem13.UnionOmit<viem13.ReadContractParameters<readonly [{
61373
+ getPriceAtTick: (args: readonly [number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61374
61374
  readonly type: "function";
61375
61375
  readonly name: "batchGetAmount0ForLiquidity";
61376
61376
  readonly inputs: readonly [{
@@ -62627,4 +62627,4 @@ declare const useApproval: () => {
62627
62627
  };
62628
62628
  //#endregion
62629
62629
  export { scalePrice as $, PriceDataPoint as A, useOptionTimeline as B, liquiditiesToAmount1 as C, timelockLenses as Ct, token0ToToken1 as D, roundTickUp as E, useUserOperators as F, useMaxPositionSize as G, useOptionPremium as H, usePerpsOperator as I, formatAmount as J, Amount as K, useClosePerp as L, getCurrentPrice as M, getPriceHistory as N, token1ToToken0 as O, useSetOperatorPerms as P, scaleAmount as Q, useMintPerp as R, liquiditiesToAmount0 as S, getUniswapMathLens as St, roundTickDown as T, useOptionPnl as U, useExtendOption as V, useMintOption as W, formatUSD as X, formatCondensed as Y, formatVagueAmount as Z, PRICE_PRECISION as _, TimelockMarketData as _t, batchGetAmountsFromLiquidity as a, wrapPriceUnscaled as at, getPriceAtTick as b, getTimelockLens as bt, useLiquidityBlocks as c, useExerciseOption as ct, usePriceAtTick as d, useClosedUserOptions as dt, unscaleAmount as et, UniswapPoolData as f, TimelockProvider as ft, getPayoutAtTick as g, TimelockMarket as gt, useCurrentPrice as h, TimelockLens as ht, useVaultData as i, wrapPrice as it, PriceResolution as j, PriceData as k, useBurnLiquidity as l, OptionData as lt, useCurrentTick as m, useTimelockConfig as mt, useLens as n, wrapAmount as nt, useMintLiquidity as o, zero as ot, usePoolData as p, useCurrentMarket as pt, EMPTY_ARRAY as q, useVaultTVL as r, wrapAmountUnscaled as rt, LiquidityBlockData as s, useMarketData as st, useApproval as t, unscalePrice as tt, usePriceHistory as u, useActiveUserOptions as ut, getAmountsFromLiquidity as v, UniswapMathLens as vt, liquiditiesToAmounts as w, uniswapMathLenses as wt, getTickAtPrice as x, getTimelockMarket as xt, getNearestValidStrikeTick as y, getErc20 as yt, OptionTimelineData as z };
62630
- //# sourceMappingURL=client-Dtm1qie2.d.ts.map
62630
+ //# sourceMappingURL=client-BjjoSITU.d.ts.map