timelock-sdk 0.0.174 → 0.0.175

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,15 +1,15 @@
1
- import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-c4hgszY_.cjs";
1
+ import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-2HZ-p_dl.js";
2
2
  import * as viem0 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
+ import Big from "big.js";
5
+ import JSBI from "jsbi";
4
6
  import React, { ReactNode } from "react";
5
- import "graphql";
6
7
  import { GraphQLClient, RequestOptions } from "graphql-request";
8
+ import * as wagmi0 from "wagmi";
7
9
  import * as _tanstack_react_query0 from "@tanstack/react-query";
8
10
  import { NonUndefinedGuard } from "@tanstack/react-query";
9
- import * as wagmi0 from "wagmi";
10
- import * as _tanstack_query_core89 from "@tanstack/query-core";
11
- import Big from "big.js";
12
- import JSBI from "jsbi";
11
+ import "graphql";
12
+ import * as _tanstack_query_core0 from "@tanstack/query-core";
13
13
  import * as _wagmi_core0 from "@wagmi/core";
14
14
  import * as wagmi_query0 from "wagmi/query";
15
15
  import * as abitype0 from "abitype";
@@ -425,7 +425,7 @@ declare const getErc20: (address: Address, client: Client) => {
425
425
  readonly internalType: "bool";
426
426
  }];
427
427
  readonly stateMutability: "nonpayable";
428
- }], "symbol", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
428
+ }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
429
429
  allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
430
430
  readonly type: "constructor";
431
431
  readonly inputs: readonly [{
@@ -604,7 +604,7 @@ declare const getErc20: (address: Address, client: Client) => {
604
604
  readonly internalType: "bool";
605
605
  }];
606
606
  readonly stateMutability: "nonpayable";
607
- }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
607
+ }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
608
608
  balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
609
609
  readonly type: "constructor";
610
610
  readonly inputs: readonly [{
@@ -783,7 +783,7 @@ declare const getErc20: (address: Address, client: Client) => {
783
783
  readonly internalType: "bool";
784
784
  }];
785
785
  readonly stateMutability: "nonpayable";
786
- }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
786
+ }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
787
787
  decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
788
788
  readonly type: "constructor";
789
789
  readonly inputs: readonly [{
@@ -962,7 +962,7 @@ declare const getErc20: (address: Address, client: Client) => {
962
962
  readonly internalType: "bool";
963
963
  }];
964
964
  readonly stateMutability: "nonpayable";
965
- }], "decimals", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
965
+ }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
966
966
  name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
967
967
  readonly type: "constructor";
968
968
  readonly inputs: readonly [{
@@ -1141,7 +1141,7 @@ declare const getErc20: (address: Address, client: Client) => {
1141
1141
  readonly internalType: "bool";
1142
1142
  }];
1143
1143
  readonly stateMutability: "nonpayable";
1144
- }], "name", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
1144
+ }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1145
1145
  totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1146
1146
  readonly type: "constructor";
1147
1147
  readonly inputs: readonly [{
@@ -1320,7 +1320,7 @@ declare const getErc20: (address: Address, client: Client) => {
1320
1320
  readonly internalType: "bool";
1321
1321
  }];
1322
1322
  readonly stateMutability: "nonpayable";
1323
- }], "totalSupply", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
1323
+ }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1324
1324
  };
1325
1325
  estimateGas: {
1326
1326
  approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
@@ -1501,7 +1501,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
1504
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1505
1505
  decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1506
1506
  readonly type: "constructor";
1507
1507
  readonly inputs: readonly [{
@@ -1680,7 +1680,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
1683
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1684
1684
  increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1685
1685
  readonly type: "constructor";
1686
1686
  readonly inputs: readonly [{
@@ -1859,7 +1859,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
1862
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1863
1863
  transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1864
1864
  readonly type: "constructor";
1865
1865
  readonly inputs: readonly [{
@@ -2038,7 +2038,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
2041
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2042
2042
  transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2043
2043
  readonly type: "constructor";
2044
2044
  readonly inputs: readonly [{
@@ -2217,7 +2217,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
2220
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2221
2221
  } & {
2222
2222
  approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2223
2223
  readonly type: "constructor";
@@ -2397,7 +2397,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
2400
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2401
2401
  decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2402
2402
  readonly type: "constructor";
2403
2403
  readonly inputs: readonly [{
@@ -2576,7 +2576,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
2579
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2580
2580
  increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2581
2581
  readonly type: "constructor";
2582
2582
  readonly inputs: readonly [{
@@ -2755,7 +2755,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
2758
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2759
2759
  transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2760
2760
  readonly type: "constructor";
2761
2761
  readonly inputs: readonly [{
@@ -2934,7 +2934,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
2937
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2938
2938
  transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2939
2939
  readonly type: "constructor";
2940
2940
  readonly inputs: readonly [{
@@ -3113,7 +3113,7 @@ 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" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
3116
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3117
3117
  };
3118
3118
  simulate: {
3119
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 [{
@@ -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" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3297
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3298
3298
  readonly type: "constructor";
3299
3299
  readonly inputs: readonly [{
3300
3300
  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" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3654
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3655
3655
  readonly type: "constructor";
3656
3656
  readonly inputs: readonly [{
3657
3657
  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" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4011
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4012
4012
  readonly type: "constructor";
4013
4013
  readonly inputs: readonly [{
4014
4014
  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" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4368
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4369
4369
  readonly type: "constructor";
4370
4370
  readonly inputs: readonly [{
4371
4371
  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" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4725
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4726
4726
  readonly type: "constructor";
4727
4727
  readonly inputs: readonly [{
4728
4728
  readonly name: "name_";
@@ -5081,7 +5081,7 @@ 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" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
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
5085
  decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5086
5086
  readonly type: "constructor";
5087
5087
  readonly inputs: readonly [{
@@ -5260,7 +5260,7 @@ 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" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
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
5264
  increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5265
5265
  readonly type: "constructor";
5266
5266
  readonly inputs: readonly [{
@@ -5439,7 +5439,7 @@ 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" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
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
5443
  transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5444
5444
  readonly type: "constructor";
5445
5445
  readonly inputs: readonly [{
@@ -5618,7 +5618,7 @@ 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" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
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
5622
  transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5623
5623
  readonly type: "constructor";
5624
5624
  readonly inputs: readonly [{
@@ -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" | "functionName" | "args"> 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], 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>;
5801
5801
  };
5802
5802
  address: `0x${string}`;
5803
5803
  abi: readonly [{
@@ -6824,7 +6824,7 @@ declare const getStateView: (client: Client | PublicClient) => {
6824
6824
  fee: number;
6825
6825
  tickSpacing: number;
6826
6826
  hooks: `0x${string}`;
6827
- }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
6827
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
6828
6828
  currency0: `0x${string}`;
6829
6829
  currency1: `0x${string}`;
6830
6830
  fee: number;
@@ -7671,7 +7671,7 @@ declare const getStateView: (client: Client | PublicClient) => {
7671
7671
  fee: number;
7672
7672
  tickSpacing: number;
7673
7673
  hooks: `0x${string}`;
7674
- }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
7674
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
7675
7675
  getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7676
7676
  readonly type: "function";
7677
7677
  readonly name: "getFeeGrowthGlobals";
@@ -8513,7 +8513,7 @@ declare const getStateView: (client: Client | PublicClient) => {
8513
8513
  fee: number;
8514
8514
  tickSpacing: number;
8515
8515
  hooks: `0x${string}`;
8516
- }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
8516
+ }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
8517
8517
  currency0: `0x${string}`;
8518
8518
  currency1: `0x${string}`;
8519
8519
  fee: number;
@@ -9360,7 +9360,7 @@ declare const getStateView: (client: Client | PublicClient) => {
9360
9360
  fee: number;
9361
9361
  tickSpacing: number;
9362
9362
  hooks: `0x${string}`;
9363
- }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
9363
+ }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
9364
9364
  getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9365
9365
  readonly type: "function";
9366
9366
  readonly name: "getFeeGrowthGlobals";
@@ -10202,7 +10202,7 @@ declare const getStateView: (client: Client | PublicClient) => {
10202
10202
  fee: number;
10203
10203
  tickSpacing: number;
10204
10204
  hooks: `0x${string}`;
10205
- }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
10205
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
10206
10206
  currency0: `0x${string}`;
10207
10207
  currency1: `0x${string}`;
10208
10208
  fee: number;
@@ -11049,7 +11049,7 @@ declare const getStateView: (client: Client | PublicClient) => {
11049
11049
  fee: number;
11050
11050
  tickSpacing: number;
11051
11051
  hooks: `0x${string}`;
11052
- }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
11052
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
11053
11053
  getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11054
11054
  readonly type: "function";
11055
11055
  readonly name: "getFeeGrowthGlobals";
@@ -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" | "functionName" | "args">> | 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?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11901
11901
  readonly type: "function";
11902
11902
  readonly name: "getFeeGrowthGlobals";
11903
11903
  readonly inputs: readonly [{
@@ -12744,7 +12744,7 @@ declare const getStateView: (client: Client | PublicClient) => {
12744
12744
  fee: number;
12745
12745
  tickSpacing: number;
12746
12746
  hooks: `0x${string}`;
12747
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
12747
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
12748
12748
  currency0: `0x${string}`;
12749
12749
  currency1: `0x${string}`;
12750
12750
  fee: number;
@@ -13597,7 +13597,7 @@ declare const getStateView: (client: Client | PublicClient) => {
13597
13597
  fee: number;
13598
13598
  tickSpacing: number;
13599
13599
  hooks: `0x${string}`;
13600
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
13600
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
13601
13601
  currency0: `0x${string}`;
13602
13602
  currency1: `0x${string}`;
13603
13603
  fee: number;
@@ -14450,7 +14450,7 @@ declare const getStateView: (client: Client | PublicClient) => {
14450
14450
  fee: number;
14451
14451
  tickSpacing: number;
14452
14452
  hooks: `0x${string}`;
14453
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
14453
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
14454
14454
  getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14455
14455
  readonly type: "function";
14456
14456
  readonly name: "getFeeGrowthGlobals";
@@ -15292,7 +15292,7 @@ declare const getStateView: (client: Client | PublicClient) => {
15292
15292
  fee: number;
15293
15293
  tickSpacing: number;
15294
15294
  hooks: `0x${string}`;
15295
- }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
15295
+ }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
15296
15296
  currency0: `0x${string}`;
15297
15297
  currency1: `0x${string}`;
15298
15298
  fee: number;
@@ -16139,7 +16139,7 @@ declare const getStateView: (client: Client | PublicClient) => {
16139
16139
  fee: number;
16140
16140
  tickSpacing: number;
16141
16141
  hooks: `0x${string}`;
16142
- }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
16142
+ }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
16143
16143
  getSlot0: (args: readonly [`0x${string}`, {
16144
16144
  currency0: `0x${string}`;
16145
16145
  currency1: `0x${string}`;
@@ -16987,7 +16987,7 @@ declare const getStateView: (client: Client | PublicClient) => {
16987
16987
  fee: number;
16988
16988
  tickSpacing: number;
16989
16989
  hooks: `0x${string}`;
16990
- }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16990
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16991
16991
  getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16992
16992
  readonly type: "function";
16993
16993
  readonly name: "getFeeGrowthGlobals";
@@ -17823,7 +17823,7 @@ declare const getStateView: (client: Client | PublicClient) => {
17823
17823
  readonly internalType: "int128";
17824
17824
  }];
17825
17825
  readonly stateMutability: "view";
17826
- }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17826
+ }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17827
17827
  getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17828
17828
  readonly type: "function";
17829
17829
  readonly name: "getFeeGrowthGlobals";
@@ -18665,7 +18665,7 @@ declare const getStateView: (client: Client | PublicClient) => {
18665
18665
  fee: number;
18666
18666
  tickSpacing: number;
18667
18667
  hooks: `0x${string}`;
18668
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
18668
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
18669
18669
  currency0: `0x${string}`;
18670
18670
  currency1: `0x${string}`;
18671
18671
  fee: number;
@@ -19512,7 +19512,7 @@ declare const getStateView: (client: Client | PublicClient) => {
19512
19512
  fee: number;
19513
19513
  tickSpacing: number;
19514
19514
  hooks: `0x${string}`;
19515
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
19515
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
19516
19516
  getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19517
19517
  readonly type: "function";
19518
19518
  readonly name: "getFeeGrowthGlobals";
@@ -20354,7 +20354,7 @@ declare const getStateView: (client: Client | PublicClient) => {
20354
20354
  fee: number;
20355
20355
  tickSpacing: number;
20356
20356
  hooks: `0x${string}`;
20357
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
20357
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
20358
20358
  currency0: `0x${string}`;
20359
20359
  currency1: `0x${string}`;
20360
20360
  fee: number;
@@ -21201,7 +21201,7 @@ declare const getStateView: (client: Client | PublicClient) => {
21201
21201
  fee: number;
21202
21202
  tickSpacing: number;
21203
21203
  hooks: `0x${string}`;
21204
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
21204
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
21205
21205
  getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21206
21206
  readonly type: "function";
21207
21207
  readonly name: "getFeeGrowthGlobals";
@@ -22043,7 +22043,7 @@ declare const getStateView: (client: Client | PublicClient) => {
22043
22043
  fee: number;
22044
22044
  tickSpacing: number;
22045
22045
  hooks: `0x${string}`;
22046
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
22046
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
22047
22047
  currency0: `0x${string}`;
22048
22048
  currency1: `0x${string}`;
22049
22049
  fee: number;
@@ -22890,7 +22890,7 @@ declare const getStateView: (client: Client | PublicClient) => {
22890
22890
  fee: number;
22891
22891
  tickSpacing: number;
22892
22892
  hooks: `0x${string}`;
22893
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
22893
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
22894
22894
  getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22895
22895
  readonly type: "function";
22896
22896
  readonly name: "getFeeGrowthGlobals";
@@ -23732,7 +23732,7 @@ declare const getStateView: (client: Client | PublicClient) => {
23732
23732
  fee: number;
23733
23733
  tickSpacing: number;
23734
23734
  hooks: `0x${string}`;
23735
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
23735
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
23736
23736
  currency0: `0x${string}`;
23737
23737
  currency1: `0x${string}`;
23738
23738
  fee: number;
@@ -24579,7 +24579,7 @@ declare const getStateView: (client: Client | PublicClient) => {
24579
24579
  fee: number;
24580
24580
  tickSpacing: number;
24581
24581
  hooks: `0x${string}`;
24582
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
24582
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
24583
24583
  };
24584
24584
  address: `0x${string}`;
24585
24585
  abi: readonly [{
@@ -26359,7 +26359,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26359
26359
  readonly internalType: "uint256";
26360
26360
  }];
26361
26361
  readonly stateMutability: "view";
26362
- }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
26362
+ }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26363
26363
  getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26364
26364
  readonly type: "function";
26365
26365
  readonly name: "batchGetRefTick";
@@ -27298,7 +27298,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27298
27298
  readonly internalType: "uint256";
27299
27299
  }];
27300
27300
  readonly stateMutability: "view";
27301
- }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
27301
+ }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
27302
27302
  tickLower: number;
27303
27303
  tickUpper: number;
27304
27304
  prevTickLower: number;
@@ -28249,7 +28249,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28249
28249
  readonly internalType: "uint256";
28250
28250
  }];
28251
28251
  readonly stateMutability: "view";
28252
- }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
28252
+ }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
28253
28253
  optionId: bigint;
28254
28254
  owner: `0x${string}`;
28255
28255
  optionType: number;
@@ -29198,7 +29198,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29198
29198
  readonly internalType: "uint256";
29199
29199
  }];
29200
29200
  readonly stateMutability: "view";
29201
- }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
29201
+ }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
29202
29202
  openingFeeRate: number;
29203
29203
  baseFeeRate: number;
29204
29204
  minOpeningFee: bigint;
@@ -30143,7 +30143,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30143
30143
  readonly internalType: "uint256";
30144
30144
  }];
30145
30145
  readonly stateMutability: "view";
30146
- }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
30146
+ }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
30147
30147
  globalMintPaused: {
30148
30148
  paused: boolean;
30149
30149
  updatedAt: bigint;
@@ -31098,7 +31098,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31098
31098
  readonly internalType: "uint256";
31099
31099
  }];
31100
31100
  readonly stateMutability: "view";
31101
- }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
31101
+ }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
31102
31102
  getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31103
31103
  readonly type: "function";
31104
31104
  readonly name: "batchGetRefTick";
@@ -32037,7 +32037,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
32037
32037
  readonly internalType: "uint256";
32038
32038
  }];
32039
32039
  readonly stateMutability: "view";
32040
- }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
32040
+ }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
32041
32041
  guardian: `0x${string}`;
32042
32042
  vault: `0x${string}`;
32043
32043
  poolManager: `0x${string}`;
@@ -32996,7 +32996,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
32996
32996
  readonly internalType: "uint256";
32997
32997
  }];
32998
32998
  readonly stateMutability: "view";
32999
- }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
32999
+ }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
33000
33000
  optionsCount: bigint;
33001
33001
  optionPricing: `0x${string}`;
33002
33002
  feeStrategy: `0x${string}`;
@@ -33940,7 +33940,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
33940
33940
  readonly internalType: "uint256";
33941
33941
  }];
33942
33942
  readonly stateMutability: "view";
33943
- }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
33943
+ }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
33944
33944
  getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33945
33945
  readonly type: "function";
33946
33946
  readonly name: "batchGetRefTick";
@@ -34879,7 +34879,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
34879
34879
  readonly internalType: "uint256";
34880
34880
  }];
34881
34881
  readonly stateMutability: "view";
34882
- }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
34882
+ }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
34883
34883
  getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34884
34884
  readonly type: "function";
34885
34885
  readonly name: "batchGetRefTick";
@@ -35818,7 +35818,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
35818
35818
  readonly internalType: "uint256";
35819
35819
  }];
35820
35820
  readonly stateMutability: "view";
35821
- }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
35821
+ }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
35822
35822
  getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
35823
35823
  readonly type: "function";
35824
35824
  readonly name: "batchGetRefTick";
@@ -36757,7 +36757,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
36757
36757
  readonly internalType: "uint256";
36758
36758
  }];
36759
36759
  readonly stateMutability: "view";
36760
- }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
36760
+ }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
36761
36761
  getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36762
36762
  readonly type: "function";
36763
36763
  readonly name: "batchGetRefTick";
@@ -37696,7 +37696,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
37696
37696
  readonly internalType: "uint256";
37697
37697
  }];
