timelock-sdk 0.0.53 → 0.0.54

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.
package/dist/client.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import "./uniswapMathLens-DCuaXAGZ.js";
2
2
  import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-Dt4gerGl.js";
3
- import * as viem366 from "viem";
3
+ import * as viem367 from "viem";
4
4
  import { Address } from "viem";
5
5
  import React, { ReactNode } from "react";
6
6
  import { GraphQLClient, RequestOptions } from "graphql-request";
@@ -8,7 +8,7 @@ import * as _tanstack_react_query0 from "@tanstack/react-query";
8
8
  import { NonUndefinedGuard } from "@tanstack/react-query";
9
9
  import "graphql";
10
10
  import * as _wagmi_core0 from "@wagmi/core";
11
- import * as _tanstack_query_core23 from "@tanstack/query-core";
11
+ import * as _tanstack_query_core0 from "@tanstack/query-core";
12
12
 
13
13
  //#region src/generated/graphql.d.ts
14
14
  type Exact<T$1 extends {
@@ -181,7 +181,7 @@ declare const useTimelockConfig: () => TimelockMarketContextValue;
181
181
  //#endregion
182
182
  //#region src/hooks/market/useUserOptions.d.ts
183
183
  type OptionData = ReturnType<typeof useUserOptions>['data'][0];
184
- declare const useUserOptions: (user?: string, active?: boolean) => {
184
+ declare const useUserOptions: (user?: Address, active?: boolean) => {
185
185
  error: Error;
186
186
  isError: true;
187
187
  isPending: false;
@@ -204,7 +204,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
204
204
  isRefetching: boolean;
205
205
  isStale: boolean;
206
206
  isEnabled: boolean;
207
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
207
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
208
208
  optionId: bigint;
209
209
  marketAddr: Address;
210
210
  optionType: "CALL" | "PUT";
@@ -235,7 +235,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
235
235
  transactionHash: string;
236
236
  } | null;
237
237
  }[], Error>>;
238
- fetchStatus: _tanstack_query_core23.FetchStatus;
238
+ fetchStatus: _tanstack_query_core0.FetchStatus;
239
239
  promise: Promise<{
240
240
  optionId: bigint;
241
241
  marketAddr: Address;
@@ -321,7 +321,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
321
321
  isRefetching: boolean;
322
322
  isStale: boolean;
323
323
  isEnabled: boolean;
324
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
324
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
325
325
  optionId: bigint;
326
326
  marketAddr: Address;
327
327
  optionType: "CALL" | "PUT";
@@ -352,7 +352,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
352
352
  transactionHash: string;
353
353
  } | null;
354
354
  }[], Error>>;
355
- fetchStatus: _tanstack_query_core23.FetchStatus;
355
+ fetchStatus: _tanstack_query_core0.FetchStatus;
356
356
  promise: Promise<{
357
357
  optionId: bigint;
358
358
  marketAddr: Address;
@@ -438,7 +438,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
438
438
  isRefetching: boolean;
439
439
  isStale: boolean;
440
440
  isEnabled: boolean;
441
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
441
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
442
442
  optionId: bigint;
443
443
  marketAddr: Address;
444
444
  optionType: "CALL" | "PUT";
@@ -469,7 +469,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
469
469
  transactionHash: string;
470
470
  } | null;
471
471
  }[], Error>>;
472
- fetchStatus: _tanstack_query_core23.FetchStatus;
472
+ fetchStatus: _tanstack_query_core0.FetchStatus;
473
473
  promise: Promise<{
474
474
  optionId: bigint;
475
475
  marketAddr: Address;
@@ -555,7 +555,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
555
555
  isRefetching: boolean;
556
556
  isStale: boolean;
557
557
  isEnabled: boolean;
558
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
558
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
559
559
  optionId: bigint;
560
560
  marketAddr: Address;
561
561
  optionType: "CALL" | "PUT";
@@ -586,7 +586,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
586
586
  transactionHash: string;
587
587
  } | null;
588
588
  }[], Error>>;
589
- fetchStatus: _tanstack_query_core23.FetchStatus;
589
+ fetchStatus: _tanstack_query_core0.FetchStatus;
590
590
  promise: Promise<{
591
591
  optionId: bigint;
592
592
  marketAddr: Address;
@@ -672,7 +672,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
672
672
  isRefetching: boolean;
673
673
  isStale: boolean;
674
674
  isEnabled: boolean;
675
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
675
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
676
676
  optionId: bigint;
677
677
  marketAddr: Address;
678
678
  optionType: "CALL" | "PUT";
@@ -703,7 +703,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
703
703
  transactionHash: string;
704
704
  } | null;
705
705
  }[], Error>>;
706
- fetchStatus: _tanstack_query_core23.FetchStatus;
706
+ fetchStatus: _tanstack_query_core0.FetchStatus;
707
707
  promise: Promise<{
708
708
  optionId: bigint;
709
709
  marketAddr: Address;
@@ -789,7 +789,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
789
789
  isRefetching: boolean;
790
790
  isStale: boolean;
791
791
  isEnabled: boolean;
792
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
792
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
793
793
  optionId: bigint;
794
794
  marketAddr: Address;
795
795
  optionType: "CALL" | "PUT";
@@ -820,7 +820,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
820
820
  transactionHash: string;
821
821
  } | null;
822
822
  }[], Error>>;
