timelock-sdk 0.0.175 → 0.0.176

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,18 +1,18 @@
1
1
  import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-c4hgszY_.cjs";
2
- import * as viem0 from "viem";
2
+ import * as viem491 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
4
  import React, { ReactNode } from "react";
5
5
  import "graphql";
6
6
  import { GraphQLClient, RequestOptions } from "graphql-request";
7
- import * as _tanstack_react_query1 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 * as wagmi0 from "wagmi";
10
- import * as _tanstack_query_core71 from "@tanstack/query-core";
10
+ import * as _tanstack_query_core0 from "@tanstack/query-core";
11
11
  import Big from "big.js";
12
12
  import JSBI from "jsbi";
13
13
  import * as _wagmi_core0 from "@wagmi/core";
14
- import * as wagmi_query7 from "wagmi/query";
15
- import * as abitype35 from "abitype";
14
+ import * as wagmi_query3 from "wagmi/query";
15
+ import * as abitype17 from "abitype";
16
16
 
17
17
  //#region src/generated/graphql.d.ts
18
18
  type Exact<T$1 extends {
@@ -247,7 +247,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
247
247
  };
248
248
  declare const getErc20: (address: Address, client: Client) => {
249
249
  read: {
250
- symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
250
+ symbol: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
251
251
  readonly type: "constructor";
252
252
  readonly inputs: readonly [{
253
253
  readonly name: "name_";
@@ -426,7 +426,7 @@ declare const getErc20: (address: Address, client: Client) => {
426
426
  }];
427
427
  readonly stateMutability: "nonpayable";
428
428
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
429
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
429
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
430
430
  readonly type: "constructor";
431
431
  readonly inputs: readonly [{
432
432
  readonly name: "name_";
@@ -605,7 +605,7 @@ declare const getErc20: (address: Address, client: Client) => {
605
605
  }];
606
606
  readonly stateMutability: "nonpayable";
607
607
  }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
608
- balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
608
+ balanceOf: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
609
609
  readonly type: "constructor";
610
610
  readonly inputs: readonly [{
611
611
  readonly name: "name_";
@@ -784,7 +784,7 @@ declare const getErc20: (address: Address, client: Client) => {
784
784
  }];
785
785
  readonly stateMutability: "nonpayable";
786
786
  }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
787
- decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
787
+ decimals: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
788
788
  readonly type: "constructor";
789
789
  readonly inputs: readonly [{
790
790
  readonly name: "name_";
@@ -963,7 +963,7 @@ declare const getErc20: (address: Address, client: Client) => {
963
963
  }];
964
964
  readonly stateMutability: "nonpayable";
965
965
  }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
966
- name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
966
+ name: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
967
967
  readonly type: "constructor";
968
968
  readonly inputs: readonly [{
969
969
  readonly name: "name_";
@@ -1142,7 +1142,7 @@ declare const getErc20: (address: Address, client: Client) => {
1142
1142
  }];
1143
1143
  readonly stateMutability: "nonpayable";
1144
1144
  }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1145
- totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1145
+ totalSupply: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
1146
1146
  readonly type: "constructor";
1147
1147
  readonly inputs: readonly [{
1148
1148
  readonly name: "name_";
@@ -1323,7 +1323,7 @@ declare const getErc20: (address: Address, client: Client) => {
1323
1323
  }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1324
1324
  };
1325
1325
  estimateGas: {
1326
- approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1326
+ approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1327
1327
  readonly type: "constructor";
1328
1328
  readonly inputs: readonly [{
1329
1329
  readonly name: "name_";
@@ -1501,8 +1501,8 @@ declare const getErc20: (address: Address, client: Client) => {
1501
1501
  readonly internalType: "bool";
1502
1502
  }];
1503
1503
  readonly stateMutability: "nonpayable";
1504
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1505
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1504
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1505
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1506
1506
  readonly type: "constructor";
1507
1507
  readonly inputs: readonly [{
1508
1508
  readonly name: "name_";
@@ -1680,8 +1680,8 @@ declare const getErc20: (address: Address, client: Client) => {
1680
1680
  readonly internalType: "bool";
1681
1681
  }];
1682
1682
  readonly stateMutability: "nonpayable";
1683
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1684
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1683
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1684
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1685
1685
  readonly type: "constructor";
1686
1686
  readonly inputs: readonly [{
1687
1687
  readonly name: "name_";
@@ -1859,8 +1859,8 @@ declare const getErc20: (address: Address, client: Client) => {
1859
1859
  readonly internalType: "bool";
1860
1860
  }];
1861
1861
  readonly stateMutability: "nonpayable";
1862
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1863
- transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1862
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1863
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1864
1864
  readonly type: "constructor";
1865
1865
  readonly inputs: readonly [{
1866
1866
  readonly name: "name_";
@@ -2038,8 +2038,8 @@ declare const getErc20: (address: Address, client: Client) => {
2038
2038
  readonly internalType: "bool";
2039
2039
  }];
2040
2040
  readonly stateMutability: "nonpayable";
2041
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2042
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2041
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2042
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2043
2043
  readonly type: "constructor";
2044
2044
  readonly inputs: readonly [{
2045
2045
  readonly name: "name_";
@@ -2217,9 +2217,9 @@ declare const getErc20: (address: Address, client: Client) => {
2217
2217
  readonly internalType: "bool";
2218
2218
  }];
2219
2219
  readonly stateMutability: "nonpayable";
2220
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2220
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2221
2221
  } & {
2222
- approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2222
+ approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2223
2223
  readonly type: "constructor";
2224
2224
  readonly inputs: readonly [{
2225
2225
  readonly name: "name_";
@@ -2397,8 +2397,8 @@ declare const getErc20: (address: Address, client: Client) => {
2397
2397
  readonly internalType: "bool";
2398
2398
  }];
2399
2399
  readonly stateMutability: "nonpayable";
2400
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2401
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2400
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2401
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2402
2402
  readonly type: "constructor";
2403
2403
  readonly inputs: readonly [{
2404
2404
  readonly name: "name_";
@@ -2576,8 +2576,8 @@ declare const getErc20: (address: Address, client: Client) => {
2576
2576
  readonly internalType: "bool";
2577
2577
  }];
2578
2578
  readonly stateMutability: "nonpayable";
2579
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2580
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2579
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2580
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2581
2581
  readonly type: "constructor";
2582
2582
  readonly inputs: readonly [{
2583
2583
  readonly name: "name_";
@@ -2755,8 +2755,8 @@ declare const getErc20: (address: Address, client: Client) => {
2755
2755
  readonly internalType: "bool";
2756
2756
  }];
2757
2757
  readonly stateMutability: "nonpayable";
2758
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2759
- transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2758
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2759
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2760
2760
  readonly type: "constructor";
2761
2761
  readonly inputs: readonly [{
2762
2762
  readonly name: "name_";
@@ -2934,8 +2934,8 @@ declare const getErc20: (address: Address, client: Client) => {
2934
2934
  readonly internalType: "bool";
2935
2935
  }];
2936
2936
  readonly stateMutability: "nonpayable";
2937
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2938
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2937
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2938
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2939
2939
  readonly type: "constructor";
2940
2940
  readonly inputs: readonly [{
2941
2941
  readonly name: "name_";
@@ -3113,10 +3113,10 @@ declare const getErc20: (address: Address, client: Client) => {
3113
3113
  readonly internalType: "bool";
3114
3114
  }];
3115
3115
  readonly stateMutability: "nonpayable";
3116
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3116
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
3117
3117
  };
3118
3118
  simulate: {
3119
- approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3119
+ approve: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3120
3120
  readonly type: "constructor";
3121
3121
  readonly inputs: readonly [{
3122
3122
  readonly name: "name_";
@@ -3294,7 +3294,7 @@ declare const getErc20: (address: Address, client: Client) => {
3294
3294
  readonly internalType: "bool";
3295
3295
  }];
3296
3296
  readonly stateMutability: "nonpayable";
3297
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3297
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3298
3298
  readonly type: "constructor";
3299
3299
  readonly inputs: readonly [{
3300
3300
  readonly name: "name_";
@@ -3472,8 +3472,8 @@ declare const getErc20: (address: Address, client: Client) => {
3472
3472
  readonly internalType: "bool";
3473
3473
  }];
3474
3474
  readonly stateMutability: "nonpayable";
3475
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3476
- decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3475
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
3476
+ decreaseAllowance: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3477
3477
  readonly type: "constructor";
3478
3478
  readonly inputs: readonly [{
3479
3479
  readonly name: "name_";
@@ -3651,7 +3651,7 @@ declare const getErc20: (address: Address, client: Client) => {
3651
3651
  readonly internalType: "bool";
3652
3652
  }];
3653
3653
  readonly stateMutability: "nonpayable";
3654
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3654
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3655
3655
  readonly type: "constructor";
3656
3656
  readonly inputs: readonly [{
3657
3657
  readonly name: "name_";
@@ -3829,8 +3829,8 @@ declare const getErc20: (address: Address, client: Client) => {
3829
3829
  readonly internalType: "bool";
3830
3830
  }];
3831
3831
  readonly stateMutability: "nonpayable";
3832
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3833
- increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3832
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
3833
+ increaseAllowance: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3834
3834
  readonly type: "constructor";
3835
3835
  readonly inputs: readonly [{
3836
3836
  readonly name: "name_";
@@ -4008,7 +4008,7 @@ declare const getErc20: (address: Address, client: Client) => {
4008
4008
  readonly internalType: "bool";
4009
4009
  }];
4010
4010
  readonly stateMutability: "nonpayable";
4011
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4011
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4012
4012
  readonly type: "constructor";
4013
4013
  readonly inputs: readonly [{
4014
4014
  readonly name: "name_";
@@ -4186,8 +4186,8 @@ declare const getErc20: (address: Address, client: Client) => {
4186
4186
  readonly internalType: "bool";
4187
4187
  }];
4188
4188
  readonly stateMutability: "nonpayable";
4189
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4190
- transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4189
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4190
+ transfer: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
4191
4191
  readonly type: "constructor";
4192
4192
  readonly inputs: readonly [{
4193
4193
  readonly name: "name_";
@@ -4365,7 +4365,7 @@ declare const getErc20: (address: Address, client: Client) => {
4365
4365
  readonly internalType: "bool";
4366
4366
  }];
4367
4367
  readonly stateMutability: "nonpayable";
4368
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4368
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4369
4369
  readonly type: "constructor";
4370
4370
  readonly inputs: readonly [{
4371
4371
  readonly name: "name_";
@@ -4543,8 +4543,8 @@ declare const getErc20: (address: Address, client: Client) => {
4543
4543
  readonly internalType: "bool";
4544
4544
  }];
4545
4545
  readonly stateMutability: "nonpayable";
4546
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4547
- 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 [{
4546
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4547
+ transferFrom: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
4548
4548
  readonly type: "constructor";
4549
4549
  readonly inputs: readonly [{
4550
4550
  readonly name: "name_";
@@ -4722,7 +4722,7 @@ declare const getErc20: (address: Address, client: Client) => {
4722
4722
  readonly internalType: "bool";
4723
4723
  }];
4724
4724
  readonly stateMutability: "nonpayable";
4725
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4725
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4726
4726
  readonly type: "constructor";
4727
4727
  readonly inputs: readonly [{
4728
4728
  readonly name: "name_";
@@ -4900,10 +4900,10 @@ declare const getErc20: (address: Address, client: Client) => {
4900
4900
  readonly internalType: "bool";
4901
4901
  }];
4902
4902
  readonly stateMutability: "nonpayable";
4903
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4903
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4904
4904
  };
4905
4905
  write: {
4906
- approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4906
+ approve: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
4907
4907
  readonly type: "constructor";
4908
4908
  readonly inputs: readonly [{
4909
4909
  readonly name: "name_";
@@ -5081,8 +5081,8 @@ declare const getErc20: (address: Address, client: Client) => {
5081
5081
  readonly internalType: "bool";
5082
5082
  }];
5083
5083
  readonly stateMutability: "nonpayable";
5084
- }], "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>;
5085
- decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5084
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5085
+ decreaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5086
5086
  readonly type: "constructor";
5087
5087
  readonly inputs: readonly [{
5088
5088
  readonly name: "name_";
@@ -5260,8 +5260,8 @@ declare const getErc20: (address: Address, client: Client) => {
5260
5260
  readonly internalType: "bool";
5261
5261
  }];
5262
5262
  readonly stateMutability: "nonpayable";
5263
- }], "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>;
5264
- increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5263
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5264
+ increaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5265
5265
  readonly type: "constructor";
5266
5266
  readonly inputs: readonly [{
5267
5267
  readonly name: "name_";
@@ -5439,8 +5439,8 @@ declare const getErc20: (address: Address, client: Client) => {
5439
5439
  readonly internalType: "bool";
5440
5440
  }];
5441
5441
  readonly stateMutability: "nonpayable";
5442
- }], "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>;
5443
- transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5442
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5443
+ transfer: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5444
5444
  readonly type: "constructor";
5445
5445
  readonly inputs: readonly [{
5446
5446
  readonly name: "name_";
@@ -5618,8 +5618,8 @@ declare const getErc20: (address: Address, client: Client) => {
5618
5618
  readonly internalType: "bool";
5619
5619
  }];
5620
5620
  readonly stateMutability: "nonpayable";
5621
- }], "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>;
5622
- transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5621
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5622
+ transferFrom: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5623
5623
  readonly type: "constructor";
5624
5624
  readonly inputs: readonly [{
5625
5625
  readonly name: "name_";
@@ -5797,7 +5797,7 @@ declare const getErc20: (address: Address, client: Client) => {
5797
5797
  readonly internalType: "bool";
5798
5798
  }];
5799
5799
  readonly stateMutability: "nonpayable";
5800
- }], "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>;
5800
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5801
5801
  };
5802
5802
  address: `0x${string}`;
5803
5803
  abi: readonly [{
@@ -5981,9 +5981,9 @@ declare const getErc20: (address: Address, client: Client) => {
5981
5981
  }];
5982
5982
  };
5983
5983
  declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
5984
- declare const getStateView: (client: Client | PublicClient) => {
5984
+ declare const getStateView: (client: PublicClient, address?: Address) => Promise<{
5985
5985
  read: {
5986
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
5986
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
5987
5987
  readonly type: "function";
5988
5988
  readonly name: "getFeeGrowthGlobals";
5989
5989
  readonly inputs: readonly [{
@@ -6830,7 +6830,7 @@ declare const getStateView: (client: Client | PublicClient) => {
6830
6830
  fee: number;
6831
6831
  tickSpacing: number;
6832
6832
  hooks: `0x${string}`;
6833
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6833
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
6834
6834
  readonly type: "function";
6835
6835
  readonly name: "getFeeGrowthGlobals";
6836
6836
  readonly inputs: readonly [{
@@ -7672,7 +7672,7 @@ declare const getStateView: (client: Client | PublicClient) => {
7672
7672
  tickSpacing: number;
7673
7673
  hooks: `0x${string}`;
7674
7674
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
7675
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7675
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
7676
7676
  readonly type: "function";
7677
7677
  readonly name: "getFeeGrowthGlobals";
7678
7678
  readonly inputs: readonly [{
@@ -8519,7 +8519,7 @@ declare const getStateView: (client: Client | PublicClient) => {
8519
8519
  fee: number;
8520
8520
  tickSpacing: number;
8521
8521
  hooks: `0x${string}`;
8522
- }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8522
+ }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
8523
8523
  readonly type: "function";
8524
8524
  readonly name: "getFeeGrowthGlobals";
8525
8525
  readonly inputs: readonly [{
@@ -9361,7 +9361,7 @@ declare const getStateView: (client: Client | PublicClient) => {
9361
9361
  tickSpacing: number;
9362
9362
  hooks: `0x${string}`;
9363
9363
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
9364
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9364
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
9365
9365
  readonly type: "function";
9366
9366
  readonly name: "getFeeGrowthGlobals";
9367
9367
  readonly inputs: readonly [{
@@ -10208,7 +10208,7 @@ declare const getStateView: (client: Client | PublicClient) => {
10208
10208
  fee: number;
10209
10209
  tickSpacing: number;
10210
10210
  hooks: `0x${string}`;
10211
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10211
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
10212
10212
  readonly type: "function";
10213
10213
  readonly name: "getFeeGrowthGlobals";
10214
10214
  readonly inputs: readonly [{
@@ -11050,7 +11050,7 @@ declare const getStateView: (client: Client | PublicClient) => {
11050
11050
  tickSpacing: number;
11051
11051
  hooks: `0x${string}`;
11052
11052
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
11053
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11053
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11054
11054
  readonly type: "function";
11055
11055
  readonly name: "getFeeGrowthGlobals";
11056
11056
  readonly inputs: readonly [{
@@ -11897,7 +11897,7 @@ declare const getStateView: (client: Client | PublicClient) => {
11897
11897
  fee: number;
11898
11898
  tickSpacing: number;
11899
11899
  hooks: `0x${string}`;
11900
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11900
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11901
11901
  readonly type: "function";
11902
11902
  readonly name: "getFeeGrowthGlobals";
11903
11903
  readonly inputs: readonly [{
@@ -12750,7 +12750,7 @@ declare const getStateView: (client: Client | PublicClient) => {
12750
12750
  fee: number;
12751
12751
  tickSpacing: number;
12752
12752
  hooks: `0x${string}`;
12753
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12753
+ }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
12754
12754
  readonly type: "function";
12755
12755
  readonly name: "getFeeGrowthGlobals";
12756
12756
  readonly inputs: readonly [{
@@ -13603,7 +13603,7 @@ declare const getStateView: (client: Client | PublicClient) => {
13603
13603
  fee: number;
13604
13604
  tickSpacing: number;
13605
13605
  hooks: `0x${string}`;
13606
- }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13606
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
13607
13607
  readonly type: "function";
13608
13608
  readonly name: "getFeeGrowthGlobals";
13609
13609
  readonly inputs: readonly [{
@@ -14451,7 +14451,7 @@ declare const getStateView: (client: Client | PublicClient) => {
14451
14451
  tickSpacing: number;
14452
14452
  hooks: `0x${string}`;
14453
14453
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
14454
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14454
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
14455
14455
  readonly type: "function";
14456
14456
  readonly name: "getFeeGrowthGlobals";
14457
14457
  readonly inputs: readonly [{
@@ -15298,7 +15298,7 @@ declare const getStateView: (client: Client | PublicClient) => {
15298
15298
  fee: number;
15299
15299
  tickSpacing: number;
15300
15300
  hooks: `0x${string}`;
15301
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15301
+ }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
15302
15302
  readonly type: "function";
15303
15303
  readonly name: "getFeeGrowthGlobals";
15304
15304
  readonly inputs: readonly [{
@@ -16146,7 +16146,7 @@ declare const getStateView: (client: Client | PublicClient) => {
16146
16146
  fee: number;
16147
16147
  tickSpacing: number;
16148
16148
  hooks: `0x${string}`;
16149
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16149
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16150
16150
  readonly type: "function";
16151
16151
  readonly name: "getFeeGrowthGlobals";
16152
16152
  readonly inputs: readonly [{
@@ -16988,7 +16988,7 @@ declare const getStateView: (client: Client | PublicClient) => {
16988
16988
  tickSpacing: number;
16989
16989
  hooks: `0x${string}`;
16990
16990
  }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16991
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16991
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16992
16992
  readonly type: "function";
16993
16993
  readonly name: "getFeeGrowthGlobals";
16994
16994
  readonly inputs: readonly [{
@@ -17824,7 +17824,7 @@ declare const getStateView: (client: Client | PublicClient) => {
17824
17824
  }];
17825
17825
  readonly stateMutability: "view";
17826
17826
  }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17827
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17827
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
17828
17828
  readonly type: "function";
17829
17829
  readonly name: "getFeeGrowthGlobals";
17830
17830
  readonly inputs: readonly [{
@@ -18671,7 +18671,7 @@ declare const getStateView: (client: Client | PublicClient) => {
18671
18671
  fee: number;
18672
18672
  tickSpacing: number;
18673
18673
  hooks: `0x${string}`;
18674
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18674
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
18675
18675
  readonly type: "function";
18676
18676
  readonly name: "getFeeGrowthGlobals";
18677
18677
  readonly inputs: readonly [{
@@ -19513,7 +19513,7 @@ declare const getStateView: (client: Client | PublicClient) => {
19513
19513
  tickSpacing: number;
19514
19514
  hooks: `0x${string}`;
19515
19515
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
19516
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19516
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
19517
19517
  readonly type: "function";
19518
19518
  readonly name: "getFeeGrowthGlobals";
19519
19519
  readonly inputs: readonly [{
@@ -20360,7 +20360,7 @@ declare const getStateView: (client: Client | PublicClient) => {
20360
20360
  fee: number;
20361
20361
  tickSpacing: number;
20362
20362
  hooks: `0x${string}`;
20363
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20363
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
20364
20364
  readonly type: "function";
20365
20365
  readonly name: "getFeeGrowthGlobals";
20366
20366
  readonly inputs: readonly [{
@@ -21202,7 +21202,7 @@ declare const getStateView: (client: Client | PublicClient) => {
21202
21202
  tickSpacing: number;
21203
21203
  hooks: `0x${string}`;
21204
21204
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
21205
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21205
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
21206
21206
  readonly type: "function";
21207
21207
  readonly name: "getFeeGrowthGlobals";
21208
21208
  readonly inputs: readonly [{
@@ -22049,7 +22049,7 @@ declare const getStateView: (client: Client | PublicClient) => {
22049
22049
  fee: number;
22050
22050
  tickSpacing: number;
22051
22051
  hooks: `0x${string}`;
22052
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22052
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22053
22053
  readonly type: "function";
22054
22054
  readonly name: "getFeeGrowthGlobals";
22055
22055
  readonly inputs: readonly [{
@@ -22891,7 +22891,7 @@ declare const getStateView: (client: Client | PublicClient) => {
22891
22891
  tickSpacing: number;
22892
22892
  hooks: `0x${string}`;
22893
22893
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
22894
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22894
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22895
22895
  readonly type: "function";
22896
22896
  readonly name: "getFeeGrowthGlobals";
22897
22897
  readonly inputs: readonly [{
@@ -23738,7 +23738,7 @@ declare const getStateView: (client: Client | PublicClient) => {
23738
23738
  fee: number;
23739
23739
  tickSpacing: number;
23740
23740
  hooks: `0x${string}`;
23741
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23741
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
23742
23742
  readonly type: "function";
23743
23743
  readonly name: "getFeeGrowthGlobals";
23744
23744
  readonly inputs: readonly [{
@@ -25418,10 +25418,10 @@ declare const getStateView: (client: Client | PublicClient) => {
25418
25418
  }];
25419
25419
  readonly stateMutability: "view";
25420
25420
  }];
25421
- };
25422
- declare const getTimelockLens: (client: Client | PublicClient) => {
25421
+ }>;
25422
+ declare const getTimelockLens: (client: PublicClient, address?: Address) => Promise<{
25423
25423
  read: {
25424
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25424
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
25425
25425
  readonly type: "function";
25426
25426
  readonly name: "batchGetRefTick";
25427
25427
  readonly inputs: readonly [{
@@ -26360,7 +26360,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26360
26360
  }];
26361
26361
  readonly stateMutability: "view";
26362
26362
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26363
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26363
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
26364
26364
  readonly type: "function";
26365
26365
  readonly name: "batchGetRefTick";
26366
26366
  readonly inputs: readonly [{
@@ -27311,7 +27311,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27311
27311
  borrowedAmount0: bigint;
27312
27312
  borrowedAmount1: bigint;
27313
27313
  }[]>;
27314
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27314
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
27315
27315
  readonly type: "function";
27316
27316
  readonly name: "batchGetRefTick";
27317
27317
  readonly inputs: readonly [{
@@ -28260,7 +28260,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28260
28260
  expiresAt: number;
28261
28261
  liquidities: readonly bigint[];
28262
28262
  }[]>;
28263
- getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28263
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
28264
28264
  readonly type: "function";
28265
28265
  readonly name: "batchGetRefTick";
28266
28266
  readonly inputs: readonly [{
@@ -29205,7 +29205,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29205
29205
  minBaseFee: bigint;
29206
29206
  feeRecipient: `0x${string}`;
29207
29207
  }>;
29208
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29208
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
29209
29209
  readonly type: "function";
29210
29210
  readonly name: "batchGetRefTick";
29211
29211
  readonly inputs: readonly [{
@@ -30160,7 +30160,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30160
30160
  senderIsAdmin: boolean;
30161
30161
  senderIsPauser: boolean;
30162
30162
  }>;
30163
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30163
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
30164
30164
  readonly type: "function";
30165
30165
  readonly name: "batchGetRefTick";
30166
30166
  readonly inputs: readonly [{
@@ -31099,7 +31099,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31099
31099
  }];
31100
31100
  readonly stateMutability: "view";
31101
31101
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
31102
- getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31102
+ getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
31103
31103
  readonly type: "function";
31104
31104
  readonly name: "batchGetRefTick";
31105
31105
  readonly inputs: readonly [{
@@ -32058,7 +32058,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
32058
32058
  optionAssetName: string;
32059
32059
  payoutAssetName: string;
32060
32060
  }>;
32061
- getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
32061
+ getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
32062
32062
  readonly type: "function";
32063
32063
  readonly name: "batchGetRefTick";
32064
32064
  readonly inputs: readonly [{
@@ -33002,7 +33002,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
33002
33002
  feeStrategy: `0x${string}`;
33003
33003
  owner: `0x${string}`;
33004
33004
  }>;
33005
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33005
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
33006
33006
  readonly type: "function";
33007
33007
  readonly name: "batchGetRefTick";
33008
33008
  readonly inputs: readonly [{
@@ -33941,7 +33941,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
33941
33941
  }];
33942
33942
  readonly stateMutability: "view";
33943
33943
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
33944
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33944
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
33945
33945
  readonly type: "function";
33946
33946
  readonly name: "batchGetRefTick";
33947
33947
  readonly inputs: readonly [{
@@ -34880,7 +34880,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
34880
34880
  }];
34881
34881
  readonly stateMutability: "view";
34882
34882
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
34883
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34883
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
34884
34884
  readonly type: "function";
34885
34885
  readonly name: "batchGetRefTick";
34886
34886
  readonly inputs: readonly [{
@@ -35819,7 +35819,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
35819
35819
  }];
35820
35820
  readonly stateMutability: "view";
35821
35821
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
35822
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
35822
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
35823
35823
  readonly type: "function";
35824
35824
  readonly name: "batchGetRefTick";
35825
35825
  readonly inputs: readonly [{
@@ -36758,7 +36758,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
36758
36758
  }];
36759
36759
  readonly stateMutability: "view";
36760
36760
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
36761
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36761
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
36762
36762
  readonly type: "function";
36763
36763
  readonly name: "batchGetRefTick";
36764
36764
  readonly inputs: readonly [{
@@ -37707,7 +37707,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
37707
37707
  expiresAt: number;
37708
37708
  liquidities: readonly bigint[];
37709
37709
  }>;
37710
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
37710
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
37711
37711
  readonly type: "function";
37712
37712
  readonly name: "batchGetRefTick";
37713
37713
  readonly inputs: readonly [{
@@ -38652,7 +38652,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
38652
38652
  minPremiumDailyRate: number;
38653
38653
  minPremiumAmount: bigint;
38654
38654
  }>;
38655
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
38655
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
38656
38656
  readonly type: "function";
38657
38657
  readonly name: "batchGetRefTick";
38658
38658
  readonly inputs: readonly [{
@@ -39607,7 +39607,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
39607
39607
  fee: number;
39608
39608
  tickSpacing: number;
39609
39609
  hooks: `0x${string}`;
39610
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39610
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
39611
39611
  readonly type: "function";
39612
39612
  readonly name: "batchGetRefTick";
39613
39613
  readonly inputs: readonly [{
@@ -40563,7 +40563,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
40563
40563
  tickSpacing: number;
40564
40564
  fee: number;
40565
40565
  }>;
40566
- getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
40566
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
40567
40567
  readonly type: "function";
40568
40568
  readonly name: "batchGetRefTick";
40569
40569
  readonly inputs: readonly [{
@@ -41502,7 +41502,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
41502
41502
  }];
41503
41503
  readonly stateMutability: "view";
41504
41504
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41505
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41505
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
41506
41506
  readonly type: "function";
41507
41507
  readonly name: "batchGetRefTick";
41508
41508
  readonly inputs: readonly [{
@@ -42441,7 +42441,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
42441
42441
  }];
42442
42442
  readonly stateMutability: "view";
42443
42443
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
42444
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42444
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
42445
42445
  readonly type: "function";
42446
42446
  readonly name: "batchGetRefTick";
42447
42447
  readonly inputs: readonly [{
@@ -43383,7 +43383,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
43383
43383
  dailyFundingRate: number;
43384
43384
  minFundingAmount: bigint;
43385
43385
  }>;
43386
- getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43386
+ getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
43387
43387
  readonly type: "function";
43388
43388
  readonly name: "batchGetRefTick";
43389
43389
  readonly inputs: readonly [{
@@ -44326,7 +44326,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
44326
44326
  symbol: string;
44327
44327
  name: string;
44328
44328
  }>;
44329
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44329
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
44330
44330
  readonly type: "function";
44331
44331
  readonly name: "batchGetRefTick";
44332
44332
  readonly inputs: readonly [{
@@ -45275,7 +45275,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
45275
45275
  expiresAt: number;
45276
45276
  liquidities: readonly bigint[];
45277
45277
  }[], bigint, boolean]>;
45278
- getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45278
+ getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
45279
45279
  readonly type: "function";
45280
45280
  readonly name: "batchGetRefTick";
45281
45281
  readonly inputs: readonly [{
@@ -46224,7 +46224,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
46224
46224
  };
46225
46225
  owner: `0x${string}`;
46226
46226
  }>;
46227
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46227
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
46228
46228
  readonly type: "function";
46229
46229
  readonly name: "batchGetRefTick";
46230
46230
  readonly inputs: readonly [{
@@ -48104,7 +48104,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
48104
48104
  }];
48105
48105
  readonly stateMutability: "view";
48106
48106
  }];
48107
- };
48107
+ }>;
48108
48108
  declare const swappers: Record<number, Address>;
48109
48109
  declare const timelockLenses: Record<number, Address>;
48110
48110
  declare const timelockFactories: Record<number, Address>;
@@ -49152,7 +49152,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
49152
49152
  }>;
49153
49153
  //#endregion
49154
49154
  //#region src/hooks/market/useMarketVolume.d.ts
49155
- declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
49155
+ declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49156
49156
  address: Address;
49157
49157
  volume: bigint;
49158
49158
  optionsCount: bigint;
@@ -49185,7 +49185,7 @@ declare const formatUSD: (value: Big | string | number) => string;
49185
49185
  //#endregion
49186
49186
  //#region src/hooks/options/useMaxPositionSize.d.ts
49187
49187
  declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
49188
- error: viem0.ReadContractErrorType;
49188
+ error: viem491.ReadContractErrorType;
49189
49189
  isError: true;
49190
49190
  isPending: false;
49191
49191
  isLoading: false;
@@ -49197,7 +49197,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49197
49197
  dataUpdatedAt: number;
49198
49198
  errorUpdatedAt: number;
49199
49199
  failureCount: number;
49200
- failureReason: viem0.ReadContractErrorType | null;
49200
+ failureReason: viem491.ReadContractErrorType | null;
49201
49201
  errorUpdateCount: number;
49202
49202
  isFetched: boolean;
49203
49203
  isFetchedAfterMount: boolean;
@@ -49207,10 +49207,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49207
49207
  isRefetching: boolean;
49208
49208
  isStale: boolean;
49209
49209
  isEnabled: boolean;
49210
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49211
- fetchStatus: _tanstack_query_core71.FetchStatus;
49210
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49211
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49212
49212
  promise: Promise<never>;
49213
- queryKey: _tanstack_query_core71.QueryKey;
49213
+ queryKey: _tanstack_query_core0.QueryKey;
49214
49214
  maxCallSize: Amount | undefined;
49215
49215
  maxPutSize: Amount | undefined;
49216
49216
  } | {
@@ -49226,7 +49226,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49226
49226
  dataUpdatedAt: number;
49227
49227
  errorUpdatedAt: number;
49228
49228
  failureCount: number;
49229
- failureReason: viem0.ReadContractErrorType | null;
49229
+ failureReason: viem491.ReadContractErrorType | null;
49230
49230
  errorUpdateCount: number;
49231
49231
  isFetched: boolean;
49232
49232
  isFetchedAfterMount: boolean;
@@ -49236,14 +49236,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49236
49236
  isRefetching: boolean;
49237
49237
  isStale: boolean;
49238
49238
  isEnabled: boolean;
49239
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49240
- fetchStatus: _tanstack_query_core71.FetchStatus;
49239
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49240
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49241
49241
  promise: Promise<never>;
49242
- queryKey: _tanstack_query_core71.QueryKey;
49242
+ queryKey: _tanstack_query_core0.QueryKey;
49243
49243
  maxCallSize: Amount | undefined;
49244
49244
  maxPutSize: Amount | undefined;
49245
49245
  } | {
49246
- error: viem0.ReadContractErrorType;
49246
+ error: viem491.ReadContractErrorType;
49247
49247
  isError: true;
49248
49248
  isPending: false;
49249
49249
  isLoading: false;
@@ -49255,7 +49255,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49255
49255
  dataUpdatedAt: number;
49256
49256
  errorUpdatedAt: number;
49257
49257
  failureCount: number;
49258
- failureReason: viem0.ReadContractErrorType | null;
49258
+ failureReason: viem491.ReadContractErrorType | null;
49259
49259
  errorUpdateCount: number;
49260
49260
  isFetched: boolean;
49261
49261
  isFetchedAfterMount: boolean;
@@ -49265,10 +49265,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49265
49265
  isRefetching: boolean;
49266
49266
  isStale: boolean;
49267
49267
  isEnabled: boolean;
49268
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49269
- fetchStatus: _tanstack_query_core71.FetchStatus;
49268
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49269
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49270
49270
  promise: Promise<never>;
49271
- queryKey: _tanstack_query_core71.QueryKey;
49271
+ queryKey: _tanstack_query_core0.QueryKey;
49272
49272
  maxCallSize: Amount | undefined;
49273
49273
  maxPutSize: Amount | undefined;
49274
49274
  } | {
@@ -49284,7 +49284,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49284
49284
  dataUpdatedAt: number;
49285
49285
  errorUpdatedAt: number;
49286
49286
  failureCount: number;
49287
- failureReason: viem0.ReadContractErrorType | null;
49287
+ failureReason: viem491.ReadContractErrorType | null;
49288
49288
  errorUpdateCount: number;
49289
49289
  isFetched: boolean;
49290
49290
  isFetchedAfterMount: boolean;
@@ -49294,10 +49294,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49294
49294
  isRefetching: boolean;
49295
49295
  isStale: boolean;
49296
49296
  isEnabled: boolean;
49297
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49298
- fetchStatus: _tanstack_query_core71.FetchStatus;
49297
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49298
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49299
49299
  promise: Promise<never>;
49300
- queryKey: _tanstack_query_core71.QueryKey;
49300
+ queryKey: _tanstack_query_core0.QueryKey;
49301
49301
  maxCallSize: Amount | undefined;
49302
49302
  maxPutSize: Amount | undefined;
49303
49303
  } | {
@@ -49312,7 +49312,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49312
49312
  dataUpdatedAt: number;
49313
49313
  errorUpdatedAt: number;
49314
49314
  failureCount: number;
49315
- failureReason: viem0.ReadContractErrorType | null;
49315
+ failureReason: viem491.ReadContractErrorType | null;
49316
49316
  errorUpdateCount: number;
49317
49317
  isFetched: boolean;
49318
49318
  isFetchedAfterMount: boolean;
@@ -49323,10 +49323,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49323
49323
  isRefetching: boolean;
49324
49324
  isStale: boolean;
49325
49325
  isEnabled: boolean;
49326
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49327
- fetchStatus: _tanstack_query_core71.FetchStatus;
49326
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49327
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49328
49328
  promise: Promise<never>;
49329
- queryKey: _tanstack_query_core71.QueryKey;
49329
+ queryKey: _tanstack_query_core0.QueryKey;
49330
49330
  maxCallSize: Amount | undefined;
49331
49331
  maxPutSize: Amount | undefined;
49332
49332
  } | {
@@ -49342,7 +49342,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49342
49342
  dataUpdatedAt: number;
49343
49343
  errorUpdatedAt: number;
49344
49344
  failureCount: number;
49345
- failureReason: viem0.ReadContractErrorType | null;
49345
+ failureReason: viem491.ReadContractErrorType | null;
49346
49346
  errorUpdateCount: number;
49347
49347
  isFetched: boolean;
49348
49348
  isFetchedAfterMount: boolean;
@@ -49352,16 +49352,16 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49352
49352
  isRefetching: boolean;
49353
49353
  isStale: boolean;
49354
49354
  isEnabled: boolean;
49355
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49356
- fetchStatus: _tanstack_query_core71.FetchStatus;
49355
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49356
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49357
49357
  promise: Promise<never>;
49358
- queryKey: _tanstack_query_core71.QueryKey;
49358
+ queryKey: _tanstack_query_core0.QueryKey;
49359
49359
  maxCallSize: Amount | undefined;
49360
49360
  maxPutSize: Amount | undefined;
49361
49361
  };
49362
49362
  //#endregion
49363
49363
  //#region src/hooks/options/useMintOption.d.ts
49364
- declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
49364
+ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49365
49365
  optionType: "CALL" | "PUT";
49366
49366
  amount: bigint;
49367
49367
  duration: number;
@@ -49394,7 +49394,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49394
49394
  isRefetching: boolean;
49395
49395
  isStale: boolean;
49396
49396
  isEnabled: boolean;
49397
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
49397
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
49398
49398
  optionId: bigint;
49399
49399
  marketAddr: Address;
49400
49400
  ownerAddr: Address;
@@ -49424,7 +49424,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49424
49424
  address: string;
49425
49425
  } | null;
49426
49426
  }[], Error>>;
49427
- fetchStatus: _tanstack_query_core71.FetchStatus;
49427
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49428
49428
  promise: Promise<{
49429
49429
  optionId: bigint;
49430
49430
  marketAddr: Address;
@@ -49508,7 +49508,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49508
49508
  isRefetching: boolean;
49509
49509
  isStale: boolean;
49510
49510
  isEnabled: boolean;
49511
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
49511
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
49512
49512
  optionId: bigint;
49513
49513
  marketAddr: Address;
49514
49514
  ownerAddr: Address;
@@ -49538,7 +49538,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49538
49538
  address: string;
49539
49539
  } | null;
49540
49540
  }[], Error>>;
49541
- fetchStatus: _tanstack_query_core71.FetchStatus;
49541
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49542
49542
  promise: Promise<{
49543
49543
  optionId: bigint;
49544
49544
  marketAddr: Address;
@@ -49622,7 +49622,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49622
49622
  isRefetching: boolean;
49623
49623
  isStale: boolean;
49624
49624
  isEnabled: boolean;
49625
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
49625
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
49626
49626
  optionId: bigint;
49627
49627
  marketAddr: Address;
49628
49628
  ownerAddr: Address;
@@ -49652,7 +49652,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49652
49652
  address: string;
49653
49653
  } | null;
49654
49654
  }[], Error>>;
49655
- fetchStatus: _tanstack_query_core71.FetchStatus;
49655
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49656
49656
  promise: Promise<{
49657
49657
  optionId: bigint;
49658
49658
  marketAddr: Address;
@@ -49736,7 +49736,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49736
49736
  isRefetching: boolean;
49737
49737
  isStale: boolean;
49738
49738
  isEnabled: boolean;
49739
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
49739
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
49740
49740
  optionId: bigint;
49741
49741
  marketAddr: Address;
49742
49742
  ownerAddr: Address;
@@ -49766,7 +49766,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49766
49766
  address: string;
49767
49767
  } | null;
49768
49768
  }[], Error>>;
49769
- fetchStatus: _tanstack_query_core71.FetchStatus;
49769
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49770
49770
  promise: Promise<{
49771
49771
  optionId: bigint;
49772
49772
  marketAddr: Address;
@@ -49850,7 +49850,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49850
49850
  isRefetching: boolean;
49851
49851
  isStale: boolean;
49852
49852
  isEnabled: boolean;
49853
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
49853
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
49854
49854
  optionId: bigint;
49855
49855
  marketAddr: Address;
49856
49856
  ownerAddr: Address;
@@ -49880,7 +49880,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49880
49880
  address: string;
49881
49881
  } | null;
49882
49882
  }[], Error>>;
49883
- fetchStatus: _tanstack_query_core71.FetchStatus;
49883
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49884
49884
  promise: Promise<{
49885
49885
  optionId: bigint;
49886
49886
  marketAddr: Address;
@@ -49964,7 +49964,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49964
49964
  isRefetching: boolean;
49965
49965
  isStale: boolean;
49966
49966
  isEnabled: boolean;
49967
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
49967
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
49968
49968
  optionId: bigint;
49969
49969
  marketAddr: Address;
49970
49970
  ownerAddr: Address;
@@ -49994,7 +49994,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49994
49994
  address: string;
49995
49995
  } | null;
49996
49996
  }[], Error>>;
49997
- fetchStatus: _tanstack_query_core71.FetchStatus;
49997
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49998
49998
  promise: Promise<{
49999
49999
  optionId: bigint;
50000
50000
  marketAddr: Address;
@@ -50079,7 +50079,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50079
50079
  isRefetching: boolean;
50080
50080
  isStale: boolean;
50081
50081
  isEnabled: boolean;
50082
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
50082
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
50083
50083
  optionId: bigint;
50084
50084
  marketAddr: Address;
50085
50085
  ownerAddr: Address;
@@ -50109,7 +50109,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50109
50109
  address: string;
50110
50110
  } | null;
50111
50111
  }[], Error>>;
50112
- fetchStatus: _tanstack_query_core71.FetchStatus;
50112
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50113
50113
  promise: Promise<{
50114
50114
  optionId: bigint;
50115
50115
  marketAddr: Address;
@@ -50193,7 +50193,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50193
50193
  isRefetching: boolean;
50194
50194
  isStale: boolean;
50195
50195
  isEnabled: boolean;
50196
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
50196
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
50197
50197
  optionId: bigint;
50198
50198
  marketAddr: Address;
50199
50199
  ownerAddr: Address;
@@ -50223,7 +50223,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50223
50223
  address: string;
50224
50224
  } | null;
50225
50225
  }[], Error>>;
50226
- fetchStatus: _tanstack_query_core71.FetchStatus;
50226
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50227
50227
  promise: Promise<{
50228
50228
  optionId: bigint;
50229
50229
  marketAddr: Address;
@@ -50307,7 +50307,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50307
50307
  isRefetching: boolean;
50308
50308
  isStale: boolean;
50309
50309
  isEnabled: boolean;
50310
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
50310
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
50311
50311
  optionId: bigint;
50312
50312
  marketAddr: Address;
50313
50313
  ownerAddr: Address;
@@ -50337,7 +50337,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50337
50337
  address: string;
50338
50338
  } | null;
50339
50339
  }[], Error>>;
50340
- fetchStatus: _tanstack_query_core71.FetchStatus;
50340
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50341
50341
  promise: Promise<{
50342
50342
  optionId: bigint;
50343
50343
  marketAddr: Address;
@@ -50421,7 +50421,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50421
50421
  isRefetching: boolean;
50422
50422
  isStale: boolean;
50423
50423
  isEnabled: boolean;
50424
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
50424
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
50425
50425
  optionId: bigint;
50426
50426
  marketAddr: Address;
50427
50427
  ownerAddr: Address;
@@ -50451,7 +50451,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50451
50451
  address: string;
50452
50452
  } | null;
50453
50453
  }[], Error>>;
50454
- fetchStatus: _tanstack_query_core71.FetchStatus;
50454
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50455
50455
  promise: Promise<{
50456
50456
  optionId: bigint;
50457
50457
  marketAddr: Address;
@@ -50535,7 +50535,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50535
50535
  isRefetching: boolean;
50536
50536
  isStale: boolean;
50537
50537
  isEnabled: boolean;
50538
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
50538
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
50539
50539
  optionId: bigint;
50540
50540
  marketAddr: Address;
50541
50541
  ownerAddr: Address;
@@ -50565,7 +50565,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50565
50565
  address: string;
50566
50566
  } | null;
50567
50567
  }[], Error>>;
50568
- fetchStatus: _tanstack_query_core71.FetchStatus;
50568
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50569
50569
  promise: Promise<{
50570
50570
  optionId: bigint;
50571
50571
  marketAddr: Address;
@@ -50649,7 +50649,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50649
50649
  isRefetching: boolean;
50650
50650
  isStale: boolean;
50651
50651
  isEnabled: boolean;
50652
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
50652
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
50653
50653
  optionId: bigint;
50654
50654
  marketAddr: Address;
50655
50655
  ownerAddr: Address;
@@ -50679,7 +50679,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
50679
50679
  address: string;
50680
50680
  } | null;
50681
50681
  }[], Error>>;
50682
- fetchStatus: _tanstack_query_core71.FetchStatus;
50682
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50683
50683
  promise: Promise<{
50684
50684
  optionId: bigint;
50685
50685
  marketAddr: Address;
@@ -50764,7 +50764,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
50764
50764
  isRefetching: boolean;
50765
50765
  isStale: boolean;
50766
50766
  isEnabled: boolean;
50767
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
50767
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
50768
50768
  optionId: bigint;
50769
50769
  marketAddr: Address;
50770
50770
  ownerAddr: Address;
@@ -50794,7 +50794,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
50794
50794
  address: string;
50795
50795
  } | null;
50796
50796
  }[], Error>>;
50797
- fetchStatus: _tanstack_query_core71.FetchStatus;
50797
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50798
50798
  promise: Promise<{
50799
50799
  optionId: bigint;
50800
50800
  marketAddr: Address;
@@ -50878,7 +50878,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
50878
50878
  isRefetching: boolean;
50879
50879
  isStale: boolean;
50880
50880
  isEnabled: boolean;
50881
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
50881
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
50882
50882
  optionId: bigint;
50883
50883
  marketAddr: Address;
50884
50884
  ownerAddr: Address;
@@ -50908,7 +50908,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
50908
50908
  address: string;
50909
50909
  } | null;
50910
50910
  }[], Error>>;
50911
- fetchStatus: _tanstack_query_core71.FetchStatus;
50911
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50912
50912
  promise: Promise<{
50913
50913
  optionId: bigint;
50914
50914
  marketAddr: Address;
@@ -50992,7 +50992,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
50992
50992
  isRefetching: boolean;
50993
50993
  isStale: boolean;
50994
50994
  isEnabled: boolean;
50995
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
50995
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
50996
50996
  optionId: bigint;
50997
50997
  marketAddr: Address;
50998
50998
  ownerAddr: Address;
@@ -51022,7 +51022,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
51022
51022
  address: string;
51023
51023
  } | null;
51024
51024
  }[], Error>>;
51025
- fetchStatus: _tanstack_query_core71.FetchStatus;
51025
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51026
51026
  promise: Promise<{
51027
51027
  optionId: bigint;
51028
51028
  marketAddr: Address;
@@ -51106,7 +51106,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
51106
51106
  isRefetching: boolean;
51107
51107
  isStale: boolean;
51108
51108
  isEnabled: boolean;
51109
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
51109
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
51110
51110
  optionId: bigint;
51111
51111
  marketAddr: Address;
51112
51112
  ownerAddr: Address;
@@ -51136,7 +51136,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
51136
51136
  address: string;
51137
51137
  } | null;
51138
51138
  }[], Error>>;
51139
- fetchStatus: _tanstack_query_core71.FetchStatus;
51139
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51140
51140
  promise: Promise<{
51141
51141
  optionId: bigint;
51142
51142
  marketAddr: Address;
@@ -51220,7 +51220,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
51220
51220
  isRefetching: boolean;
51221
51221
  isStale: boolean;
51222
51222
  isEnabled: boolean;
51223
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
51223
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
51224
51224
  optionId: bigint;
51225
51225
  marketAddr: Address;
51226
51226
  ownerAddr: Address;
@@ -51250,7 +51250,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
51250
51250
  address: string;
51251
51251
  } | null;
51252
51252
  }[], Error>>;
51253
- fetchStatus: _tanstack_query_core71.FetchStatus;
51253
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51254
51254
  promise: Promise<{
51255
51255
  optionId: bigint;
51256
51256
  marketAddr: Address;
@@ -51334,7 +51334,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
51334
51334
  isRefetching: boolean;
51335
51335
  isStale: boolean;
51336
51336
  isEnabled: boolean;
51337
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
51337
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
51338
51338
  optionId: bigint;
51339
51339
  marketAddr: Address;
51340
51340
  ownerAddr: Address;
@@ -51364,7 +51364,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
51364
51364
  address: string;
51365
51365
  } | null;
51366
51366
  }[], Error>>;
51367
- fetchStatus: _tanstack_query_core71.FetchStatus;
51367
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51368
51368
  promise: Promise<{
51369
51369
  optionId: bigint;
51370
51370
  marketAddr: Address;
@@ -51428,7 +51428,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
51428
51428
  };
51429
51429
  //#endregion
51430
51430
  //#region src/hooks/options/useExerciseOption.d.ts
51431
- declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
51431
+ declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
51432
51432
  option: OptionData;
51433
51433
  liquidities: readonly bigint[];
51434
51434
  }, unknown>;
@@ -51451,7 +51451,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
51451
51451
  };
51452
51452
  //#endregion
51453
51453
  //#region src/hooks/options/useExtendOption.d.ts
51454
- declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
51454
+ declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
51455
51455
  option: OptionData;
51456
51456
  duration: number;
51457
51457
  }, unknown>;
@@ -51490,7 +51490,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
51490
51490
  isRefetching: boolean;
51491
51491
  isStale: boolean;
51492
51492
  isEnabled: boolean;
51493
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<({
51493
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
51494
51494
  type: "mint";
51495
51495
  data: {
51496
51496
  id: string;
@@ -51529,7 +51529,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
51529
51529
  transactionHash: string;
51530
51530
  };
51531
51531
  })[], Error>>;
51532
- fetchStatus: _tanstack_query_core71.FetchStatus;
51532
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51533
51533
  promise: Promise<({
51534
51534
  type: "mint";
51535
51535
  data: {
@@ -51631,7 +51631,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
51631
51631
  isRefetching: boolean;
51632
51632
  isStale: boolean;
51633
51633
  isEnabled: boolean;
51634
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<({
51634
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
51635
51635
  type: "mint";
51636
51636
  data: {
51637
51637
  id: string;
@@ -51670,7 +51670,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
51670
51670
  transactionHash: string;
51671
51671
  };
51672
51672
  })[], Error>>;
51673
- fetchStatus: _tanstack_query_core71.FetchStatus;
51673
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51674
51674
  promise: Promise<({
51675
51675
  type: "mint";
51676
51676
  data: {
@@ -51772,7 +51772,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
51772
51772
  isRefetching: boolean;
51773
51773
  isStale: boolean;
51774
51774
  isEnabled: boolean;
51775
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<({
51775
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
51776
51776
  type: "mint";
51777
51777
  data: {
51778
51778
  id: string;
@@ -51811,7 +51811,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
51811
51811
  transactionHash: string;
51812
51812
  };
51813
51813
  })[], Error>>;
51814
- fetchStatus: _tanstack_query_core71.FetchStatus;
51814
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51815
51815
  promise: Promise<({
51816
51816
  type: "mint";
51817
51817
  data: {
@@ -51913,7 +51913,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
51913
51913
  isRefetching: boolean;
51914
51914
  isStale: boolean;
51915
51915
  isEnabled: boolean;
51916
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<({
51916
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
51917
51917
  type: "mint";
51918
51918
  data: {
51919
51919
  id: string;
@@ -51952,7 +51952,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
51952
51952
  transactionHash: string;
51953
51953
  };
51954
51954
  })[], Error>>;
51955
- fetchStatus: _tanstack_query_core71.FetchStatus;
51955
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51956
51956
  promise: Promise<({
51957
51957
  type: "mint";
51958
51958
  data: {
@@ -52054,7 +52054,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
52054
52054
  isRefetching: boolean;
52055
52055
  isStale: boolean;
52056
52056
  isEnabled: boolean;
52057
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<({
52057
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
52058
52058
  type: "mint";
52059
52059
  data: {
52060
52060
  id: string;
@@ -52093,7 +52093,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
52093
52093
  transactionHash: string;
52094
52094
  };
52095
52095
  })[], Error>>;
52096
- fetchStatus: _tanstack_query_core71.FetchStatus;
52096
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52097
52097
  promise: Promise<({
52098
52098
  type: "mint";
52099
52099
  data: {
@@ -52195,7 +52195,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
52195
52195
  isRefetching: boolean;
52196
52196
  isStale: boolean;
52197
52197
  isEnabled: boolean;
52198
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<({
52198
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
52199
52199
  type: "mint";
52200
52200
  data: {
52201
52201
  id: string;
@@ -52234,7 +52234,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
52234
52234
  transactionHash: string;
52235
52235
  };
52236
52236
  })[], Error>>;
52237
- fetchStatus: _tanstack_query_core71.FetchStatus;
52237
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52238
52238
  promise: Promise<({
52239
52239
  type: "mint";
52240
52240
  data: {
@@ -52316,7 +52316,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
52316
52316
  };
52317
52317
  //#endregion
52318
52318
  //#region src/hooks/perps/useMintPerp.d.ts
52319
- declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<void, Error, {
52319
+ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<void, Error, {
52320
52320
  optionType: "CALL" | "PUT";
52321
52321
  amount: bigint;
52322
52322
  duration: number;
@@ -52324,13 +52324,13 @@ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_
52324
52324
  }, unknown>;
52325
52325
  //#endregion
52326
52326
  //#region src/hooks/perps/useClosePerp.d.ts
52327
- declare const useClosePerp: () => _tanstack_react_query1.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
52327
+ declare const useClosePerp: () => _tanstack_react_query0.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
52328
52328
  //#endregion
52329
52329
  //#region src/hooks/perps/usePerpsOperator.d.ts
52330
52330
  declare const usePerpsOperator: () => {
52331
52331
  operator: PerpsOperator | undefined;
52332
52332
  address: `0x${string}` | undefined;
52333
- signMessage: _tanstack_react_query1.UseMutationResult<void, Error, void, unknown>;
52333
+ signMessage: _tanstack_react_query0.UseMutationResult<void, Error, void, unknown>;
52334
52334
  };
52335
52335
  //#endregion
52336
52336
  //#region src/hooks/perps/useUserPerps.d.ts
@@ -52357,7 +52357,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52357
52357
  isRefetching: boolean;
52358
52358
  isStale: boolean;
52359
52359
  isEnabled: boolean;
52360
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52360
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52361
52361
  optionId: bigint;
52362
52362
  id: string;
52363
52363
  ownerAddr: Address;
@@ -52366,7 +52366,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52366
52366
  expiresAt: number;
52367
52367
  closed: boolean;
52368
52368
  }[] | undefined, Error>>;
52369
- fetchStatus: _tanstack_query_core71.FetchStatus;
52369
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52370
52370
  promise: Promise<{
52371
52371
  optionId: bigint;
52372
52372
  id: string;
@@ -52408,7 +52408,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52408
52408
  isRefetching: boolean;
52409
52409
  isStale: boolean;
52410
52410
  isEnabled: boolean;
52411
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52411
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52412
52412
  optionId: bigint;
52413
52413
  id: string;
52414
52414
  ownerAddr: Address;
@@ -52417,7 +52417,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52417
52417
  expiresAt: number;
52418
52418
  closed: boolean;
52419
52419
  }[] | undefined, Error>>;
52420
- fetchStatus: _tanstack_query_core71.FetchStatus;
52420
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52421
52421
  promise: Promise<{
52422
52422
  optionId: bigint;
52423
52423
  id: string;
@@ -52459,7 +52459,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52459
52459
  isRefetching: boolean;
52460
52460
  isStale: boolean;
52461
52461
  isEnabled: boolean;
52462
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52462
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52463
52463
  optionId: bigint;
52464
52464
  id: string;
52465
52465
  ownerAddr: Address;
@@ -52468,7 +52468,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52468
52468
  expiresAt: number;
52469
52469
  closed: boolean;
52470
52470
  }[] | undefined, Error>>;
52471
- fetchStatus: _tanstack_query_core71.FetchStatus;
52471
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52472
52472
  promise: Promise<{
52473
52473
  optionId: bigint;
52474
52474
  id: string;
@@ -52510,7 +52510,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52510
52510
  isRefetching: boolean;
52511
52511
  isStale: boolean;
52512
52512
  isEnabled: boolean;
52513
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52513
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52514
52514
  optionId: bigint;
52515
52515
  id: string;
52516
52516
  ownerAddr: Address;
@@ -52519,7 +52519,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52519
52519
  expiresAt: number;
52520
52520
  closed: boolean;
52521
52521
  }[] | undefined, Error>>;
52522
- fetchStatus: _tanstack_query_core71.FetchStatus;
52522
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52523
52523
  promise: Promise<{
52524
52524
  optionId: bigint;
52525
52525
  id: string;
@@ -52561,7 +52561,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52561
52561
  isRefetching: boolean;
52562
52562
  isStale: boolean;
52563
52563
  isEnabled: boolean;
52564
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52564
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52565
52565
  optionId: bigint;
52566
52566
  id: string;
52567
52567
  ownerAddr: Address;
@@ -52570,7 +52570,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52570
52570
  expiresAt: number;
52571
52571
  closed: boolean;
52572
52572
  }[] | undefined, Error>>;
52573
- fetchStatus: _tanstack_query_core71.FetchStatus;
52573
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52574
52574
  promise: Promise<{
52575
52575
  optionId: bigint;
52576
52576
  id: string;
@@ -52612,7 +52612,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52612
52612
  isRefetching: boolean;
52613
52613
  isStale: boolean;
52614
52614
  isEnabled: boolean;
52615
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52615
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52616
52616
  optionId: bigint;
52617
52617
  id: string;
52618
52618
  ownerAddr: Address;
@@ -52621,7 +52621,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
52621
52621
  expiresAt: number;
52622
52622
  closed: boolean;
52623
52623
  }[] | undefined, Error>>;
52624
- fetchStatus: _tanstack_query_core71.FetchStatus;
52624
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52625
52625
  promise: Promise<{
52626
52626
  optionId: bigint;
52627
52627
  id: string;
@@ -52664,7 +52664,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52664
52664
  isRefetching: boolean;
52665
52665
  isStale: boolean;
52666
52666
  isEnabled: boolean;
52667
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52667
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52668
52668
  optionId: bigint;
52669
52669
  id: string;
52670
52670
  ownerAddr: Address;
@@ -52673,7 +52673,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52673
52673
  expiresAt: number;
52674
52674
  closed: boolean;
52675
52675
  }[] | undefined, Error>>;
52676
- fetchStatus: _tanstack_query_core71.FetchStatus;
52676
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52677
52677
  promise: Promise<{
52678
52678
  optionId: bigint;
52679
52679
  id: string;
@@ -52715,7 +52715,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52715
52715
  isRefetching: boolean;
52716
52716
  isStale: boolean;
52717
52717
  isEnabled: boolean;
52718
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52718
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52719
52719
  optionId: bigint;
52720
52720
  id: string;
52721
52721
  ownerAddr: Address;
@@ -52724,7 +52724,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52724
52724
  expiresAt: number;
52725
52725
  closed: boolean;
52726
52726
  }[] | undefined, Error>>;
52727
- fetchStatus: _tanstack_query_core71.FetchStatus;
52727
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52728
52728
  promise: Promise<{
52729
52729
  optionId: bigint;
52730
52730
  id: string;
@@ -52766,7 +52766,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52766
52766
  isRefetching: boolean;
52767
52767
  isStale: boolean;
52768
52768
  isEnabled: boolean;
52769
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52769
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52770
52770
  optionId: bigint;
52771
52771
  id: string;
52772
52772
  ownerAddr: Address;
@@ -52775,7 +52775,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52775
52775
  expiresAt: number;
52776
52776
  closed: boolean;
52777
52777
  }[] | undefined, Error>>;
52778
- fetchStatus: _tanstack_query_core71.FetchStatus;
52778
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52779
52779
  promise: Promise<{
52780
52780
  optionId: bigint;
52781
52781
  id: string;
@@ -52817,7 +52817,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52817
52817
  isRefetching: boolean;
52818
52818
  isStale: boolean;
52819
52819
  isEnabled: boolean;
52820
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52820
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52821
52821
  optionId: bigint;
52822
52822
  id: string;
52823
52823
  ownerAddr: Address;
@@ -52826,7 +52826,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52826
52826
  expiresAt: number;
52827
52827
  closed: boolean;
52828
52828
  }[] | undefined, Error>>;
52829
- fetchStatus: _tanstack_query_core71.FetchStatus;
52829
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52830
52830
  promise: Promise<{
52831
52831
  optionId: bigint;
52832
52832
  id: string;
@@ -52868,7 +52868,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52868
52868
  isRefetching: boolean;
52869
52869
  isStale: boolean;
52870
52870
  isEnabled: boolean;
52871
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52871
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52872
52872
  optionId: bigint;
52873
52873
  id: string;
52874
52874
  ownerAddr: Address;
@@ -52877,7 +52877,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52877
52877
  expiresAt: number;
52878
52878
  closed: boolean;
52879
52879
  }[] | undefined, Error>>;
52880
- fetchStatus: _tanstack_query_core71.FetchStatus;
52880
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52881
52881
  promise: Promise<{
52882
52882
  optionId: bigint;
52883
52883
  id: string;
@@ -52919,7 +52919,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52919
52919
  isRefetching: boolean;
52920
52920
  isStale: boolean;
52921
52921
  isEnabled: boolean;
52922
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52922
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52923
52923
  optionId: bigint;
52924
52924
  id: string;
52925
52925
  ownerAddr: Address;
@@ -52928,7 +52928,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52928
52928
  expiresAt: number;
52929
52929
  closed: boolean;
52930
52930
  }[] | undefined, Error>>;
52931
- fetchStatus: _tanstack_query_core71.FetchStatus;
52931
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52932
52932
  promise: Promise<{
52933
52933
  optionId: bigint;
52934
52934
  id: string;
@@ -52971,7 +52971,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52971
52971
  isRefetching: boolean;
52972
52972
  isStale: boolean;
52973
52973
  isEnabled: boolean;
52974
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
52974
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
52975
52975
  optionId: bigint;
52976
52976
  id: string;
52977
52977
  ownerAddr: Address;
@@ -52980,7 +52980,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
52980
52980
  expiresAt: number;
52981
52981
  closed: boolean;
52982
52982
  }[] | undefined, Error>>;
52983
- fetchStatus: _tanstack_query_core71.FetchStatus;
52983
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52984
52984
  promise: Promise<{
52985
52985
  optionId: bigint;
52986
52986
  id: string;
@@ -53022,7 +53022,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53022
53022
  isRefetching: boolean;
53023
53023
  isStale: boolean;
53024
53024
  isEnabled: boolean;
53025
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53025
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53026
53026
  optionId: bigint;
53027
53027
  id: string;
53028
53028
  ownerAddr: Address;
@@ -53031,7 +53031,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53031
53031
  expiresAt: number;
53032
53032
  closed: boolean;
53033
53033
  }[] | undefined, Error>>;
53034
- fetchStatus: _tanstack_query_core71.FetchStatus;
53034
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53035
53035
  promise: Promise<{
53036
53036
  optionId: bigint;
53037
53037
  id: string;
@@ -53073,7 +53073,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53073
53073
  isRefetching: boolean;
53074
53074
  isStale: boolean;
53075
53075
  isEnabled: boolean;
53076
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53076
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53077
53077
  optionId: bigint;
53078
53078
  id: string;
53079
53079
  ownerAddr: Address;
@@ -53082,7 +53082,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53082
53082
  expiresAt: number;
53083
53083
  closed: boolean;
53084
53084
  }[] | undefined, Error>>;
53085
- fetchStatus: _tanstack_query_core71.FetchStatus;
53085
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53086
53086
  promise: Promise<{
53087
53087
  optionId: bigint;
53088
53088
  id: string;
@@ -53124,7 +53124,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53124
53124
  isRefetching: boolean;
53125
53125
  isStale: boolean;
53126
53126
  isEnabled: boolean;
53127
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53127
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53128
53128
  optionId: bigint;
53129
53129
  id: string;
53130
53130
  ownerAddr: Address;
@@ -53133,7 +53133,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53133
53133
  expiresAt: number;
53134
53134
  closed: boolean;
53135
53135
  }[] | undefined, Error>>;
53136
- fetchStatus: _tanstack_query_core71.FetchStatus;
53136
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53137
53137
  promise: Promise<{
53138
53138
  optionId: bigint;
53139
53139
  id: string;
@@ -53175,7 +53175,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53175
53175
  isRefetching: boolean;
53176
53176
  isStale: boolean;
53177
53177
  isEnabled: boolean;
53178
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53178
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53179
53179
  optionId: bigint;
53180
53180
  id: string;
53181
53181
  ownerAddr: Address;
@@ -53184,7 +53184,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53184
53184
  expiresAt: number;
53185
53185
  closed: boolean;
53186
53186
  }[] | undefined, Error>>;
53187
- fetchStatus: _tanstack_query_core71.FetchStatus;
53187
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53188
53188
  promise: Promise<{
53189
53189
  optionId: bigint;
53190
53190
  id: string;
@@ -53226,7 +53226,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53226
53226
  isRefetching: boolean;
53227
53227
  isStale: boolean;
53228
53228
  isEnabled: boolean;
53229
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53229
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53230
53230
  optionId: bigint;
53231
53231
  id: string;
53232
53232
  ownerAddr: Address;
@@ -53235,7 +53235,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53235
53235
  expiresAt: number;
53236
53236
  closed: boolean;
53237
53237
  }[] | undefined, Error>>;
53238
- fetchStatus: _tanstack_query_core71.FetchStatus;
53238
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53239
53239
  promise: Promise<{
53240
53240
  optionId: bigint;
53241
53241
  id: string;
@@ -53258,7 +53258,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53258
53258
  //#endregion
53259
53259
  //#region src/hooks/operators/useOperatorPerms.d.ts
53260
53260
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
53261
- error: viem0.ReadContractErrorType;
53261
+ error: viem491.ReadContractErrorType;
53262
53262
  isError: true;
53263
53263
  isPending: false;
53264
53264
  isLoading: false;
@@ -53270,7 +53270,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53270
53270
  dataUpdatedAt: number;
53271
53271
  errorUpdatedAt: number;
53272
53272
  failureCount: number;
53273
- failureReason: viem0.ReadContractErrorType | null;
53273
+ failureReason: viem491.ReadContractErrorType | null;
53274
53274
  errorUpdateCount: number;
53275
53275
  isFetched: boolean;
53276
53276
  isFetchedAfterMount: boolean;
@@ -53280,10 +53280,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53280
53280
  isRefetching: boolean;
53281
53281
  isStale: boolean;
53282
53282
  isEnabled: boolean;
53283
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53284
- fetchStatus: _tanstack_query_core71.FetchStatus;
53283
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53284
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53285
53285
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53286
- queryKey: _tanstack_query_core71.QueryKey;
53286
+ queryKey: _tanstack_query_core0.QueryKey;
53287
53287
  data: {
53288
53288
  canExtend: boolean | undefined;
53289
53289
  canExercise: boolean | undefined;
@@ -53305,7 +53305,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53305
53305
  dataUpdatedAt: number;
53306
53306
  errorUpdatedAt: number;
53307
53307
  failureCount: number;
53308
- failureReason: viem0.ReadContractErrorType | null;
53308
+ failureReason: viem491.ReadContractErrorType | null;
53309
53309
  errorUpdateCount: number;
53310
53310
  isFetched: boolean;
53311
53311
  isFetchedAfterMount: boolean;
@@ -53315,10 +53315,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53315
53315
  isRefetching: boolean;
53316
53316
  isStale: boolean;
53317
53317
  isEnabled: boolean;
53318
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53319
- fetchStatus: _tanstack_query_core71.FetchStatus;
53318
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53319
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53320
53320
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53321
- queryKey: _tanstack_query_core71.QueryKey;
53321
+ queryKey: _tanstack_query_core0.QueryKey;
53322
53322
  data: {
53323
53323
  canExtend: boolean | undefined;
53324
53324
  canExercise: boolean | undefined;
@@ -53328,7 +53328,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53328
53328
  effectiveApproval: bigint;
53329
53329
  };
53330
53330
  } | {
53331
- error: viem0.ReadContractErrorType;
53331
+ error: viem491.ReadContractErrorType;
53332
53332
  isError: true;
53333
53333
  isPending: false;
53334
53334
  isLoading: false;
@@ -53340,7 +53340,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53340
53340
  dataUpdatedAt: number;
53341
53341
  errorUpdatedAt: number;
53342
53342
  failureCount: number;
53343
- failureReason: viem0.ReadContractErrorType | null;
53343
+ failureReason: viem491.ReadContractErrorType | null;
53344
53344
  errorUpdateCount: number;
53345
53345
  isFetched: boolean;
53346
53346
  isFetchedAfterMount: boolean;
@@ -53350,10 +53350,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53350
53350
  isRefetching: boolean;
53351
53351
  isStale: boolean;
53352
53352
  isEnabled: boolean;
53353
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53354
- fetchStatus: _tanstack_query_core71.FetchStatus;
53353
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53354
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53355
53355
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53356
- queryKey: _tanstack_query_core71.QueryKey;
53356
+ queryKey: _tanstack_query_core0.QueryKey;
53357
53357
  data: {
53358
53358
  canExtend: boolean | undefined;
53359
53359
  canExercise: boolean | undefined;
@@ -53375,7 +53375,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53375
53375
  dataUpdatedAt: number;
53376
53376
  errorUpdatedAt: number;
53377
53377
  failureCount: number;
53378
- failureReason: viem0.ReadContractErrorType | null;
53378
+ failureReason: viem491.ReadContractErrorType | null;
53379
53379
  errorUpdateCount: number;
53380
53380
  isFetched: boolean;
53381
53381
  isFetchedAfterMount: boolean;
@@ -53385,10 +53385,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53385
53385
  isRefetching: boolean;
53386
53386
  isStale: boolean;
53387
53387
  isEnabled: boolean;
53388
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53389
- fetchStatus: _tanstack_query_core71.FetchStatus;
53388
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53389
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53390
53390
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53391
- queryKey: _tanstack_query_core71.QueryKey;
53391
+ queryKey: _tanstack_query_core0.QueryKey;
53392
53392
  data: {
53393
53393
  canExtend: boolean | undefined;
53394
53394
  canExercise: boolean | undefined;
@@ -53409,7 +53409,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53409
53409
  dataUpdatedAt: number;
53410
53410
  errorUpdatedAt: number;
53411
53411
  failureCount: number;
53412
- failureReason: viem0.ReadContractErrorType | null;
53412
+ failureReason: viem491.ReadContractErrorType | null;
53413
53413
  errorUpdateCount: number;
53414
53414
  isFetched: boolean;
53415
53415
  isFetchedAfterMount: boolean;
@@ -53420,10 +53420,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53420
53420
  isRefetching: boolean;
53421
53421
  isStale: boolean;
53422
53422
  isEnabled: boolean;
53423
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53424
- fetchStatus: _tanstack_query_core71.FetchStatus;
53423
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53424
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53425
53425
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53426
- queryKey: _tanstack_query_core71.QueryKey;
53426
+ queryKey: _tanstack_query_core0.QueryKey;
53427
53427
  data: {
53428
53428
  canExtend: boolean | undefined;
53429
53429
  canExercise: boolean | undefined;
@@ -53445,7 +53445,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53445
53445
  dataUpdatedAt: number;
53446
53446
  errorUpdatedAt: number;
53447
53447
  failureCount: number;
53448
- failureReason: viem0.ReadContractErrorType | null;
53448
+ failureReason: viem491.ReadContractErrorType | null;
53449
53449
  errorUpdateCount: number;
53450
53450
  isFetched: boolean;
53451
53451
  isFetchedAfterMount: boolean;
@@ -53455,10 +53455,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53455
53455
  isRefetching: boolean;
53456
53456
  isStale: boolean;
53457
53457
  isEnabled: boolean;
53458
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53459
- fetchStatus: _tanstack_query_core71.FetchStatus;
53458
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53459
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53460
53460
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53461
- queryKey: _tanstack_query_core71.QueryKey;
53461
+ queryKey: _tanstack_query_core0.QueryKey;
53462
53462
  data: {
53463
53463
  canExtend: boolean | undefined;
53464
53464
  canExercise: boolean | undefined;
@@ -53507,7 +53507,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53507
53507
  isRefetching: boolean;
53508
53508
  isStale: boolean;
53509
53509
  isEnabled: boolean;
53510
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53510
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53511
53511
  spendingApproval: bigint;
53512
53512
  operatorAddr: string;
53513
53513
  __typename: "UserMarketOperator";
@@ -53521,7 +53521,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53521
53521
  address: string;
53522
53522
  } | null;
53523
53523
  }[] | undefined, Error>>;
53524
- fetchStatus: _tanstack_query_core71.FetchStatus;
53524
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53525
53525
  promise: Promise<{
53526
53526
  spendingApproval: bigint;
53527
53527
  operatorAddr: string;
@@ -53573,7 +53573,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53573
53573
  isRefetching: boolean;
53574
53574
  isStale: boolean;
53575
53575
  isEnabled: boolean;
53576
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53576
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53577
53577
  spendingApproval: bigint;
53578
53578
  operatorAddr: string;
53579
53579
  __typename: "UserMarketOperator";
@@ -53587,7 +53587,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53587
53587
  address: string;
53588
53588
  } | null;
53589
53589
  }[] | undefined, Error>>;
53590
- fetchStatus: _tanstack_query_core71.FetchStatus;
53590
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53591
53591
  promise: Promise<{
53592
53592
  spendingApproval: bigint;
53593
53593
  operatorAddr: string;
@@ -53639,7 +53639,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53639
53639
  isRefetching: boolean;
53640
53640
  isStale: boolean;
53641
53641
  isEnabled: boolean;
53642
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53642
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53643
53643
  spendingApproval: bigint;
53644
53644
  operatorAddr: string;
53645
53645
  __typename: "UserMarketOperator";
@@ -53653,7 +53653,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53653
53653
  address: string;
53654
53654
  } | null;
53655
53655
  }[] | undefined, Error>>;
53656
- fetchStatus: _tanstack_query_core71.FetchStatus;
53656
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53657
53657
  promise: Promise<{
53658
53658
  spendingApproval: bigint;
53659
53659
  operatorAddr: string;
@@ -53705,7 +53705,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53705
53705
  isRefetching: boolean;
53706
53706
  isStale: boolean;
53707
53707
  isEnabled: boolean;
53708
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53708
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53709
53709
  spendingApproval: bigint;
53710
53710
  operatorAddr: string;
53711
53711
  __typename: "UserMarketOperator";
@@ -53719,7 +53719,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53719
53719
  address: string;
53720
53720
  } | null;
53721
53721
  }[] | undefined, Error>>;
53722
- fetchStatus: _tanstack_query_core71.FetchStatus;
53722
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53723
53723
  promise: Promise<{
53724
53724
  spendingApproval: bigint;
53725
53725
  operatorAddr: string;
@@ -53771,7 +53771,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53771
53771
  isRefetching: boolean;
53772
53772
  isStale: boolean;
53773
53773
  isEnabled: boolean;
53774
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53774
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53775
53775
  spendingApproval: bigint;
53776
53776
  operatorAddr: string;
53777
53777
  __typename: "UserMarketOperator";
@@ -53785,7 +53785,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53785
53785
  address: string;
53786
53786
  } | null;
53787
53787
  }[] | undefined, Error>>;
53788
- fetchStatus: _tanstack_query_core71.FetchStatus;
53788
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53789
53789
  promise: Promise<{
53790
53790
  spendingApproval: bigint;
53791
53791
  operatorAddr: string;
@@ -53837,7 +53837,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53837
53837
  isRefetching: boolean;
53838
53838
  isStale: boolean;
53839
53839
  isEnabled: boolean;
53840
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<{
53840
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
53841
53841
  spendingApproval: bigint;
53842
53842
  operatorAddr: string;
53843
53843
  __typename: "UserMarketOperator";
@@ -53851,7 +53851,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53851
53851
  address: string;
53852
53852
  } | null;
53853
53853
  }[] | undefined, Error>>;
53854
- fetchStatus: _tanstack_query_core71.FetchStatus;
53854
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53855
53855
  promise: Promise<{
53856
53856
  spendingApproval: bigint;
53857
53857
  operatorAddr: string;
@@ -53869,7 +53869,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
53869
53869
  };
53870
53870
  //#endregion
53871
53871
  //#region src/hooks/operators/useSetOperatorPerms.d.ts
53872
- declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
53872
+ declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
53873
53873
  operator: Address;
53874
53874
  canExtend: boolean;
53875
53875
  canExercise: boolean;
@@ -54795,8 +54795,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
54795
54795
  declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
54796
54796
  //#endregion
54797
54797
  //#region src/hooks/pool/usePriceHistory.d.ts
54798
- declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
54799
- declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
54798
+ declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
54799
+ declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
54800
54800
  //#endregion
54801
54801
  //#region src/hooks/vault/useBurnLiquidity.d.ts
54802
54802
  interface BurnPosition {
@@ -54818,7 +54818,7 @@ declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
54818
54818
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
54819
54819
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
54820
54820
  declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54821
- error: viem0.ReadContractErrorType;
54821
+ error: viem491.ReadContractErrorType;
54822
54822
  isError: true;
54823
54823
  isPending: false;
54824
54824
  isLoading: false;
@@ -54830,7 +54830,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54830
54830
  dataUpdatedAt: number;
54831
54831
  errorUpdatedAt: number;
54832
54832
  failureCount: number;
54833
- failureReason: viem0.ReadContractErrorType | null;
54833
+ failureReason: viem491.ReadContractErrorType | null;
54834
54834
  errorUpdateCount: number;
54835
54835
  isFetched: boolean;
54836
54836
  isFetchedAfterMount: boolean;
@@ -54840,7 +54840,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54840
54840
  isRefetching: boolean;
54841
54841
  isStale: boolean;
54842
54842
  isEnabled: boolean;
54843
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly {
54843
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
54844
54844
  tickLower: number;
54845
54845
  tickUpper: number;
54846
54846
  prevTickLower: number;
@@ -54852,8 +54852,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54852
54852
  totalAmount1: bigint;
54853
54853
  borrowedAmount0: bigint;
54854
54854
  borrowedAmount1: bigint;
54855
- }[], viem0.ReadContractErrorType>>;
54856
- fetchStatus: _tanstack_query_core71.FetchStatus;
54855
+ }[], viem491.ReadContractErrorType>>;
54856
+ fetchStatus: _tanstack_query_core0.FetchStatus;
54857
54857
  promise: Promise<readonly {
54858
54858
  tickLower: number;
54859
54859
  tickUpper: number;
@@ -54867,7 +54867,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54867
54867
  borrowedAmount0: bigint;
54868
54868
  borrowedAmount1: bigint;
54869
54869
  }[]>;
54870
- queryKey: _tanstack_query_core71.QueryKey;
54870
+ queryKey: _tanstack_query_core0.QueryKey;
54871
54871
  data: readonly {
54872
54872
  tickLower: number;
54873
54873
  tickUpper: number;
@@ -54894,7 +54894,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54894
54894
  dataUpdatedAt: number;
54895
54895
  errorUpdatedAt: number;
54896
54896
  failureCount: number;
54897
- failureReason: viem0.ReadContractErrorType | null;
54897
+ failureReason: viem491.ReadContractErrorType | null;
54898
54898
  errorUpdateCount: number;
54899
54899
  isFetched: boolean;
54900
54900
  isFetchedAfterMount: boolean;
@@ -54904,7 +54904,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54904
54904
  isRefetching: boolean;
54905
54905
  isStale: boolean;
54906
54906
  isEnabled: boolean;
54907
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly {
54907
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
54908
54908
  tickLower: number;
54909
54909
  tickUpper: number;
54910
54910
  prevTickLower: number;
@@ -54916,8 +54916,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54916
54916
  totalAmount1: bigint;
54917
54917
  borrowedAmount0: bigint;
54918
54918
  borrowedAmount1: bigint;
54919
- }[], viem0.ReadContractErrorType>>;
54920
- fetchStatus: _tanstack_query_core71.FetchStatus;
54919
+ }[], viem491.ReadContractErrorType>>;
54920
+ fetchStatus: _tanstack_query_core0.FetchStatus;
54921
54921
  promise: Promise<readonly {
54922
54922
  tickLower: number;
54923
54923
  tickUpper: number;
@@ -54931,7 +54931,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54931
54931
  borrowedAmount0: bigint;
54932
54932
  borrowedAmount1: bigint;
54933
54933
  }[]>;
54934
- queryKey: _tanstack_query_core71.QueryKey;
54934
+ queryKey: _tanstack_query_core0.QueryKey;
54935
54935
  data: readonly {
54936
54936
  tickLower: number;
54937
54937
  tickUpper: number;
@@ -54946,7 +54946,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54946
54946
  borrowedAmount1: bigint;
54947
54947
  }[];
54948
54948
  } | {
54949
- error: viem0.ReadContractErrorType;
54949
+ error: viem491.ReadContractErrorType;
54950
54950
  isError: true;
54951
54951
  isPending: false;
54952
54952
  isLoading: false;
@@ -54958,7 +54958,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54958
54958
  dataUpdatedAt: number;
54959
54959
  errorUpdatedAt: number;
54960
54960
  failureCount: number;
54961
- failureReason: viem0.ReadContractErrorType | null;
54961
+ failureReason: viem491.ReadContractErrorType | null;
54962
54962
  errorUpdateCount: number;
54963
54963
  isFetched: boolean;
54964
54964
  isFetchedAfterMount: boolean;
@@ -54968,7 +54968,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54968
54968
  isRefetching: boolean;
54969
54969
  isStale: boolean;
54970
54970
  isEnabled: boolean;
54971
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly {
54971
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
54972
54972
  tickLower: number;
54973
54973
  tickUpper: number;
54974
54974
  prevTickLower: number;
@@ -54980,8 +54980,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54980
54980
  totalAmount1: bigint;
54981
54981
  borrowedAmount0: bigint;
54982
54982
  borrowedAmount1: bigint;
54983
- }[], viem0.ReadContractErrorType>>;
54984
- fetchStatus: _tanstack_query_core71.FetchStatus;
54983
+ }[], viem491.ReadContractErrorType>>;
54984
+ fetchStatus: _tanstack_query_core0.FetchStatus;
54985
54985
  promise: Promise<readonly {
54986
54986
  tickLower: number;
54987
54987
  tickUpper: number;
@@ -54995,7 +54995,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54995
54995
  borrowedAmount0: bigint;
54996
54996
  borrowedAmount1: bigint;
54997
54997
  }[]>;
54998
- queryKey: _tanstack_query_core71.QueryKey;
54998
+ queryKey: _tanstack_query_core0.QueryKey;
54999
54999
  data: readonly {
55000
55000
  tickLower: number;
55001
55001
  tickUpper: number;
@@ -55022,7 +55022,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55022
55022
  dataUpdatedAt: number;
55023
55023
  errorUpdatedAt: number;
55024
55024
  failureCount: number;
55025
- failureReason: viem0.ReadContractErrorType | null;
55025
+ failureReason: viem491.ReadContractErrorType | null;
55026
55026
  errorUpdateCount: number;
55027
55027
  isFetched: boolean;
55028
55028
  isFetchedAfterMount: boolean;
@@ -55032,7 +55032,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55032
55032
  isRefetching: boolean;
55033
55033
  isStale: boolean;
55034
55034
  isEnabled: boolean;
55035
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly {
55035
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
55036
55036
  tickLower: number;
55037
55037
  tickUpper: number;
55038
55038
  prevTickLower: number;
@@ -55044,8 +55044,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55044
55044
  totalAmount1: bigint;
55045
55045
  borrowedAmount0: bigint;
55046
55046
  borrowedAmount1: bigint;
55047
- }[], viem0.ReadContractErrorType>>;
55048
- fetchStatus: _tanstack_query_core71.FetchStatus;
55047
+ }[], viem491.ReadContractErrorType>>;
55048
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55049
55049
  promise: Promise<readonly {
55050
55050
  tickLower: number;
55051
55051
  tickUpper: number;
@@ -55059,7 +55059,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55059
55059
  borrowedAmount0: bigint;
55060
55060
  borrowedAmount1: bigint;
55061
55061
  }[]>;
55062
- queryKey: _tanstack_query_core71.QueryKey;
55062
+ queryKey: _tanstack_query_core0.QueryKey;
55063
55063
  data: readonly {
55064
55064
  tickLower: number;
55065
55065
  tickUpper: number;
@@ -55085,7 +55085,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55085
55085
  dataUpdatedAt: number;
55086
55086
  errorUpdatedAt: number;
55087
55087
  failureCount: number;
55088
- failureReason: viem0.ReadContractErrorType | null;
55088
+ failureReason: viem491.ReadContractErrorType | null;
55089
55089
  errorUpdateCount: number;
55090
55090
  isFetched: boolean;
55091
55091
  isFetchedAfterMount: boolean;
@@ -55096,7 +55096,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55096
55096
  isRefetching: boolean;
55097
55097
  isStale: boolean;
55098
55098
  isEnabled: boolean;
55099
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly {
55099
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
55100
55100
  tickLower: number;
55101
55101
  tickUpper: number;
55102
55102
  prevTickLower: number;
@@ -55108,8 +55108,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55108
55108
  totalAmount1: bigint;
55109
55109
  borrowedAmount0: bigint;
55110
55110
  borrowedAmount1: bigint;
55111
- }[], viem0.ReadContractErrorType>>;
55112
- fetchStatus: _tanstack_query_core71.FetchStatus;
55111
+ }[], viem491.ReadContractErrorType>>;
55112
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55113
55113
  promise: Promise<readonly {
55114
55114
  tickLower: number;
55115
55115
  tickUpper: number;
@@ -55123,7 +55123,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55123
55123
  borrowedAmount0: bigint;
55124
55124
  borrowedAmount1: bigint;
55125
55125
  }[]>;
55126
- queryKey: _tanstack_query_core71.QueryKey;
55126
+ queryKey: _tanstack_query_core0.QueryKey;
55127
55127
  data: readonly {
55128
55128
  tickLower: number;
55129
55129
  tickUpper: number;
@@ -55150,7 +55150,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55150
55150
  dataUpdatedAt: number;
55151
55151
  errorUpdatedAt: number;
55152
55152
  failureCount: number;
55153
- failureReason: viem0.ReadContractErrorType | null;
55153
+ failureReason: viem491.ReadContractErrorType | null;
55154
55154
  errorUpdateCount: number;
55155
55155
  isFetched: boolean;
55156
55156
  isFetchedAfterMount: boolean;
@@ -55160,7 +55160,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55160
55160
  isRefetching: boolean;
55161
55161
  isStale: boolean;
55162
55162
  isEnabled: boolean;
55163
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly {
55163
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
55164
55164
  tickLower: number;
55165
55165
  tickUpper: number;
55166
55166
  prevTickLower: number;
@@ -55172,8 +55172,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55172
55172
  totalAmount1: bigint;
55173
55173
  borrowedAmount0: bigint;
55174
55174
  borrowedAmount1: bigint;
55175
- }[], viem0.ReadContractErrorType>>;
55176
- fetchStatus: _tanstack_query_core71.FetchStatus;
55175
+ }[], viem491.ReadContractErrorType>>;
55176
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55177
55177
  promise: Promise<readonly {
55178
55178
  tickLower: number;
55179
55179
  tickUpper: number;
@@ -55187,7 +55187,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55187
55187
  borrowedAmount0: bigint;
55188
55188
  borrowedAmount1: bigint;
55189
55189
  }[]>;
55190
- queryKey: _tanstack_query_core71.QueryKey;
55190
+ queryKey: _tanstack_query_core0.QueryKey;
55191
55191
  data: readonly {
55192
55192
  tickLower: number;
55193
55193
  tickUpper: number;
@@ -55215,7 +55215,7 @@ interface MintPositionParams {
55215
55215
  tickUpper: number;
55216
55216
  liquidity: bigint;
55217
55217
  }
55218
- declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
55218
+ declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
55219
55219
  //#endregion
55220
55220
  //#region src/hooks/vault/useVaultData.d.ts
55221
55221
  declare const useVaultData: (vaultAddr: Address | undefined) => Partial<NonUndefinedGuard<{
@@ -55248,7 +55248,7 @@ declare const useVaultTVL: (vaultAddr: Address | undefined) => {
55248
55248
  borrowed0: Amount;
55249
55249
  borrowed1: Amount;
55250
55250
  blocksCount: bigint;
55251
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
55251
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem491.ReadContractErrorType>>;
55252
55252
  };
55253
55253
  //#endregion
55254
55254
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -55261,7 +55261,7 @@ declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndef
55261
55261
  //#endregion
55262
55262
  //#region src/hooks/tokens/useTokenBalance.d.ts
55263
55263
  declare const useTokenBalance: (token?: Address, user?: Address) => {
55264
- error: viem0.ReadContractErrorType;
55264
+ error: viem491.ReadContractErrorType;
55265
55265
  isError: true;
55266
55266
  isPending: false;
55267
55267
  isLoading: false;
@@ -55273,7 +55273,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55273
55273
  dataUpdatedAt: number;
55274
55274
  errorUpdatedAt: number;
55275
55275
  failureCount: number;
55276
- failureReason: viem0.ReadContractErrorType | null;
55276
+ failureReason: viem491.ReadContractErrorType | null;
55277
55277
  errorUpdateCount: number;
55278
55278
  isFetched: boolean;
55279
55279
  isFetchedAfterMount: boolean;
@@ -55283,10 +55283,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55283
55283
  isRefetching: boolean;
55284
55284
  isStale: boolean;
55285
55285
  isEnabled: boolean;
55286
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55287
- fetchStatus: _tanstack_query_core71.FetchStatus;
55286
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55287
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55288
55288
  promise: Promise<bigint>;
55289
- queryKey: _tanstack_query_core71.QueryKey;
55289
+ queryKey: _tanstack_query_core0.QueryKey;
55290
55290
  data: Amount | undefined;
55291
55291
  } | {
55292
55292
  error: null;
@@ -55301,7 +55301,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55301
55301
  dataUpdatedAt: number;
55302
55302
  errorUpdatedAt: number;
55303
55303
  failureCount: number;
55304
- failureReason: viem0.ReadContractErrorType | null;
55304
+ failureReason: viem491.ReadContractErrorType | null;
55305
55305
  errorUpdateCount: number;
55306
55306
  isFetched: boolean;
55307
55307
  isFetchedAfterMount: boolean;
@@ -55311,13 +55311,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55311
55311
  isRefetching: boolean;
55312
55312
  isStale: boolean;
55313
55313
  isEnabled: boolean;
55314
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55315
- fetchStatus: _tanstack_query_core71.FetchStatus;
55314
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55315
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55316
55316
  promise: Promise<bigint>;
55317
- queryKey: _tanstack_query_core71.QueryKey;
55317
+ queryKey: _tanstack_query_core0.QueryKey;
55318
55318
  data: Amount | undefined;
55319
55319
  } | {
55320
- error: viem0.ReadContractErrorType;
55320
+ error: viem491.ReadContractErrorType;
55321
55321
  isError: true;
55322
55322
  isPending: false;
55323
55323
  isLoading: false;
@@ -55329,7 +55329,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55329
55329
  dataUpdatedAt: number;
55330
55330
  errorUpdatedAt: number;
55331
55331
  failureCount: number;
55332
- failureReason: viem0.ReadContractErrorType | null;
55332
+ failureReason: viem491.ReadContractErrorType | null;
55333
55333
  errorUpdateCount: number;
55334
55334
  isFetched: boolean;
55335
55335
  isFetchedAfterMount: boolean;
@@ -55339,10 +55339,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55339
55339
  isRefetching: boolean;
55340
55340
  isStale: boolean;
55341
55341
  isEnabled: boolean;
55342
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55343
- fetchStatus: _tanstack_query_core71.FetchStatus;
55342
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55343
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55344
55344
  promise: Promise<bigint>;
55345
- queryKey: _tanstack_query_core71.QueryKey;
55345
+ queryKey: _tanstack_query_core0.QueryKey;
55346
55346
  data: Amount | undefined;
55347
55347
  } | {
55348
55348
  error: null;
@@ -55357,7 +55357,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55357
55357
  dataUpdatedAt: number;
55358
55358
  errorUpdatedAt: number;
55359
55359
  failureCount: number;
55360
- failureReason: viem0.ReadContractErrorType | null;
55360
+ failureReason: viem491.ReadContractErrorType | null;
55361
55361
  errorUpdateCount: number;
55362
55362
  isFetched: boolean;
55363
55363
  isFetchedAfterMount: boolean;
@@ -55367,10 +55367,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55367
55367
  isRefetching: boolean;
55368
55368
  isStale: boolean;
55369
55369
  isEnabled: boolean;
55370
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55371
- fetchStatus: _tanstack_query_core71.FetchStatus;
55370
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55371
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55372
55372
  promise: Promise<bigint>;
55373
- queryKey: _tanstack_query_core71.QueryKey;
55373
+ queryKey: _tanstack_query_core0.QueryKey;
55374
55374
  data: Amount | undefined;
55375
55375
  } | {
55376
55376
  error: null;
@@ -55384,7 +55384,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55384
55384
  dataUpdatedAt: number;
55385
55385
  errorUpdatedAt: number;
55386
55386
  failureCount: number;
55387
- failureReason: viem0.ReadContractErrorType | null;
55387
+ failureReason: viem491.ReadContractErrorType | null;
55388
55388
  errorUpdateCount: number;
55389
55389
  isFetched: boolean;
55390
55390
  isFetchedAfterMount: boolean;
@@ -55395,10 +55395,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55395
55395
  isRefetching: boolean;
55396
55396
  isStale: boolean;
55397
55397
  isEnabled: boolean;
55398
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55399
- fetchStatus: _tanstack_query_core71.FetchStatus;
55398
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55399
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55400
55400
  promise: Promise<bigint>;
55401
- queryKey: _tanstack_query_core71.QueryKey;
55401
+ queryKey: _tanstack_query_core0.QueryKey;
55402
55402
  data: Amount | undefined;
55403
55403
  } | {
55404
55404
  isError: false;
@@ -55413,7 +55413,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55413
55413
  dataUpdatedAt: number;
55414
55414
  errorUpdatedAt: number;
55415
55415
  failureCount: number;
55416
- failureReason: viem0.ReadContractErrorType | null;
55416
+ failureReason: viem491.ReadContractErrorType | null;
55417
55417
  errorUpdateCount: number;
55418
55418
  isFetched: boolean;
55419
55419
  isFetchedAfterMount: boolean;
@@ -55423,10 +55423,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55423
55423
  isRefetching: boolean;
55424
55424
  isStale: boolean;
55425
55425
  isEnabled: boolean;
55426
- refetch: (options?: _tanstack_query_core71.RefetchOptions) => Promise<_tanstack_query_core71.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55427
- fetchStatus: _tanstack_query_core71.FetchStatus;
55426
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55427
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55428
55428
  promise: Promise<bigint>;
55429
- queryKey: _tanstack_query_core71.QueryKey;
55429
+ queryKey: _tanstack_query_core0.QueryKey;
55430
55430
  data: Amount | undefined;
55431
55431
  };
55432
55432
  //#endregion
@@ -56412,7 +56412,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56412
56412
  reset: () => void;
56413
56413
  context: unknown;
56414
56414
  submittedAt: number;
56415
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56415
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
56416
56416
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56417
56417
  } | {
56418
56418
  error: null;
@@ -56425,12 +56425,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56425
56425
  failureReason: _wagmi_core0.WriteContractErrorType | null;
56426
56426
  isPaused: boolean;
56427
56427
  variables: {
56428
- abi: abitype35.Abi;
56428
+ abi: abitype17.Abi;
56429
56429
  functionName: string;
56430
56430
  args?: readonly unknown[] | undefined;
56431
56431
  address: Address;
56432
- chain?: viem0.Chain | null | undefined;
56433
- account?: `0x${string}` | viem0.Account | null | undefined;
56432
+ chain?: viem491.Chain | null | undefined;
56433
+ account?: `0x${string}` | viem491.Account | null | undefined;
56434
56434
  value?: bigint | undefined;
56435
56435
  dataSuffix?: `0x${string}` | undefined;
56436
56436
  type?: "legacy" | undefined;
@@ -56449,12 +56449,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56449
56449
  chainId?: number | undefined;
56450
56450
  connector?: wagmi0.Connector | undefined;
56451
56451
  } | {
56452
- abi: abitype35.Abi;
56452
+ abi: abitype17.Abi;
56453
56453
  functionName: string;
56454
56454
  args?: readonly unknown[] | undefined;
56455
56455
  address: Address;
56456
- chain?: viem0.Chain | null | undefined;
56457
- account?: `0x${string}` | viem0.Account | null | undefined;
56456
+ chain?: viem491.Chain | null | undefined;
56457
+ account?: `0x${string}` | viem491.Account | null | undefined;
56458
56458
  value?: bigint | undefined;
56459
56459
  dataSuffix?: `0x${string}` | undefined;
56460
56460
  type?: "eip2930" | undefined;
@@ -56467,18 +56467,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56467
56467
  maxFeePerBlobGas?: undefined | undefined;
56468
56468
  maxFeePerGas?: undefined | undefined;
56469
56469
  maxPriorityFeePerGas?: undefined | undefined;
56470
- accessList?: viem0.AccessList | undefined;
56470
+ accessList?: viem491.AccessList | undefined;
56471
56471
  sidecars?: undefined;
56472
56472
  authorizationList?: undefined;
56473
56473
  chainId?: number | undefined;
56474
56474
  connector?: wagmi0.Connector | undefined;
56475
56475
  } | {
56476
- abi: abitype35.Abi;
56476
+ abi: abitype17.Abi;
56477
56477
  functionName: string;
56478
56478
  args?: readonly unknown[] | undefined;
56479
56479
  address: Address;
56480
- chain?: viem0.Chain | null | undefined;
56481
- account?: `0x${string}` | viem0.Account | null | undefined;
56480
+ chain?: viem491.Chain | null | undefined;
56481
+ account?: `0x${string}` | viem491.Account | null | undefined;
56482
56482
  value?: bigint | undefined;
56483
56483
  dataSuffix?: `0x${string}` | undefined;
56484
56484
  type?: "eip1559" | undefined;
@@ -56491,66 +56491,66 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56491
56491
  maxFeePerBlobGas?: undefined | undefined;
56492
56492
  maxFeePerGas?: bigint | undefined;
56493
56493
  maxPriorityFeePerGas?: bigint | undefined;
56494
- accessList?: viem0.AccessList | undefined;
56494
+ accessList?: viem491.AccessList | undefined;
56495
56495
  sidecars?: undefined;
56496
56496
  authorizationList?: undefined;
56497
56497
  chainId?: number | undefined;
56498
56498
  connector?: wagmi0.Connector | undefined;
56499
56499
  } | {
56500
- abi: abitype35.Abi;
56500
+ abi: abitype17.Abi;
56501
56501
  functionName: string;
56502
56502
  args?: readonly unknown[] | undefined;
56503
56503
  address: Address;
56504
- chain?: viem0.Chain | null | undefined;
56505
- account?: `0x${string}` | viem0.Account | null | undefined;
56504
+ chain?: viem491.Chain | null | undefined;
56505
+ account?: `0x${string}` | viem491.Account | null | undefined;
56506
56506
  value?: bigint | undefined;
56507
56507
  dataSuffix?: `0x${string}` | undefined;
56508
56508
  type?: "eip4844" | undefined;
56509
56509
  gas?: bigint | undefined;
56510
56510
  nonce?: number | undefined;
56511
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
56512
- blobVersionedHashes: readonly viem0.Hex[];
56511
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
56512
+ blobVersionedHashes: readonly viem491.Hex[];
56513
56513
  kzg?: undefined;
56514
56514
  gasPrice?: undefined | undefined;
56515
56515
  maxFeePerBlobGas?: bigint | undefined;
56516
56516
  maxFeePerGas?: bigint | undefined;
56517
56517
  maxPriorityFeePerGas?: bigint | undefined;
56518
- accessList?: viem0.AccessList | undefined;
56519
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56518
+ accessList?: viem491.AccessList | undefined;
56519
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56520
56520
  authorizationList?: undefined;
56521
56521
  chainId?: number | undefined;
56522
56522
  connector?: wagmi0.Connector | undefined;
56523
56523
  } | {
56524
- abi: abitype35.Abi;
56524
+ abi: abitype17.Abi;
56525
56525
  functionName: string;
56526
56526
  args?: readonly unknown[] | undefined;
56527
56527
  address: Address;
56528
- chain?: viem0.Chain | null | undefined;
56529
- account?: `0x${string}` | viem0.Account | null | undefined;
56528
+ chain?: viem491.Chain | null | undefined;
56529
+ account?: `0x${string}` | viem491.Account | null | undefined;
56530
56530
  value?: bigint | undefined;
56531
56531
  dataSuffix?: `0x${string}` | undefined;
56532
56532
  type?: "eip4844" | undefined;
56533
56533
  gas?: bigint | undefined;
56534
56534
  nonce?: number | undefined;
56535
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
56535
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
56536
56536
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
56537
- kzg?: viem0.Kzg | undefined;
56537
+ kzg?: viem491.Kzg | undefined;
56538
56538
  gasPrice?: undefined | undefined;
56539
56539
  maxFeePerBlobGas?: bigint | undefined;
56540
56540
  maxFeePerGas?: bigint | undefined;
56541
56541
  maxPriorityFeePerGas?: bigint | undefined;
56542
- accessList?: viem0.AccessList | undefined;
56543
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56542
+ accessList?: viem491.AccessList | undefined;
56543
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56544
56544
  authorizationList?: undefined;
56545
56545
  chainId?: number | undefined;
56546
56546
  connector?: wagmi0.Connector | undefined;
56547
56547
  } | {
56548
- abi: abitype35.Abi;
56548
+ abi: abitype17.Abi;
56549
56549
  functionName: string;
56550
56550
  args?: readonly unknown[] | undefined;
56551
56551
  address: Address;
56552
- chain?: viem0.Chain | null | undefined;
56553
- account?: `0x${string}` | viem0.Account | null | undefined;
56552
+ chain?: viem491.Chain | null | undefined;
56553
+ account?: `0x${string}` | viem491.Account | null | undefined;
56554
56554
  value?: bigint | undefined;
56555
56555
  dataSuffix?: `0x${string}` | undefined;
56556
56556
  type?: "eip7702" | undefined;
@@ -56563,9 +56563,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56563
56563
  maxFeePerBlobGas?: undefined | undefined;
56564
56564
  maxFeePerGas?: bigint | undefined;
56565
56565
  maxPriorityFeePerGas?: bigint | undefined;
56566
- accessList?: viem0.AccessList | undefined;
56566
+ accessList?: viem491.AccessList | undefined;
56567
56567
  sidecars?: undefined;
56568
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
56568
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
56569
56569
  chainId?: number | undefined;
56570
56570
  connector?: wagmi0.Connector | undefined;
56571
56571
  };
@@ -56573,7 +56573,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56573
56573
  reset: () => void;
56574
56574
  context: unknown;
56575
56575
  submittedAt: number;
56576
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56576
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
56577
56577
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56578
56578
  } | {
56579
56579
  error: _wagmi_core0.WriteContractErrorType;
@@ -56586,12 +56586,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56586
56586
  failureReason: _wagmi_core0.WriteContractErrorType | null;
56587
56587
  isPaused: boolean;
56588
56588
  variables: {
56589
- abi: abitype35.Abi;
56589
+ abi: abitype17.Abi;
56590
56590
  functionName: string;
56591
56591
  args?: readonly unknown[] | undefined;
56592
56592
  address: Address;
56593
- chain?: viem0.Chain | null | undefined;
56594
- account?: `0x${string}` | viem0.Account | null | undefined;
56593
+ chain?: viem491.Chain | null | undefined;
56594
+ account?: `0x${string}` | viem491.Account | null | undefined;
56595
56595
  value?: bigint | undefined;
56596
56596
  dataSuffix?: `0x${string}` | undefined;
56597
56597
  type?: "legacy" | undefined;
@@ -56610,12 +56610,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56610
56610
  chainId?: number | undefined;
56611
56611
  connector?: wagmi0.Connector | undefined;
56612
56612
  } | {
56613
- abi: abitype35.Abi;
56613
+ abi: abitype17.Abi;
56614
56614
  functionName: string;
56615
56615
  args?: readonly unknown[] | undefined;
56616
56616
  address: Address;
56617
- chain?: viem0.Chain | null | undefined;
56618
- account?: `0x${string}` | viem0.Account | null | undefined;
56617
+ chain?: viem491.Chain | null | undefined;
56618
+ account?: `0x${string}` | viem491.Account | null | undefined;
56619
56619
  value?: bigint | undefined;
56620
56620
  dataSuffix?: `0x${string}` | undefined;
56621
56621
  type?: "eip2930" | undefined;
@@ -56628,18 +56628,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56628
56628
  maxFeePerBlobGas?: undefined | undefined;
56629
56629
  maxFeePerGas?: undefined | undefined;
56630
56630
  maxPriorityFeePerGas?: undefined | undefined;
56631
- accessList?: viem0.AccessList | undefined;
56631
+ accessList?: viem491.AccessList | undefined;
56632
56632
  sidecars?: undefined;
56633
56633
  authorizationList?: undefined;
56634
56634
  chainId?: number | undefined;
56635
56635
  connector?: wagmi0.Connector | undefined;
56636
56636
  } | {
56637
- abi: abitype35.Abi;
56637
+ abi: abitype17.Abi;
56638
56638
  functionName: string;
56639
56639
  args?: readonly unknown[] | undefined;
56640
56640
  address: Address;
56641
- chain?: viem0.Chain | null | undefined;
56642
- account?: `0x${string}` | viem0.Account | null | undefined;
56641
+ chain?: viem491.Chain | null | undefined;
56642
+ account?: `0x${string}` | viem491.Account | null | undefined;
56643
56643
  value?: bigint | undefined;
56644
56644
  dataSuffix?: `0x${string}` | undefined;
56645
56645
  type?: "eip1559" | undefined;
@@ -56652,66 +56652,66 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56652
56652
  maxFeePerBlobGas?: undefined | undefined;
56653
56653
  maxFeePerGas?: bigint | undefined;
56654
56654
  maxPriorityFeePerGas?: bigint | undefined;
56655
- accessList?: viem0.AccessList | undefined;
56655
+ accessList?: viem491.AccessList | undefined;
56656
56656
  sidecars?: undefined;
56657
56657
  authorizationList?: undefined;
56658
56658
  chainId?: number | undefined;
56659
56659
  connector?: wagmi0.Connector | undefined;
56660
56660
  } | {
56661
- abi: abitype35.Abi;
56661
+ abi: abitype17.Abi;
56662
56662
  functionName: string;
56663
56663
  args?: readonly unknown[] | undefined;
56664
56664
  address: Address;
56665
- chain?: viem0.Chain | null | undefined;
56666
- account?: `0x${string}` | viem0.Account | null | undefined;
56665
+ chain?: viem491.Chain | null | undefined;
56666
+ account?: `0x${string}` | viem491.Account | null | undefined;
56667
56667
  value?: bigint | undefined;
56668
56668
  dataSuffix?: `0x${string}` | undefined;
56669
56669
  type?: "eip4844" | undefined;
56670
56670
  gas?: bigint | undefined;
56671
56671
  nonce?: number | undefined;
56672
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
56673
- blobVersionedHashes: readonly viem0.Hex[];
56672
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
56673
+ blobVersionedHashes: readonly viem491.Hex[];
56674
56674
  kzg?: undefined;
56675
56675
  gasPrice?: undefined | undefined;
56676
56676
  maxFeePerBlobGas?: bigint | undefined;
56677
56677
  maxFeePerGas?: bigint | undefined;
56678
56678
  maxPriorityFeePerGas?: bigint | undefined;
56679
- accessList?: viem0.AccessList | undefined;
56680
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56679
+ accessList?: viem491.AccessList | undefined;
56680
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56681
56681
  authorizationList?: undefined;
56682
56682
  chainId?: number | undefined;
56683
56683
  connector?: wagmi0.Connector | undefined;
56684
56684
  } | {
56685
- abi: abitype35.Abi;
56685
+ abi: abitype17.Abi;
56686
56686
  functionName: string;
56687
56687
  args?: readonly unknown[] | undefined;
56688
56688
  address: Address;
56689
- chain?: viem0.Chain | null | undefined;
56690
- account?: `0x${string}` | viem0.Account | null | undefined;
56689
+ chain?: viem491.Chain | null | undefined;
56690
+ account?: `0x${string}` | viem491.Account | null | undefined;
56691
56691
  value?: bigint | undefined;
56692
56692
  dataSuffix?: `0x${string}` | undefined;
56693
56693
  type?: "eip4844" | undefined;
56694
56694
  gas?: bigint | undefined;
56695
56695
  nonce?: number | undefined;
56696
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
56696
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
56697
56697
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
56698
- kzg?: viem0.Kzg | undefined;
56698
+ kzg?: viem491.Kzg | undefined;
56699
56699
  gasPrice?: undefined | undefined;
56700
56700
  maxFeePerBlobGas?: bigint | undefined;
56701
56701
  maxFeePerGas?: bigint | undefined;
56702
56702
  maxPriorityFeePerGas?: bigint | undefined;
56703
- accessList?: viem0.AccessList | undefined;
56704
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56703
+ accessList?: viem491.AccessList | undefined;
56704
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56705
56705
  authorizationList?: undefined;
56706
56706
  chainId?: number | undefined;
56707
56707
  connector?: wagmi0.Connector | undefined;
56708
56708
  } | {
56709
- abi: abitype35.Abi;
56709
+ abi: abitype17.Abi;
56710
56710
  functionName: string;
56711
56711
  args?: readonly unknown[] | undefined;
56712
56712
  address: Address;
56713
- chain?: viem0.Chain | null | undefined;
56714
- account?: `0x${string}` | viem0.Account | null | undefined;
56713
+ chain?: viem491.Chain | null | undefined;
56714
+ account?: `0x${string}` | viem491.Account | null | undefined;
56715
56715
  value?: bigint | undefined;
56716
56716
  dataSuffix?: `0x${string}` | undefined;
56717
56717
  type?: "eip7702" | undefined;
@@ -56724,9 +56724,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56724
56724
  maxFeePerBlobGas?: undefined | undefined;
56725
56725
  maxFeePerGas?: bigint | undefined;
56726
56726
  maxPriorityFeePerGas?: bigint | undefined;
56727
- accessList?: viem0.AccessList | undefined;
56727
+ accessList?: viem491.AccessList | undefined;
56728
56728
  sidecars?: undefined;
56729
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
56729
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
56730
56730
  chainId?: number | undefined;
56731
56731
  connector?: wagmi0.Connector | undefined;
56732
56732
  };
@@ -56734,7 +56734,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56734
56734
  reset: () => void;
56735
56735
  context: unknown;
56736
56736
  submittedAt: number;
56737
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56737
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
56738
56738
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56739
56739
  } | {
56740
56740
  error: null;
@@ -56747,12 +56747,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56747
56747
  failureReason: _wagmi_core0.WriteContractErrorType | null;
56748
56748
  isPaused: boolean;
56749
56749
  variables: {
56750
- abi: abitype35.Abi;
56750
+ abi: abitype17.Abi;
56751
56751
  functionName: string;
56752
56752
  args?: readonly unknown[] | undefined;
56753
56753
  address: Address;
56754
- chain?: viem0.Chain | null | undefined;
56755
- account?: `0x${string}` | viem0.Account | null | undefined;
56754
+ chain?: viem491.Chain | null | undefined;
56755
+ account?: `0x${string}` | viem491.Account | null | undefined;
56756
56756
  value?: bigint | undefined;
56757
56757
  dataSuffix?: `0x${string}` | undefined;
56758
56758
  type?: "legacy" | undefined;
@@ -56771,12 +56771,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56771
56771
  chainId?: number | undefined;
56772
56772
  connector?: wagmi0.Connector | undefined;
56773
56773
  } | {
56774
- abi: abitype35.Abi;
56774
+ abi: abitype17.Abi;
56775
56775
  functionName: string;
56776
56776
  args?: readonly unknown[] | undefined;
56777
56777
  address: Address;
56778
- chain?: viem0.Chain | null | undefined;
56779
- account?: `0x${string}` | viem0.Account | null | undefined;
56778
+ chain?: viem491.Chain | null | undefined;
56779
+ account?: `0x${string}` | viem491.Account | null | undefined;
56780
56780
  value?: bigint | undefined;
56781
56781
  dataSuffix?: `0x${string}` | undefined;
56782
56782
  type?: "eip2930" | undefined;
@@ -56789,18 +56789,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56789
56789
  maxFeePerBlobGas?: undefined | undefined;
56790
56790
  maxFeePerGas?: undefined | undefined;
56791
56791
  maxPriorityFeePerGas?: undefined | undefined;
56792
- accessList?: viem0.AccessList | undefined;
56792
+ accessList?: viem491.AccessList | undefined;
56793
56793
  sidecars?: undefined;
56794
56794
  authorizationList?: undefined;
56795
56795
  chainId?: number | undefined;
56796
56796
  connector?: wagmi0.Connector | undefined;
56797
56797
  } | {
56798
- abi: abitype35.Abi;
56798
+ abi: abitype17.Abi;
56799
56799
  functionName: string;
56800
56800
  args?: readonly unknown[] | undefined;
56801
56801
  address: Address;
56802
- chain?: viem0.Chain | null | undefined;
56803
- account?: `0x${string}` | viem0.Account | null | undefined;
56802
+ chain?: viem491.Chain | null | undefined;
56803
+ account?: `0x${string}` | viem491.Account | null | undefined;
56804
56804
  value?: bigint | undefined;
56805
56805
  dataSuffix?: `0x${string}` | undefined;
56806
56806
  type?: "eip1559" | undefined;
@@ -56813,66 +56813,66 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56813
56813
  maxFeePerBlobGas?: undefined | undefined;
56814
56814
  maxFeePerGas?: bigint | undefined;
56815
56815
  maxPriorityFeePerGas?: bigint | undefined;
56816
- accessList?: viem0.AccessList | undefined;
56816
+ accessList?: viem491.AccessList | undefined;
56817
56817
  sidecars?: undefined;
56818
56818
  authorizationList?: undefined;
56819
56819
  chainId?: number | undefined;
56820
56820
  connector?: wagmi0.Connector | undefined;
56821
56821
  } | {
56822
- abi: abitype35.Abi;
56822
+ abi: abitype17.Abi;
56823
56823
  functionName: string;
56824
56824
  args?: readonly unknown[] | undefined;
56825
56825
  address: Address;
56826
- chain?: viem0.Chain | null | undefined;
56827
- account?: `0x${string}` | viem0.Account | null | undefined;
56826
+ chain?: viem491.Chain | null | undefined;
56827
+ account?: `0x${string}` | viem491.Account | null | undefined;
56828
56828
  value?: bigint | undefined;
56829
56829
  dataSuffix?: `0x${string}` | undefined;
56830
56830
  type?: "eip4844" | undefined;
56831
56831
  gas?: bigint | undefined;
56832
56832
  nonce?: number | undefined;
56833
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
56834
- blobVersionedHashes: readonly viem0.Hex[];
56833
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
56834
+ blobVersionedHashes: readonly viem491.Hex[];
56835
56835
  kzg?: undefined;
56836
56836
  gasPrice?: undefined | undefined;
56837
56837
  maxFeePerBlobGas?: bigint | undefined;
56838
56838
  maxFeePerGas?: bigint | undefined;
56839
56839
  maxPriorityFeePerGas?: bigint | undefined;
56840
- accessList?: viem0.AccessList | undefined;
56841
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56840
+ accessList?: viem491.AccessList | undefined;
56841
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56842
56842
  authorizationList?: undefined;
56843
56843
  chainId?: number | undefined;
56844
56844
  connector?: wagmi0.Connector | undefined;
56845
56845
  } | {
56846
- abi: abitype35.Abi;
56846
+ abi: abitype17.Abi;
56847
56847
  functionName: string;
56848
56848
  args?: readonly unknown[] | undefined;
56849
56849
  address: Address;
56850
- chain?: viem0.Chain | null | undefined;
56851
- account?: `0x${string}` | viem0.Account | null | undefined;
56850
+ chain?: viem491.Chain | null | undefined;
56851
+ account?: `0x${string}` | viem491.Account | null | undefined;
56852
56852
  value?: bigint | undefined;
56853
56853
  dataSuffix?: `0x${string}` | undefined;
56854
56854
  type?: "eip4844" | undefined;
56855
56855
  gas?: bigint | undefined;
56856
56856
  nonce?: number | undefined;
56857
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
56857
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
56858
56858
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
56859
- kzg?: viem0.Kzg | undefined;
56859
+ kzg?: viem491.Kzg | undefined;
56860
56860
  gasPrice?: undefined | undefined;
56861
56861
  maxFeePerBlobGas?: bigint | undefined;
56862
56862
  maxFeePerGas?: bigint | undefined;
56863
56863
  maxPriorityFeePerGas?: bigint | undefined;
56864
- accessList?: viem0.AccessList | undefined;
56865
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56864
+ accessList?: viem491.AccessList | undefined;
56865
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56866
56866
  authorizationList?: undefined;
56867
56867
  chainId?: number | undefined;
56868
56868
  connector?: wagmi0.Connector | undefined;
56869
56869
  } | {
56870
- abi: abitype35.Abi;
56870
+ abi: abitype17.Abi;
56871
56871
  functionName: string;
56872
56872
  args?: readonly unknown[] | undefined;
56873
56873
  address: Address;
56874
- chain?: viem0.Chain | null | undefined;
56875
- account?: `0x${string}` | viem0.Account | null | undefined;
56874
+ chain?: viem491.Chain | null | undefined;
56875
+ account?: `0x${string}` | viem491.Account | null | undefined;
56876
56876
  value?: bigint | undefined;
56877
56877
  dataSuffix?: `0x${string}` | undefined;
56878
56878
  type?: "eip7702" | undefined;
@@ -56885,9 +56885,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56885
56885
  maxFeePerBlobGas?: undefined | undefined;
56886
56886
  maxFeePerGas?: bigint | undefined;
56887
56887
  maxPriorityFeePerGas?: bigint | undefined;
56888
- accessList?: viem0.AccessList | undefined;
56888
+ accessList?: viem491.AccessList | undefined;
56889
56889
  sidecars?: undefined;
56890
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
56890
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
56891
56891
  chainId?: number | undefined;
56892
56892
  connector?: wagmi0.Connector | undefined;
56893
56893
  };
@@ -56895,7 +56895,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56895
56895
  reset: () => void;
56896
56896
  context: unknown;
56897
56897
  submittedAt: number;
56898
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56898
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
56899
56899
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56900
56900
  };
56901
56901
  //#endregion
@@ -56915,7 +56915,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56915
56915
  reset: () => void;
56916
56916
  context: unknown;
56917
56917
  submittedAt: number;
56918
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56918
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
56919
56919
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
56920
56920
  } | {
56921
56921
  error: null;
@@ -56928,12 +56928,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56928
56928
  failureReason: _wagmi_core0.WriteContractErrorType | null;
56929
56929
  isPaused: boolean;
56930
56930
  variables: {
56931
- abi: abitype35.Abi;
56931
+ abi: abitype17.Abi;
56932
56932
  functionName: string;
56933
56933
  args?: readonly unknown[] | undefined;
56934
56934
  address: Address;
56935
- chain?: viem0.Chain | null | undefined;
56936
- account?: `0x${string}` | viem0.Account | null | undefined;
56935
+ chain?: viem491.Chain | null | undefined;
56936
+ account?: `0x${string}` | viem491.Account | null | undefined;
56937
56937
  value?: bigint | undefined;
56938
56938
  dataSuffix?: `0x${string}` | undefined;
56939
56939
  type?: "legacy" | undefined;
@@ -56952,12 +56952,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56952
56952
  chainId?: number | undefined;
56953
56953
  connector?: wagmi0.Connector | undefined;
56954
56954
  } | {
56955
- abi: abitype35.Abi;
56955
+ abi: abitype17.Abi;
56956
56956
  functionName: string;
56957
56957
  args?: readonly unknown[] | undefined;
56958
56958
  address: Address;
56959
- chain?: viem0.Chain | null | undefined;
56960
- account?: `0x${string}` | viem0.Account | null | undefined;
56959
+ chain?: viem491.Chain | null | undefined;
56960
+ account?: `0x${string}` | viem491.Account | null | undefined;
56961
56961
  value?: bigint | undefined;
56962
56962
  dataSuffix?: `0x${string}` | undefined;
56963
56963
  type?: "eip2930" | undefined;
@@ -56970,18 +56970,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56970
56970
  maxFeePerBlobGas?: undefined | undefined;
56971
56971
  maxFeePerGas?: undefined | undefined;
56972
56972
  maxPriorityFeePerGas?: undefined | undefined;
56973
- accessList?: viem0.AccessList | undefined;
56973
+ accessList?: viem491.AccessList | undefined;
56974
56974
  sidecars?: undefined;
56975
56975
  authorizationList?: undefined;
56976
56976
  chainId?: number | undefined;
56977
56977
  connector?: wagmi0.Connector | undefined;
56978
56978
  } | {
56979
- abi: abitype35.Abi;
56979
+ abi: abitype17.Abi;
56980
56980
  functionName: string;
56981
56981
  args?: readonly unknown[] | undefined;
56982
56982
  address: Address;
56983
- chain?: viem0.Chain | null | undefined;
56984
- account?: `0x${string}` | viem0.Account | null | undefined;
56983
+ chain?: viem491.Chain | null | undefined;
56984
+ account?: `0x${string}` | viem491.Account | null | undefined;
56985
56985
  value?: bigint | undefined;
56986
56986
  dataSuffix?: `0x${string}` | undefined;
56987
56987
  type?: "eip1559" | undefined;
@@ -56994,66 +56994,66 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56994
56994
  maxFeePerBlobGas?: undefined | undefined;
56995
56995
  maxFeePerGas?: bigint | undefined;
56996
56996
  maxPriorityFeePerGas?: bigint | undefined;
56997
- accessList?: viem0.AccessList | undefined;
56997
+ accessList?: viem491.AccessList | undefined;
56998
56998
  sidecars?: undefined;
56999
56999
  authorizationList?: undefined;
57000
57000
  chainId?: number | undefined;
57001
57001
  connector?: wagmi0.Connector | undefined;
57002
57002
  } | {
57003
- abi: abitype35.Abi;
57003
+ abi: abitype17.Abi;
57004
57004
  functionName: string;
57005
57005
  args?: readonly unknown[] | undefined;
57006
57006
  address: Address;
57007
- chain?: viem0.Chain | null | undefined;
57008
- account?: `0x${string}` | viem0.Account | null | undefined;
57007
+ chain?: viem491.Chain | null | undefined;
57008
+ account?: `0x${string}` | viem491.Account | null | undefined;
57009
57009
  value?: bigint | undefined;
57010
57010
  dataSuffix?: `0x${string}` | undefined;
57011
57011
  type?: "eip4844" | undefined;
57012
57012
  gas?: bigint | undefined;
57013
57013
  nonce?: number | undefined;
57014
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57015
- blobVersionedHashes: readonly viem0.Hex[];
57014
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57015
+ blobVersionedHashes: readonly viem491.Hex[];
57016
57016
  kzg?: undefined;
57017
57017
  gasPrice?: undefined | undefined;
57018
57018
  maxFeePerBlobGas?: bigint | undefined;
57019
57019
  maxFeePerGas?: bigint | undefined;
57020
57020
  maxPriorityFeePerGas?: bigint | undefined;
57021
- accessList?: viem0.AccessList | undefined;
57022
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57021
+ accessList?: viem491.AccessList | undefined;
57022
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57023
57023
  authorizationList?: undefined;
57024
57024
  chainId?: number | undefined;
57025
57025
  connector?: wagmi0.Connector | undefined;
57026
57026
  } | {
57027
- abi: abitype35.Abi;
57027
+ abi: abitype17.Abi;
57028
57028
  functionName: string;
57029
57029
  args?: readonly unknown[] | undefined;
57030
57030
  address: Address;
57031
- chain?: viem0.Chain | null | undefined;
57032
- account?: `0x${string}` | viem0.Account | null | undefined;
57031
+ chain?: viem491.Chain | null | undefined;
57032
+ account?: `0x${string}` | viem491.Account | null | undefined;
57033
57033
  value?: bigint | undefined;
57034
57034
  dataSuffix?: `0x${string}` | undefined;
57035
57035
  type?: "eip4844" | undefined;
57036
57036
  gas?: bigint | undefined;
57037
57037
  nonce?: number | undefined;
57038
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57038
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57039
57039
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57040
- kzg?: viem0.Kzg | undefined;
57040
+ kzg?: viem491.Kzg | undefined;
57041
57041
  gasPrice?: undefined | undefined;
57042
57042
  maxFeePerBlobGas?: bigint | undefined;
57043
57043
  maxFeePerGas?: bigint | undefined;
57044
57044
  maxPriorityFeePerGas?: bigint | undefined;
57045
- accessList?: viem0.AccessList | undefined;
57046
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57045
+ accessList?: viem491.AccessList | undefined;
57046
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57047
57047
  authorizationList?: undefined;
57048
57048
  chainId?: number | undefined;
57049
57049
  connector?: wagmi0.Connector | undefined;
57050
57050
  } | {
57051
- abi: abitype35.Abi;
57051
+ abi: abitype17.Abi;
57052
57052
  functionName: string;
57053
57053
  args?: readonly unknown[] | undefined;
57054
57054
  address: Address;
57055
- chain?: viem0.Chain | null | undefined;
57056
- account?: `0x${string}` | viem0.Account | null | undefined;
57055
+ chain?: viem491.Chain | null | undefined;
57056
+ account?: `0x${string}` | viem491.Account | null | undefined;
57057
57057
  value?: bigint | undefined;
57058
57058
  dataSuffix?: `0x${string}` | undefined;
57059
57059
  type?: "eip7702" | undefined;
@@ -57066,9 +57066,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57066
57066
  maxFeePerBlobGas?: undefined | undefined;
57067
57067
  maxFeePerGas?: bigint | undefined;
57068
57068
  maxPriorityFeePerGas?: bigint | undefined;
57069
- accessList?: viem0.AccessList | undefined;
57069
+ accessList?: viem491.AccessList | undefined;
57070
57070
  sidecars?: undefined;
57071
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57071
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57072
57072
  chainId?: number | undefined;
57073
57073
  connector?: wagmi0.Connector | undefined;
57074
57074
  };
@@ -57076,7 +57076,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57076
57076
  reset: () => void;
57077
57077
  context: unknown;
57078
57078
  submittedAt: number;
57079
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57079
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
57080
57080
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
57081
57081
  } | {
57082
57082
  error: _wagmi_core0.WriteContractErrorType;
@@ -57089,12 +57089,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57089
57089
  failureReason: _wagmi_core0.WriteContractErrorType | null;
57090
57090
  isPaused: boolean;
57091
57091
  variables: {
57092
- abi: abitype35.Abi;
57092
+ abi: abitype17.Abi;
57093
57093
  functionName: string;
57094
57094
  args?: readonly unknown[] | undefined;
57095
57095
  address: Address;
57096
- chain?: viem0.Chain | null | undefined;
57097
- account?: `0x${string}` | viem0.Account | null | undefined;
57096
+ chain?: viem491.Chain | null | undefined;
57097
+ account?: `0x${string}` | viem491.Account | null | undefined;
57098
57098
  value?: bigint | undefined;
57099
57099
  dataSuffix?: `0x${string}` | undefined;
57100
57100
  type?: "legacy" | undefined;
@@ -57113,12 +57113,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57113
57113
  chainId?: number | undefined;
57114
57114
  connector?: wagmi0.Connector | undefined;
57115
57115
  } | {
57116
- abi: abitype35.Abi;
57116
+ abi: abitype17.Abi;
57117
57117
  functionName: string;
57118
57118
  args?: readonly unknown[] | undefined;
57119
57119
  address: Address;
57120
- chain?: viem0.Chain | null | undefined;
57121
- account?: `0x${string}` | viem0.Account | null | undefined;
57120
+ chain?: viem491.Chain | null | undefined;
57121
+ account?: `0x${string}` | viem491.Account | null | undefined;
57122
57122
  value?: bigint | undefined;
57123
57123
  dataSuffix?: `0x${string}` | undefined;
57124
57124
  type?: "eip2930" | undefined;
@@ -57131,18 +57131,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57131
57131
  maxFeePerBlobGas?: undefined | undefined;
57132
57132
  maxFeePerGas?: undefined | undefined;
57133
57133
  maxPriorityFeePerGas?: undefined | undefined;
57134
- accessList?: viem0.AccessList | undefined;
57134
+ accessList?: viem491.AccessList | undefined;
57135
57135
  sidecars?: undefined;
57136
57136
  authorizationList?: undefined;
57137
57137
  chainId?: number | undefined;
57138
57138
  connector?: wagmi0.Connector | undefined;
57139
57139
  } | {
57140
- abi: abitype35.Abi;
57140
+ abi: abitype17.Abi;
57141
57141
  functionName: string;
57142
57142
  args?: readonly unknown[] | undefined;
57143
57143
  address: Address;
57144
- chain?: viem0.Chain | null | undefined;
57145
- account?: `0x${string}` | viem0.Account | null | undefined;
57144
+ chain?: viem491.Chain | null | undefined;
57145
+ account?: `0x${string}` | viem491.Account | null | undefined;
57146
57146
  value?: bigint | undefined;
57147
57147
  dataSuffix?: `0x${string}` | undefined;
57148
57148
  type?: "eip1559" | undefined;
@@ -57155,66 +57155,66 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57155
57155
  maxFeePerBlobGas?: undefined | undefined;
57156
57156
  maxFeePerGas?: bigint | undefined;
57157
57157
  maxPriorityFeePerGas?: bigint | undefined;
57158
- accessList?: viem0.AccessList | undefined;
57158
+ accessList?: viem491.AccessList | undefined;
57159
57159
  sidecars?: undefined;
57160
57160
  authorizationList?: undefined;
57161
57161
  chainId?: number | undefined;
57162
57162
  connector?: wagmi0.Connector | undefined;
57163
57163
  } | {
57164
- abi: abitype35.Abi;
57164
+ abi: abitype17.Abi;
57165
57165
  functionName: string;
57166
57166
  args?: readonly unknown[] | undefined;
57167
57167
  address: Address;
57168
- chain?: viem0.Chain | null | undefined;
57169
- account?: `0x${string}` | viem0.Account | null | undefined;
57168
+ chain?: viem491.Chain | null | undefined;
57169
+ account?: `0x${string}` | viem491.Account | null | undefined;
57170
57170
  value?: bigint | undefined;
57171
57171
  dataSuffix?: `0x${string}` | undefined;
57172
57172
  type?: "eip4844" | undefined;
57173
57173
  gas?: bigint | undefined;
57174
57174
  nonce?: number | undefined;
57175
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57176
- blobVersionedHashes: readonly viem0.Hex[];
57175
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57176
+ blobVersionedHashes: readonly viem491.Hex[];
57177
57177
  kzg?: undefined;
57178
57178
  gasPrice?: undefined | undefined;
57179
57179
  maxFeePerBlobGas?: bigint | undefined;
57180
57180
  maxFeePerGas?: bigint | undefined;
57181
57181
  maxPriorityFeePerGas?: bigint | undefined;
57182
- accessList?: viem0.AccessList | undefined;
57183
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57182
+ accessList?: viem491.AccessList | undefined;
57183
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57184
57184
  authorizationList?: undefined;
57185
57185
  chainId?: number | undefined;
57186
57186
  connector?: wagmi0.Connector | undefined;
57187
57187
  } | {
57188
- abi: abitype35.Abi;
57188
+ abi: abitype17.Abi;
57189
57189
  functionName: string;
57190
57190
  args?: readonly unknown[] | undefined;
57191
57191
  address: Address;
57192
- chain?: viem0.Chain | null | undefined;
57193
- account?: `0x${string}` | viem0.Account | null | undefined;
57192
+ chain?: viem491.Chain | null | undefined;
57193
+ account?: `0x${string}` | viem491.Account | null | undefined;
57194
57194
  value?: bigint | undefined;
57195
57195
  dataSuffix?: `0x${string}` | undefined;
57196
57196
  type?: "eip4844" | undefined;
57197
57197
  gas?: bigint | undefined;
57198
57198
  nonce?: number | undefined;
57199
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57199
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57200
57200
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57201
- kzg?: viem0.Kzg | undefined;
57201
+ kzg?: viem491.Kzg | undefined;
57202
57202
  gasPrice?: undefined | undefined;
57203
57203
  maxFeePerBlobGas?: bigint | undefined;
57204
57204
  maxFeePerGas?: bigint | undefined;
57205
57205
  maxPriorityFeePerGas?: bigint | undefined;
57206
- accessList?: viem0.AccessList | undefined;
57207
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57206
+ accessList?: viem491.AccessList | undefined;
57207
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57208
57208
  authorizationList?: undefined;
57209
57209
  chainId?: number | undefined;
57210
57210
  connector?: wagmi0.Connector | undefined;
57211
57211
  } | {
57212
- abi: abitype35.Abi;
57212
+ abi: abitype17.Abi;
57213
57213
  functionName: string;
57214
57214
  args?: readonly unknown[] | undefined;
57215
57215
  address: Address;
57216
- chain?: viem0.Chain | null | undefined;
57217
- account?: `0x${string}` | viem0.Account | null | undefined;
57216
+ chain?: viem491.Chain | null | undefined;
57217
+ account?: `0x${string}` | viem491.Account | null | undefined;
57218
57218
  value?: bigint | undefined;
57219
57219
  dataSuffix?: `0x${string}` | undefined;
57220
57220
  type?: "eip7702" | undefined;
@@ -57227,9 +57227,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57227
57227
  maxFeePerBlobGas?: undefined | undefined;
57228
57228
  maxFeePerGas?: bigint | undefined;
57229
57229
  maxPriorityFeePerGas?: bigint | undefined;
57230
- accessList?: viem0.AccessList | undefined;
57230
+ accessList?: viem491.AccessList | undefined;
57231
57231
  sidecars?: undefined;
57232
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57232
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57233
57233
  chainId?: number | undefined;
57234
57234
  connector?: wagmi0.Connector | undefined;
57235
57235
  };
@@ -57237,7 +57237,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57237
57237
  reset: () => void;
57238
57238
  context: unknown;
57239
57239
  submittedAt: number;
57240
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57240
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
57241
57241
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
57242
57242
  } | {
57243
57243
  error: null;
@@ -57250,12 +57250,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57250
57250
  failureReason: _wagmi_core0.WriteContractErrorType | null;
57251
57251
  isPaused: boolean;
57252
57252
  variables: {
57253
- abi: abitype35.Abi;
57253
+ abi: abitype17.Abi;
57254
57254
  functionName: string;
57255
57255
  args?: readonly unknown[] | undefined;
57256
57256
  address: Address;
57257
- chain?: viem0.Chain | null | undefined;
57258
- account?: `0x${string}` | viem0.Account | null | undefined;
57257
+ chain?: viem491.Chain | null | undefined;
57258
+ account?: `0x${string}` | viem491.Account | null | undefined;
57259
57259
  value?: bigint | undefined;
57260
57260
  dataSuffix?: `0x${string}` | undefined;
57261
57261
  type?: "legacy" | undefined;
@@ -57274,12 +57274,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57274
57274
  chainId?: number | undefined;
57275
57275
  connector?: wagmi0.Connector | undefined;
57276
57276
  } | {
57277
- abi: abitype35.Abi;
57277
+ abi: abitype17.Abi;
57278
57278
  functionName: string;
57279
57279
  args?: readonly unknown[] | undefined;
57280
57280
  address: Address;
57281
- chain?: viem0.Chain | null | undefined;
57282
- account?: `0x${string}` | viem0.Account | null | undefined;
57281
+ chain?: viem491.Chain | null | undefined;
57282
+ account?: `0x${string}` | viem491.Account | null | undefined;
57283
57283
  value?: bigint | undefined;
57284
57284
  dataSuffix?: `0x${string}` | undefined;
57285
57285
  type?: "eip2930" | undefined;
@@ -57292,18 +57292,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57292
57292
  maxFeePerBlobGas?: undefined | undefined;
57293
57293
  maxFeePerGas?: undefined | undefined;
57294
57294
  maxPriorityFeePerGas?: undefined | undefined;
57295
- accessList?: viem0.AccessList | undefined;
57295
+ accessList?: viem491.AccessList | undefined;
57296
57296
  sidecars?: undefined;
57297
57297
  authorizationList?: undefined;
57298
57298
  chainId?: number | undefined;
57299
57299
  connector?: wagmi0.Connector | undefined;
57300
57300
  } | {
57301
- abi: abitype35.Abi;
57301
+ abi: abitype17.Abi;
57302
57302
  functionName: string;
57303
57303
  args?: readonly unknown[] | undefined;
57304
57304
  address: Address;
57305
- chain?: viem0.Chain | null | undefined;
57306
- account?: `0x${string}` | viem0.Account | null | undefined;
57305
+ chain?: viem491.Chain | null | undefined;
57306
+ account?: `0x${string}` | viem491.Account | null | undefined;
57307
57307
  value?: bigint | undefined;
57308
57308
  dataSuffix?: `0x${string}` | undefined;
57309
57309
  type?: "eip1559" | undefined;
@@ -57316,66 +57316,66 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57316
57316
  maxFeePerBlobGas?: undefined | undefined;
57317
57317
  maxFeePerGas?: bigint | undefined;
57318
57318
  maxPriorityFeePerGas?: bigint | undefined;
57319
- accessList?: viem0.AccessList | undefined;
57319
+ accessList?: viem491.AccessList | undefined;
57320
57320
  sidecars?: undefined;
57321
57321
  authorizationList?: undefined;
57322
57322
  chainId?: number | undefined;
57323
57323
  connector?: wagmi0.Connector | undefined;
57324
57324
  } | {
57325
- abi: abitype35.Abi;
57325
+ abi: abitype17.Abi;
57326
57326
  functionName: string;
57327
57327
  args?: readonly unknown[] | undefined;
57328
57328
  address: Address;
57329
- chain?: viem0.Chain | null | undefined;
57330
- account?: `0x${string}` | viem0.Account | null | undefined;
57329
+ chain?: viem491.Chain | null | undefined;
57330
+ account?: `0x${string}` | viem491.Account | null | undefined;
57331
57331
  value?: bigint | undefined;
57332
57332
  dataSuffix?: `0x${string}` | undefined;
57333
57333
  type?: "eip4844" | undefined;
57334
57334
  gas?: bigint | undefined;
57335
57335
  nonce?: number | undefined;
57336
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57337
- blobVersionedHashes: readonly viem0.Hex[];
57336
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57337
+ blobVersionedHashes: readonly viem491.Hex[];
57338
57338
  kzg?: undefined;
57339
57339
  gasPrice?: undefined | undefined;
57340
57340
  maxFeePerBlobGas?: bigint | undefined;
57341
57341
  maxFeePerGas?: bigint | undefined;
57342
57342
  maxPriorityFeePerGas?: bigint | undefined;
57343
- accessList?: viem0.AccessList | undefined;
57344
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57343
+ accessList?: viem491.AccessList | undefined;
57344
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57345
57345
  authorizationList?: undefined;
57346
57346
  chainId?: number | undefined;
57347
57347
  connector?: wagmi0.Connector | undefined;
57348
57348
  } | {
57349
- abi: abitype35.Abi;
57349
+ abi: abitype17.Abi;
57350
57350
  functionName: string;
57351
57351
  args?: readonly unknown[] | undefined;
57352
57352
  address: Address;
57353
- chain?: viem0.Chain | null | undefined;
57354
- account?: `0x${string}` | viem0.Account | null | undefined;
57353
+ chain?: viem491.Chain | null | undefined;
57354
+ account?: `0x${string}` | viem491.Account | null | undefined;
57355
57355
  value?: bigint | undefined;
57356
57356
  dataSuffix?: `0x${string}` | undefined;
57357
57357
  type?: "eip4844" | undefined;
57358
57358
  gas?: bigint | undefined;
57359
57359
  nonce?: number | undefined;
57360
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57360
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57361
57361
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57362
- kzg?: viem0.Kzg | undefined;
57362
+ kzg?: viem491.Kzg | undefined;
57363
57363
  gasPrice?: undefined | undefined;
57364
57364
  maxFeePerBlobGas?: bigint | undefined;
57365
57365
  maxFeePerGas?: bigint | undefined;
57366
57366
  maxPriorityFeePerGas?: bigint | undefined;
57367
- accessList?: viem0.AccessList | undefined;
57368
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57367
+ accessList?: viem491.AccessList | undefined;
57368
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57369
57369
  authorizationList?: undefined;
57370
57370
  chainId?: number | undefined;
57371
57371
  connector?: wagmi0.Connector | undefined;
57372
57372
  } | {
57373
- abi: abitype35.Abi;
57373
+ abi: abitype17.Abi;
57374
57374
  functionName: string;
57375
57375
  args?: readonly unknown[] | undefined;
57376
57376
  address: Address;
57377
- chain?: viem0.Chain | null | undefined;
57378
- account?: `0x${string}` | viem0.Account | null | undefined;
57377
+ chain?: viem491.Chain | null | undefined;
57378
+ account?: `0x${string}` | viem491.Account | null | undefined;
57379
57379
  value?: bigint | undefined;
57380
57380
  dataSuffix?: `0x${string}` | undefined;
57381
57381
  type?: "eip7702" | undefined;
@@ -57388,9 +57388,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57388
57388
  maxFeePerBlobGas?: undefined | undefined;
57389
57389
  maxFeePerGas?: bigint | undefined;
57390
57390
  maxPriorityFeePerGas?: bigint | undefined;
57391
- accessList?: viem0.AccessList | undefined;
57391
+ accessList?: viem491.AccessList | undefined;
57392
57392
  sidecars?: undefined;
57393
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57393
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57394
57394
  chainId?: number | undefined;
57395
57395
  connector?: wagmi0.Connector | undefined;
57396
57396
  };
@@ -57398,7 +57398,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57398
57398
  reset: () => void;
57399
57399
  context: unknown;
57400
57400
  submittedAt: number;
57401
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57401
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
57402
57402
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
57403
57403
  };
57404
57404
  //#endregion
@@ -57427,7 +57427,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57427
57427
  reset: () => void;
57428
57428
  context: unknown;
57429
57429
  submittedAt: number;
57430
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57430
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
57431
57431
  updateMarketFees: (rates: {
57432
57432
  openingFeeRate?: number;
57433
57433
  baseFeeRate?: number;
@@ -57450,12 +57450,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57450
57450
  failureReason: _wagmi_core0.WriteContractErrorType | null;
57451
57451
  isPaused: boolean;
57452
57452
  variables: {
57453
- abi: abitype35.Abi;
57453
+ abi: abitype17.Abi;
57454
57454
  functionName: string;
57455
57455
  args?: readonly unknown[] | undefined;
57456
57456
  address: Address;
57457
- chain?: viem0.Chain | null | undefined;
57458
- account?: `0x${string}` | viem0.Account | null | undefined;
57457
+ chain?: viem491.Chain | null | undefined;
57458
+ account?: `0x${string}` | viem491.Account | null | undefined;
57459
57459
  value?: bigint | undefined;
57460
57460
  dataSuffix?: `0x${string}` | undefined;
57461
57461
  type?: "legacy" | undefined;
@@ -57474,12 +57474,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57474
57474
  chainId?: number | undefined;
57475
57475
  connector?: wagmi0.Connector | undefined;
57476
57476
  } | {
57477
- abi: abitype35.Abi;
57477
+ abi: abitype17.Abi;
57478
57478
  functionName: string;
57479
57479
  args?: readonly unknown[] | undefined;
57480
57480
  address: Address;
57481
- chain?: viem0.Chain | null | undefined;
57482
- account?: `0x${string}` | viem0.Account | null | undefined;
57481
+ chain?: viem491.Chain | null | undefined;
57482
+ account?: `0x${string}` | viem491.Account | null | undefined;
57483
57483
  value?: bigint | undefined;
57484
57484
  dataSuffix?: `0x${string}` | undefined;
57485
57485
  type?: "eip2930" | undefined;
@@ -57492,18 +57492,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57492
57492
  maxFeePerBlobGas?: undefined | undefined;
57493
57493
  maxFeePerGas?: undefined | undefined;
57494
57494
  maxPriorityFeePerGas?: undefined | undefined;
57495
- accessList?: viem0.AccessList | undefined;
57495
+ accessList?: viem491.AccessList | undefined;
57496
57496
  sidecars?: undefined;
57497
57497
  authorizationList?: undefined;
57498
57498
  chainId?: number | undefined;
57499
57499
  connector?: wagmi0.Connector | undefined;
57500
57500
  } | {
57501
- abi: abitype35.Abi;
57501
+ abi: abitype17.Abi;
57502
57502
  functionName: string;
57503
57503
  args?: readonly unknown[] | undefined;
57504
57504
  address: Address;
57505
- chain?: viem0.Chain | null | undefined;
57506
- account?: `0x${string}` | viem0.Account | null | undefined;
57505
+ chain?: viem491.Chain | null | undefined;
57506
+ account?: `0x${string}` | viem491.Account | null | undefined;
57507
57507
  value?: bigint | undefined;
57508
57508
  dataSuffix?: `0x${string}` | undefined;
57509
57509
  type?: "eip1559" | undefined;
@@ -57516,66 +57516,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57516
57516
  maxFeePerBlobGas?: undefined | undefined;
57517
57517
  maxFeePerGas?: bigint | undefined;
57518
57518
  maxPriorityFeePerGas?: bigint | undefined;
57519
- accessList?: viem0.AccessList | undefined;
57519
+ accessList?: viem491.AccessList | undefined;
57520
57520
  sidecars?: undefined;
57521
57521
  authorizationList?: undefined;
57522
57522
  chainId?: number | undefined;
57523
57523
  connector?: wagmi0.Connector | undefined;
57524
57524
  } | {
57525
- abi: abitype35.Abi;
57525
+ abi: abitype17.Abi;
57526
57526
  functionName: string;
57527
57527
  args?: readonly unknown[] | undefined;
57528
57528
  address: Address;
57529
- chain?: viem0.Chain | null | undefined;
57530
- account?: `0x${string}` | viem0.Account | null | undefined;
57529
+ chain?: viem491.Chain | null | undefined;
57530
+ account?: `0x${string}` | viem491.Account | null | undefined;
57531
57531
  value?: bigint | undefined;
57532
57532
  dataSuffix?: `0x${string}` | undefined;
57533
57533
  type?: "eip4844" | undefined;
57534
57534
  gas?: bigint | undefined;
57535
57535
  nonce?: number | undefined;
57536
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57537
- blobVersionedHashes: readonly viem0.Hex[];
57536
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57537
+ blobVersionedHashes: readonly viem491.Hex[];
57538
57538
  kzg?: undefined;
57539
57539
  gasPrice?: undefined | undefined;
57540
57540
  maxFeePerBlobGas?: bigint | undefined;
57541
57541
  maxFeePerGas?: bigint | undefined;
57542
57542
  maxPriorityFeePerGas?: bigint | undefined;
57543
- accessList?: viem0.AccessList | undefined;
57544
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57543
+ accessList?: viem491.AccessList | undefined;
57544
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57545
57545
  authorizationList?: undefined;
57546
57546
  chainId?: number | undefined;
57547
57547
  connector?: wagmi0.Connector | undefined;
57548
57548
  } | {
57549
- abi: abitype35.Abi;
57549
+ abi: abitype17.Abi;
57550
57550
  functionName: string;
57551
57551
  args?: readonly unknown[] | undefined;
57552
57552
  address: Address;
57553
- chain?: viem0.Chain | null | undefined;
57554
- account?: `0x${string}` | viem0.Account | null | undefined;
57553
+ chain?: viem491.Chain | null | undefined;
57554
+ account?: `0x${string}` | viem491.Account | null | undefined;
57555
57555
  value?: bigint | undefined;
57556
57556
  dataSuffix?: `0x${string}` | undefined;
57557
57557
  type?: "eip4844" | undefined;
57558
57558
  gas?: bigint | undefined;
57559
57559
  nonce?: number | undefined;
57560
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57560
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57561
57561
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57562
- kzg?: viem0.Kzg | undefined;
57562
+ kzg?: viem491.Kzg | undefined;
57563
57563
  gasPrice?: undefined | undefined;
57564
57564
  maxFeePerBlobGas?: bigint | undefined;
57565
57565
  maxFeePerGas?: bigint | undefined;
57566
57566
  maxPriorityFeePerGas?: bigint | undefined;
57567
- accessList?: viem0.AccessList | undefined;
57568
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57567
+ accessList?: viem491.AccessList | undefined;
57568
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57569
57569
  authorizationList?: undefined;
57570
57570
  chainId?: number | undefined;
57571
57571
  connector?: wagmi0.Connector | undefined;
57572
57572
  } | {
57573
- abi: abitype35.Abi;
57573
+ abi: abitype17.Abi;
57574
57574
  functionName: string;
57575
57575
  args?: readonly unknown[] | undefined;
57576
57576
  address: Address;
57577
- chain?: viem0.Chain | null | undefined;
57578
- account?: `0x${string}` | viem0.Account | null | undefined;
57577
+ chain?: viem491.Chain | null | undefined;
57578
+ account?: `0x${string}` | viem491.Account | null | undefined;
57579
57579
  value?: bigint | undefined;
57580
57580
  dataSuffix?: `0x${string}` | undefined;
57581
57581
  type?: "eip7702" | undefined;
@@ -57588,9 +57588,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57588
57588
  maxFeePerBlobGas?: undefined | undefined;
57589
57589
  maxFeePerGas?: bigint | undefined;
57590
57590
  maxPriorityFeePerGas?: bigint | undefined;
57591
- accessList?: viem0.AccessList | undefined;
57591
+ accessList?: viem491.AccessList | undefined;
57592
57592
  sidecars?: undefined;
57593
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57593
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57594
57594
  chainId?: number | undefined;
57595
57595
  connector?: wagmi0.Connector | undefined;
57596
57596
  };
@@ -57598,7 +57598,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57598
57598
  reset: () => void;
57599
57599
  context: unknown;
57600
57600
  submittedAt: number;
57601
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57601
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
57602
57602
  updateMarketFees: (rates: {
57603
57603
  openingFeeRate?: number;
57604
57604
  baseFeeRate?: number;
@@ -57621,12 +57621,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57621
57621
  failureReason: _wagmi_core0.WriteContractErrorType | null;
57622
57622
  isPaused: boolean;
57623
57623
  variables: {
57624
- abi: abitype35.Abi;
57624
+ abi: abitype17.Abi;
57625
57625
  functionName: string;
57626
57626
  args?: readonly unknown[] | undefined;
57627
57627
  address: Address;
57628
- chain?: viem0.Chain | null | undefined;
57629
- account?: `0x${string}` | viem0.Account | null | undefined;
57628
+ chain?: viem491.Chain | null | undefined;
57629
+ account?: `0x${string}` | viem491.Account | null | undefined;
57630
57630
  value?: bigint | undefined;
57631
57631
  dataSuffix?: `0x${string}` | undefined;
57632
57632
  type?: "legacy" | undefined;
@@ -57645,12 +57645,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57645
57645
  chainId?: number | undefined;
57646
57646
  connector?: wagmi0.Connector | undefined;
57647
57647
  } | {
57648
- abi: abitype35.Abi;
57648
+ abi: abitype17.Abi;
57649
57649
  functionName: string;
57650
57650
  args?: readonly unknown[] | undefined;
57651
57651
  address: Address;
57652
- chain?: viem0.Chain | null | undefined;
57653
- account?: `0x${string}` | viem0.Account | null | undefined;
57652
+ chain?: viem491.Chain | null | undefined;
57653
+ account?: `0x${string}` | viem491.Account | null | undefined;
57654
57654
  value?: bigint | undefined;
57655
57655
  dataSuffix?: `0x${string}` | undefined;
57656
57656
  type?: "eip2930" | undefined;
@@ -57663,18 +57663,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57663
57663
  maxFeePerBlobGas?: undefined | undefined;
57664
57664
  maxFeePerGas?: undefined | undefined;
57665
57665
  maxPriorityFeePerGas?: undefined | undefined;
57666
- accessList?: viem0.AccessList | undefined;
57666
+ accessList?: viem491.AccessList | undefined;
57667
57667
  sidecars?: undefined;
57668
57668
  authorizationList?: undefined;
57669
57669
  chainId?: number | undefined;
57670
57670
  connector?: wagmi0.Connector | undefined;
57671
57671
  } | {
57672
- abi: abitype35.Abi;
57672
+ abi: abitype17.Abi;
57673
57673
  functionName: string;
57674
57674
  args?: readonly unknown[] | undefined;
57675
57675
  address: Address;
57676
- chain?: viem0.Chain | null | undefined;
57677
- account?: `0x${string}` | viem0.Account | null | undefined;
57676
+ chain?: viem491.Chain | null | undefined;
57677
+ account?: `0x${string}` | viem491.Account | null | undefined;
57678
57678
  value?: bigint | undefined;
57679
57679
  dataSuffix?: `0x${string}` | undefined;
57680
57680
  type?: "eip1559" | undefined;
@@ -57687,66 +57687,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57687
57687
  maxFeePerBlobGas?: undefined | undefined;
57688
57688
  maxFeePerGas?: bigint | undefined;
57689
57689
  maxPriorityFeePerGas?: bigint | undefined;
57690
- accessList?: viem0.AccessList | undefined;
57690
+ accessList?: viem491.AccessList | undefined;
57691
57691
  sidecars?: undefined;
57692
57692
  authorizationList?: undefined;
57693
57693
  chainId?: number | undefined;
57694
57694
  connector?: wagmi0.Connector | undefined;
57695
57695
  } | {
57696
- abi: abitype35.Abi;
57696
+ abi: abitype17.Abi;
57697
57697
  functionName: string;
57698
57698
  args?: readonly unknown[] | undefined;
57699
57699
  address: Address;
57700
- chain?: viem0.Chain | null | undefined;
57701
- account?: `0x${string}` | viem0.Account | null | undefined;
57700
+ chain?: viem491.Chain | null | undefined;
57701
+ account?: `0x${string}` | viem491.Account | null | undefined;
57702
57702
  value?: bigint | undefined;
57703
57703
  dataSuffix?: `0x${string}` | undefined;
57704
57704
  type?: "eip4844" | undefined;
57705
57705
  gas?: bigint | undefined;
57706
57706
  nonce?: number | undefined;
57707
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57708
- blobVersionedHashes: readonly viem0.Hex[];
57707
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57708
+ blobVersionedHashes: readonly viem491.Hex[];
57709
57709
  kzg?: undefined;
57710
57710
  gasPrice?: undefined | undefined;
57711
57711
  maxFeePerBlobGas?: bigint | undefined;
57712
57712
  maxFeePerGas?: bigint | undefined;
57713
57713
  maxPriorityFeePerGas?: bigint | undefined;
57714
- accessList?: viem0.AccessList | undefined;
57715
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57714
+ accessList?: viem491.AccessList | undefined;
57715
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57716
57716
  authorizationList?: undefined;
57717
57717
  chainId?: number | undefined;
57718
57718
  connector?: wagmi0.Connector | undefined;
57719
57719
  } | {
57720
- abi: abitype35.Abi;
57720
+ abi: abitype17.Abi;
57721
57721
  functionName: string;
57722
57722
  args?: readonly unknown[] | undefined;
57723
57723
  address: Address;
57724
- chain?: viem0.Chain | null | undefined;
57725
- account?: `0x${string}` | viem0.Account | null | undefined;
57724
+ chain?: viem491.Chain | null | undefined;
57725
+ account?: `0x${string}` | viem491.Account | null | undefined;
57726
57726
  value?: bigint | undefined;
57727
57727
  dataSuffix?: `0x${string}` | undefined;
57728
57728
  type?: "eip4844" | undefined;
57729
57729
  gas?: bigint | undefined;
57730
57730
  nonce?: number | undefined;
57731
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57731
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57732
57732
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57733
- kzg?: viem0.Kzg | undefined;
57733
+ kzg?: viem491.Kzg | undefined;
57734
57734
  gasPrice?: undefined | undefined;
57735
57735
  maxFeePerBlobGas?: bigint | undefined;
57736
57736
  maxFeePerGas?: bigint | undefined;
57737
57737
  maxPriorityFeePerGas?: bigint | undefined;
57738
- accessList?: viem0.AccessList | undefined;
57739
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57738
+ accessList?: viem491.AccessList | undefined;
57739
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57740
57740
  authorizationList?: undefined;
57741
57741
  chainId?: number | undefined;
57742
57742
  connector?: wagmi0.Connector | undefined;
57743
57743
  } | {
57744
- abi: abitype35.Abi;
57744
+ abi: abitype17.Abi;
57745
57745
  functionName: string;
57746
57746
  args?: readonly unknown[] | undefined;
57747
57747
  address: Address;
57748
- chain?: viem0.Chain | null | undefined;
57749
- account?: `0x${string}` | viem0.Account | null | undefined;
57748
+ chain?: viem491.Chain | null | undefined;
57749
+ account?: `0x${string}` | viem491.Account | null | undefined;
57750
57750
  value?: bigint | undefined;
57751
57751
  dataSuffix?: `0x${string}` | undefined;
57752
57752
  type?: "eip7702" | undefined;
@@ -57759,9 +57759,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57759
57759
  maxFeePerBlobGas?: undefined | undefined;
57760
57760
  maxFeePerGas?: bigint | undefined;
57761
57761
  maxPriorityFeePerGas?: bigint | undefined;
57762
- accessList?: viem0.AccessList | undefined;
57762
+ accessList?: viem491.AccessList | undefined;
57763
57763
  sidecars?: undefined;
57764
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57764
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57765
57765
  chainId?: number | undefined;
57766
57766
  connector?: wagmi0.Connector | undefined;
57767
57767
  };
@@ -57769,7 +57769,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57769
57769
  reset: () => void;
57770
57770
  context: unknown;
57771
57771
  submittedAt: number;
57772
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57772
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
57773
57773
  updateMarketFees: (rates: {
57774
57774
  openingFeeRate?: number;
57775
57775
  baseFeeRate?: number;
@@ -57792,12 +57792,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57792
57792
  failureReason: _wagmi_core0.WriteContractErrorType | null;
57793
57793
  isPaused: boolean;
57794
57794
  variables: {
57795
- abi: abitype35.Abi;
57795
+ abi: abitype17.Abi;
57796
57796
  functionName: string;
57797
57797
  args?: readonly unknown[] | undefined;
57798
57798
  address: Address;
57799
- chain?: viem0.Chain | null | undefined;
57800
- account?: `0x${string}` | viem0.Account | null | undefined;
57799
+ chain?: viem491.Chain | null | undefined;
57800
+ account?: `0x${string}` | viem491.Account | null | undefined;
57801
57801
  value?: bigint | undefined;
57802
57802
  dataSuffix?: `0x${string}` | undefined;
57803
57803
  type?: "legacy" | undefined;
@@ -57816,12 +57816,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57816
57816
  chainId?: number | undefined;
57817
57817
  connector?: wagmi0.Connector | undefined;
57818
57818
  } | {
57819
- abi: abitype35.Abi;
57819
+ abi: abitype17.Abi;
57820
57820
  functionName: string;
57821
57821
  args?: readonly unknown[] | undefined;
57822
57822
  address: Address;
57823
- chain?: viem0.Chain | null | undefined;
57824
- account?: `0x${string}` | viem0.Account | null | undefined;
57823
+ chain?: viem491.Chain | null | undefined;
57824
+ account?: `0x${string}` | viem491.Account | null | undefined;
57825
57825
  value?: bigint | undefined;
57826
57826
  dataSuffix?: `0x${string}` | undefined;
57827
57827
  type?: "eip2930" | undefined;
@@ -57834,18 +57834,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57834
57834
  maxFeePerBlobGas?: undefined | undefined;
57835
57835
  maxFeePerGas?: undefined | undefined;
57836
57836
  maxPriorityFeePerGas?: undefined | undefined;
57837
- accessList?: viem0.AccessList | undefined;
57837
+ accessList?: viem491.AccessList | undefined;
57838
57838
  sidecars?: undefined;
57839
57839
  authorizationList?: undefined;
57840
57840
  chainId?: number | undefined;
57841
57841
  connector?: wagmi0.Connector | undefined;
57842
57842
  } | {
57843
- abi: abitype35.Abi;
57843
+ abi: abitype17.Abi;
57844
57844
  functionName: string;
57845
57845
  args?: readonly unknown[] | undefined;
57846
57846
  address: Address;
57847
- chain?: viem0.Chain | null | undefined;
57848
- account?: `0x${string}` | viem0.Account | null | undefined;
57847
+ chain?: viem491.Chain | null | undefined;
57848
+ account?: `0x${string}` | viem491.Account | null | undefined;
57849
57849
  value?: bigint | undefined;
57850
57850
  dataSuffix?: `0x${string}` | undefined;
57851
57851
  type?: "eip1559" | undefined;
@@ -57858,66 +57858,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57858
57858
  maxFeePerBlobGas?: undefined | undefined;
57859
57859
  maxFeePerGas?: bigint | undefined;
57860
57860
  maxPriorityFeePerGas?: bigint | undefined;
57861
- accessList?: viem0.AccessList | undefined;
57861
+ accessList?: viem491.AccessList | undefined;
57862
57862
  sidecars?: undefined;
57863
57863
  authorizationList?: undefined;
57864
57864
  chainId?: number | undefined;
57865
57865
  connector?: wagmi0.Connector | undefined;
57866
57866
  } | {
57867
- abi: abitype35.Abi;
57867
+ abi: abitype17.Abi;
57868
57868
  functionName: string;
57869
57869
  args?: readonly unknown[] | undefined;
57870
57870
  address: Address;
57871
- chain?: viem0.Chain | null | undefined;
57872
- account?: `0x${string}` | viem0.Account | null | undefined;
57871
+ chain?: viem491.Chain | null | undefined;
57872
+ account?: `0x${string}` | viem491.Account | null | undefined;
57873
57873
  value?: bigint | undefined;
57874
57874
  dataSuffix?: `0x${string}` | undefined;
57875
57875
  type?: "eip4844" | undefined;
57876
57876
  gas?: bigint | undefined;
57877
57877
  nonce?: number | undefined;
57878
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57879
- blobVersionedHashes: readonly viem0.Hex[];
57878
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57879
+ blobVersionedHashes: readonly viem491.Hex[];
57880
57880
  kzg?: undefined;
57881
57881
  gasPrice?: undefined | undefined;
57882
57882
  maxFeePerBlobGas?: bigint | undefined;
57883
57883
  maxFeePerGas?: bigint | undefined;
57884
57884
  maxPriorityFeePerGas?: bigint | undefined;
57885
- accessList?: viem0.AccessList | undefined;
57886
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57885
+ accessList?: viem491.AccessList | undefined;
57886
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57887
57887
  authorizationList?: undefined;
57888
57888
  chainId?: number | undefined;
57889
57889
  connector?: wagmi0.Connector | undefined;
57890
57890
  } | {
57891
- abi: abitype35.Abi;
57891
+ abi: abitype17.Abi;
57892
57892
  functionName: string;
57893
57893
  args?: readonly unknown[] | undefined;
57894
57894
  address: Address;
57895
- chain?: viem0.Chain | null | undefined;
57896
- account?: `0x${string}` | viem0.Account | null | undefined;
57895
+ chain?: viem491.Chain | null | undefined;
57896
+ account?: `0x${string}` | viem491.Account | null | undefined;
57897
57897
  value?: bigint | undefined;
57898
57898
  dataSuffix?: `0x${string}` | undefined;
57899
57899
  type?: "eip4844" | undefined;
57900
57900
  gas?: bigint | undefined;
57901
57901
  nonce?: number | undefined;
57902
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57902
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57903
57903
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57904
- kzg?: viem0.Kzg | undefined;
57904
+ kzg?: viem491.Kzg | undefined;
57905
57905
  gasPrice?: undefined | undefined;
57906
57906
  maxFeePerBlobGas?: bigint | undefined;
57907
57907
  maxFeePerGas?: bigint | undefined;
57908
57908
  maxPriorityFeePerGas?: bigint | undefined;
57909
- accessList?: viem0.AccessList | undefined;
57910
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57909
+ accessList?: viem491.AccessList | undefined;
57910
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57911
57911
  authorizationList?: undefined;
57912
57912
  chainId?: number | undefined;
57913
57913
  connector?: wagmi0.Connector | undefined;
57914
57914
  } | {
57915
- abi: abitype35.Abi;
57915
+ abi: abitype17.Abi;
57916
57916
  functionName: string;
57917
57917
  args?: readonly unknown[] | undefined;
57918
57918
  address: Address;
57919
- chain?: viem0.Chain | null | undefined;
57920
- account?: `0x${string}` | viem0.Account | null | undefined;
57919
+ chain?: viem491.Chain | null | undefined;
57920
+ account?: `0x${string}` | viem491.Account | null | undefined;
57921
57921
  value?: bigint | undefined;
57922
57922
  dataSuffix?: `0x${string}` | undefined;
57923
57923
  type?: "eip7702" | undefined;
@@ -57930,9 +57930,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57930
57930
  maxFeePerBlobGas?: undefined | undefined;
57931
57931
  maxFeePerGas?: bigint | undefined;
57932
57932
  maxPriorityFeePerGas?: bigint | undefined;
57933
- accessList?: viem0.AccessList | undefined;
57933
+ accessList?: viem491.AccessList | undefined;
57934
57934
  sidecars?: undefined;
57935
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57935
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57936
57936
  chainId?: number | undefined;
57937
57937
  connector?: wagmi0.Connector | undefined;
57938
57938
  };
@@ -57940,7 +57940,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57940
57940
  reset: () => void;
57941
57941
  context: unknown;
57942
57942
  submittedAt: number;
57943
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57943
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
57944
57944
  updateMarketFees: (rates: {
57945
57945
  openingFeeRate?: number;
57946
57946
  baseFeeRate?: number;
@@ -58940,7 +58940,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58940
58940
  reset: () => void;
58941
58941
  context: unknown;
58942
58942
  submittedAt: number;
58943
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
58943
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
58944
58944
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
58945
58945
  model: "static";
58946
58946
  } : Partial<OptionPricingParams> & {
@@ -58961,12 +58961,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58961
58961
  failureReason: _wagmi_core0.WriteContractErrorType | null;
58962
58962
  isPaused: boolean;
58963
58963
  variables: {
58964
- abi: abitype35.Abi;
58964
+ abi: abitype17.Abi;
58965
58965
  functionName: string;
58966
58966
  args?: readonly unknown[] | undefined;
58967
58967
  address: Address;
58968
- chain?: viem0.Chain | null | undefined;
58969
- account?: `0x${string}` | viem0.Account | null | undefined;
58968
+ chain?: viem491.Chain | null | undefined;
58969
+ account?: `0x${string}` | viem491.Account | null | undefined;
58970
58970
  value?: bigint | undefined;
58971
58971
  dataSuffix?: `0x${string}` | undefined;
58972
58972
  type?: "legacy" | undefined;
@@ -58985,12 +58985,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58985
58985
  chainId?: number | undefined;
58986
58986
  connector?: wagmi0.Connector | undefined;
58987
58987
  } | {
58988
- abi: abitype35.Abi;
58988
+ abi: abitype17.Abi;
58989
58989
  functionName: string;
58990
58990
  args?: readonly unknown[] | undefined;
58991
58991
  address: Address;
58992
- chain?: viem0.Chain | null | undefined;
58993
- account?: `0x${string}` | viem0.Account | null | undefined;
58992
+ chain?: viem491.Chain | null | undefined;
58993
+ account?: `0x${string}` | viem491.Account | null | undefined;
58994
58994
  value?: bigint | undefined;
58995
58995
  dataSuffix?: `0x${string}` | undefined;
58996
58996
  type?: "eip2930" | undefined;
@@ -59003,18 +59003,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59003
59003
  maxFeePerBlobGas?: undefined | undefined;
59004
59004
  maxFeePerGas?: undefined | undefined;
59005
59005
  maxPriorityFeePerGas?: undefined | undefined;
59006
- accessList?: viem0.AccessList | undefined;
59006
+ accessList?: viem491.AccessList | undefined;
59007
59007
  sidecars?: undefined;
59008
59008
  authorizationList?: undefined;
59009
59009
  chainId?: number | undefined;
59010
59010
  connector?: wagmi0.Connector | undefined;
59011
59011
  } | {
59012
- abi: abitype35.Abi;
59012
+ abi: abitype17.Abi;
59013
59013
  functionName: string;
59014
59014
  args?: readonly unknown[] | undefined;
59015
59015
  address: Address;
59016
- chain?: viem0.Chain | null | undefined;
59017
- account?: `0x${string}` | viem0.Account | null | undefined;
59016
+ chain?: viem491.Chain | null | undefined;
59017
+ account?: `0x${string}` | viem491.Account | null | undefined;
59018
59018
  value?: bigint | undefined;
59019
59019
  dataSuffix?: `0x${string}` | undefined;
59020
59020
  type?: "eip1559" | undefined;
@@ -59027,66 +59027,66 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59027
59027
  maxFeePerBlobGas?: undefined | undefined;
59028
59028
  maxFeePerGas?: bigint | undefined;
59029
59029
  maxPriorityFeePerGas?: bigint | undefined;
59030
- accessList?: viem0.AccessList | undefined;
59030
+ accessList?: viem491.AccessList | undefined;
59031
59031
  sidecars?: undefined;
59032
59032
  authorizationList?: undefined;
59033
59033
  chainId?: number | undefined;
59034
59034
  connector?: wagmi0.Connector | undefined;
59035
59035
  } | {
59036
- abi: abitype35.Abi;
59036
+ abi: abitype17.Abi;
59037
59037
  functionName: string;
59038
59038
  args?: readonly unknown[] | undefined;
59039
59039
  address: Address;
59040
- chain?: viem0.Chain | null | undefined;
59041
- account?: `0x${string}` | viem0.Account | null | undefined;
59040
+ chain?: viem491.Chain | null | undefined;
59041
+ account?: `0x${string}` | viem491.Account | null | undefined;
59042
59042
  value?: bigint | undefined;
59043
59043
  dataSuffix?: `0x${string}` | undefined;
59044
59044
  type?: "eip4844" | undefined;
59045
59045
  gas?: bigint | undefined;
59046
59046
  nonce?: number | undefined;
59047
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
59048
- blobVersionedHashes: readonly viem0.Hex[];
59047
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
59048
+ blobVersionedHashes: readonly viem491.Hex[];
59049
59049
  kzg?: undefined;
59050
59050
  gasPrice?: undefined | undefined;
59051
59051
  maxFeePerBlobGas?: bigint | undefined;
59052
59052
  maxFeePerGas?: bigint | undefined;
59053
59053
  maxPriorityFeePerGas?: bigint | undefined;
59054
- accessList?: viem0.AccessList | undefined;
59055
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59054
+ accessList?: viem491.AccessList | undefined;
59055
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59056
59056
  authorizationList?: undefined;
59057
59057
  chainId?: number | undefined;
59058
59058
  connector?: wagmi0.Connector | undefined;
59059
59059
  } | {
59060
- abi: abitype35.Abi;
59060
+ abi: abitype17.Abi;
59061
59061
  functionName: string;
59062
59062
  args?: readonly unknown[] | undefined;
59063
59063
  address: Address;
59064
- chain?: viem0.Chain | null | undefined;
59065
- account?: `0x${string}` | viem0.Account | null | undefined;
59064
+ chain?: viem491.Chain | null | undefined;
59065
+ account?: `0x${string}` | viem491.Account | null | undefined;
59066
59066
  value?: bigint | undefined;
59067
59067
  dataSuffix?: `0x${string}` | undefined;
59068
59068
  type?: "eip4844" | undefined;
59069
59069
  gas?: bigint | undefined;
59070
59070
  nonce?: number | undefined;
59071
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
59071
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
59072
59072
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
59073
- kzg?: viem0.Kzg | undefined;
59073
+ kzg?: viem491.Kzg | undefined;
59074
59074
  gasPrice?: undefined | undefined;
59075
59075
  maxFeePerBlobGas?: bigint | undefined;
59076
59076
  maxFeePerGas?: bigint | undefined;
59077
59077
  maxPriorityFeePerGas?: bigint | undefined;
59078
- accessList?: viem0.AccessList | undefined;
59079
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59078
+ accessList?: viem491.AccessList | undefined;
59079
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59080
59080
  authorizationList?: undefined;
59081
59081
  chainId?: number | undefined;
59082
59082
  connector?: wagmi0.Connector | undefined;
59083
59083
  } | {
59084
- abi: abitype35.Abi;
59084
+ abi: abitype17.Abi;
59085
59085
  functionName: string;
59086
59086
  args?: readonly unknown[] | undefined;
59087
59087
  address: Address;
59088
- chain?: viem0.Chain | null | undefined;
59089
- account?: `0x${string}` | viem0.Account | null | undefined;
59088
+ chain?: viem491.Chain | null | undefined;
59089
+ account?: `0x${string}` | viem491.Account | null | undefined;
59090
59090
  value?: bigint | undefined;
59091
59091
  dataSuffix?: `0x${string}` | undefined;
59092
59092
  type?: "eip7702" | undefined;
@@ -59099,9 +59099,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59099
59099
  maxFeePerBlobGas?: undefined | undefined;
59100
59100
  maxFeePerGas?: bigint | undefined;
59101
59101
  maxPriorityFeePerGas?: bigint | undefined;
59102
- accessList?: viem0.AccessList | undefined;
59102
+ accessList?: viem491.AccessList | undefined;
59103
59103
  sidecars?: undefined;
59104
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
59104
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
59105
59105
  chainId?: number | undefined;
59106
59106
  connector?: wagmi0.Connector | undefined;
59107
59107
  };
@@ -59109,7 +59109,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59109
59109
  reset: () => void;
59110
59110
  context: unknown;
59111
59111
  submittedAt: number;
59112
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
59112
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
59113
59113
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
59114
59114
  model: "static";
59115
59115
  } : Partial<OptionPricingParams> & {
@@ -59130,12 +59130,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59130
59130
  failureReason: _wagmi_core0.WriteContractErrorType | null;
59131
59131
  isPaused: boolean;
59132
59132
  variables: {
59133
- abi: abitype35.Abi;
59133
+ abi: abitype17.Abi;
59134
59134
  functionName: string;
59135
59135
  args?: readonly unknown[] | undefined;
59136
59136
  address: Address;
59137
- chain?: viem0.Chain | null | undefined;
59138
- account?: `0x${string}` | viem0.Account | null | undefined;
59137
+ chain?: viem491.Chain | null | undefined;
59138
+ account?: `0x${string}` | viem491.Account | null | undefined;
59139
59139
  value?: bigint | undefined;
59140
59140
  dataSuffix?: `0x${string}` | undefined;
59141
59141
  type?: "legacy" | undefined;
@@ -59154,12 +59154,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59154
59154
  chainId?: number | undefined;
59155
59155
  connector?: wagmi0.Connector | undefined;
59156
59156
  } | {
59157
- abi: abitype35.Abi;
59157
+ abi: abitype17.Abi;
59158
59158
  functionName: string;
59159
59159
  args?: readonly unknown[] | undefined;
59160
59160
  address: Address;
59161
- chain?: viem0.Chain | null | undefined;
59162
- account?: `0x${string}` | viem0.Account | null | undefined;
59161
+ chain?: viem491.Chain | null | undefined;
59162
+ account?: `0x${string}` | viem491.Account | null | undefined;
59163
59163
  value?: bigint | undefined;
59164
59164
  dataSuffix?: `0x${string}` | undefined;
59165
59165
  type?: "eip2930" | undefined;
@@ -59172,18 +59172,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59172
59172
  maxFeePerBlobGas?: undefined | undefined;
59173
59173
  maxFeePerGas?: undefined | undefined;
59174
59174
  maxPriorityFeePerGas?: undefined | undefined;
59175
- accessList?: viem0.AccessList | undefined;
59175
+ accessList?: viem491.AccessList | undefined;
59176
59176
  sidecars?: undefined;
59177
59177
  authorizationList?: undefined;
59178
59178
  chainId?: number | undefined;
59179
59179
  connector?: wagmi0.Connector | undefined;
59180
59180
  } | {
59181
- abi: abitype35.Abi;
59181
+ abi: abitype17.Abi;
59182
59182
  functionName: string;
59183
59183
  args?: readonly unknown[] | undefined;
59184
59184
  address: Address;
59185
- chain?: viem0.Chain | null | undefined;
59186
- account?: `0x${string}` | viem0.Account | null | undefined;
59185
+ chain?: viem491.Chain | null | undefined;
59186
+ account?: `0x${string}` | viem491.Account | null | undefined;
59187
59187
  value?: bigint | undefined;
59188
59188
  dataSuffix?: `0x${string}` | undefined;
59189
59189
  type?: "eip1559" | undefined;
@@ -59196,66 +59196,66 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59196
59196
  maxFeePerBlobGas?: undefined | undefined;
59197
59197
  maxFeePerGas?: bigint | undefined;
59198
59198
  maxPriorityFeePerGas?: bigint | undefined;
59199
- accessList?: viem0.AccessList | undefined;
59199
+ accessList?: viem491.AccessList | undefined;
59200
59200
  sidecars?: undefined;
59201
59201
  authorizationList?: undefined;
59202
59202
  chainId?: number | undefined;
59203
59203
  connector?: wagmi0.Connector | undefined;
59204
59204
  } | {
59205
- abi: abitype35.Abi;
59205
+ abi: abitype17.Abi;
59206
59206
  functionName: string;
59207
59207
  args?: readonly unknown[] | undefined;
59208
59208
  address: Address;
59209
- chain?: viem0.Chain | null | undefined;
59210
- account?: `0x${string}` | viem0.Account | null | undefined;
59209
+ chain?: viem491.Chain | null | undefined;
59210
+ account?: `0x${string}` | viem491.Account | null | undefined;
59211
59211
  value?: bigint | undefined;
59212
59212
  dataSuffix?: `0x${string}` | undefined;
59213
59213
  type?: "eip4844" | undefined;
59214
59214
  gas?: bigint | undefined;
59215
59215
  nonce?: number | undefined;
59216
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
59217
- blobVersionedHashes: readonly viem0.Hex[];
59216
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
59217
+ blobVersionedHashes: readonly viem491.Hex[];
59218
59218
  kzg?: undefined;
59219
59219
  gasPrice?: undefined | undefined;
59220
59220
  maxFeePerBlobGas?: bigint | undefined;
59221
59221
  maxFeePerGas?: bigint | undefined;
59222
59222
  maxPriorityFeePerGas?: bigint | undefined;
59223
- accessList?: viem0.AccessList | undefined;
59224
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59223
+ accessList?: viem491.AccessList | undefined;
59224
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59225
59225
  authorizationList?: undefined;
59226
59226
  chainId?: number | undefined;
59227
59227
  connector?: wagmi0.Connector | undefined;
59228
59228
  } | {
59229
- abi: abitype35.Abi;
59229
+ abi: abitype17.Abi;
59230
59230
  functionName: string;
59231
59231
  args?: readonly unknown[] | undefined;
59232
59232
  address: Address;
59233
- chain?: viem0.Chain | null | undefined;
59234
- account?: `0x${string}` | viem0.Account | null | undefined;
59233
+ chain?: viem491.Chain | null | undefined;
59234
+ account?: `0x${string}` | viem491.Account | null | undefined;
59235
59235
  value?: bigint | undefined;
59236
59236
  dataSuffix?: `0x${string}` | undefined;
59237
59237
  type?: "eip4844" | undefined;
59238
59238
  gas?: bigint | undefined;
59239
59239
  nonce?: number | undefined;
59240
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
59240
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
59241
59241
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
59242
- kzg?: viem0.Kzg | undefined;
59242
+ kzg?: viem491.Kzg | undefined;
59243
59243
  gasPrice?: undefined | undefined;
59244
59244
  maxFeePerBlobGas?: bigint | undefined;
59245
59245
  maxFeePerGas?: bigint | undefined;
59246
59246
  maxPriorityFeePerGas?: bigint | undefined;
59247
- accessList?: viem0.AccessList | undefined;
59248
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59247
+ accessList?: viem491.AccessList | undefined;
59248
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59249
59249
  authorizationList?: undefined;
59250
59250
  chainId?: number | undefined;
59251
59251
  connector?: wagmi0.Connector | undefined;
59252
59252
  } | {
59253
- abi: abitype35.Abi;
59253
+ abi: abitype17.Abi;
59254
59254
  functionName: string;
59255
59255
  args?: readonly unknown[] | undefined;
59256
59256
  address: Address;
59257
- chain?: viem0.Chain | null | undefined;
59258
- account?: `0x${string}` | viem0.Account | null | undefined;
59257
+ chain?: viem491.Chain | null | undefined;
59258
+ account?: `0x${string}` | viem491.Account | null | undefined;
59259
59259
  value?: bigint | undefined;
59260
59260
  dataSuffix?: `0x${string}` | undefined;
59261
59261
  type?: "eip7702" | undefined;
@@ -59268,9 +59268,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59268
59268
  maxFeePerBlobGas?: undefined | undefined;
59269
59269
  maxFeePerGas?: bigint | undefined;
59270
59270
  maxPriorityFeePerGas?: bigint | undefined;
59271
- accessList?: viem0.AccessList | undefined;
59271
+ accessList?: viem491.AccessList | undefined;
59272
59272
  sidecars?: undefined;
59273
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
59273
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
59274
59274
  chainId?: number | undefined;
59275
59275
  connector?: wagmi0.Connector | undefined;
59276
59276
  };
@@ -59278,7 +59278,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59278
59278
  reset: () => void;
59279
59279
  context: unknown;
59280
59280
  submittedAt: number;
59281
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
59281
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
59282
59282
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
59283
59283
  model: "static";
59284
59284
  } : Partial<OptionPricingParams> & {
@@ -59299,12 +59299,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59299
59299
  failureReason: _wagmi_core0.WriteContractErrorType | null;
59300
59300
  isPaused: boolean;
59301
59301
  variables: {
59302
- abi: abitype35.Abi;
59302
+ abi: abitype17.Abi;
59303
59303
  functionName: string;
59304
59304
  args?: readonly unknown[] | undefined;
59305
59305
  address: Address;
59306
- chain?: viem0.Chain | null | undefined;
59307
- account?: `0x${string}` | viem0.Account | null | undefined;
59306
+ chain?: viem491.Chain | null | undefined;
59307
+ account?: `0x${string}` | viem491.Account | null | undefined;
59308
59308
  value?: bigint | undefined;
59309
59309
  dataSuffix?: `0x${string}` | undefined;
59310
59310
  type?: "legacy" | undefined;
@@ -59323,12 +59323,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59323
59323
  chainId?: number | undefined;
59324
59324
  connector?: wagmi0.Connector | undefined;
59325
59325
  } | {
59326
- abi: abitype35.Abi;
59326
+ abi: abitype17.Abi;
59327
59327
  functionName: string;
59328
59328
  args?: readonly unknown[] | undefined;
59329
59329
  address: Address;
59330
- chain?: viem0.Chain | null | undefined;
59331
- account?: `0x${string}` | viem0.Account | null | undefined;
59330
+ chain?: viem491.Chain | null | undefined;
59331
+ account?: `0x${string}` | viem491.Account | null | undefined;
59332
59332
  value?: bigint | undefined;
59333
59333
  dataSuffix?: `0x${string}` | undefined;
59334
59334
  type?: "eip2930" | undefined;
@@ -59341,18 +59341,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59341
59341
  maxFeePerBlobGas?: undefined | undefined;
59342
59342
  maxFeePerGas?: undefined | undefined;
59343
59343
  maxPriorityFeePerGas?: undefined | undefined;
59344
- accessList?: viem0.AccessList | undefined;
59344
+ accessList?: viem491.AccessList | undefined;
59345
59345
  sidecars?: undefined;
59346
59346
  authorizationList?: undefined;
59347
59347
  chainId?: number | undefined;
59348
59348
  connector?: wagmi0.Connector | undefined;
59349
59349
  } | {
59350
- abi: abitype35.Abi;
59350
+ abi: abitype17.Abi;
59351
59351
  functionName: string;
59352
59352
  args?: readonly unknown[] | undefined;
59353
59353
  address: Address;
59354
- chain?: viem0.Chain | null | undefined;
59355
- account?: `0x${string}` | viem0.Account | null | undefined;
59354
+ chain?: viem491.Chain | null | undefined;
59355
+ account?: `0x${string}` | viem491.Account | null | undefined;
59356
59356
  value?: bigint | undefined;
59357
59357
  dataSuffix?: `0x${string}` | undefined;
59358
59358
  type?: "eip1559" | undefined;
@@ -59365,66 +59365,66 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59365
59365
  maxFeePerBlobGas?: undefined | undefined;
59366
59366
  maxFeePerGas?: bigint | undefined;
59367
59367
  maxPriorityFeePerGas?: bigint | undefined;
59368
- accessList?: viem0.AccessList | undefined;
59368
+ accessList?: viem491.AccessList | undefined;
59369
59369
  sidecars?: undefined;
59370
59370
  authorizationList?: undefined;
59371
59371
  chainId?: number | undefined;
59372
59372
  connector?: wagmi0.Connector | undefined;
59373
59373
  } | {
59374
- abi: abitype35.Abi;
59374
+ abi: abitype17.Abi;
59375
59375
  functionName: string;
59376
59376
  args?: readonly unknown[] | undefined;
59377
59377
  address: Address;
59378
- chain?: viem0.Chain | null | undefined;
59379
- account?: `0x${string}` | viem0.Account | null | undefined;
59378
+ chain?: viem491.Chain | null | undefined;
59379
+ account?: `0x${string}` | viem491.Account | null | undefined;
59380
59380
  value?: bigint | undefined;
59381
59381
  dataSuffix?: `0x${string}` | undefined;
59382
59382
  type?: "eip4844" | undefined;
59383
59383
  gas?: bigint | undefined;
59384
59384
  nonce?: number | undefined;
59385
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
59386
- blobVersionedHashes: readonly viem0.Hex[];
59385
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
59386
+ blobVersionedHashes: readonly viem491.Hex[];
59387
59387
  kzg?: undefined;
59388
59388
  gasPrice?: undefined | undefined;
59389
59389
  maxFeePerBlobGas?: bigint | undefined;
59390
59390
  maxFeePerGas?: bigint | undefined;
59391
59391
  maxPriorityFeePerGas?: bigint | undefined;
59392
- accessList?: viem0.AccessList | undefined;
59393
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59392
+ accessList?: viem491.AccessList | undefined;
59393
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59394
59394
  authorizationList?: undefined;
59395
59395
  chainId?: number | undefined;
59396
59396
  connector?: wagmi0.Connector | undefined;
59397
59397
  } | {
59398
- abi: abitype35.Abi;
59398
+ abi: abitype17.Abi;
59399
59399
  functionName: string;
59400
59400
  args?: readonly unknown[] | undefined;
59401
59401
  address: Address;
59402
- chain?: viem0.Chain | null | undefined;
59403
- account?: `0x${string}` | viem0.Account | null | undefined;
59402
+ chain?: viem491.Chain | null | undefined;
59403
+ account?: `0x${string}` | viem491.Account | null | undefined;
59404
59404
  value?: bigint | undefined;
59405
59405
  dataSuffix?: `0x${string}` | undefined;
59406
59406
  type?: "eip4844" | undefined;
59407
59407
  gas?: bigint | undefined;
59408
59408
  nonce?: number | undefined;
59409
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
59409
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
59410
59410
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
59411
- kzg?: viem0.Kzg | undefined;
59411
+ kzg?: viem491.Kzg | undefined;
59412
59412
  gasPrice?: undefined | undefined;
59413
59413
  maxFeePerBlobGas?: bigint | undefined;
59414
59414
  maxFeePerGas?: bigint | undefined;
59415
59415
  maxPriorityFeePerGas?: bigint | undefined;
59416
- accessList?: viem0.AccessList | undefined;
59417
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59416
+ accessList?: viem491.AccessList | undefined;
59417
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59418
59418
  authorizationList?: undefined;
59419
59419
  chainId?: number | undefined;
59420
59420
  connector?: wagmi0.Connector | undefined;
59421
59421
  } | {
59422
- abi: abitype35.Abi;
59422
+ abi: abitype17.Abi;
59423
59423
  functionName: string;
59424
59424
  args?: readonly unknown[] | undefined;
59425
59425
  address: Address;
59426
- chain?: viem0.Chain | null | undefined;
59427
- account?: `0x${string}` | viem0.Account | null | undefined;
59426
+ chain?: viem491.Chain | null | undefined;
59427
+ account?: `0x${string}` | viem491.Account | null | undefined;
59428
59428
  value?: bigint | undefined;
59429
59429
  dataSuffix?: `0x${string}` | undefined;
59430
59430
  type?: "eip7702" | undefined;
@@ -59437,9 +59437,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59437
59437
  maxFeePerBlobGas?: undefined | undefined;
59438
59438
  maxFeePerGas?: bigint | undefined;
59439
59439
  maxPriorityFeePerGas?: bigint | undefined;
59440
- accessList?: viem0.AccessList | undefined;
59440
+ accessList?: viem491.AccessList | undefined;
59441
59441
  sidecars?: undefined;
59442
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
59442
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
59443
59443
  chainId?: number | undefined;
59444
59444
  connector?: wagmi0.Connector | undefined;
59445
59445
  };
@@ -59447,7 +59447,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59447
59447
  reset: () => void;
59448
59448
  context: unknown;
59449
59449
  submittedAt: number;
59450
- writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
59450
+ writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
59451
59451
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
59452
59452
  model: "static";
59453
59453
  } : Partial<OptionPricingParams> & {
@@ -59463,7 +59463,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59463
59463
  declare const useLens: () => {
59464
59464
  timelockLens: {
59465
59465
  read: {
59466
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59466
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
59467
59467
  readonly type: "function";
59468
59468
  readonly name: "batchGetRefTick";
59469
59469
  readonly inputs: readonly [{
@@ -60402,7 +60402,7 @@ declare const useLens: () => {
60402
60402
  }];
60403
60403
  readonly stateMutability: "view";
60404
60404
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
60405
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60405
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
60406
60406
  readonly type: "function";
60407
60407
  readonly name: "batchGetRefTick";
60408
60408
  readonly inputs: readonly [{
@@ -61353,7 +61353,7 @@ declare const useLens: () => {
61353
61353
  borrowedAmount0: bigint;
61354
61354
  borrowedAmount1: bigint;
61355
61355
  }[]>;
61356
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61356
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
61357
61357
  readonly type: "function";
61358
61358
  readonly name: "batchGetRefTick";
61359
61359
  readonly inputs: readonly [{
@@ -62302,7 +62302,7 @@ declare const useLens: () => {
62302
62302
  expiresAt: number;
62303
62303
  liquidities: readonly bigint[];
62304
62304
  }[]>;
62305
- getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
62305
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
62306
62306
  readonly type: "function";
62307
62307
  readonly name: "batchGetRefTick";
62308
62308
  readonly inputs: readonly [{
@@ -63247,7 +63247,7 @@ declare const useLens: () => {
63247
63247
  minBaseFee: bigint;
63248
63248
  feeRecipient: `0x${string}`;
63249
63249
  }>;
63250
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
63250
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
63251
63251
  readonly type: "function";
63252
63252
  readonly name: "batchGetRefTick";
63253
63253
  readonly inputs: readonly [{
@@ -64202,7 +64202,7 @@ declare const useLens: () => {
64202
64202
  senderIsAdmin: boolean;
64203
64203
  senderIsPauser: boolean;
64204
64204
  }>;
64205
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
64205
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
64206
64206
  readonly type: "function";
64207
64207
  readonly name: "batchGetRefTick";
64208
64208
  readonly inputs: readonly [{
@@ -65141,7 +65141,7 @@ declare const useLens: () => {
65141
65141
  }];
65142
65142
  readonly stateMutability: "view";
65143
65143
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
65144
- getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65144
+ getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
65145
65145
  readonly type: "function";
65146
65146
  readonly name: "batchGetRefTick";
65147
65147
  readonly inputs: readonly [{
@@ -66100,7 +66100,7 @@ declare const useLens: () => {
66100
66100
  optionAssetName: string;
66101
66101
  payoutAssetName: string;
66102
66102
  }>;
66103
- getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
66103
+ getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
66104
66104
  readonly type: "function";
66105
66105
  readonly name: "batchGetRefTick";
66106
66106
  readonly inputs: readonly [{
@@ -67044,7 +67044,7 @@ declare const useLens: () => {
67044
67044
  feeStrategy: `0x${string}`;
67045
67045
  owner: `0x${string}`;
67046
67046
  }>;
67047
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67047
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
67048
67048
  readonly type: "function";
67049
67049
  readonly name: "batchGetRefTick";
67050
67050
  readonly inputs: readonly [{
@@ -67983,7 +67983,7 @@ declare const useLens: () => {
67983
67983
  }];
67984
67984
  readonly stateMutability: "view";
67985
67985
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
67986
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67986
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
67987
67987
  readonly type: "function";
67988
67988
  readonly name: "batchGetRefTick";
67989
67989
  readonly inputs: readonly [{
@@ -68922,7 +68922,7 @@ declare const useLens: () => {
68922
68922
  }];
68923
68923
  readonly stateMutability: "view";
68924
68924
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
68925
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
68925
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
68926
68926
  readonly type: "function";
68927
68927
  readonly name: "batchGetRefTick";
68928
68928
  readonly inputs: readonly [{
@@ -69861,7 +69861,7 @@ declare const useLens: () => {
69861
69861
  }];
69862
69862
  readonly stateMutability: "view";
69863
69863
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
69864
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69864
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
69865
69865
  readonly type: "function";
69866
69866
  readonly name: "batchGetRefTick";
69867
69867
  readonly inputs: readonly [{
@@ -70800,7 +70800,7 @@ declare const useLens: () => {
70800
70800
  }];
70801
70801
  readonly stateMutability: "view";
70802
70802
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
70803
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
70803
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
70804
70804
  readonly type: "function";
70805
70805
  readonly name: "batchGetRefTick";
70806
70806
  readonly inputs: readonly [{
@@ -71749,7 +71749,7 @@ declare const useLens: () => {
71749
71749
  expiresAt: number;
71750
71750
  liquidities: readonly bigint[];
71751
71751
  }>;
71752
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
71752
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
71753
71753
  readonly type: "function";
71754
71754
  readonly name: "batchGetRefTick";
71755
71755
  readonly inputs: readonly [{
@@ -72694,7 +72694,7 @@ declare const useLens: () => {
72694
72694
  minPremiumDailyRate: number;
72695
72695
  minPremiumAmount: bigint;
72696
72696
  }>;
72697
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72697
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
72698
72698
  readonly type: "function";
72699
72699
  readonly name: "batchGetRefTick";
72700
72700
  readonly inputs: readonly [{
@@ -73649,7 +73649,7 @@ declare const useLens: () => {
73649
73649
  fee: number;
73650
73650
  tickSpacing: number;
73651
73651
  hooks: `0x${string}`;
73652
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
73652
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
73653
73653
  readonly type: "function";
73654
73654
  readonly name: "batchGetRefTick";
73655
73655
  readonly inputs: readonly [{
@@ -74605,7 +74605,7 @@ declare const useLens: () => {
74605
74605
  tickSpacing: number;
74606
74606
  fee: number;
74607
74607
  }>;
74608
- getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
74608
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
74609
74609
  readonly type: "function";
74610
74610
  readonly name: "batchGetRefTick";
74611
74611
  readonly inputs: readonly [{
@@ -75544,7 +75544,7 @@ declare const useLens: () => {
75544
75544
  }];
75545
75545
  readonly stateMutability: "view";
75546
75546
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
75547
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
75547
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
75548
75548
  readonly type: "function";
75549
75549
  readonly name: "batchGetRefTick";
75550
75550
  readonly inputs: readonly [{
@@ -76483,7 +76483,7 @@ declare const useLens: () => {
76483
76483
  }];
76484
76484
  readonly stateMutability: "view";
76485
76485
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
76486
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
76486
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
76487
76487
  readonly type: "function";
76488
76488
  readonly name: "batchGetRefTick";
76489
76489
  readonly inputs: readonly [{
@@ -77425,7 +77425,7 @@ declare const useLens: () => {
77425
77425
  dailyFundingRate: number;
77426
77426
  minFundingAmount: bigint;
77427
77427
  }>;
77428
- getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
77428
+ getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
77429
77429
  readonly type: "function";
77430
77430
  readonly name: "batchGetRefTick";
77431
77431
  readonly inputs: readonly [{
@@ -78368,7 +78368,7 @@ declare const useLens: () => {
78368
78368
  symbol: string;
78369
78369
  name: string;
78370
78370
  }>;
78371
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
78371
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
78372
78372
  readonly type: "function";
78373
78373
  readonly name: "batchGetRefTick";
78374
78374
  readonly inputs: readonly [{
@@ -79317,7 +79317,7 @@ declare const useLens: () => {
79317
79317
  expiresAt: number;
79318
79318
  liquidities: readonly bigint[];
79319
79319
  }[], bigint, boolean]>;
79320
- getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
79320
+ getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
79321
79321
  readonly type: "function";
79322
79322
  readonly name: "batchGetRefTick";
79323
79323
  readonly inputs: readonly [{
@@ -80266,7 +80266,7 @@ declare const useLens: () => {
80266
80266
  };
80267
80267
  owner: `0x${string}`;
80268
80268
  }>;
80269
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
80269
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
80270
80270
  readonly type: "function";
80271
80271
  readonly name: "batchGetRefTick";
80272
80272
  readonly inputs: readonly [{
@@ -82149,7 +82149,7 @@ declare const useLens: () => {
82149
82149
  } | undefined;
82150
82150
  stateView: {
82151
82151
  read: {
82152
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
82152
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
82153
82153
  readonly type: "function";
82154
82154
  readonly name: "getFeeGrowthGlobals";
82155
82155
  readonly inputs: readonly [{
@@ -82996,7 +82996,7 @@ declare const useLens: () => {
82996
82996
  fee: number;
82997
82997
  tickSpacing: number;
82998
82998
  hooks: `0x${string}`;
82999
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
82999
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
83000
83000
  readonly type: "function";
83001
83001
  readonly name: "getFeeGrowthGlobals";
83002
83002
  readonly inputs: readonly [{
@@ -83838,7 +83838,7 @@ declare const useLens: () => {
83838
83838
  tickSpacing: number;
83839
83839
  hooks: `0x${string}`;
83840
83840
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
83841
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
83841
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
83842
83842
  readonly type: "function";
83843
83843
  readonly name: "getFeeGrowthGlobals";
83844
83844
  readonly inputs: readonly [{
@@ -84685,7 +84685,7 @@ declare const useLens: () => {
84685
84685
  fee: number;
84686
84686
  tickSpacing: number;
84687
84687
  hooks: `0x${string}`;
84688
- }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
84688
+ }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
84689
84689
  readonly type: "function";
84690
84690
  readonly name: "getFeeGrowthGlobals";
84691
84691
  readonly inputs: readonly [{
@@ -85527,7 +85527,7 @@ declare const useLens: () => {
85527
85527
  tickSpacing: number;
85528
85528
  hooks: `0x${string}`;
85529
85529
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
85530
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
85530
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
85531
85531
  readonly type: "function";
85532
85532
  readonly name: "getFeeGrowthGlobals";
85533
85533
  readonly inputs: readonly [{
@@ -86374,7 +86374,7 @@ declare const useLens: () => {
86374
86374
  fee: number;
86375
86375
  tickSpacing: number;
86376
86376
  hooks: `0x${string}`;
86377
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
86377
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
86378
86378
  readonly type: "function";
86379
86379
  readonly name: "getFeeGrowthGlobals";
86380
86380
  readonly inputs: readonly [{
@@ -87216,7 +87216,7 @@ declare const useLens: () => {
87216
87216
  tickSpacing: number;
87217
87217
  hooks: `0x${string}`;
87218
87218
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
87219
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
87219
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
87220
87220
  readonly type: "function";
87221
87221
  readonly name: "getFeeGrowthGlobals";
87222
87222
  readonly inputs: readonly [{
@@ -88063,7 +88063,7 @@ declare const useLens: () => {
88063
88063
  fee: number;
88064
88064
  tickSpacing: number;
88065
88065
  hooks: `0x${string}`;
88066
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
88066
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
88067
88067
  readonly type: "function";
88068
88068
  readonly name: "getFeeGrowthGlobals";
88069
88069
  readonly inputs: readonly [{
@@ -88916,7 +88916,7 @@ declare const useLens: () => {
88916
88916
  fee: number;
88917
88917
  tickSpacing: number;
88918
88918
  hooks: `0x${string}`;
88919
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
88919
+ }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
88920
88920
  readonly type: "function";
88921
88921
  readonly name: "getFeeGrowthGlobals";
88922
88922
  readonly inputs: readonly [{
@@ -89769,7 +89769,7 @@ declare const useLens: () => {
89769
89769
  fee: number;
89770
89770
  tickSpacing: number;
89771
89771
  hooks: `0x${string}`;
89772
- }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
89772
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
89773
89773
  readonly type: "function";
89774
89774
  readonly name: "getFeeGrowthGlobals";
89775
89775
  readonly inputs: readonly [{
@@ -90617,7 +90617,7 @@ declare const useLens: () => {
90617
90617
  tickSpacing: number;
90618
90618
  hooks: `0x${string}`;
90619
90619
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
90620
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
90620
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
90621
90621
  readonly type: "function";
90622
90622
  readonly name: "getFeeGrowthGlobals";
90623
90623
  readonly inputs: readonly [{
@@ -91464,7 +91464,7 @@ declare const useLens: () => {
91464
91464
  fee: number;
91465
91465
  tickSpacing: number;
91466
91466
  hooks: `0x${string}`;
91467
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
91467
+ }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
91468
91468
  readonly type: "function";
91469
91469
  readonly name: "getFeeGrowthGlobals";
91470
91470
  readonly inputs: readonly [{
@@ -92312,7 +92312,7 @@ declare const useLens: () => {
92312
92312
  fee: number;
92313
92313
  tickSpacing: number;
92314
92314
  hooks: `0x${string}`;
92315
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
92315
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
92316
92316
  readonly type: "function";
92317
92317
  readonly name: "getFeeGrowthGlobals";
92318
92318
  readonly inputs: readonly [{
@@ -93154,7 +93154,7 @@ declare const useLens: () => {
93154
93154
  tickSpacing: number;
93155
93155
  hooks: `0x${string}`;
93156
93156
  }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
93157
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93157
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
93158
93158
  readonly type: "function";
93159
93159
  readonly name: "getFeeGrowthGlobals";
93160
93160
  readonly inputs: readonly [{
@@ -93990,7 +93990,7 @@ declare const useLens: () => {
93990
93990
  }];
93991
93991
  readonly stateMutability: "view";
93992
93992
  }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
93993
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93993
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
93994
93994
  readonly type: "function";
93995
93995
  readonly name: "getFeeGrowthGlobals";
93996
93996
  readonly inputs: readonly [{
@@ -94837,7 +94837,7 @@ declare const useLens: () => {
94837
94837
  fee: number;
94838
94838
  tickSpacing: number;
94839
94839
  hooks: `0x${string}`;
94840
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
94840
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
94841
94841
  readonly type: "function";
94842
94842
  readonly name: "getFeeGrowthGlobals";
94843
94843
  readonly inputs: readonly [{
@@ -95679,7 +95679,7 @@ declare const useLens: () => {
95679
95679
  tickSpacing: number;
95680
95680
  hooks: `0x${string}`;
95681
95681
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
95682
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
95682
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
95683
95683
  readonly type: "function";
95684
95684
  readonly name: "getFeeGrowthGlobals";
95685
95685
  readonly inputs: readonly [{
@@ -96526,7 +96526,7 @@ declare const useLens: () => {
96526
96526
  fee: number;
96527
96527
  tickSpacing: number;
96528
96528
  hooks: `0x${string}`;
96529
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
96529
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
96530
96530
  readonly type: "function";
96531
96531
  readonly name: "getFeeGrowthGlobals";
96532
96532
  readonly inputs: readonly [{
@@ -97368,7 +97368,7 @@ declare const useLens: () => {
97368
97368
  tickSpacing: number;
97369
97369
  hooks: `0x${string}`;
97370
97370
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
97371
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
97371
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
97372
97372
  readonly type: "function";
97373
97373
  readonly name: "getFeeGrowthGlobals";
97374
97374
  readonly inputs: readonly [{
@@ -98215,7 +98215,7 @@ declare const useLens: () => {
98215
98215
  fee: number;
98216
98216
  tickSpacing: number;
98217
98217
  hooks: `0x${string}`;
98218
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
98218
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
98219
98219
  readonly type: "function";
98220
98220
  readonly name: "getFeeGrowthGlobals";
98221
98221
  readonly inputs: readonly [{
@@ -99057,7 +99057,7 @@ declare const useLens: () => {
99057
99057
  tickSpacing: number;
99058
99058
  hooks: `0x${string}`;
99059
99059
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
99060
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
99060
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
99061
99061
  readonly type: "function";
99062
99062
  readonly name: "getFeeGrowthGlobals";
99063
99063
  readonly inputs: readonly [{
@@ -99904,7 +99904,7 @@ declare const useLens: () => {
99904
99904
  fee: number;
99905
99905
  tickSpacing: number;
99906
99906
  hooks: `0x${string}`;
99907
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
99907
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
99908
99908
  readonly type: "function";
99909
99909
  readonly name: "getFeeGrowthGlobals";
99910
99910
  readonly inputs: readonly [{
@@ -101588,4 +101588,4 @@ declare const useLens: () => {
101588
101588
  };
101589
101589
  //#endregion
101590
101590
  export { PriceResolution as $, stateViews as $t, useCurrentPrice as A, formatVagueAmount as At, getPriceAtTick as B, useMarketVolume as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatAmount as Dt, usePriceHistory as E, EMPTY_ARRAY as Et, getPayoutAtTick as F, wrapAmount as Ft, liquiditiesToAmounts as G, useTimelockConfig as Gt, getTickAtPrice as H, useMarketData as Ht, PRICE_PRECISION as I, wrapAmountUnscaled as It, token0ToToken1AtTick as J, TimelockMarketData as Jt, roundTick as K, TimelockLens as Kt, getAmountsFromLiquidity as L, wrapPrice as Lt, UniswapPoolData as M, scalePrice as Mt, usePoolData as N, unscaleAmount as Nt, usePriceAtTick as O, formatCondensed as Ot, getPayoutAtPrice as P, unscalePrice as Pt, PriceDataPoint as Q, getTimelockMarket as Qt, getNearestValidStrikeTick as R, wrapPriceUnscaled as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, TimelockProvider as Ut, getSqrtPriceX96AtPrice as V, useMarketState as Vt, liquiditiesToAmount1 as W, useCurrentMarket as Wt, token1ToToken0AtTick as X, getStateView as Xt, token1ToToken0 as Y, getErc20 as Yt, PriceData as Z, getTimelockLens as Zt, useTokenData as _, useOptionPremium as _t, OptionPricingParams as a, useActiveUserPerps as at, batchGetAmountsFromLiquidity as b, OptionData as bt, usePricingParams as c, usePerpsOperator as ct, usePauseMarketTrading as d, ExerciseOptionEvent as dt, swapRouters as en, getCurrentPrice as et, usePauseGlobalTrading as f, ExtendEvent as ft, TokenData as g, useExtendOption as gt, useTokenBalance as h, useOptionTimeline as ht, useOptionPricingParams as i, useOperatorPerms as it, PoolKey as j, scaleAmount as jt, useCurrentTick as k, formatUSD as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, timelockFactories as nn, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarket as qt, useStaticPricingParams as r, timelockLenses as rn, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, swappers as tn, getPriceHistory as tt, useFeeRates as u, useMintPerp as ut, useVaultTVL as v, useOptionPnl as vt, useBurnLiquidity as w, useMaxPositionSize as wt, useMintLiquidity as x, useActiveUserOptions as xt, useVaultData as y, useExerciseOption as yt, getPriceAtSqrtPriceX96 as z, zero as zt };
101591
- //# sourceMappingURL=client-BiJu3aZe.d.cts.map
101591
+ //# sourceMappingURL=client-DbQo5Dsk.d.cts.map