37698
37698
  readonly stateMutability: "view";
37699
- }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
37699
+ }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
37700
37700
  optionId: bigint;
37701
37701
  owner: `0x${string}`;
37702
37702
  optionType: number;
@@ -38645,7 +38645,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
38645
38645
  readonly internalType: "uint256";
38646
38646
  }];
38647
38647
  readonly stateMutability: "view";
38648
- }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
38648
+ }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
38649
38649
  logicContract: `0x${string}`;
38650
38650
  iv: number;
38651
38651
  riskFreeRate: number;
@@ -39590,7 +39590,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
39590
39590
  readonly internalType: "uint256";
39591
39591
  }];
39592
39592
  readonly stateMutability: "view";
39593
- }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
39593
+ }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
39594
39594
  optionId: bigint;
39595
39595
  owner: `0x${string}`;
39596
39596
  optionType: number;
@@ -40551,7 +40551,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
40551
40551
  fee: number;
40552
40552
  tickSpacing: number;
40553
40553
  hooks: `0x${string}`;
40554
- }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
40554
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
40555
40555
  token0: `0x${string}`;
40556
40556
  token1: `0x${string}`;
40557
40557
  token0Decimals: number;
@@ -41501,7 +41501,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
41501
41501
  readonly internalType: "uint256";
41502
41502
  }];
41503
41503
  readonly stateMutability: "view";
41504
- }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41504
+ }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41505
41505
  getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41506
41506
  readonly type: "function";
41507
41507
  readonly name: "batchGetRefTick";
@@ -42440,7 +42440,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
42440
42440
  readonly internalType: "uint256";
42441
42441
  }];
42442
42442
  readonly stateMutability: "view";
42443
- }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
42443
+ }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
42444
42444
  getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42445
42445
  readonly type: "function";
42446
42446
  readonly name: "batchGetRefTick";
@@ -43379,7 +43379,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
43379
43379
  readonly internalType: "uint256";
43380
43380
  }];
43381
43381
  readonly stateMutability: "view";
43382
- }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
43382
+ }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
43383
43383
  dailyFundingRate: number;
43384
43384
  minFundingAmount: bigint;
43385
43385
  }>;
@@ -44321,7 +44321,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
44321
44321
  readonly internalType: "uint256";
44322
44322
  }];
44323
44323
  readonly stateMutability: "view";
44324
- }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
44324
+ }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
44325
44325
  decimals: number;
44326
44326
  symbol: string;
44327
44327
  name: string;
@@ -45264,7 +45264,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
45264
45264
  readonly internalType: "uint256";
45265
45265
  }];
45266
45266
  readonly stateMutability: "view";
45267
- }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [readonly {
45267
+ }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly {
45268
45268
  optionId: bigint;
45269
45269
  owner: `0x${string}`;
45270
45270
  optionType: number;
@@ -46213,7 +46213,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
46213
46213
  readonly internalType: "uint256";
46214
46214
  }];
46215
46215
  readonly stateMutability: "view";
46216
- }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
46216
+ }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
46217
46217
  poolManager: `0x${string}`;
46218
46218
  poolKey: {
46219
46219
  currency0: `0x${string}`;
@@ -47162,7 +47162,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
47162
47162
  readonly internalType: "uint256";
47163
47163
  }];
47164
47164
  readonly stateMutability: "view";
47165
- }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
47165
+ }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
47166
47166
  };
47167
47167
  address: `0x${string}`;