823
- fetchStatus: _tanstack_query_core23.FetchStatus;
823
+ fetchStatus: _tanstack_query_core0.FetchStatus;
824
824
  promise: Promise<{
825
825
  optionId: bigint;
826
826
  marketAddr: Address;
@@ -884,7 +884,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
884
884
  } | null;
885
885
  }[];
886
886
  };
887
- declare const useActiveUserOptions: (user?: string) => {
887
+ declare const useActiveUserOptions: (user?: Address) => {
888
888
  error: Error;
889
889
  isError: true;
890
890
  isPending: false;
@@ -907,7 +907,7 @@ declare const useActiveUserOptions: (user?: string) => {
907
907
  isRefetching: boolean;
908
908
  isStale: boolean;
909
909
  isEnabled: boolean;
910
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
910
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
911
911
  optionId: bigint;
912
912
  marketAddr: Address;
913
913
  optionType: "CALL" | "PUT";
@@ -938,7 +938,7 @@ declare const useActiveUserOptions: (user?: string) => {
938
938
  transactionHash: string;
939
939
  } | null;
940
940
  }[], Error>>;
941
- fetchStatus: _tanstack_query_core23.FetchStatus;
941
+ fetchStatus: _tanstack_query_core0.FetchStatus;
942
942
  promise: Promise<{
943
943
  optionId: bigint;
944
944
  marketAddr: Address;
@@ -1024,7 +1024,7 @@ declare const useActiveUserOptions: (user?: string) => {
1024
1024
  isRefetching: boolean;
1025
1025
  isStale: boolean;
1026
1026
  isEnabled: boolean;
1027
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
1027
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
1028
1028
  optionId: bigint;
1029
1029
  marketAddr: Address;
1030
1030
  optionType: "CALL" | "PUT";
@@ -1055,7 +1055,7 @@ declare const useActiveUserOptions: (user?: string) => {
1055
1055
  transactionHash: string;
1056
1056
  } | null;
1057
1057
  }[], Error>>;
1058
- fetchStatus: _tanstack_query_core23.FetchStatus;
1058
+ fetchStatus: _tanstack_query_core0.FetchStatus;
1059
1059
  promise: Promise<{
1060
1060
  optionId: bigint;
1061
1061
  marketAddr: Address;
@@ -1141,7 +1141,7 @@ declare const useActiveUserOptions: (user?: string) => {
1141
1141
  isRefetching: boolean;
1142
1142
  isStale: boolean;
1143
1143
  isEnabled: boolean;
1144
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
1144
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
1145
1145
  optionId: bigint;
1146
1146
  marketAddr: Address;
1147
1147
  optionType: "CALL" | "PUT";
@@ -1172,7 +1172,7 @@ declare const useActiveUserOptions: (user?: string) => {
1172
1172
  transactionHash: string;
1173
1173
  } | null;
1174
1174
  }[], Error>>;
1175
- fetchStatus: _tanstack_query_core23.FetchStatus;
1175
+ fetchStatus: _tanstack_query_core0.FetchStatus;
1176
1176
  promise: Promise<{
1177
1177
  optionId: bigint;
1178
1178
  marketAddr: Address;
@@ -1258,7 +1258,7 @@ declare const useActiveUserOptions: (user?: string) => {
1258
1258
  isRefetching: boolean;
1259
1259
  isStale: boolean;
1260
1260
  isEnabled: boolean;
1261
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
1261
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
1262
1262
  optionId: bigint;
1263
1263
  marketAddr: Address;
1264
1264
  optionType: "CALL" | "PUT";
@@ -1289,7 +1289,7 @@ declare const useActiveUserOptions: (user?: string) => {
1289
1289
  transactionHash: string;
1290
1290
  } | null;
1291
1291
  }[], Error>>;
1292
- fetchStatus: _tanstack_query_core23.FetchStatus;
1292
+ fetchStatus: _tanstack_query_core0.FetchStatus;
1293
1293
  promise: Promise<{
1294
1294
  optionId: bigint;
1295
1295
  marketAddr: Address;
@@ -1375,7 +1375,7 @@ declare const useActiveUserOptions: (user?: string) => {
1375
1375
  isRefetching: boolean;
1376
1376
  isStale: boolean;
1377
1377
  isEnabled: boolean;
1378
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
1378
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
1379
1379
  optionId: bigint;
1380
1380
  marketAddr: Address;
1381
1381
  optionType: "CALL" | "PUT";
@@ -1406,7 +1406,7 @@ declare const useActiveUserOptions: (user?: string) => {
1406
1406
  transactionHash: string;
1407
1407
  } | null;
1408
1408
  }[], Error>>;
1409
- fetchStatus: _tanstack_query_core23.FetchStatus;
1409
+ fetchStatus: _tanstack_query_core0.FetchStatus;
1410
1410
  promise: Promise<{
1411
1411
  optionId: bigint;
1412
1412
  marketAddr: Address;
@@ -1492,7 +1492,7 @@ declare const useActiveUserOptions: (user?: string) => {
1492
1492
  isRefetching: boolean;
1493
1493
  isStale: boolean;
1494
1494
  isEnabled: boolean;
1495
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
1495
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
1496
1496
  optionId: bigint;
1497
1497
  marketAddr: Address;
1498
1498
  optionType: "CALL" | "PUT";
@@ -1523,7 +1523,7 @@ declare const useActiveUserOptions: (user?: string) => {
1523
1523
  transactionHash: string;
1524
1524
  } | null;
1525
1525
  }[], Error>>;
1526
- fetchStatus: _tanstack_query_core23.FetchStatus;
1526
+ fetchStatus: _tanstack_query_core0.FetchStatus;
1527
1527
  promise: Promise<{
1528
1528
  optionId: bigint;
1529
1529
  marketAddr: Address;
@@ -1587,7 +1587,7 @@ declare const useActiveUserOptions: (user?: string) => {
1587
1587
  } | null;
1588
1588
  }[];
1589
1589
  };
1590
- declare const useClosedUserOptions: (user?: string) => {
1590
+ declare const useClosedUserOptions: (user?: Address) => {
1591
1591
  error: Error;
1592
1592
  isError: true;
1593
1593
  isPending: false;
@@ -1610,7 +1610,7 @@ declare const useClosedUserOptions: (user?: string) => {
1610
1610
  isRefetching: boolean;
1611
1611
  isStale: boolean;
1612
1612
  isEnabled: boolean;
1613
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
1613
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
1614
1614
  optionId: bigint;
1615
1615
  marketAddr: Address;
1616
1616
  optionType: "CALL" | "PUT";
@@ -1641,7 +1641,7 @@ declare const useClosedUserOptions: (user?: string) => {
1641
1641
  transactionHash: string;
1642
1642
  } | null;
1643
1643
  }[], Error>>;
1644
- fetchStatus: _tanstack_query_core23.FetchStatus;
1644
+ fetchStatus: _tanstack_query_core0.FetchStatus;
1645
1645
  promise: Promise<{
1646
1646
  optionId: bigint;
1647
1647
  marketAddr: Address;
@@ -1727,7 +1727,7 @@ declare const useClosedUserOptions: (user?: string) => {
1727
1727
  isRefetching: boolean;
1728
1728
  isStale: boolean;
1729
1729
  isEnabled: boolean;
1730
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
1730
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
1731
1731
  optionId: bigint;
1732
1732
  marketAddr: Address;
1733
1733
  optionType: "CALL" | "PUT";
@@ -1758,7 +1758,7 @@ declare const useClosedUserOptions: (user?: string) => {
1758
1758
  transactionHash: string;
1759
1759
  } | null;
1760
1760
  }[], Error>>;
1761
- fetchStatus: _tanstack_query_core23.FetchStatus;
1761
+ fetchStatus: _tanstack_query_core0.FetchStatus;
1762
1762
  promise: Promise<{
1763
1763
  optionId: bigint;
1764
1764
  marketAddr: Address;
@@ -1844,7 +1844,7 @@ declare const useClosedUserOptions: (user?: string) => {
1844
1844
  isRefetching: boolean;
1845
1845
  isStale: boolean;
1846
1846
  isEnabled: boolean;
1847
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
1847
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
1848
1848
  optionId: bigint;
1849
1849
  marketAddr: Address;
1850
1850
  optionType: "CALL" | "PUT";
@@ -1875,7 +1875,7 @@ declare const useClosedUserOptions: (user?: string) => {
1875
1875
  transactionHash: string;
1876
1876
  } | null;
1877
1877
  }[], Error>>;
1878
- fetchStatus: _tanstack_query_core23.FetchStatus;
1878
+ fetchStatus: _tanstack_query_core0.FetchStatus;
1879
1879
  promise: Promise<{
1880
1880
  optionId: bigint;
1881
1881
  marketAddr: Address;
@@ -1961,7 +1961,7 @@ declare const useClosedUserOptions: (user?: string) => {
1961
1961
  isRefetching: boolean;
1962
1962
  isStale: boolean;
1963
1963
  isEnabled: boolean;
1964
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
1964
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
1965
1965
  optionId: bigint;
1966
1966
  marketAddr: Address;
1967
1967
  optionType: "CALL" | "PUT";
@@ -1992,7 +1992,7 @@ declare const useClosedUserOptions: (user?: string) => {
1992
1992
  transactionHash: string;
1993
1993
  } | null;
1994
1994
  }[], Error>>;
1995
- fetchStatus: _tanstack_query_core23.FetchStatus;
1995
+ fetchStatus: _tanstack_query_core0.FetchStatus;
1996
1996
  promise: Promise<{
1997
1997
  optionId: bigint;
1998
1998
  marketAddr: Address;
@@ -2078,7 +2078,7 @@ declare const useClosedUserOptions: (user?: string) => {
2078
2078
  isRefetching: boolean;
2079
2079
  isStale: boolean;
2080
2080
  isEnabled: boolean;
2081
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
2081
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
2082
2082
  optionId: bigint;
2083
2083
  marketAddr: Address;
2084
2084
  optionType: "CALL" | "PUT";
@@ -2109,7 +2109,7 @@ declare const useClosedUserOptions: (user?: string) => {
2109
2109
  transactionHash: string;
2110
2110
  } | null;
2111
2111
  }[], Error>>;
2112
- fetchStatus: _tanstack_query_core23.FetchStatus;
2112
+ fetchStatus: _tanstack_query_core0.FetchStatus;
2113
2113
  promise: Promise<{
2114
2114
  optionId: bigint;
2115
2115
  marketAddr: Address;
@@ -2195,7 +2195,7 @@ declare const useClosedUserOptions: (user?: string) => {
2195
2195
  isRefetching: boolean;
2196
2196
  isStale: boolean;
2197
2197
  isEnabled: boolean;
2198
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
2198
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
2199
2199
  optionId: bigint;
2200
2200
  marketAddr: Address;
2201
2201
  optionType: "CALL" | "PUT";
@@ -2226,7 +2226,7 @@ declare const useClosedUserOptions: (user?: string) => {
2226
2226
  transactionHash: string;
2227
2227
  } | null;
2228
2228
  }[], Error>>;
2229
- fetchStatus: _tanstack_query_core23.FetchStatus;
2229
+ fetchStatus: _tanstack_query_core0.FetchStatus;
2230
2230
  promise: Promise<{
2231
2231
  optionId: bigint;
2232
2232
  marketAddr: Address;
@@ -2421,7 +2421,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
2421
2421
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
2422
2422
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
2423
2423
  declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2424
- error: viem366.ReadContractErrorType;
2424
+ error: viem367.ReadContractErrorType;
2425
2425
  isError: true;
2426
2426
  isPending: false;
2427
2427
  isLoading: false;
@@ -2433,7 +2433,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2433
2433
  dataUpdatedAt: number;
2434
2434
  errorUpdatedAt: number;
2435
2435
  failureCount: number;
2436
- failureReason: viem366.ReadContractErrorType | null;
2436
+ failureReason: viem367.ReadContractErrorType | null;
2437
2437
  errorUpdateCount: number;
2438
2438
  isFetched: boolean;
2439
2439
  isFetchedAfterMount: boolean;
@@ -2443,7 +2443,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2443
2443
  isRefetching: boolean;
2444
2444
  isStale: boolean;
2445
2445
  isEnabled: boolean;
2446
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
2446
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
2447
2447
  tickLower: number;
2448
2448
  tickUpper: number;
2449
2449
  prevTickLower: number;
@@ -2453,8 +2453,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2453
2453
  totalAmount1: bigint;
2454
2454
  borrowedAmount0: bigint;
2455
2455
  borrowedAmount1: bigint;
2456
- }[], viem366.ReadContractErrorType>>;
2457
- fetchStatus: _tanstack_query_core23.FetchStatus;
2456
+ }[], viem367.ReadContractErrorType>>;
2457
+ fetchStatus: _tanstack_query_core0.FetchStatus;
2458
2458
  promise: Promise<readonly {
2459
2459
  tickLower: number;
2460
2460
  tickUpper: number;
@@ -2466,7 +2466,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2466
2466
  borrowedAmount0: bigint;
2467
2467
  borrowedAmount1: bigint;
2468
2468
  }[]>;
2469
- queryKey: _tanstack_query_core23.QueryKey;
2469
+ queryKey: _tanstack_query_core0.QueryKey;
2470
2470
  data: readonly {
2471
2471
  tickLower: number;
2472
2472
  tickUpper: number;
@@ -2491,7 +2491,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2491
2491
  dataUpdatedAt: number;
2492
2492
  errorUpdatedAt: number;
2493
2493
  failureCount: number;
2494
- failureReason: viem366.ReadContractErrorType | null;
2494
+ failureReason: viem367.ReadContractErrorType | null;
2495
2495
  errorUpdateCount: number;
2496
2496
  isFetched: boolean;
2497
2497
  isFetchedAfterMount: boolean;
@@ -2501,7 +2501,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2501
2501
  isRefetching: boolean;
2502
2502
  isStale: boolean;
2503
2503
  isEnabled: boolean;
2504
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
2504
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
2505
2505
  tickLower: number;
2506
2506
  tickUpper: number;
2507
2507
  prevTickLower: number;
@@ -2511,8 +2511,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2511
2511
  totalAmount1: bigint;
2512
2512
  borrowedAmount0: bigint;
2513
2513
  borrowedAmount1: bigint;
2514
- }[], viem366.ReadContractErrorType>>;
2515
- fetchStatus: _tanstack_query_core23.FetchStatus;
2514
+ }[], viem367.ReadContractErrorType>>;
2515
+ fetchStatus: _tanstack_query_core0.FetchStatus;
2516
2516
  promise: Promise<readonly {
2517
2517
  tickLower: number;
2518
2518
  tickUpper: number;
@@ -2524,7 +2524,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2524
2524
  borrowedAmount0: bigint;
2525
2525
  borrowedAmount1: bigint;
2526
2526
  }[]>;
2527
- queryKey: _tanstack_query_core23.QueryKey;
2527
+ queryKey: _tanstack_query_core0.QueryKey;
2528
2528
  data: readonly {
2529
2529
  tickLower: number;
2530
2530
  tickUpper: number;
@@ -2537,7 +2537,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2537
2537
  borrowedAmount1: bigint;
2538
2538
  }[];
2539
2539
  } | {
2540
- error: viem366.ReadContractErrorType;
2540
+ error: viem367.ReadContractErrorType;
2541
2541
  isError: true;
2542
2542
  isPending: false;
2543
2543
  isLoading: false;
@@ -2549,7 +2549,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2549
2549
  dataUpdatedAt: number;
2550
2550
  errorUpdatedAt: number;
2551
2551
  failureCount: number;
2552
- failureReason: viem366.ReadContractErrorType | null;
2552
+ failureReason: viem367.ReadContractErrorType | null;
2553
2553
  errorUpdateCount: number;
2554
2554
  isFetched: boolean;
2555
2555
  isFetchedAfterMount: boolean;
@@ -2559,7 +2559,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2559
2559
  isRefetching: boolean;
2560
2560
  isStale: boolean;
2561
2561
  isEnabled: boolean;
2562
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
2562
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
2563
2563
  tickLower: number;
2564
2564
  tickUpper: number;
2565
2565
  prevTickLower: number;
@@ -2569,8 +2569,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2569
2569
  totalAmount1: bigint;
2570
2570
  borrowedAmount0: bigint;
2571
2571
  borrowedAmount1: bigint;
2572
- }[], viem366.ReadContractErrorType>>;
2573
- fetchStatus: _tanstack_query_core23.FetchStatus;
2572
+ }[], viem367.ReadContractErrorType>>;
2573
+ fetchStatus: _tanstack_query_core0.FetchStatus;
2574
2574
  promise: Promise<readonly {
2575
2575
  tickLower: number;
2576
2576
  tickUpper: number;
@@ -2582,7 +2582,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2582
2582
  borrowedAmount0: bigint;
2583
2583
  borrowedAmount1: bigint;
2584
2584
  }[]>;
2585
- queryKey: _tanstack_query_core23.QueryKey;
2585
+ queryKey: _tanstack_query_core0.QueryKey;
2586
2586
  data: readonly {
2587
2587
  tickLower: number;
2588
2588
  tickUpper: number;
@@ -2607,7 +2607,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2607
2607
  dataUpdatedAt: number;
2608
2608
  errorUpdatedAt: number;
2609
2609
  failureCount: number;
2610
- failureReason: viem366.ReadContractErrorType | null;
2610
+ failureReason: viem367.ReadContractErrorType | null;
2611
2611
  errorUpdateCount: number;
2612
2612
  isFetched: boolean;
2613
2613
  isFetchedAfterMount: boolean;
@@ -2617,7 +2617,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2617
2617
  isRefetching: boolean;
2618
2618
  isStale: boolean;
2619
2619
  isEnabled: boolean;
2620
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
2620
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
2621
2621
  tickLower: number;
2622
2622
  tickUpper: number;
2623
2623
  prevTickLower: number;
@@ -2627,8 +2627,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2627
2627
  totalAmount1: bigint;
2628
2628
  borrowedAmount0: bigint;
2629
2629
  borrowedAmount1: bigint;
2630
- }[], viem366.ReadContractErrorType>>;
2631
- fetchStatus: _tanstack_query_core23.FetchStatus;
2630
+ }[], viem367.ReadContractErrorType>>;
2631
+ fetchStatus: _tanstack_query_core0.FetchStatus;
2632
2632
  promise: Promise<readonly {
2633
2633
  tickLower: number;
2634
2634
  tickUpper: number;
@@ -2640,7 +2640,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2640
2640
  borrowedAmount0: bigint;
2641
2641
  borrowedAmount1: bigint;
2642
2642
  }[]>;
2643
- queryKey: _tanstack_query_core23.QueryKey;
2643
+ queryKey: _tanstack_query_core0.QueryKey;
2644
2644
  data: readonly {
2645
2645
  tickLower: number;
2646
2646
  tickUpper: number;
@@ -2664,7 +2664,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2664
2664
  dataUpdatedAt: number;
2665
2665
  errorUpdatedAt: number;
2666
2666
  failureCount: number;
2667
- failureReason: viem366.ReadContractErrorType | null;
2667
+ failureReason: viem367.ReadContractErrorType | null;
2668
2668
  errorUpdateCount: number;
2669
2669
  isFetched: boolean;
2670
2670
  isFetchedAfterMount: boolean;
@@ -2675,7 +2675,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2675
2675
  isRefetching: boolean;
2676
2676
  isStale: boolean;
2677
2677
  isEnabled: boolean;
2678
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
2678
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
2679
2679
  tickLower: number;
2680
2680
  tickUpper: number;
2681
2681
  prevTickLower: number;
@@ -2685,8 +2685,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2685
2685
  totalAmount1: bigint;
2686
2686
  borrowedAmount0: bigint;
2687
2687
  borrowedAmount1: bigint;
2688
- }[], viem366.ReadContractErrorType>>;
2689
- fetchStatus: _tanstack_query_core23.FetchStatus;
2688
+ }[], viem367.ReadContractErrorType>>;
2689
+ fetchStatus: _tanstack_query_core0.FetchStatus;
2690
2690
  promise: Promise<readonly {
2691
2691
  tickLower: number;
2692
2692
  tickUpper: number;
@@ -2698,7 +2698,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2698
2698
  borrowedAmount0: bigint;
2699
2699
  borrowedAmount1: bigint;
2700
2700
  }[]>;
2701
- queryKey: _tanstack_query_core23.QueryKey;
2701
+ queryKey: _tanstack_query_core0.QueryKey;
2702
2702
  data: readonly {
2703
2703
  tickLower: number;
2704
2704
  tickUpper: number;
@@ -2723,7 +2723,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2723
2723
  dataUpdatedAt: number;
2724
2724
  errorUpdatedAt: number;
2725
2725
  failureCount: number;
2726
- failureReason: viem366.ReadContractErrorType | null;
2726
+ failureReason: viem367.ReadContractErrorType | null;
2727
2727
  errorUpdateCount: number;
2728
2728
  isFetched: boolean;
2729
2729
  isFetchedAfterMount: boolean;
@@ -2733,7 +2733,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2733
2733
  isRefetching: boolean;
2734
2734
  isStale: boolean;
2735
2735
  isEnabled: boolean;
2736
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
2736
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
2737
2737
  tickLower: number;
2738
2738
  tickUpper: number;
2739
2739
  prevTickLower: number;
@@ -2743,8 +2743,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2743
2743
  totalAmount1: bigint;
2744
2744
  borrowedAmount0: bigint;
2745
2745
  borrowedAmount1: bigint;
2746
- }[], viem366.ReadContractErrorType>>;
2747
- fetchStatus: _tanstack_query_core23.FetchStatus;
2746
+ }[], viem367.ReadContractErrorType>>;
2747
+ fetchStatus: _tanstack_query_core0.FetchStatus;
2748
2748
  promise: Promise<readonly {
2749
2749
  tickLower: number;
2750
2750
  tickUpper: number;
@@ -2756,7 +2756,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
2756
2756
  borrowedAmount0: bigint;
2757
2757
  borrowedAmount1: bigint;
2758
2758
  }[]>;
2759
- queryKey: _tanstack_query_core23.QueryKey;
2759
+ queryKey: _tanstack_query_core0.QueryKey;
2760
2760
  data: readonly {
2761
2761
  tickLower: number;
2762
2762
  tickUpper: number;
@@ -2816,14 +2816,14 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
2816
2816
  borrowedAmount0: Amount;
2817
2817
  borrowedAmount1: Amount;
2818
2818
  blocksCount: bigint;
2819
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem366.ReadContractErrorType>>;
2819
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem367.ReadContractErrorType>>;
2820
2820
  };
2821
2821
  //#endregion
2822
2822
  //#region src/hooks/useLens.d.ts
2823
2823
  declare const useLens: () => {
2824
2824
  timelockLens: {
2825
2825
  read: {
2826
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
2826
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
2827
2827
  readonly type: "function";
2828
2828
  readonly name: "batchGetRefTick";
2829
2829
  readonly inputs: readonly [{
@@ -3497,7 +3497,7 @@ declare const useLens: () => {
3497
3497
  }];
3498
3498
  readonly stateMutability: "view";
3499
3499
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
3500
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
3500
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
3501
3501
  readonly type: "function";
3502
3502
  readonly name: "batchGetRefTick";
3503
3503
  readonly inputs: readonly [{
@@ -4181,7 +4181,7 @@ declare const useLens: () => {
4181
4181
  borrowedAmount0: bigint;
4182
4182
  borrowedAmount1: bigint;
4183
4183
  }[]>;
4184
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
4184
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
4185
4185
  readonly type: "function";
4186
4186
  readonly name: "batchGetRefTick";
4187
4187
  readonly inputs: readonly [{
@@ -4872,7 +4872,7 @@ declare const useLens: () => {
4872
4872
  expiresAt: bigint;
4873
4873
  liquidities: readonly bigint[];
4874
4874
  }[], bigint, boolean]>;
4875
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
4875
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
4876
4876
  readonly type: "function";
4877
4877
  readonly name: "batchGetRefTick";
4878
4878
  readonly inputs: readonly [{
@@ -5546,7 +5546,7 @@ declare const useLens: () => {
5546
5546
  }];
5547
5547
  readonly stateMutability: "view";
5548
5548
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
5549
- getMarketData: (args: readonly [`0x${string}`], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
5549
+ getMarketData: (args: readonly [`0x${string}`], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
5550
5550
  readonly type: "function";
5551
5551
  readonly name: "batchGetRefTick";
5552
5552
  readonly inputs: readonly [{
@@ -6233,7 +6233,7 @@ declare const useLens: () => {
6233
6233
  payoutAssetName: string;
6234
6234
  optionsCount: bigint;
6235
6235
  }>;
6236
- getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
6236
+ getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
6237
6237
  readonly type: "function";
6238
6238
  readonly name: "batchGetRefTick";
6239
6239
  readonly inputs: readonly [{
@@ -6907,7 +6907,7 @@ declare const useLens: () => {
6907
6907
  }];
6908
6908
  readonly stateMutability: "view";
6909
6909
  }], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
6910
- getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
6910
+ getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
6911
6911
  readonly type: "function";
6912
6912
  readonly name: "batchGetRefTick";
6913
6913
  readonly inputs: readonly [{
@@ -7581,7 +7581,7 @@ declare const useLens: () => {
7581
7581
  }];
7582
7582
  readonly stateMutability: "view";
7583
7583
  }], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
7584
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
7584
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
7585
7585
  readonly type: "function";
7586
7586
  readonly name: "batchGetRefTick";
7587
7587
  readonly inputs: readonly [{
@@ -8272,7 +8272,7 @@ declare const useLens: () => {
8272
8272
  expiresAt: bigint;
8273
8273
  liquidities: readonly bigint[];
8274
8274
  }>;
8275
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
8275
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
8276
8276
  readonly type: "function";
8277
8277
  readonly name: "batchGetRefTick";
8278
8278
  readonly inputs: readonly [{
@@ -8963,7 +8963,7 @@ declare const useLens: () => {
8963
8963
  expiresAt: bigint;
8964
8964
  liquidities: readonly bigint[];
8965
8965
  }[]>;
8966
- getPoolData: (args: readonly [`0x${string}`], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
8966
+ getPoolData: (args: readonly [`0x${string}`], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
8967
8967
  readonly type: "function";
8968
8968
  readonly name: "batchGetRefTick";
8969
8969
  readonly inputs: readonly [{
@@ -9648,7 +9648,7 @@ declare const useLens: () => {
9648
9648
  tickSpacing: number;
9649
9649
  fee: number;
9650
9650
  }>;
9651
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
9651
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
9652
9652
  readonly type: "function";
9653
9653
  readonly name: "batchGetRefTick";
9654
9654
  readonly inputs: readonly [{
@@ -10322,7 +10322,7 @@ declare const useLens: () => {
10322
10322
  }];
10323
10323
  readonly stateMutability: "view";
10324
10324
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
10325
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
10325
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
10326
10326
  readonly type: "function";
10327
10327
  readonly name: "batchGetRefTick";
10328
10328
  readonly inputs: readonly [{
@@ -11013,7 +11013,7 @@ declare const useLens: () => {
11013
11013
  expiresAt: bigint;
11014
11014
  liquidities: readonly bigint[];
11015
11015
  }[], bigint, boolean]>;
11016
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
11016
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
11017
11017
  readonly type: "function";
11018
11018
  readonly name: "batchGetRefTick";
11019
11019
  readonly inputs: readonly [{
@@ -12366,7 +12366,7 @@ declare const useLens: () => {
12366
12366
  } | undefined;
12367
12367
  uniswapLens: {
12368
12368
  read: {
12369
- batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
12369
+ batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
12370
12370
  readonly type: "function";
12371
12371
  readonly name: "batchGetAmount0ForLiquidity";
12372
12372
  readonly inputs: readonly [{
@@ -12987,7 +12987,7 @@ declare const useLens: () => {
12987
12987
  }];
12988
12988
  readonly stateMutability: "pure";
12989
12989
  }], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
12990
- batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
12990
+ batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
12991
12991
  readonly type: "function";
12992
12992
  readonly name: "batchGetAmount0ForLiquidity";
12993
12993
  readonly inputs: readonly [{
@@ -13608,7 +13608,7 @@ declare const useLens: () => {
13608
13608
  }];
13609
13609
  readonly stateMutability: "pure";
13610
13610
  }], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
13611
- batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
13611
+ batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
13612
13612
  readonly type: "function";
13613
13613
  readonly name: "batchGetAmount0ForLiquidity";
13614
13614
  readonly inputs: readonly [{
@@ -14229,7 +14229,7 @@ declare const useLens: () => {
14229
14229
  }];
14230
14230
  readonly stateMutability: "pure";
14231
14231
  }], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
14232
- batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
14232
+ batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
14233
14233
  readonly type: "function";
14234
14234
  readonly name: "batchGetAmount0ForLiquidity";
14235
14235
  readonly inputs: readonly [{
@@ -14850,7 +14850,7 @@ declare const useLens: () => {
14850
14850
  }];
14851
14851
  readonly stateMutability: "pure";
14852
14852
  }], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
14853
- batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
14853
+ batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
14854
14854
  readonly type: "function";
14855
14855
  readonly name: "batchGetAmount0ForLiquidity";
14856
14856
  readonly inputs: readonly [{
@@ -15471,7 +15471,7 @@ declare const useLens: () => {
15471
15471
  }];
15472
15472
  readonly stateMutability: "pure";
15473
15473
  }], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
15474
- batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
15474
+ batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
15475
15475
  readonly type: "function";
15476
15476
  readonly name: "batchGetAmount0ForLiquidity";
15477
15477
  readonly inputs: readonly [{
@@ -16092,7 +16092,7 @@ declare const useLens: () => {
16092
16092
  }];
16093
16093
  readonly stateMutability: "pure";
16094
16094
  }], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
16095
- batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
16095
+ batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
16096
16096
  readonly type: "function";
16097
16097
  readonly name: "batchGetAmount0ForLiquidity";
16098
16098
  readonly inputs: readonly [{
@@ -16713,7 +16713,7 @@ declare const useLens: () => {
16713
16713
  }];
16714
16714
  readonly stateMutability: "pure";
16715
16715
  }], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
16716
- batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
16716
+ batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
16717
16717
  readonly type: "function";
16718
16718
  readonly name: "batchGetAmount0ForLiquidity";
16719
16719
  readonly inputs: readonly [{
@@ -17334,7 +17334,7 @@ declare const useLens: () => {
17334
17334
  }];
17335
17335
  readonly stateMutability: "pure";
17336
17336
  }], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
17337
- batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
17337
+ batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
17338
17338
  readonly type: "function";
17339
17339
  readonly name: "batchGetAmount0ForLiquidity";
17340
17340
  readonly inputs: readonly [{
@@ -17955,7 +17955,7 @@ declare const useLens: () => {
17955
17955
  }];
17956
17956
  readonly stateMutability: "pure";
17957
17957
  }], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
17958
- batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
17958
+ batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
17959
17959
  readonly type: "function";
17960
17960
  readonly name: "batchGetAmount0ForLiquidity";
17961
17961
  readonly inputs: readonly [{
@@ -18576,7 +18576,7 @@ declare const useLens: () => {
18576
18576
  }];
18577
18577
  readonly stateMutability: "pure";
18578
18578
  }], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
18579
- batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
18579
+ batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
18580
18580
  readonly type: "function";
18581
18581
  readonly name: "batchGetAmount0ForLiquidity";
18582
18582
  readonly inputs: readonly [{
@@ -19197,7 +19197,7 @@ declare const useLens: () => {
19197
19197
  }];
19198
19198
  readonly stateMutability: "pure";
19199
19199
  }], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
19200
- batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
19200
+ batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
19201
19201
  readonly type: "function";
19202
19202
  readonly name: "batchGetAmount0ForLiquidity";
19203
19203
  readonly inputs: readonly [{
@@ -19818,7 +19818,7 @@ declare const useLens: () => {
19818
19818
  }];
19819
19819
  readonly stateMutability: "pure";
19820
19820
  }], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
19821
- batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
19821
+ batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
19822
19822
  readonly type: "function";
19823
19823
  readonly name: "batchGetAmount0ForLiquidity";
19824
19824
  readonly inputs: readonly [{
@@ -20439,7 +20439,7 @@ declare const useLens: () => {
20439
20439
  }];
20440
20440
  readonly stateMutability: "pure";
20441
20441
  }], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
20442
- getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
20442
+ getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
20443
20443
  readonly type: "function";
20444
20444
  readonly name: "batchGetAmount0ForLiquidity";
20445
20445
  readonly inputs: readonly [{
@@ -21060,7 +21060,7 @@ declare const useLens: () => {
21060
21060
  }];
21061
21061
  readonly stateMutability: "pure";
21062
21062
  }], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
21063
- getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
21063
+ getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
21064
21064
  readonly type: "function";
21065
21065
  readonly name: "batchGetAmount0ForLiquidity";
21066
21066
  readonly inputs: readonly [{
@@ -21681,7 +21681,7 @@ declare const useLens: () => {
21681
21681
  }];
21682
21682
  readonly stateMutability: "pure";
21683
21683
  }], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
21684
- getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
21684
+ getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
21685
21685
  readonly type: "function";
21686
21686
  readonly name: "batchGetAmount0ForLiquidity";
21687
21687
  readonly inputs: readonly [{
@@ -22302,7 +22302,7 @@ declare const useLens: () => {
22302
22302
  }];
22303
22303
  readonly stateMutability: "pure";
22304
22304
  }], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
22305
- getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
22305
+ getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
22306
22306
  readonly type: "function";
22307
22307
  readonly name: "batchGetAmount0ForLiquidity";
22308
22308
  readonly inputs: readonly [{
@@ -22923,7 +22923,7 @@ declare const useLens: () => {
22923
22923
  }];
22924
22924
  readonly stateMutability: "pure";
22925
22925
  }], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
22926
- getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
22926
+ getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
22927
22927
  readonly type: "function";
22928
22928
  readonly name: "batchGetAmount0ForLiquidity";
22929
22929
  readonly inputs: readonly [{
@@ -23544,7 +23544,7 @@ declare const useLens: () => {
23544
23544
  }];
23545
23545
  readonly stateMutability: "pure";
23546
23546
  }], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
23547
- getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
23547
+ getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
23548
23548
  readonly type: "function";
23549
23549
  readonly name: "batchGetAmount0ForLiquidity";
23550
23550
  readonly inputs: readonly [{
@@ -24165,7 +24165,7 @@ declare const useLens: () => {
24165
24165
  }];
24166
24166
  readonly stateMutability: "pure";
24167
24167
  }], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
24168
- getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
24168
+ getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
24169
24169
  readonly type: "function";
24170
24170
  readonly name: "batchGetAmount0ForLiquidity";
24171
24171
  readonly inputs: readonly [{
@@ -24786,7 +24786,7 @@ declare const useLens: () => {
24786
24786
  }];
24787
24787
  readonly stateMutability: "pure";
24788
24788
  }], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
24789
- getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
24789
+ getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
24790
24790
  readonly type: "function";
24791
24791
  readonly name: "batchGetAmount0ForLiquidity";
24792
24792
  readonly inputs: readonly [{
@@ -25407,7 +25407,7 @@ declare const useLens: () => {
25407
25407
  }];
25408
25408
  readonly stateMutability: "pure";
25409
25409
  }], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
25410
- getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
25410
+ getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
25411
25411
  readonly type: "function";
25412
25412
  readonly name: "batchGetAmount0ForLiquidity";
25413
25413
  readonly inputs: readonly [{
@@ -26028,7 +26028,7 @@ declare const useLens: () => {
26028
26028
  }];
26029
26029
  readonly stateMutability: "pure";
26030
26030
  }], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
26031
- getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
26031
+ getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
26032
26032
  readonly type: "function";
26033
26033
  readonly name: "batchGetAmount0ForLiquidity";
26034
26034
  readonly inputs: readonly [{
@@ -26649,7 +26649,7 @@ declare const useLens: () => {
26649
26649
  }];
26650
26650
  readonly stateMutability: "pure";
26651
26651
  }], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
26652
- getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
26652
+ getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
26653
26653
  readonly type: "function";
26654
26654
  readonly name: "batchGetAmount0ForLiquidity";
26655
26655
  readonly inputs: readonly [{
@@ -27270,7 +27270,7 @@ declare const useLens: () => {
27270
27270
  }];
27271
27271
  readonly stateMutability: "pure";
27272
27272
  }], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
27273
- getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
27273
+ getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
27274
27274
  readonly type: "function";
27275
27275
  readonly name: "batchGetAmount0ForLiquidity";
27276
27276
  readonly inputs: readonly [{
@@ -27891,7 +27891,7 @@ declare const useLens: () => {
27891
27891
  }];
27892
27892
  readonly stateMutability: "pure";
27893
27893
  }], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
27894
- getPriceAtTick: (args: readonly [number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
27894
+ getPriceAtTick: (args: readonly [number], options?: viem367.Prettify<viem367.UnionOmit<viem367.ReadContractParameters<readonly [{
27895
27895
  readonly type: "function";
27896
27896
  readonly name: "batchGetAmount0ForLiquidity";
27897
27897
  readonly inputs: readonly [{