47168
47168
  abi: readonly [{
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49211
- fetchStatus: _tanstack_query_core89.FetchStatus;
49210
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49211
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49212
49212
  promise: Promise<never>;
49213
- queryKey: _tanstack_query_core89.QueryKey;
49213
+ queryKey: _tanstack_query_core0.QueryKey;
49214
49214
  maxCallSize: Amount | undefined;
49215
49215
  maxPutSize: Amount | undefined;
49216
49216
  } | {
@@ -49236,10 +49236,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49236
49236
  isRefetching: boolean;
49237
49237
  isStale: boolean;
49238
49238
  isEnabled: boolean;
49239
- refetch: (options?: _tanstack_query_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49240
- fetchStatus: _tanstack_query_core89.FetchStatus;
49239
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49240
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49241
49241
  promise: Promise<never>;
49242
- queryKey: _tanstack_query_core89.QueryKey;
49242
+ queryKey: _tanstack_query_core0.QueryKey;
49243
49243
  maxCallSize: Amount | undefined;
49244
49244
  maxPutSize: Amount | undefined;
49245
49245
  } | {
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49269
- fetchStatus: _tanstack_query_core89.FetchStatus;
49268
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49269
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49270
49270
  promise: Promise<never>;
49271
- queryKey: _tanstack_query_core89.QueryKey;
49271
+ queryKey: _tanstack_query_core0.QueryKey;
49272
49272
  maxCallSize: Amount | undefined;
49273
49273
  maxPutSize: Amount | undefined;
49274
49274
  } | {
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49298
- fetchStatus: _tanstack_query_core89.FetchStatus;
49297
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49298
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49299
49299
  promise: Promise<never>;
49300
- queryKey: _tanstack_query_core89.QueryKey;
49300
+ queryKey: _tanstack_query_core0.QueryKey;
49301
49301
  maxCallSize: Amount | undefined;
49302
49302
  maxPutSize: Amount | undefined;
49303
49303
  } | {
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49327
- fetchStatus: _tanstack_query_core89.FetchStatus;
49326
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49327
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49328
49328
  promise: Promise<never>;
49329
- queryKey: _tanstack_query_core89.QueryKey;
49329
+ queryKey: _tanstack_query_core0.QueryKey;
49330
49330
  maxCallSize: Amount | undefined;
49331
49331
  maxPutSize: Amount | undefined;
49332
49332
  } | {
@@ -49352,10 +49352,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49352
49352
  isRefetching: boolean;
49353
49353
  isStale: boolean;
49354
49354
  isEnabled: boolean;
49355
- refetch: (options?: _tanstack_query_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49356
- fetchStatus: _tanstack_query_core89.FetchStatus;
49355
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49356
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49357
49357
  promise: Promise<never>;
49358
- queryKey: _tanstack_query_core89.QueryKey;
49358
+ queryKey: _tanstack_query_core0.QueryKey;
49359
49359
  maxCallSize: Amount | undefined;
49360
49360
  maxPutSize: Amount | undefined;
49361
49361
  };
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.FetchStatus;
51367
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51368
51368
  promise: Promise<{
51369
51369
  optionId: bigint;
51370
51370
  marketAddr: Address;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.FetchStatus;
52237
+ fetchStatus: _tanstack_query_core0.FetchStatus;
52238
52238
  promise: Promise<({
52239
52239
  type: "mint";
52240
52240
  data: {
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.FetchStatus;
53238
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53239
53239
  promise: Promise<{
53240
53240
  optionId: bigint;
53241
53241
  id: string;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53284
- fetchStatus: _tanstack_query_core89.FetchStatus;
53283
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53284
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53285
53285
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53286
- queryKey: _tanstack_query_core89.QueryKey;
53286
+ queryKey: _tanstack_query_core0.QueryKey;
53287
53287
  data: {
53288
53288
  canExtend: boolean | undefined;
53289
53289
  canExercise: boolean | undefined;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53319
- fetchStatus: _tanstack_query_core89.FetchStatus;
53318
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53319
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53320
53320
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53321
- queryKey: _tanstack_query_core89.QueryKey;
53321
+ queryKey: _tanstack_query_core0.QueryKey;
53322
53322
  data: {
53323
53323
  canExtend: boolean | undefined;
53324
53324
  canExercise: boolean | undefined;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53354
- fetchStatus: _tanstack_query_core89.FetchStatus;
53353
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53354
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53355
53355
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53356
- queryKey: _tanstack_query_core89.QueryKey;
53356
+ queryKey: _tanstack_query_core0.QueryKey;
53357
53357
  data: {
53358
53358
  canExtend: boolean | undefined;
53359
53359
  canExercise: boolean | undefined;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53389
- fetchStatus: _tanstack_query_core89.FetchStatus;
53388
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53389
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53390
53390
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53391
- queryKey: _tanstack_query_core89.QueryKey;
53391
+ queryKey: _tanstack_query_core0.QueryKey;
53392
53392
  data: {
53393
53393
  canExtend: boolean | undefined;
53394
53394
  canExercise: boolean | undefined;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53424
- fetchStatus: _tanstack_query_core89.FetchStatus;
53423
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53424
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53425
53425
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53426
- queryKey: _tanstack_query_core89.QueryKey;
53426
+ queryKey: _tanstack_query_core0.QueryKey;
53427
53427
  data: {
53428
53428
  canExtend: boolean | undefined;
53429
53429
  canExercise: boolean | undefined;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53459
- fetchStatus: _tanstack_query_core89.FetchStatus;
53458
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53459
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53460
53460
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53461
- queryKey: _tanstack_query_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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_core89.FetchStatus;
53854
+ fetchStatus: _tanstack_query_core0.FetchStatus;
53855
53855
  promise: Promise<{
53856
53856
  spendingApproval: bigint;
53857
53857
  operatorAddr: string;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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;
@@ -54853,7 +54853,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54853
54853
  borrowedAmount0: bigint;
54854
54854
  borrowedAmount1: bigint;
54855
54855
  }[], viem0.ReadContractErrorType>>;
54856
- fetchStatus: _tanstack_query_core89.FetchStatus;
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_core89.QueryKey;
54870
+ queryKey: _tanstack_query_core0.QueryKey;
54871
54871
  data: readonly {
54872
54872
  tickLower: number;
54873
54873
  tickUpper: number;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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;
@@ -54917,7 +54917,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54917
54917
  borrowedAmount0: bigint;
54918
54918
  borrowedAmount1: bigint;
54919
54919
  }[], viem0.ReadContractErrorType>>;
54920
- fetchStatus: _tanstack_query_core89.FetchStatus;
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_core89.QueryKey;
54934
+ queryKey: _tanstack_query_core0.QueryKey;
54935
54935
  data: readonly {
54936
54936
  tickLower: number;
54937
54937
  tickUpper: number;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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;
@@ -54981,7 +54981,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54981
54981
  borrowedAmount0: bigint;
54982
54982
  borrowedAmount1: bigint;
54983
54983
  }[], viem0.ReadContractErrorType>>;
54984
- fetchStatus: _tanstack_query_core89.FetchStatus;
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_core89.QueryKey;
54998
+ queryKey: _tanstack_query_core0.QueryKey;
54999
54999
  data: readonly {
55000
55000
  tickLower: number;
55001
55001
  tickUpper: number;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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;
@@ -55045,7 +55045,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55045
55045
  borrowedAmount0: bigint;
55046
55046
  borrowedAmount1: bigint;
55047
55047
  }[], viem0.ReadContractErrorType>>;
55048
- fetchStatus: _tanstack_query_core89.FetchStatus;
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_core89.QueryKey;
55062
+ queryKey: _tanstack_query_core0.QueryKey;
55063
55063
  data: readonly {
55064
55064
  tickLower: number;
55065
55065
  tickUpper: number;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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;
@@ -55109,7 +55109,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55109
55109
  borrowedAmount0: bigint;
55110
55110
  borrowedAmount1: bigint;
55111
55111
  }[], viem0.ReadContractErrorType>>;
55112
- fetchStatus: _tanstack_query_core89.FetchStatus;
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_core89.QueryKey;
55126
+ queryKey: _tanstack_query_core0.QueryKey;
55127
55127
  data: readonly {
55128
55128
  tickLower: number;
55129
55129
  tickUpper: number;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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;
@@ -55173,7 +55173,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55173
55173
  borrowedAmount0: bigint;
55174
55174
  borrowedAmount1: bigint;
55175
55175
  }[], viem0.ReadContractErrorType>>;
55176
- fetchStatus: _tanstack_query_core89.FetchStatus;
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_core89.QueryKey;
55190
+ queryKey: _tanstack_query_core0.QueryKey;
55191
55191
  data: readonly {
55192
55192
  tickLower: number;
55193
55193
  tickUpper: number;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.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], viem0.ReadContractErrorType>>;
55252
55252
  };
55253
55253
  //#endregion
55254
55254
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55287
- fetchStatus: _tanstack_query_core89.FetchStatus;
55286
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55287
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55288
55288
  promise: Promise<bigint>;
55289
- queryKey: _tanstack_query_core89.QueryKey;
55289
+ queryKey: _tanstack_query_core0.QueryKey;
55290
55290
  data: Amount | undefined;
55291
55291
  } | {
55292
55292
  error: null;
@@ -55311,10 +55311,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55311
55311
  isRefetching: boolean;
55312
55312
  isStale: boolean;
55313
55313
  isEnabled: boolean;
55314
- refetch: (options?: _tanstack_query_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55315
- fetchStatus: _tanstack_query_core89.FetchStatus;
55314
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55315
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55316
55316
  promise: Promise<bigint>;
55317
- queryKey: _tanstack_query_core89.QueryKey;
55317
+ queryKey: _tanstack_query_core0.QueryKey;
55318
55318
  data: Amount | undefined;
55319
55319
  } | {
55320
55320
  error: viem0.ReadContractErrorType;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55343
- fetchStatus: _tanstack_query_core89.FetchStatus;
55342
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55343
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55344
55344
  promise: Promise<bigint>;
55345
- queryKey: _tanstack_query_core89.QueryKey;
55345
+ queryKey: _tanstack_query_core0.QueryKey;
55346
55346
  data: Amount | undefined;
55347
55347
  } | {
55348
55348
  error: null;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55371
- fetchStatus: _tanstack_query_core89.FetchStatus;
55370
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55371
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55372
55372
  promise: Promise<bigint>;
55373
- queryKey: _tanstack_query_core89.QueryKey;
55373
+ queryKey: _tanstack_query_core0.QueryKey;
55374
55374
  data: Amount | undefined;
55375
55375
  } | {
55376
55376
  error: null;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55399
- fetchStatus: _tanstack_query_core89.FetchStatus;
55398
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55399
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55400
55400
  promise: Promise<bigint>;
55401
- queryKey: _tanstack_query_core89.QueryKey;
55401
+ queryKey: _tanstack_query_core0.QueryKey;
55402
55402
  data: Amount | undefined;
55403
55403
  } | {
55404
55404
  isError: false;
@@ -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_core89.RefetchOptions) => Promise<_tanstack_query_core89.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55427
- fetchStatus: _tanstack_query_core89.FetchStatus;
55426
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55427
+ fetchStatus: _tanstack_query_core0.FetchStatus;
55428
55428
  promise: Promise<bigint>;
55429
- queryKey: _tanstack_query_core89.QueryKey;
55429
+ queryKey: _tanstack_query_core0.QueryKey;
55430
55430
  data: Amount | undefined;
55431
55431
  };
55432
55432
  //#endregion
@@ -56398,8 +56398,8 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
56398
56398
  //#endregion
56399
56399
  //#region src/hooks/guardian/usePauseGlobalTrading.d.ts
56400
56400
  declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56401
- data: undefined;
56402
56401
  error: null;
56402
+ data: undefined;
56403
56403
  status: "idle";
56404
56404
  isError: false;
56405
56405
  isPending: false;
@@ -56415,8 +56415,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56415
56415
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
56416
56416
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56417
56417
  } | {
56418
- data: undefined;
56419
56418
  error: null;
56419
+ data: undefined;
56420
56420
  status: "pending";
56421
56421
  isError: false;
56422
56422
  isPending: true;
@@ -56433,9 +56433,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56433
56433
  account?: `0x${string}` | viem0.Account | null | undefined;
56434
56434
  value?: bigint | undefined;
56435
56435
  dataSuffix?: `0x${string}` | undefined;
56436
+ type?: "legacy" | undefined;
56436
56437
  gas?: bigint | undefined;
56437
56438
  nonce?: number | undefined;
56438
- type?: "legacy" | undefined;
56439
56439
  blobs?: undefined;
56440
56440
  blobVersionedHashes?: undefined;
56441
56441
  kzg?: undefined;
@@ -56457,9 +56457,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56457
56457
  account?: `0x${string}` | viem0.Account | null | undefined;
56458
56458
  value?: bigint | undefined;
56459
56459
  dataSuffix?: `0x${string}` | undefined;
56460
+ type?: "eip2930" | undefined;
56460
56461
  gas?: bigint | undefined;
56461
56462
  nonce?: number | undefined;
56462
- type?: "eip2930" | undefined;
56463
56463
  blobs?: undefined;
56464
56464
  blobVersionedHashes?: undefined;
56465
56465
  kzg?: undefined;
@@ -56481,9 +56481,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56481
56481
  account?: `0x${string}` | viem0.Account | null | undefined;
56482
56482
  value?: bigint | undefined;
56483
56483
  dataSuffix?: `0x${string}` | undefined;
56484
+ type?: "eip1559" | undefined;
56484
56485
  gas?: bigint | undefined;
56485
56486
  nonce?: number | undefined;
56486
- type?: "eip1559" | undefined;
56487
56487
  blobs?: undefined;
56488
56488
  blobVersionedHashes?: undefined;
56489
56489
  kzg?: undefined;
@@ -56505,9 +56505,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56505
56505
  account?: `0x${string}` | viem0.Account | null | undefined;
56506
56506
  value?: bigint | undefined;
56507
56507
  dataSuffix?: `0x${string}` | undefined;
56508
+ type?: "eip4844" | undefined;
56508
56509
  gas?: bigint | undefined;
56509
56510
  nonce?: number | undefined;
56510
- type?: "eip4844" | undefined;
56511
56511
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
56512
56512
  blobVersionedHashes: readonly viem0.Hex[];
56513
56513
  kzg?: undefined;
@@ -56529,9 +56529,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56529
56529
  account?: `0x${string}` | viem0.Account | null | undefined;
56530
56530
  value?: bigint | undefined;
56531
56531
  dataSuffix?: `0x${string}` | undefined;
56532
+ type?: "eip4844" | undefined;
56532
56533
  gas?: bigint | undefined;
56533
56534
  nonce?: number | undefined;
56534
- type?: "eip4844" | undefined;
56535
56535
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
56536
56536
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
56537
56537
  kzg?: viem0.Kzg | undefined;
@@ -56553,9 +56553,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56553
56553
  account?: `0x${string}` | viem0.Account | null | undefined;
56554
56554
  value?: bigint | undefined;
56555
56555
  dataSuffix?: `0x${string}` | undefined;
56556
+ type?: "eip7702" | undefined;
56556
56557
  gas?: bigint | undefined;
56557
56558
  nonce?: number | undefined;
56558
- type?: "eip7702" | undefined;
56559
56559
  blobs?: undefined;
56560
56560
  blobVersionedHashes?: undefined;
56561
56561
  kzg?: undefined;
@@ -56576,8 +56576,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56576
56576
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
56577
56577
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56578
56578
  } | {
56579
- data: undefined;
56580
56579
  error: _wagmi_core0.WriteContractErrorType;
56580
+ data: undefined;
56581
56581
  status: "error";
56582
56582
  isError: true;
56583
56583
  isPending: false;
@@ -56594,9 +56594,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56594
56594
  account?: `0x${string}` | viem0.Account | null | undefined;
56595
56595
  value?: bigint | undefined;
56596
56596
  dataSuffix?: `0x${string}` | undefined;
56597
+ type?: "legacy" | undefined;
56597
56598
  gas?: bigint | undefined;
56598
56599
  nonce?: number | undefined;
56599
- type?: "legacy" | undefined;
56600
56600
  blobs?: undefined;
56601
56601
  blobVersionedHashes?: undefined;
56602
56602
  kzg?: undefined;
@@ -56618,9 +56618,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56618
56618
  account?: `0x${string}` | viem0.Account | null | undefined;
56619
56619
  value?: bigint | undefined;
56620
56620
  dataSuffix?: `0x${string}` | undefined;
56621
+ type?: "eip2930" | undefined;
56621
56622
  gas?: bigint | undefined;
56622
56623
  nonce?: number | undefined;
56623
- type?: "eip2930" | undefined;
56624
56624
  blobs?: undefined;
56625
56625
  blobVersionedHashes?: undefined;
56626
56626
  kzg?: undefined;
@@ -56642,9 +56642,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56642
56642
  account?: `0x${string}` | viem0.Account | null | undefined;
56643
56643
  value?: bigint | undefined;
56644
56644
  dataSuffix?: `0x${string}` | undefined;
56645
+ type?: "eip1559" | undefined;
56645
56646
  gas?: bigint | undefined;
56646
56647
  nonce?: number | undefined;
56647
- type?: "eip1559" | undefined;
56648
56648
  blobs?: undefined;
56649
56649
  blobVersionedHashes?: undefined;
56650
56650
  kzg?: undefined;
@@ -56666,9 +56666,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56666
56666
  account?: `0x${string}` | viem0.Account | null | undefined;
56667
56667
  value?: bigint | undefined;
56668
56668
  dataSuffix?: `0x${string}` | undefined;
56669
+ type?: "eip4844" | undefined;
56669
56670
  gas?: bigint | undefined;
56670
56671
  nonce?: number | undefined;
56671
- type?: "eip4844" | undefined;
56672
56672
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
56673
56673
  blobVersionedHashes: readonly viem0.Hex[];
56674
56674
  kzg?: undefined;
@@ -56690,9 +56690,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56690
56690
  account?: `0x${string}` | viem0.Account | null | undefined;
56691
56691
  value?: bigint | undefined;
56692
56692
  dataSuffix?: `0x${string}` | undefined;
56693
+ type?: "eip4844" | undefined;
56693
56694
  gas?: bigint | undefined;
56694
56695
  nonce?: number | undefined;
56695
- type?: "eip4844" | undefined;
56696
56696
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
56697
56697
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
56698
56698
  kzg?: viem0.Kzg | undefined;
@@ -56714,9 +56714,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56714
56714
  account?: `0x${string}` | viem0.Account | null | undefined;
56715
56715
  value?: bigint | undefined;
56716
56716
  dataSuffix?: `0x${string}` | undefined;
56717
+ type?: "eip7702" | undefined;
56717
56718
  gas?: bigint | undefined;
56718
56719
  nonce?: number | undefined;
56719
- type?: "eip7702" | undefined;
56720
56720
  blobs?: undefined;
56721
56721
  blobVersionedHashes?: undefined;
56722
56722
  kzg?: undefined;
@@ -56737,8 +56737,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56737
56737
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
56738
56738
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56739
56739
  } | {
56740
- data: `0x${string}`;
56741
56740
  error: null;
56741
+ data: `0x${string}`;
56742
56742
  status: "success";
56743
56743
  isError: false;
56744
56744
  isPending: false;
@@ -56755,9 +56755,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56755
56755
  account?: `0x${string}` | viem0.Account | null | undefined;
56756
56756
  value?: bigint | undefined;
56757
56757
  dataSuffix?: `0x${string}` | undefined;
56758
+ type?: "legacy" | undefined;
56758
56759
  gas?: bigint | undefined;
56759
56760
  nonce?: number | undefined;
56760
- type?: "legacy" | undefined;
56761
56761
  blobs?: undefined;
56762
56762
  blobVersionedHashes?: undefined;
56763
56763
  kzg?: undefined;
@@ -56779,9 +56779,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56779
56779
  account?: `0x${string}` | viem0.Account | null | undefined;
56780
56780
  value?: bigint | undefined;
56781
56781
  dataSuffix?: `0x${string}` | undefined;
56782
+ type?: "eip2930" | undefined;
56782
56783
  gas?: bigint | undefined;
56783
56784
  nonce?: number | undefined;
56784
- type?: "eip2930" | undefined;
56785
56785
  blobs?: undefined;
56786
56786
  blobVersionedHashes?: undefined;
56787
56787
  kzg?: undefined;
@@ -56803,9 +56803,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56803
56803
  account?: `0x${string}` | viem0.Account | null | undefined;
56804
56804
  value?: bigint | undefined;
56805
56805
  dataSuffix?: `0x${string}` | undefined;
56806
+ type?: "eip1559" | undefined;
56806
56807
  gas?: bigint | undefined;
56807
56808
  nonce?: number | undefined;
56808
- type?: "eip1559" | undefined;
56809
56809
  blobs?: undefined;
56810
56810
  blobVersionedHashes?: undefined;
56811
56811
  kzg?: undefined;
@@ -56827,9 +56827,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56827
56827
  account?: `0x${string}` | viem0.Account | null | undefined;
56828
56828
  value?: bigint | undefined;
56829
56829
  dataSuffix?: `0x${string}` | undefined;
56830
+ type?: "eip4844" | undefined;
56830
56831
  gas?: bigint | undefined;
56831
56832
  nonce?: number | undefined;
56832
- type?: "eip4844" | undefined;
56833
56833
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
56834
56834
  blobVersionedHashes: readonly viem0.Hex[];
56835
56835
  kzg?: undefined;
@@ -56851,9 +56851,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56851
56851
  account?: `0x${string}` | viem0.Account | null | undefined;
56852
56852
  value?: bigint | undefined;
56853
56853
  dataSuffix?: `0x${string}` | undefined;
56854
+ type?: "eip4844" | undefined;
56854
56855
  gas?: bigint | undefined;
56855
56856
  nonce?: number | undefined;
56856
- type?: "eip4844" | undefined;
56857
56857
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
56858
56858
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
56859
56859
  kzg?: viem0.Kzg | undefined;
@@ -56875,9 +56875,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56875
56875
  account?: `0x${string}` | viem0.Account | null | undefined;
56876
56876
  value?: bigint | undefined;
56877
56877
  dataSuffix?: `0x${string}` | undefined;
56878
+ type?: "eip7702" | undefined;
56878
56879
  gas?: bigint | undefined;
56879
56880
  nonce?: number | undefined;
56880
- type?: "eip7702" | undefined;
56881
56881
  blobs?: undefined;
56882
56882
  blobVersionedHashes?: undefined;
56883
56883
  kzg?: undefined;
@@ -56901,8 +56901,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56901
56901
  //#endregion
56902
56902
  //#region src/hooks/guardian/usePauseMarketTrading.d.ts
56903
56903
  declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56904
- data: undefined;
56905
56904
  error: null;
56905
+ data: undefined;
56906
56906
  status: "idle";
56907
56907
  isError: false;
56908
56908
  isPending: false;
@@ -56918,8 +56918,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56918
56918
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
56919
56919
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
56920
56920
  } | {
56921
- data: undefined;
56922
56921
  error: null;
56922
+ data: undefined;
56923
56923
  status: "pending";
56924
56924
  isError: false;
56925
56925
  isPending: true;
@@ -56936,9 +56936,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56936
56936
  account?: `0x${string}` | viem0.Account | null | undefined;
56937
56937
  value?: bigint | undefined;
56938
56938
  dataSuffix?: `0x${string}` | undefined;
56939
+ type?: "legacy" | undefined;
56939
56940
  gas?: bigint | undefined;
56940
56941
  nonce?: number | undefined;
56941
- type?: "legacy" | undefined;
56942
56942
  blobs?: undefined;
56943
56943
  blobVersionedHashes?: undefined;
56944
56944
  kzg?: undefined;
@@ -56960,9 +56960,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56960
56960
  account?: `0x${string}` | viem0.Account | null | undefined;
56961
56961
  value?: bigint | undefined;
56962
56962
  dataSuffix?: `0x${string}` | undefined;
56963
+ type?: "eip2930" | undefined;
56963
56964
  gas?: bigint | undefined;
56964
56965
  nonce?: number | undefined;
56965
- type?: "eip2930" | undefined;
56966
56966
  blobs?: undefined;
56967
56967
  blobVersionedHashes?: undefined;
56968
56968
  kzg?: undefined;
@@ -56984,9 +56984,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56984
56984
  account?: `0x${string}` | viem0.Account | null | undefined;
56985
56985
  value?: bigint | undefined;
56986
56986
  dataSuffix?: `0x${string}` | undefined;
56987
+ type?: "eip1559" | undefined;
56987
56988
  gas?: bigint | undefined;
56988
56989
  nonce?: number | undefined;
56989
- type?: "eip1559" | undefined;
56990
56990
  blobs?: undefined;
56991
56991
  blobVersionedHashes?: undefined;
56992
56992
  kzg?: undefined;
@@ -57008,9 +57008,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57008
57008
  account?: `0x${string}` | viem0.Account | null | undefined;
57009
57009
  value?: bigint | undefined;
57010
57010
  dataSuffix?: `0x${string}` | undefined;
57011
+ type?: "eip4844" | undefined;
57011
57012
  gas?: bigint | undefined;
57012
57013
  nonce?: number | undefined;
57013
- type?: "eip4844" | undefined;
57014
57014
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57015
57015
  blobVersionedHashes: readonly viem0.Hex[];
57016
57016
  kzg?: undefined;
@@ -57032,9 +57032,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57032
57032
  account?: `0x${string}` | viem0.Account | null | undefined;
57033
57033
  value?: bigint | undefined;
57034
57034
  dataSuffix?: `0x${string}` | undefined;
57035
+ type?: "eip4844" | undefined;
57035
57036
  gas?: bigint | undefined;
57036
57037
  nonce?: number | undefined;
57037
- type?: "eip4844" | undefined;
57038
57038
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57039
57039
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57040
57040
  kzg?: viem0.Kzg | undefined;
@@ -57056,9 +57056,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57056
57056
  account?: `0x${string}` | viem0.Account | null | undefined;
57057
57057
  value?: bigint | undefined;
57058
57058
  dataSuffix?: `0x${string}` | undefined;
57059
+ type?: "eip7702" | undefined;
57059
57060
  gas?: bigint | undefined;
57060
57061
  nonce?: number | undefined;
57061
- type?: "eip7702" | undefined;
57062
57062
  blobs?: undefined;
57063
57063
  blobVersionedHashes?: undefined;
57064
57064
  kzg?: undefined;
@@ -57079,8 +57079,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57079
57079
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
57080
57080
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
57081
57081
  } | {
57082
- data: undefined;
57083
57082
  error: _wagmi_core0.WriteContractErrorType;
57083
+ data: undefined;
57084
57084
  status: "error";
57085
57085
  isError: true;
57086
57086
  isPending: false;
@@ -57097,9 +57097,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57097
57097
  account?: `0x${string}` | viem0.Account | null | undefined;
57098
57098
  value?: bigint | undefined;
57099
57099
  dataSuffix?: `0x${string}` | undefined;
57100
+ type?: "legacy" | undefined;
57100
57101
  gas?: bigint | undefined;
57101
57102
  nonce?: number | undefined;
57102
- type?: "legacy" | undefined;
57103
57103
  blobs?: undefined;
57104
57104
  blobVersionedHashes?: undefined;
57105
57105
  kzg?: undefined;
@@ -57121,9 +57121,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57121
57121
  account?: `0x${string}` | viem0.Account | null | undefined;
57122
57122
  value?: bigint | undefined;
57123
57123
  dataSuffix?: `0x${string}` | undefined;
57124
+ type?: "eip2930" | undefined;
57124
57125
  gas?: bigint | undefined;
57125
57126
  nonce?: number | undefined;
57126
- type?: "eip2930" | undefined;
57127
57127
  blobs?: undefined;
57128
57128
  blobVersionedHashes?: undefined;
57129
57129
  kzg?: undefined;
@@ -57145,9 +57145,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57145
57145
  account?: `0x${string}` | viem0.Account | null | undefined;
57146
57146
  value?: bigint | undefined;
57147
57147
  dataSuffix?: `0x${string}` | undefined;
57148
+ type?: "eip1559" | undefined;
57148
57149
  gas?: bigint | undefined;
57149
57150
  nonce?: number | undefined;
57150
- type?: "eip1559" | undefined;
57151
57151
  blobs?: undefined;
57152
57152
  blobVersionedHashes?: undefined;
57153
57153
  kzg?: undefined;
@@ -57169,9 +57169,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57169
57169
  account?: `0x${string}` | viem0.Account | null | undefined;
57170
57170
  value?: bigint | undefined;
57171
57171
  dataSuffix?: `0x${string}` | undefined;
57172
+ type?: "eip4844" | undefined;
57172
57173
  gas?: bigint | undefined;
57173
57174
  nonce?: number | undefined;
57174
- type?: "eip4844" | undefined;
57175
57175
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57176
57176
  blobVersionedHashes: readonly viem0.Hex[];
57177
57177
  kzg?: undefined;
@@ -57193,9 +57193,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57193
57193
  account?: `0x${string}` | viem0.Account | null | undefined;
57194
57194
  value?: bigint | undefined;
57195
57195
  dataSuffix?: `0x${string}` | undefined;
57196
+ type?: "eip4844" | undefined;
57196
57197
  gas?: bigint | undefined;
57197
57198
  nonce?: number | undefined;
57198
- type?: "eip4844" | undefined;
57199
57199
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57200
57200
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57201
57201
  kzg?: viem0.Kzg | undefined;
@@ -57217,9 +57217,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57217
57217
  account?: `0x${string}` | viem0.Account | null | undefined;
57218
57218
  value?: bigint | undefined;
57219
57219
  dataSuffix?: `0x${string}` | undefined;
57220
+ type?: "eip7702" | undefined;
57220
57221
  gas?: bigint | undefined;
57221
57222
  nonce?: number | undefined;
57222
- type?: "eip7702" | undefined;
57223
57223
  blobs?: undefined;
57224
57224
  blobVersionedHashes?: undefined;
57225
57225
  kzg?: undefined;
@@ -57240,8 +57240,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57240
57240
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
57241
57241
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
57242
57242
  } | {
57243
- data: `0x${string}`;
57244
57243
  error: null;
57244
+ data: `0x${string}`;
57245
57245
  status: "success";
57246
57246
  isError: false;
57247
57247
  isPending: false;
@@ -57258,9 +57258,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57258
57258
  account?: `0x${string}` | viem0.Account | null | undefined;
57259
57259
  value?: bigint | undefined;
57260
57260
  dataSuffix?: `0x${string}` | undefined;
57261
+ type?: "legacy" | undefined;
57261
57262
  gas?: bigint | undefined;
57262
57263
  nonce?: number | undefined;
57263
- type?: "legacy" | undefined;
57264
57264
  blobs?: undefined;
57265
57265
  blobVersionedHashes?: undefined;
57266
57266
  kzg?: undefined;
@@ -57282,9 +57282,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57282
57282
  account?: `0x${string}` | viem0.Account | null | undefined;
57283
57283
  value?: bigint | undefined;
57284
57284
  dataSuffix?: `0x${string}` | undefined;
57285
+ type?: "eip2930" | undefined;
57285
57286
  gas?: bigint | undefined;
57286
57287
  nonce?: number | undefined;
57287
- type?: "eip2930" | undefined;
57288
57288
  blobs?: undefined;
57289
57289
  blobVersionedHashes?: undefined;
57290
57290
  kzg?: undefined;
@@ -57306,9 +57306,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57306
57306
  account?: `0x${string}` | viem0.Account | null | undefined;
57307
57307
  value?: bigint | undefined;
57308
57308
  dataSuffix?: `0x${string}` | undefined;
57309
+ type?: "eip1559" | undefined;
57309
57310
  gas?: bigint | undefined;
57310
57311
  nonce?: number | undefined;
57311
- type?: "eip1559" | undefined;
57312
57312
  blobs?: undefined;
57313
57313
  blobVersionedHashes?: undefined;
57314
57314
  kzg?: undefined;
@@ -57330,9 +57330,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57330
57330
  account?: `0x${string}` | viem0.Account | null | undefined;
57331
57331
  value?: bigint | undefined;
57332
57332
  dataSuffix?: `0x${string}` | undefined;
57333
+ type?: "eip4844" | undefined;
57333
57334
  gas?: bigint | undefined;
57334
57335
  nonce?: number | undefined;
57335
- type?: "eip4844" | undefined;
57336
57336
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57337
57337
  blobVersionedHashes: readonly viem0.Hex[];
57338
57338
  kzg?: undefined;
@@ -57354,9 +57354,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57354
57354
  account?: `0x${string}` | viem0.Account | null | undefined;
57355
57355
  value?: bigint | undefined;
57356
57356
  dataSuffix?: `0x${string}` | undefined;
57357
+ type?: "eip4844" | undefined;
57357
57358
  gas?: bigint | undefined;
57358
57359
  nonce?: number | undefined;
57359
- type?: "eip4844" | undefined;
57360
57360
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57361
57361
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57362
57362
  kzg?: viem0.Kzg | undefined;
@@ -57378,9 +57378,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57378
57378
  account?: `0x${string}` | viem0.Account | null | undefined;
57379
57379
  value?: bigint | undefined;
57380
57380
  dataSuffix?: `0x${string}` | undefined;
57381
+ type?: "eip7702" | undefined;
57381
57382
  gas?: bigint | undefined;
57382
57383
  nonce?: number | undefined;
57383
- type?: "eip7702" | undefined;
57384
57384
  blobs?: undefined;
57385
57385
  blobVersionedHashes?: undefined;
57386
57386
  kzg?: undefined;
@@ -57413,8 +57413,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
57413
57413
  //#endregion
57414
57414
  //#region src/hooks/fees/useUpdateMarketFees.d.ts
57415
57415
  declare const useUpdateMarketFees: (marketAddr: Address) => {
57416
- data: undefined;
57417
57416
  error: null;
57417
+ data: undefined;
57418
57418
  status: "idle";
57419
57419
  isError: false;
57420
57420
  isPending: false;
@@ -57440,8 +57440,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57440
57440
  newFeeStrategy: `0x${string}`;
57441
57441
  }>;
57442
57442
  } | {
57443
- data: undefined;
57444
57443
  error: null;
57444
+ data: undefined;
57445
57445
  status: "pending";
57446
57446
  isError: false;
57447
57447
  isPending: true;
@@ -57458,9 +57458,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57458
57458
  account?: `0x${string}` | viem0.Account | null | undefined;
57459
57459
  value?: bigint | undefined;
57460
57460
  dataSuffix?: `0x${string}` | undefined;
57461
+ type?: "legacy" | undefined;
57461
57462
  gas?: bigint | undefined;
57462
57463
  nonce?: number | undefined;
57463
- type?: "legacy" | undefined;
57464
57464
  blobs?: undefined;
57465
57465
  blobVersionedHashes?: undefined;
57466
57466
  kzg?: undefined;
@@ -57482,9 +57482,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57482
57482
  account?: `0x${string}` | viem0.Account | null | undefined;
57483
57483
  value?: bigint | undefined;
57484
57484
  dataSuffix?: `0x${string}` | undefined;
57485
+ type?: "eip2930" | undefined;
57485
57486
  gas?: bigint | undefined;
57486
57487
  nonce?: number | undefined;
57487
- type?: "eip2930" | undefined;
57488
57488
  blobs?: undefined;
57489
57489
  blobVersionedHashes?: undefined;
57490
57490
  kzg?: undefined;
@@ -57506,9 +57506,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57506
57506
  account?: `0x${string}` | viem0.Account | null | undefined;
57507
57507
  value?: bigint | undefined;
57508
57508
  dataSuffix?: `0x${string}` | undefined;
57509
+ type?: "eip1559" | undefined;
57509
57510
  gas?: bigint | undefined;
57510
57511
  nonce?: number | undefined;
57511
- type?: "eip1559" | undefined;
57512
57512
  blobs?: undefined;
57513
57513
  blobVersionedHashes?: undefined;
57514
57514
  kzg?: undefined;
@@ -57530,9 +57530,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57530
57530
  account?: `0x${string}` | viem0.Account | null | undefined;
57531
57531
  value?: bigint | undefined;
57532
57532
  dataSuffix?: `0x${string}` | undefined;
57533
+ type?: "eip4844" | undefined;
57533
57534
  gas?: bigint | undefined;
57534
57535
  nonce?: number | undefined;
57535
- type?: "eip4844" | undefined;
57536
57536
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57537
57537
  blobVersionedHashes: readonly viem0.Hex[];
57538
57538
  kzg?: undefined;
@@ -57554,9 +57554,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57554
57554
  account?: `0x${string}` | viem0.Account | null | undefined;
57555
57555
  value?: bigint | undefined;
57556
57556
  dataSuffix?: `0x${string}` | undefined;
57557
+ type?: "eip4844" | undefined;
57557
57558
  gas?: bigint | undefined;
57558
57559
  nonce?: number | undefined;
57559
- type?: "eip4844" | undefined;
57560
57560
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57561
57561
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57562
57562
  kzg?: viem0.Kzg | undefined;
@@ -57578,9 +57578,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57578
57578
  account?: `0x${string}` | viem0.Account | null | undefined;
57579
57579
  value?: bigint | undefined;
57580
57580
  dataSuffix?: `0x${string}` | undefined;
57581
+ type?: "eip7702" | undefined;
57581
57582
  gas?: bigint | undefined;
57582
57583
  nonce?: number | undefined;
57583
- type?: "eip7702" | undefined;
57584
57584
  blobs?: undefined;
57585
57585
  blobVersionedHashes?: undefined;
57586
57586
  kzg?: undefined;
@@ -57611,8 +57611,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57611
57611
  newFeeStrategy: `0x${string}`;
57612
57612
  }>;
57613
57613
  } | {
57614
- data: undefined;
57615
57614
  error: _wagmi_core0.WriteContractErrorType;
57615
+ data: undefined;
57616
57616
  status: "error";
57617
57617
  isError: true;
57618
57618
  isPending: false;
@@ -57629,9 +57629,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57629
57629
  account?: `0x${string}` | viem0.Account | null | undefined;
57630
57630
  value?: bigint | undefined;
57631
57631
  dataSuffix?: `0x${string}` | undefined;
57632
+ type?: "legacy" | undefined;
57632
57633
  gas?: bigint | undefined;
57633
57634
  nonce?: number | undefined;
57634
- type?: "legacy" | undefined;
57635
57635
  blobs?: undefined;
57636
57636
  blobVersionedHashes?: undefined;
57637
57637
  kzg?: undefined;
@@ -57653,9 +57653,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57653
57653
  account?: `0x${string}` | viem0.Account | null | undefined;
57654
57654
  value?: bigint | undefined;
57655
57655
  dataSuffix?: `0x${string}` | undefined;
57656
+ type?: "eip2930" | undefined;
57656
57657
  gas?: bigint | undefined;
57657
57658
  nonce?: number | undefined;
57658
- type?: "eip2930" | undefined;
57659
57659
  blobs?: undefined;
57660
57660
  blobVersionedHashes?: undefined;
57661
57661
  kzg?: undefined;
@@ -57677,9 +57677,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57677
57677
  account?: `0x${string}` | viem0.Account | null | undefined;
57678
57678
  value?: bigint | undefined;
57679
57679
  dataSuffix?: `0x${string}` | undefined;
57680
+ type?: "eip1559" | undefined;
57680
57681
  gas?: bigint | undefined;
57681
57682
  nonce?: number | undefined;
57682
- type?: "eip1559" | undefined;
57683
57683
  blobs?: undefined;
57684
57684
  blobVersionedHashes?: undefined;
57685
57685
  kzg?: undefined;
@@ -57701,9 +57701,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57701
57701
  account?: `0x${string}` | viem0.Account | null | undefined;
57702
57702
  value?: bigint | undefined;
57703
57703
  dataSuffix?: `0x${string}` | undefined;
57704
+ type?: "eip4844" | undefined;
57704
57705
  gas?: bigint | undefined;
57705
57706
  nonce?: number | undefined;
57706
- type?: "eip4844" | undefined;
57707
57707
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57708
57708
  blobVersionedHashes: readonly viem0.Hex[];
57709
57709
  kzg?: undefined;
@@ -57725,9 +57725,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57725
57725
  account?: `0x${string}` | viem0.Account | null | undefined;
57726
57726
  value?: bigint | undefined;
57727
57727
  dataSuffix?: `0x${string}` | undefined;
57728
+ type?: "eip4844" | undefined;
57728
57729
  gas?: bigint | undefined;
57729
57730
  nonce?: number | undefined;
57730
- type?: "eip4844" | undefined;
57731
57731
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57732
57732
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57733
57733
  kzg?: viem0.Kzg | undefined;
@@ -57749,9 +57749,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57749
57749
  account?: `0x${string}` | viem0.Account | null | undefined;
57750
57750
  value?: bigint | undefined;
57751
57751
  dataSuffix?: `0x${string}` | undefined;
57752
+ type?: "eip7702" | undefined;
57752
57753
  gas?: bigint | undefined;
57753
57754
  nonce?: number | undefined;
57754
- type?: "eip7702" | undefined;
57755
57755
  blobs?: undefined;
57756
57756
  blobVersionedHashes?: undefined;
57757
57757
  kzg?: undefined;
@@ -57782,8 +57782,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57782
57782
  newFeeStrategy: `0x${string}`;
57783
57783
  }>;
57784
57784
  } | {
57785
- data: `0x${string}`;
57786
57785
  error: null;
57786
+ data: `0x${string}`;
57787
57787
  status: "success";
57788
57788
  isError: false;
57789
57789
  isPending: false;
@@ -57800,9 +57800,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57800
57800
  account?: `0x${string}` | viem0.Account | null | undefined;
57801
57801
  value?: bigint | undefined;
57802
57802
  dataSuffix?: `0x${string}` | undefined;
57803
+ type?: "legacy" | undefined;
57803
57804
  gas?: bigint | undefined;
57804
57805
  nonce?: number | undefined;
57805
- type?: "legacy" | undefined;
57806
57806
  blobs?: undefined;
57807
57807
  blobVersionedHashes?: undefined;
57808
57808
  kzg?: undefined;
@@ -57824,9 +57824,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57824
57824
  account?: `0x${string}` | viem0.Account | null | undefined;
57825
57825
  value?: bigint | undefined;
57826
57826
  dataSuffix?: `0x${string}` | undefined;
57827
+ type?: "eip2930" | undefined;
57827
57828
  gas?: bigint | undefined;
57828
57829
  nonce?: number | undefined;
57829
- type?: "eip2930" | undefined;
57830
57830
  blobs?: undefined;
57831
57831
  blobVersionedHashes?: undefined;
57832
57832
  kzg?: undefined;
@@ -57848,9 +57848,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57848
57848
  account?: `0x${string}` | viem0.Account | null | undefined;
57849
57849
  value?: bigint | undefined;
57850
57850
  dataSuffix?: `0x${string}` | undefined;
57851
+ type?: "eip1559" | undefined;
57851
57852
  gas?: bigint | undefined;
57852
57853
  nonce?: number | undefined;
57853
- type?: "eip1559" | undefined;
57854
57854
  blobs?: undefined;
57855
57855
  blobVersionedHashes?: undefined;
57856
57856
  kzg?: undefined;
@@ -57872,9 +57872,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57872
57872
  account?: `0x${string}` | viem0.Account | null | undefined;
57873
57873
  value?: bigint | undefined;
57874
57874
  dataSuffix?: `0x${string}` | undefined;
57875
+ type?: "eip4844" | undefined;
57875
57876
  gas?: bigint | undefined;
57876
57877
  nonce?: number | undefined;
57877
- type?: "eip4844" | undefined;
57878
57878
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57879
57879
  blobVersionedHashes: readonly viem0.Hex[];
57880
57880
  kzg?: undefined;
@@ -57896,9 +57896,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57896
57896
  account?: `0x${string}` | viem0.Account | null | undefined;
57897
57897
  value?: bigint | undefined;
57898
57898
  dataSuffix?: `0x${string}` | undefined;
57899
+ type?: "eip4844" | undefined;
57899
57900
  gas?: bigint | undefined;
57900
57901
  nonce?: number | undefined;
57901
- type?: "eip4844" | undefined;
57902
57902
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57903
57903
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57904
57904
  kzg?: viem0.Kzg | undefined;
@@ -57920,9 +57920,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57920
57920
  account?: `0x${string}` | viem0.Account | null | undefined;
57921
57921
  value?: bigint | undefined;
57922
57922
  dataSuffix?: `0x${string}` | undefined;
57923
+ type?: "eip7702" | undefined;
57923
57924
  gas?: bigint | undefined;
57924
57925
  nonce?: number | undefined;
57925
- type?: "eip7702" | undefined;
57926
57926
  blobs?: undefined;
57927
57927
  blobVersionedHashes?: undefined;
57928
57928
  kzg?: undefined;
@@ -58926,8 +58926,8 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
58926
58926
  //#endregion
58927
58927
  //#region src/hooks/pricing/useUpdateMarketPricing.d.ts
58928
58928
  declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58929
- data: undefined;
58930
58929
  error: null;
58930
+ data: undefined;
58931
58931
  status: "idle";
58932
58932
  isError: false;
58933
58933
  isPending: false;
@@ -58951,8 +58951,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58951
58951
  newPricingAddr: `0x${string}`;
58952
58952
  }>;
58953
58953
  } | {
58954
- data: undefined;
58955
58954
  error: null;
58955
+ data: undefined;
58956
58956
  status: "pending";
58957
58957
  isError: false;
58958
58958
  isPending: true;
@@ -58969,9 +58969,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58969
58969
  account?: `0x${string}` | viem0.Account | null | undefined;
58970
58970
  value?: bigint | undefined;
58971
58971
  dataSuffix?: `0x${string}` | undefined;
58972
+ type?: "legacy" | undefined;
58972
58973
  gas?: bigint | undefined;
58973
58974
  nonce?: number | undefined;
58974
- type?: "legacy" | undefined;
58975
58975
  blobs?: undefined;
58976
58976
  blobVersionedHashes?: undefined;
58977
58977
  kzg?: undefined;
@@ -58993,9 +58993,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58993
58993
  account?: `0x${string}` | viem0.Account | null | undefined;
58994
58994
  value?: bigint | undefined;
58995
58995
  dataSuffix?: `0x${string}` | undefined;
58996
+ type?: "eip2930" | undefined;
58996
58997
  gas?: bigint | undefined;
58997
58998
  nonce?: number | undefined;
58998
- type?: "eip2930" | undefined;
58999
58999
  blobs?: undefined;
59000
59000
  blobVersionedHashes?: undefined;
59001
59001
  kzg?: undefined;
@@ -59017,9 +59017,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59017
59017
  account?: `0x${string}` | viem0.Account | null | undefined;
59018
59018
  value?: bigint | undefined;
59019
59019
  dataSuffix?: `0x${string}` | undefined;
59020
+ type?: "eip1559" | undefined;
59020
59021
  gas?: bigint | undefined;
59021
59022
  nonce?: number | undefined;
59022
- type?: "eip1559" | undefined;
59023
59023
  blobs?: undefined;
59024
59024
  blobVersionedHashes?: undefined;
59025
59025
  kzg?: undefined;
@@ -59041,9 +59041,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59041
59041
  account?: `0x${string}` | viem0.Account | null | undefined;
59042
59042
  value?: bigint | undefined;
59043
59043
  dataSuffix?: `0x${string}` | undefined;
59044
+ type?: "eip4844" | undefined;
59044
59045
  gas?: bigint | undefined;
59045
59046
  nonce?: number | undefined;
59046
- type?: "eip4844" | undefined;
59047
59047
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
59048
59048
  blobVersionedHashes: readonly viem0.Hex[];
59049
59049
  kzg?: undefined;
@@ -59065,9 +59065,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59065
59065
  account?: `0x${string}` | viem0.Account | null | undefined;
59066
59066
  value?: bigint | undefined;
59067
59067
  dataSuffix?: `0x${string}` | undefined;
59068
+ type?: "eip4844" | undefined;
59068
59069
  gas?: bigint | undefined;
59069
59070
  nonce?: number | undefined;
59070
- type?: "eip4844" | undefined;
59071
59071
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
59072
59072
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
59073
59073
  kzg?: viem0.Kzg | undefined;
@@ -59089,9 +59089,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59089
59089
  account?: `0x${string}` | viem0.Account | null | undefined;
59090
59090
  value?: bigint | undefined;
59091
59091
  dataSuffix?: `0x${string}` | undefined;
59092
+ type?: "eip7702" | undefined;
59092
59093
  gas?: bigint | undefined;
59093
59094
  nonce?: number | undefined;
59094
- type?: "eip7702" | undefined;
59095
59095
  blobs?: undefined;
59096
59096
  blobVersionedHashes?: undefined;
59097
59097
  kzg?: undefined;
@@ -59120,8 +59120,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59120
59120
  newPricingAddr: `0x${string}`;
59121
59121
  }>;
59122
59122
  } | {
59123
- data: undefined;
59124
59123
  error: _wagmi_core0.WriteContractErrorType;
59124
+ data: undefined;
59125
59125
  status: "error";
59126
59126
  isError: true;
59127
59127
  isPending: false;
@@ -59138,9 +59138,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59138
59138
  account?: `0x${string}` | viem0.Account | null | undefined;
59139
59139
  value?: bigint | undefined;
59140
59140
  dataSuffix?: `0x${string}` | undefined;
59141
+ type?: "legacy" | undefined;
59141
59142
  gas?: bigint | undefined;
59142
59143
  nonce?: number | undefined;
59143
- type?: "legacy" | undefined;
59144
59144
  blobs?: undefined;
59145
59145
  blobVersionedHashes?: undefined;
59146
59146
  kzg?: undefined;
@@ -59162,9 +59162,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59162
59162
  account?: `0x${string}` | viem0.Account | null | undefined;
59163
59163
  value?: bigint | undefined;
59164
59164
  dataSuffix?: `0x${string}` | undefined;
59165
+ type?: "eip2930" | undefined;
59165
59166
  gas?: bigint | undefined;
59166
59167
  nonce?: number | undefined;
59167
- type?: "eip2930" | undefined;
59168
59168
  blobs?: undefined;
59169
59169
  blobVersionedHashes?: undefined;
59170
59170
  kzg?: undefined;
@@ -59186,9 +59186,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59186
59186
  account?: `0x${string}` | viem0.Account | null | undefined;
59187
59187
  value?: bigint | undefined;
59188
59188
  dataSuffix?: `0x${string}` | undefined;
59189
+ type?: "eip1559" | undefined;
59189
59190
  gas?: bigint | undefined;
59190
59191
  nonce?: number | undefined;
59191
- type?: "eip1559" | undefined;
59192
59192
  blobs?: undefined;
59193
59193
  blobVersionedHashes?: undefined;
59194
59194
  kzg?: undefined;
@@ -59210,9 +59210,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59210
59210
  account?: `0x${string}` | viem0.Account | null | undefined;
59211
59211
  value?: bigint | undefined;
59212
59212
  dataSuffix?: `0x${string}` | undefined;
59213
+ type?: "eip4844" | undefined;
59213
59214
  gas?: bigint | undefined;
59214
59215
  nonce?: number | undefined;
59215
- type?: "eip4844" | undefined;
59216
59216
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
59217
59217
  blobVersionedHashes: readonly viem0.Hex[];
59218
59218
  kzg?: undefined;
@@ -59234,9 +59234,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59234
59234
  account?: `0x${string}` | viem0.Account | null | undefined;
59235
59235
  value?: bigint | undefined;
59236
59236
  dataSuffix?: `0x${string}` | undefined;
59237
+ type?: "eip4844" | undefined;
59237
59238
  gas?: bigint | undefined;
59238
59239
  nonce?: number | undefined;
59239
- type?: "eip4844" | undefined;
59240
59240
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
59241
59241
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
59242
59242
  kzg?: viem0.Kzg | undefined;
@@ -59258,9 +59258,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59258
59258
  account?: `0x${string}` | viem0.Account | null | undefined;
59259
59259
  value?: bigint | undefined;
59260
59260
  dataSuffix?: `0x${string}` | undefined;
59261
+ type?: "eip7702" | undefined;
59261
59262
  gas?: bigint | undefined;
59262
59263
  nonce?: number | undefined;
59263
- type?: "eip7702" | undefined;
59264
59264
  blobs?: undefined;
59265
59265
  blobVersionedHashes?: undefined;
59266
59266
  kzg?: undefined;
@@ -59289,8 +59289,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59289
59289
  newPricingAddr: `0x${string}`;
59290
59290
  }>;
59291
59291
  } | {
59292
- data: `0x${string}`;
59293
59292
  error: null;
59293
+ data: `0x${string}`;
59294
59294
  status: "success";
59295
59295
  isError: false;
59296
59296
  isPending: false;
@@ -59307,9 +59307,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59307
59307
  account?: `0x${string}` | viem0.Account | null | undefined;
59308
59308
  value?: bigint | undefined;
59309
59309
  dataSuffix?: `0x${string}` | undefined;
59310
+ type?: "legacy" | undefined;
59310
59311
  gas?: bigint | undefined;
59311
59312
  nonce?: number | undefined;
59312
- type?: "legacy" | undefined;
59313
59313
  blobs?: undefined;
59314
59314
  blobVersionedHashes?: undefined;
59315
59315
  kzg?: undefined;
@@ -59331,9 +59331,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59331
59331
  account?: `0x${string}` | viem0.Account | null | undefined;
59332
59332
  value?: bigint | undefined;
59333
59333
  dataSuffix?: `0x${string}` | undefined;
59334
+ type?: "eip2930" | undefined;
59334
59335
  gas?: bigint | undefined;
59335
59336
  nonce?: number | undefined;
59336
- type?: "eip2930" | undefined;
59337
59337
  blobs?: undefined;
59338
59338
  blobVersionedHashes?: undefined;
59339
59339
  kzg?: undefined;
@@ -59355,9 +59355,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59355
59355
  account?: `0x${string}` | viem0.Account | null | undefined;
59356
59356
  value?: bigint | undefined;
59357
59357
  dataSuffix?: `0x${string}` | undefined;
59358
+ type?: "eip1559" | undefined;
59358
59359
  gas?: bigint | undefined;
59359
59360
  nonce?: number | undefined;
59360
- type?: "eip1559" | undefined;
59361
59361
  blobs?: undefined;
59362
59362
  blobVersionedHashes?: undefined;
59363
59363
  kzg?: undefined;
@@ -59379,9 +59379,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59379
59379
  account?: `0x${string}` | viem0.Account | null | undefined;
59380
59380
  value?: bigint | undefined;
59381
59381
  dataSuffix?: `0x${string}` | undefined;
59382
+ type?: "eip4844" | undefined;
59382
59383
  gas?: bigint | undefined;
59383
59384
  nonce?: number | undefined;
59384
- type?: "eip4844" | undefined;
59385
59385
  blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
59386
59386
  blobVersionedHashes: readonly viem0.Hex[];
59387
59387
  kzg?: undefined;
@@ -59403,9 +59403,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59403
59403
  account?: `0x${string}` | viem0.Account | null | undefined;
59404
59404
  value?: bigint | undefined;
59405
59405
  dataSuffix?: `0x${string}` | undefined;
59406
+ type?: "eip4844" | undefined;
59406
59407
  gas?: bigint | undefined;
59407
59408
  nonce?: number | undefined;
59408
- type?: "eip4844" | undefined;
59409
59409
  blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
59410
59410
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
59411
59411
  kzg?: viem0.Kzg | undefined;
@@ -59427,9 +59427,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59427
59427
  account?: `0x${string}` | viem0.Account | null | undefined;
59428
59428
  value?: bigint | undefined;
59429
59429
  dataSuffix?: `0x${string}` | undefined;
59430
+ type?: "eip7702" | undefined;
59430
59431
  gas?: bigint | undefined;
59431
59432
  nonce?: number | undefined;
59432
- type?: "eip7702" | undefined;
59433
59433
  blobs?: undefined;
59434
59434
  blobVersionedHashes?: undefined;
59435
59435
  kzg?: undefined;
@@ -60401,7 +60401,7 @@ declare const useLens: () => {
60401
60401
  readonly internalType: "uint256";
60402
60402
  }];
60403
60403
  readonly stateMutability: "view";
60404
- }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
60404
+ }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
60405
60405
  getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60406
60406
  readonly type: "function";
60407
60407
  readonly name: "batchGetRefTick";
@@ -61340,7 +61340,7 @@ declare const useLens: () => {
61340
61340
  readonly internalType: "uint256";
61341
61341
  }];
61342
61342
  readonly stateMutability: "view";
61343
- }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
61343
+ }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
61344
61344
  tickLower: number;
61345
61345
  tickUpper: number;
61346
61346
  prevTickLower: number;
@@ -62291,7 +62291,7 @@ declare const useLens: () => {
62291
62291
  readonly internalType: "uint256";
62292
62292
  }];
62293
62293
  readonly stateMutability: "view";
62294
- }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
62294
+ }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
62295
62295
  optionId: bigint;
62296
62296
  owner: `0x${string}`;
62297
62297
  optionType: number;
@@ -63240,7 +63240,7 @@ declare const useLens: () => {
63240
63240
  readonly internalType: "uint256";
63241
63241
  }];
63242
63242
  readonly stateMutability: "view";
63243
- }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
63243
+ }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
63244
63244
  openingFeeRate: number;
63245
63245
  baseFeeRate: number;
63246
63246
  minOpeningFee: bigint;
@@ -64185,7 +64185,7 @@ declare const useLens: () => {
64185
64185
  readonly internalType: "uint256";
64186
64186
  }];
64187
64187
  readonly stateMutability: "view";
64188
- }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
64188
+ }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
64189
64189
  globalMintPaused: {
64190
64190
  paused: boolean;
64191
64191
  updatedAt: bigint;
@@ -65140,7 +65140,7 @@ declare const useLens: () => {
65140
65140
  readonly internalType: "uint256";
65141
65141
  }];
65142
65142
  readonly stateMutability: "view";
65143
- }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
65143
+ }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
65144
65144
  getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65145
65145
  readonly type: "function";
65146
65146
  readonly name: "batchGetRefTick";
@@ -66079,7 +66079,7 @@ declare const useLens: () => {
66079
66079
  readonly internalType: "uint256";
66080
66080
  }];
66081
66081
  readonly stateMutability: "view";
66082
- }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
66082
+ }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
66083
66083
  guardian: `0x${string}`;
66084
66084
  vault: `0x${string}`;
66085
66085
  poolManager: `0x${string}`;
@@ -67038,7 +67038,7 @@ declare const useLens: () => {
67038
67038
  readonly internalType: "uint256";
67039
67039
  }];
67040
67040
  readonly stateMutability: "view";
67041
- }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
67041
+ }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
67042
67042
  optionsCount: bigint;
67043
67043
  optionPricing: `0x${string}`;
67044
67044
  feeStrategy: `0x${string}`;
@@ -67982,7 +67982,7 @@ declare const useLens: () => {
67982
67982
  readonly internalType: "uint256";
67983
67983
  }];
67984
67984
  readonly stateMutability: "view";
67985
- }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
67985
+ }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
67986
67986
  getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67987
67987
  readonly type: "function";
67988
67988
  readonly name: "batchGetRefTick";
@@ -68921,7 +68921,7 @@ declare const useLens: () => {
68921
68921
  readonly internalType: "uint256";
68922
68922
  }];
68923
68923
  readonly stateMutability: "view";
68924
- }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
68924
+ }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
68925
68925
  getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
68926
68926
  readonly type: "function";
68927
68927
  readonly name: "batchGetRefTick";
@@ -69860,7 +69860,7 @@ declare const useLens: () => {
69860
69860
  readonly internalType: "uint256";
69861
69861
  }];
69862
69862
  readonly stateMutability: "view";
69863
- }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
69863
+ }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
69864
69864
  getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69865
69865
  readonly type: "function";
69866
69866
  readonly name: "batchGetRefTick";
@@ -70799,7 +70799,7 @@ declare const useLens: () => {
70799
70799
  readonly internalType: "uint256";
70800
70800
  }];
70801
70801
  readonly stateMutability: "view";
70802
- }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
70802
+ }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
70803
70803
  getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
70804
70804
  readonly type: "function";
70805
70805
  readonly name: "batchGetRefTick";
@@ -71738,7 +71738,7 @@ declare const useLens: () => {
71738
71738
  readonly internalType: "uint256";
71739
71739
  }];
71740
71740
  readonly stateMutability: "view";
71741
- }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
71741
+ }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
71742
71742
  optionId: bigint;
71743
71743
  owner: `0x${string}`;
71744
71744
  optionType: number;
@@ -72687,7 +72687,7 @@ declare const useLens: () => {
72687
72687
  readonly internalType: "uint256";
72688
72688
  }];
72689
72689
  readonly stateMutability: "view";
72690
- }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
72690
+ }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
72691
72691
  logicContract: `0x${string}`;
72692
72692
  iv: number;
72693
72693
  riskFreeRate: number;
@@ -73632,7 +73632,7 @@ declare const useLens: () => {
73632
73632
  readonly internalType: "uint256";
73633
73633
  }];
73634
73634
  readonly stateMutability: "view";
73635
- }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
73635
+ }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
73636
73636
  optionId: bigint;
73637
73637
  owner: `0x${string}`;
73638
73638
  optionType: number;
@@ -74593,7 +74593,7 @@ declare const useLens: () => {
74593
74593
  fee: number;
74594
74594
  tickSpacing: number;
74595
74595
  hooks: `0x${string}`;
74596
- }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
74596
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
74597
74597
  token0: `0x${string}`;
74598
74598
  token1: `0x${string}`;
74599
74599
  token0Decimals: number;
@@ -75543,7 +75543,7 @@ declare const useLens: () => {
75543
75543
  readonly internalType: "uint256";
75544
75544
  }];
75545
75545
  readonly stateMutability: "view";
75546
- }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [number, `0x${string}`]>;
75546
+ }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
75547
75547
  getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
75548
75548
  readonly type: "function";
75549
75549
  readonly name: "batchGetRefTick";
@@ -76482,7 +76482,7 @@ declare const useLens: () => {
76482
76482
  readonly internalType: "uint256";
76483
76483
  }];
76484
76484
  readonly stateMutability: "view";
76485
- }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
76485
+ }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
76486
76486
  getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
76487
76487
  readonly type: "function";
76488
76488
  readonly name: "batchGetRefTick";
@@ -77421,7 +77421,7 @@ declare const useLens: () => {
77421
77421
  readonly internalType: "uint256";
77422
77422
  }];
77423
77423
  readonly stateMutability: "view";
77424
- }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
77424
+ }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
77425
77425
  dailyFundingRate: number;
77426
77426
  minFundingAmount: bigint;
77427
77427
  }>;
@@ -78363,7 +78363,7 @@ declare const useLens: () => {
78363
78363
  readonly internalType: "uint256";
78364
78364
  }];
78365
78365
  readonly stateMutability: "view";
78366
- }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
78366
+ }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
78367
78367
  decimals: number;
78368
78368
  symbol: string;
78369
78369
  name: string;
@@ -79306,7 +79306,7 @@ declare const useLens: () => {
79306
79306
  readonly internalType: "uint256";
79307
79307
  }];
79308
79308
  readonly stateMutability: "view";
79309
- }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [readonly {
79309
+ }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly {
79310
79310
  optionId: bigint;
79311
79311
  owner: `0x${string}`;
79312
79312
  optionType: number;
@@ -80255,7 +80255,7 @@ declare const useLens: () => {
80255
80255
  readonly internalType: "uint256";
80256
80256
  }];
80257
80257
  readonly stateMutability: "view";
80258
- }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
80258
+ }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
80259
80259
  poolManager: `0x${string}`;
80260
80260
  poolKey: {
80261
80261
  currency0: `0x${string}`;
@@ -81204,7 +81204,7 @@ declare const useLens: () => {
81204
81204
  readonly internalType: "uint256";
81205
81205
  }];
81206
81206
  readonly stateMutability: "view";
81207
- }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
81207
+ }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
81208
81208
  };
81209
81209
  address: `0x${string}`;
81210
81210
  abi: readonly [{
@@ -82990,7 +82990,7 @@ declare const useLens: () => {
82990
82990
  fee: number;
82991
82991
  tickSpacing: number;
82992
82992
  hooks: `0x${string}`;
82993
- }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
82993
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
82994
82994
  currency0: `0x${string}`;
82995
82995
  currency1: `0x${string}`;
82996
82996
  fee: number;
@@ -83837,7 +83837,7 @@ declare const useLens: () => {
83837
83837
  fee: number;
83838
83838
  tickSpacing: number;
83839
83839
  hooks: `0x${string}`;
83840
- }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
83840
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
83841
83841
  getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
83842
83842
  readonly type: "function";
83843
83843
  readonly name: "getFeeGrowthGlobals";
@@ -84679,7 +84679,7 @@ declare const useLens: () => {
84679
84679
  fee: number;
84680
84680
  tickSpacing: number;
84681
84681
  hooks: `0x${string}`;
84682
- }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
84682
+ }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
84683
84683
  currency0: `0x${string}`;
84684
84684
  currency1: `0x${string}`;
84685
84685
  fee: number;
@@ -85526,7 +85526,7 @@ declare const useLens: () => {
85526
85526
  fee: number;
85527
85527
  tickSpacing: number;
85528
85528
  hooks: `0x${string}`;
85529
- }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
85529
+ }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
85530
85530
  getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
85531
85531
  readonly type: "function";
85532
85532
  readonly name: "getFeeGrowthGlobals";
@@ -86368,7 +86368,7 @@ declare const useLens: () => {
86368
86368
  fee: number;
86369
86369
  tickSpacing: number;
86370
86370
  hooks: `0x${string}`;
86371
- }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
86371
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
86372
86372
  currency0: `0x${string}`;
86373
86373
  currency1: `0x${string}`;
86374
86374
  fee: number;
@@ -87215,7 +87215,7 @@ declare const useLens: () => {
87215
87215
  fee: number;
87216
87216
  tickSpacing: number;
87217
87217
  hooks: `0x${string}`;
87218
- }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
87218
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
87219
87219
  getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
87220
87220
  readonly type: "function";
87221
87221
  readonly name: "getFeeGrowthGlobals";
@@ -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" | "functionName" | "args">> | 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?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
88067
88067
  readonly type: "function";
88068
88068
  readonly name: "getFeeGrowthGlobals";
88069
88069
  readonly inputs: readonly [{
@@ -88910,7 +88910,7 @@ declare const useLens: () => {
88910
88910
  fee: number;
88911
88911
  tickSpacing: number;
88912
88912
  hooks: `0x${string}`;
88913
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
88913
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
88914
88914
  currency0: `0x${string}`;
88915
88915
  currency1: `0x${string}`;
88916
88916
  fee: number;
@@ -89763,7 +89763,7 @@ declare const useLens: () => {
89763
89763
  fee: number;
89764
89764
  tickSpacing: number;
89765
89765
  hooks: `0x${string}`;
89766
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
89766
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
89767
89767
  currency0: `0x${string}`;
89768
89768
  currency1: `0x${string}`;
89769
89769
  fee: number;
@@ -90616,7 +90616,7 @@ declare const useLens: () => {
90616
90616
  fee: number;
90617
90617
  tickSpacing: number;
90618
90618
  hooks: `0x${string}`;
90619
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
90619
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
90620
90620
  getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
90621
90621
  readonly type: "function";
90622
90622
  readonly name: "getFeeGrowthGlobals";
@@ -91458,7 +91458,7 @@ declare const useLens: () => {
91458
91458
  fee: number;
91459
91459
  tickSpacing: number;
91460
91460
  hooks: `0x${string}`;
91461
- }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
91461
+ }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
91462
91462
  currency0: `0x${string}`;
91463
91463
  currency1: `0x${string}`;
91464
91464
  fee: number;
@@ -92305,7 +92305,7 @@ declare const useLens: () => {
92305
92305
  fee: number;
92306
92306
  tickSpacing: number;
92307
92307
  hooks: `0x${string}`;
92308
- }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
92308
+ }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
92309
92309
  getSlot0: (args: readonly [`0x${string}`, {
92310
92310
  currency0: `0x${string}`;
92311
92311
  currency1: `0x${string}`;
@@ -93153,7 +93153,7 @@ declare const useLens: () => {
93153
93153
  fee: number;
93154
93154
  tickSpacing: number;
93155
93155
  hooks: `0x${string}`;
93156
- }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
93156
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
93157
93157
  getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93158
93158
  readonly type: "function";
93159
93159
  readonly name: "getFeeGrowthGlobals";
@@ -93989,7 +93989,7 @@ declare const useLens: () => {
93989
93989
  readonly internalType: "int128";
93990
93990
  }];
93991
93991
  readonly stateMutability: "view";
93992
- }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
93992
+ }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
93993
93993
  getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93994
93994
  readonly type: "function";
93995
93995
  readonly name: "getFeeGrowthGlobals";
@@ -94831,7 +94831,7 @@ declare const useLens: () => {
94831
94831
  fee: number;
94832
94832
  tickSpacing: number;
94833
94833
  hooks: `0x${string}`;
94834
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
94834
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
94835
94835
  currency0: `0x${string}`;
94836
94836
  currency1: `0x${string}`;
94837
94837
  fee: number;
@@ -95678,7 +95678,7 @@ declare const useLens: () => {
95678
95678
  fee: number;
95679
95679
  tickSpacing: number;
95680
95680
  hooks: `0x${string}`;
95681
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
95681
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
95682
95682
  getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
95683
95683
  readonly type: "function";
95684
95684
  readonly name: "getFeeGrowthGlobals";
@@ -96520,7 +96520,7 @@ declare const useLens: () => {
96520
96520
  fee: number;
96521
96521
  tickSpacing: number;
96522
96522
  hooks: `0x${string}`;
96523
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
96523
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
96524
96524
  currency0: `0x${string}`;
96525
96525
  currency1: `0x${string}`;
96526
96526
  fee: number;
@@ -97367,7 +97367,7 @@ declare const useLens: () => {
97367
97367
  fee: number;
97368
97368
  tickSpacing: number;
97369
97369
  hooks: `0x${string}`;
97370
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
97370
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
97371
97371
  getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
97372
97372
  readonly type: "function";
97373
97373
  readonly name: "getFeeGrowthGlobals";
@@ -98209,7 +98209,7 @@ declare const useLens: () => {
98209
98209
  fee: number;
98210
98210
  tickSpacing: number;
98211
98211
  hooks: `0x${string}`;
98212
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
98212
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
98213
98213
  currency0: `0x${string}`;
98214
98214
  currency1: `0x${string}`;
98215
98215
  fee: number;
@@ -99056,7 +99056,7 @@ declare const useLens: () => {
99056
99056
  fee: number;
99057
99057
  tickSpacing: number;
99058
99058
  hooks: `0x${string}`;
99059
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
99059
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
99060
99060
  getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
99061
99061
  readonly type: "function";
99062
99062
  readonly name: "getFeeGrowthGlobals";
@@ -99898,7 +99898,7 @@ declare const useLens: () => {
99898
99898
  fee: number;
99899
99899
  tickSpacing: number;
99900
99900
  hooks: `0x${string}`;
99901
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
99901
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
99902
99902
  currency0: `0x${string}`;
99903
99903
  currency1: `0x${string}`;
99904
99904
  fee: number;
@@ -100745,7 +100745,7 @@ declare const useLens: () => {
100745
100745
  fee: number;
100746
100746
  tickSpacing: number;
100747
100747
  hooks: `0x${string}`;
100748
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
100748
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
100749
100749
  };
100750
100750
  address: `0x${string}`;
100751
100751
  abi: 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-yxi2vqQi.d.cts.map
101591
+ //# sourceMappingURL=client-tKAF1RaW.d.ts.map