timelock-sdk 0.0.190 → 0.0.191

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
1
  import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-B_dYiAnm.js";
2
- import * as viem0 from "viem";
2
+ import * as viem491 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
4
  import Big from "big.js";
5
5
  import JSBI from "jsbi";
6
6
  import React, { ReactNode } from "react";
7
7
  import { GraphQLClient, RequestOptions } from "graphql-request";
8
- import * as _tanstack_react_query5 from "@tanstack/react-query";
8
+ import * as _tanstack_react_query0 from "@tanstack/react-query";
9
9
  import { NonUndefinedGuard } from "@tanstack/react-query";
10
10
  import * as wagmi0 from "wagmi";
11
11
  import "graphql";
12
- import * as _tanstack_query_core23 from "@tanstack/query-core";
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";
@@ -247,7 +247,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
247
247
  };
248
248
  declare const getErc20: (address: Address, client: Client) => {
249
249
  read: {
250
- symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
250
+ symbol: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
251
251
  readonly type: "constructor";
252
252
  readonly inputs: readonly [{
253
253
  readonly name: "name_";
@@ -426,7 +426,7 @@ declare const getErc20: (address: Address, client: Client) => {
426
426
  }];
427
427
  readonly stateMutability: "nonpayable";
428
428
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
429
- decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
429
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
430
430
  readonly type: "constructor";
431
431
  readonly inputs: readonly [{
432
432
  readonly name: "name_";
@@ -604,8 +604,8 @@ declare const getErc20: (address: Address, client: Client) => {
604
604
  readonly internalType: "bool";
605
605
  }];
606
606
  readonly stateMutability: "nonpayable";
607
- }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
608
- name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
607
+ }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
608
+ balanceOf: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
609
609
  readonly type: "constructor";
610
610
  readonly inputs: readonly [{
611
611
  readonly name: "name_";
@@ -783,8 +783,8 @@ declare const getErc20: (address: Address, client: Client) => {
783
783
  readonly internalType: "bool";
784
784
  }];
785
785
  readonly stateMutability: "nonpayable";
786
- }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
787
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
786
+ }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
787
+ decimals: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
788
788
  readonly type: "constructor";
789
789
  readonly inputs: readonly [{
790
790
  readonly name: "name_";
@@ -962,8 +962,8 @@ declare const getErc20: (address: Address, client: Client) => {
962
962
  readonly internalType: "bool";
963
963
  }];
964
964
  readonly stateMutability: "nonpayable";
965
- }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
966
- balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
965
+ }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
966
+ name: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
967
967
  readonly type: "constructor";
968
968
  readonly inputs: readonly [{
969
969
  readonly name: "name_";
@@ -1141,8 +1141,8 @@ declare const getErc20: (address: Address, client: Client) => {
1141
1141
  readonly internalType: "bool";
1142
1142
  }];
1143
1143
  readonly stateMutability: "nonpayable";
1144
- }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1145
- totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1144
+ }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1145
+ totalSupply: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
1146
1146
  readonly type: "constructor";
1147
1147
  readonly inputs: readonly [{
1148
1148
  readonly name: "name_";
@@ -1323,7 +1323,7 @@ declare const getErc20: (address: Address, client: Client) => {
1323
1323
  }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1324
1324
  };
1325
1325
  estimateGas: {
1326
- approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1326
+ approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1327
1327
  readonly type: "constructor";
1328
1328
  readonly inputs: readonly [{
1329
1329
  readonly name: "name_";
@@ -1501,8 +1501,8 @@ declare const getErc20: (address: Address, client: Client) => {
1501
1501
  readonly internalType: "bool";
1502
1502
  }];
1503
1503
  readonly stateMutability: "nonpayable";
1504
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1505
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1504
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1505
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1506
1506
  readonly type: "constructor";
1507
1507
  readonly inputs: readonly [{
1508
1508
  readonly name: "name_";
@@ -1680,8 +1680,8 @@ declare const getErc20: (address: Address, client: Client) => {
1680
1680
  readonly internalType: "bool";
1681
1681
  }];
1682
1682
  readonly stateMutability: "nonpayable";
1683
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1684
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1683
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1684
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1685
1685
  readonly type: "constructor";
1686
1686
  readonly inputs: readonly [{
1687
1687
  readonly name: "name_";
@@ -1859,8 +1859,8 @@ declare const getErc20: (address: Address, client: Client) => {
1859
1859
  readonly internalType: "bool";
1860
1860
  }];
1861
1861
  readonly stateMutability: "nonpayable";
1862
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1863
- transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1862
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1863
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1864
1864
  readonly type: "constructor";
1865
1865
  readonly inputs: readonly [{
1866
1866
  readonly name: "name_";
@@ -2038,8 +2038,8 @@ declare const getErc20: (address: Address, client: Client) => {
2038
2038
  readonly internalType: "bool";
2039
2039
  }];
2040
2040
  readonly stateMutability: "nonpayable";
2041
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2042
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2041
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2042
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2043
2043
  readonly type: "constructor";
2044
2044
  readonly inputs: readonly [{
2045
2045
  readonly name: "name_";
@@ -2217,9 +2217,9 @@ declare const getErc20: (address: Address, client: Client) => {
2217
2217
  readonly internalType: "bool";
2218
2218
  }];
2219
2219
  readonly stateMutability: "nonpayable";
2220
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2220
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2221
2221
  } & {
2222
- approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2222
+ approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2223
2223
  readonly type: "constructor";
2224
2224
  readonly inputs: readonly [{
2225
2225
  readonly name: "name_";
@@ -2397,8 +2397,8 @@ declare const getErc20: (address: Address, client: Client) => {
2397
2397
  readonly internalType: "bool";
2398
2398
  }];
2399
2399
  readonly stateMutability: "nonpayable";
2400
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2401
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2400
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2401
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2402
2402
  readonly type: "constructor";
2403
2403
  readonly inputs: readonly [{
2404
2404
  readonly name: "name_";
@@ -2576,8 +2576,8 @@ declare const getErc20: (address: Address, client: Client) => {
2576
2576
  readonly internalType: "bool";
2577
2577
  }];
2578
2578
  readonly stateMutability: "nonpayable";
2579
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2580
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2579
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2580
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2581
2581
  readonly type: "constructor";
2582
2582
  readonly inputs: readonly [{
2583
2583
  readonly name: "name_";
@@ -2755,8 +2755,8 @@ declare const getErc20: (address: Address, client: Client) => {
2755
2755
  readonly internalType: "bool";
2756
2756
  }];
2757
2757
  readonly stateMutability: "nonpayable";
2758
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2759
- transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2758
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2759
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2760
2760
  readonly type: "constructor";
2761
2761
  readonly inputs: readonly [{
2762
2762
  readonly name: "name_";
@@ -2934,8 +2934,8 @@ declare const getErc20: (address: Address, client: Client) => {
2934
2934
  readonly internalType: "bool";
2935
2935
  }];
2936
2936
  readonly stateMutability: "nonpayable";
2937
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2938
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2937
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2938
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2939
2939
  readonly type: "constructor";
2940
2940
  readonly inputs: readonly [{
2941
2941
  readonly name: "name_";
@@ -3113,10 +3113,10 @@ declare const getErc20: (address: Address, client: Client) => {
3113
3113
  readonly internalType: "bool";
3114
3114
  }];
3115
3115
  readonly stateMutability: "nonpayable";
3116
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3116
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
3117
3117
  };
3118
3118
  simulate: {
3119
- approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3119
+ approve: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3120
3120
  readonly type: "constructor";
3121
3121
  readonly inputs: readonly [{
3122
3122
  readonly name: "name_";
@@ -3294,7 +3294,7 @@ declare const getErc20: (address: Address, client: Client) => {
3294
3294
  readonly internalType: "bool";
3295
3295
  }];
3296
3296
  readonly stateMutability: "nonpayable";
3297
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3297
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3298
3298
  readonly type: "constructor";
3299
3299
  readonly inputs: readonly [{
3300
3300
  readonly name: "name_";
@@ -3472,8 +3472,8 @@ declare const getErc20: (address: Address, client: Client) => {
3472
3472
  readonly internalType: "bool";
3473
3473
  }];
3474
3474
  readonly stateMutability: "nonpayable";
3475
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3476
- decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3475
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
3476
+ decreaseAllowance: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3477
3477
  readonly type: "constructor";
3478
3478
  readonly inputs: readonly [{
3479
3479
  readonly name: "name_";
@@ -3651,7 +3651,7 @@ declare const getErc20: (address: Address, client: Client) => {
3651
3651
  readonly internalType: "bool";
3652
3652
  }];
3653
3653
  readonly stateMutability: "nonpayable";
3654
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3654
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3655
3655
  readonly type: "constructor";
3656
3656
  readonly inputs: readonly [{
3657
3657
  readonly name: "name_";
@@ -3829,8 +3829,8 @@ declare const getErc20: (address: Address, client: Client) => {
3829
3829
  readonly internalType: "bool";
3830
3830
  }];
3831
3831
  readonly stateMutability: "nonpayable";
3832
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3833
- increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3832
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
3833
+ increaseAllowance: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3834
3834
  readonly type: "constructor";
3835
3835
  readonly inputs: readonly [{
3836
3836
  readonly name: "name_";
@@ -4008,7 +4008,7 @@ declare const getErc20: (address: Address, client: Client) => {
4008
4008
  readonly internalType: "bool";
4009
4009
  }];
4010
4010
  readonly stateMutability: "nonpayable";
4011
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4011
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4012
4012
  readonly type: "constructor";
4013
4013
  readonly inputs: readonly [{
4014
4014
  readonly name: "name_";
@@ -4186,8 +4186,8 @@ declare const getErc20: (address: Address, client: Client) => {
4186
4186
  readonly internalType: "bool";
4187
4187
  }];
4188
4188
  readonly stateMutability: "nonpayable";
4189
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4190
- transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4189
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4190
+ transfer: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
4191
4191
  readonly type: "constructor";
4192
4192
  readonly inputs: readonly [{
4193
4193
  readonly name: "name_";
@@ -4365,7 +4365,7 @@ declare const getErc20: (address: Address, client: Client) => {
4365
4365
  readonly internalType: "bool";
4366
4366
  }];
4367
4367
  readonly stateMutability: "nonpayable";
4368
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4368
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4369
4369
  readonly type: "constructor";
4370
4370
  readonly inputs: readonly [{
4371
4371
  readonly name: "name_";
@@ -4543,8 +4543,8 @@ declare const getErc20: (address: Address, client: Client) => {
4543
4543
  readonly internalType: "bool";
4544
4544
  }];
4545
4545
  readonly stateMutability: "nonpayable";
4546
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4547
- transferFrom: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4546
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4547
+ transferFrom: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
4548
4548
  readonly type: "constructor";
4549
4549
  readonly inputs: readonly [{
4550
4550
  readonly name: "name_";
@@ -4722,7 +4722,7 @@ declare const getErc20: (address: Address, client: Client) => {
4722
4722
  readonly internalType: "bool";
4723
4723
  }];
4724
4724
  readonly stateMutability: "nonpayable";
4725
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4725
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4726
4726
  readonly type: "constructor";
4727
4727
  readonly inputs: readonly [{
4728
4728
  readonly name: "name_";
@@ -4900,10 +4900,10 @@ declare const getErc20: (address: Address, client: Client) => {
4900
4900
  readonly internalType: "bool";
4901
4901
  }];
4902
4902
  readonly stateMutability: "nonpayable";
4903
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4903
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4904
4904
  };
4905
4905
  write: {
4906
- approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4906
+ approve: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
4907
4907
  readonly type: "constructor";
4908
4908
  readonly inputs: readonly [{
4909
4909
  readonly name: "name_";
@@ -5081,8 +5081,8 @@ declare const getErc20: (address: Address, client: Client) => {
5081
5081
  readonly internalType: "bool";
5082
5082
  }];
5083
5083
  readonly stateMutability: "nonpayable";
5084
- }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5085
- decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5084
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5085
+ decreaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5086
5086
  readonly type: "constructor";
5087
5087
  readonly inputs: readonly [{
5088
5088
  readonly name: "name_";
@@ -5260,8 +5260,8 @@ declare const getErc20: (address: Address, client: Client) => {
5260
5260
  readonly internalType: "bool";
5261
5261
  }];
5262
5262
  readonly stateMutability: "nonpayable";
5263
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5264
- increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5263
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5264
+ increaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5265
5265
  readonly type: "constructor";
5266
5266
  readonly inputs: readonly [{
5267
5267
  readonly name: "name_";
@@ -5439,8 +5439,8 @@ declare const getErc20: (address: Address, client: Client) => {
5439
5439
  readonly internalType: "bool";
5440
5440
  }];
5441
5441
  readonly stateMutability: "nonpayable";
5442
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5443
- transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5442
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5443
+ transfer: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5444
5444
  readonly type: "constructor";
5445
5445
  readonly inputs: readonly [{
5446
5446
  readonly name: "name_";
@@ -5618,8 +5618,8 @@ declare const getErc20: (address: Address, client: Client) => {
5618
5618
  readonly internalType: "bool";
5619
5619
  }];
5620
5620
  readonly stateMutability: "nonpayable";
5621
- }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5622
- transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5621
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5622
+ transferFrom: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5623
5623
  readonly type: "constructor";
5624
5624
  readonly inputs: readonly [{
5625
5625
  readonly name: "name_";
@@ -5797,7 +5797,7 @@ declare const getErc20: (address: Address, client: Client) => {
5797
5797
  readonly internalType: "bool";
5798
5798
  }];
5799
5799
  readonly stateMutability: "nonpayable";
5800
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5800
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5801
5801
  };
5802
5802
  address: `0x${string}`;
5803
5803
  abi: readonly [{
@@ -5983,7 +5983,7 @@ declare const getErc20: (address: Address, client: Client) => {
5983
5983
  declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
5984
5984
  declare const getStateView: (client: PublicClient, address?: Address) => Promise<{
5985
5985
  read: {
5986
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
5986
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
5987
5987
  readonly type: "function";
5988
5988
  readonly name: "getFeeGrowthGlobals";
5989
5989
  readonly inputs: readonly [{
@@ -6830,7 +6830,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
6830
6830
  fee: number;
6831
6831
  tickSpacing: number;
6832
6832
  hooks: `0x${string}`;
6833
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6833
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
6834
6834
  readonly type: "function";
6835
6835
  readonly name: "getFeeGrowthGlobals";
6836
6836
  readonly inputs: readonly [{
@@ -7672,7 +7672,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
7672
7672
  tickSpacing: number;
7673
7673
  hooks: `0x${string}`;
7674
7674
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
7675
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7675
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
7676
7676
  readonly type: "function";
7677
7677
  readonly name: "getFeeGrowthGlobals";
7678
7678
  readonly inputs: readonly [{
@@ -8519,7 +8519,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
8519
8519
  fee: number;
8520
8520
  tickSpacing: number;
8521
8521
  hooks: `0x${string}`;
8522
- }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8522
+ }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
8523
8523
  readonly type: "function";
8524
8524
  readonly name: "getFeeGrowthGlobals";
8525
8525
  readonly inputs: readonly [{
@@ -9361,7 +9361,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
9361
9361
  tickSpacing: number;
9362
9362
  hooks: `0x${string}`;
9363
9363
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
9364
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9364
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
9365
9365
  readonly type: "function";
9366
9366
  readonly name: "getFeeGrowthGlobals";
9367
9367
  readonly inputs: readonly [{
@@ -10208,7 +10208,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
10208
10208
  fee: number;
10209
10209
  tickSpacing: number;
10210
10210
  hooks: `0x${string}`;
10211
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10211
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
10212
10212
  readonly type: "function";
10213
10213
  readonly name: "getFeeGrowthGlobals";
10214
10214
  readonly inputs: readonly [{
@@ -11050,7 +11050,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11050
11050
  tickSpacing: number;
11051
11051
  hooks: `0x${string}`;
11052
11052
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
11053
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11053
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11054
11054
  readonly type: "function";
11055
11055
  readonly name: "getFeeGrowthGlobals";
11056
11056
  readonly inputs: readonly [{
@@ -11897,7 +11897,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11897
11897
  fee: number;
11898
11898
  tickSpacing: number;
11899
11899
  hooks: `0x${string}`;
11900
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11900
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11901
11901
  readonly type: "function";
11902
11902
  readonly name: "getFeeGrowthGlobals";
11903
11903
  readonly inputs: readonly [{
@@ -12750,7 +12750,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
12750
12750
  fee: number;
12751
12751
  tickSpacing: number;
12752
12752
  hooks: `0x${string}`;
12753
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12753
+ }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
12754
12754
  readonly type: "function";
12755
12755
  readonly name: "getFeeGrowthGlobals";
12756
12756
  readonly inputs: readonly [{
@@ -13603,7 +13603,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
13603
13603
  fee: number;
13604
13604
  tickSpacing: number;
13605
13605
  hooks: `0x${string}`;
13606
- }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13606
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
13607
13607
  readonly type: "function";
13608
13608
  readonly name: "getFeeGrowthGlobals";
13609
13609
  readonly inputs: readonly [{
@@ -14451,7 +14451,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
14451
14451
  tickSpacing: number;
14452
14452
  hooks: `0x${string}`;
14453
14453
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
14454
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14454
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
14455
14455
  readonly type: "function";
14456
14456
  readonly name: "getFeeGrowthGlobals";
14457
14457
  readonly inputs: readonly [{
@@ -15298,7 +15298,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
15298
15298
  fee: number;
15299
15299
  tickSpacing: number;
15300
15300
  hooks: `0x${string}`;
15301
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15301
+ }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
15302
15302
  readonly type: "function";
15303
15303
  readonly name: "getFeeGrowthGlobals";
15304
15304
  readonly inputs: readonly [{
@@ -16146,7 +16146,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16146
16146
  fee: number;
16147
16147
  tickSpacing: number;
16148
16148
  hooks: `0x${string}`;
16149
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16149
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16150
16150
  readonly type: "function";
16151
16151
  readonly name: "getFeeGrowthGlobals";
16152
16152
  readonly inputs: readonly [{
@@ -16988,7 +16988,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16988
16988
  tickSpacing: number;
16989
16989
  hooks: `0x${string}`;
16990
16990
  }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16991
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16991
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16992
16992
  readonly type: "function";
16993
16993
  readonly name: "getFeeGrowthGlobals";
16994
16994
  readonly inputs: readonly [{
@@ -17824,7 +17824,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
17824
17824
  }];
17825
17825
  readonly stateMutability: "view";
17826
17826
  }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17827
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17827
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
17828
17828
  readonly type: "function";
17829
17829
  readonly name: "getFeeGrowthGlobals";
17830
17830
  readonly inputs: readonly [{
@@ -18671,7 +18671,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
18671
18671
  fee: number;
18672
18672
  tickSpacing: number;
18673
18673
  hooks: `0x${string}`;
18674
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18674
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
18675
18675
  readonly type: "function";
18676
18676
  readonly name: "getFeeGrowthGlobals";
18677
18677
  readonly inputs: readonly [{
@@ -19513,7 +19513,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
19513
19513
  tickSpacing: number;
19514
19514
  hooks: `0x${string}`;
19515
19515
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
19516
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19516
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
19517
19517
  readonly type: "function";
19518
19518
  readonly name: "getFeeGrowthGlobals";
19519
19519
  readonly inputs: readonly [{
@@ -20360,7 +20360,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
20360
20360
  fee: number;
20361
20361
  tickSpacing: number;
20362
20362
  hooks: `0x${string}`;
20363
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20363
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
20364
20364
  readonly type: "function";
20365
20365
  readonly name: "getFeeGrowthGlobals";
20366
20366
  readonly inputs: readonly [{
@@ -21202,7 +21202,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
21202
21202
  tickSpacing: number;
21203
21203
  hooks: `0x${string}`;
21204
21204
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
21205
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21205
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
21206
21206
  readonly type: "function";
21207
21207
  readonly name: "getFeeGrowthGlobals";
21208
21208
  readonly inputs: readonly [{
@@ -22049,7 +22049,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22049
22049
  fee: number;
22050
22050
  tickSpacing: number;
22051
22051
  hooks: `0x${string}`;
22052
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22052
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22053
22053
  readonly type: "function";
22054
22054
  readonly name: "getFeeGrowthGlobals";
22055
22055
  readonly inputs: readonly [{
@@ -22891,7 +22891,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22891
22891
  tickSpacing: number;
22892
22892
  hooks: `0x${string}`;
22893
22893
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
22894
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22894
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22895
22895
  readonly type: "function";
22896
22896
  readonly name: "getFeeGrowthGlobals";
22897
22897
  readonly inputs: readonly [{
@@ -23738,7 +23738,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
23738
23738
  fee: number;
23739
23739
  tickSpacing: number;
23740
23740
  hooks: `0x${string}`;
23741
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23741
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
23742
23742
  readonly type: "function";
23743
23743
  readonly name: "getFeeGrowthGlobals";
23744
23744
  readonly inputs: readonly [{
@@ -25421,7 +25421,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
25421
25421
  }>;
25422
25422
  declare const getTimelockLens: (client: PublicClient, address?: Address) => Promise<{
25423
25423
  read: {
25424
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25424
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
25425
25425
  readonly type: "function";
25426
25426
  readonly name: "batchGetRefTick";
25427
25427
  readonly inputs: readonly [{
@@ -26364,7 +26364,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
26364
26364
  }];
26365
26365
  readonly stateMutability: "view";
26366
26366
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26367
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26367
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
26368
26368
  readonly type: "function";
26369
26369
  readonly name: "batchGetRefTick";
26370
26370
  readonly inputs: readonly [{
@@ -27319,7 +27319,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27319
27319
  borrowedAmount0: bigint;
27320
27320
  borrowedAmount1: bigint;
27321
27321
  }[]>;
27322
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27322
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
27323
27323
  readonly type: "function";
27324
27324
  readonly name: "batchGetRefTick";
27325
27325
  readonly inputs: readonly [{
@@ -28272,7 +28272,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
28272
28272
  expiresAt: number;
28273
28273
  liquidities: readonly bigint[];
28274
28274
  }[]>;
28275
- getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28275
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
28276
28276
  readonly type: "function";
28277
28277
  readonly name: "batchGetRefTick";
28278
28278
  readonly inputs: readonly [{
@@ -29221,7 +29221,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
29221
29221
  minBaseFee: bigint;
29222
29222
  feeRecipient: `0x${string}`;
29223
29223
  }>;
29224
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29224
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
29225
29225
  readonly type: "function";
29226
29226
  readonly name: "batchGetRefTick";
29227
29227
  readonly inputs: readonly [{
@@ -30180,7 +30180,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
30180
30180
  senderIsAdmin: boolean;
30181
30181
  senderIsPauser: boolean;
30182
30182
  }>;
30183
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30183
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
30184
30184
  readonly type: "function";
30185
30185
  readonly name: "batchGetRefTick";
30186
30186
  readonly inputs: readonly [{
@@ -31123,7 +31123,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
31123
31123
  }];
31124
31124
  readonly stateMutability: "view";
31125
31125
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
31126
- getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31126
+ getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
31127
31127
  readonly type: "function";
31128
31128
  readonly name: "batchGetRefTick";
31129
31129
  readonly inputs: readonly [{
@@ -32087,7 +32087,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
32087
32087
  optionAssetName: string;
32088
32088
  payoutAssetName: string;
32089
32089
  }>;
32090
- getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
32090
+ getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
32091
32091
  readonly type: "function";
32092
32092
  readonly name: "batchGetRefTick";
32093
32093
  readonly inputs: readonly [{
@@ -33035,7 +33035,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33035
33035
  feeStrategy: `0x${string}`;
33036
33036
  owner: `0x${string}`;
33037
33037
  }>;
33038
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33038
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
33039
33039
  readonly type: "function";
33040
33040
  readonly name: "batchGetRefTick";
33041
33041
  readonly inputs: readonly [{
@@ -33978,7 +33978,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33978
33978
  }];
33979
33979
  readonly stateMutability: "view";
33980
33980
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
33981
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33981
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
33982
33982
  readonly type: "function";
33983
33983
  readonly name: "batchGetRefTick";
33984
33984
  readonly inputs: readonly [{
@@ -34921,7 +34921,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34921
34921
  }];
34922
34922
  readonly stateMutability: "view";
34923
34923
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
34924
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34924
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
34925
34925
  readonly type: "function";
34926
34926
  readonly name: "batchGetRefTick";
34927
34927
  readonly inputs: readonly [{
@@ -35864,7 +35864,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
35864
35864
  }];
35865
35865
  readonly stateMutability: "view";
35866
35866
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
35867
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
35867
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
35868
35868
  readonly type: "function";
35869
35869
  readonly name: "batchGetRefTick";
35870
35870
  readonly inputs: readonly [{
@@ -36807,7 +36807,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
36807
36807
  }];
36808
36808
  readonly stateMutability: "view";
36809
36809
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
36810
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36810
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
36811
36811
  readonly type: "function";
36812
36812
  readonly name: "batchGetRefTick";
36813
36813
  readonly inputs: readonly [{
@@ -37760,7 +37760,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
37760
37760
  expiresAt: number;
37761
37761
  liquidities: readonly bigint[];
37762
37762
  }>;
37763
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
37763
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
37764
37764
  readonly type: "function";
37765
37765
  readonly name: "batchGetRefTick";
37766
37766
  readonly inputs: readonly [{
@@ -38709,7 +38709,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
38709
38709
  minPremiumDailyRate: number;
38710
38710
  minPremiumAmount: bigint;
38711
38711
  }>;
38712
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
38712
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
38713
38713
  readonly type: "function";
38714
38714
  readonly name: "batchGetRefTick";
38715
38715
  readonly inputs: readonly [{
@@ -39668,7 +39668,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
39668
39668
  fee: number;
39669
39669
  tickSpacing: number;
39670
39670
  hooks: `0x${string}`;
39671
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39671
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
39672
39672
  readonly type: "function";
39673
39673
  readonly name: "batchGetRefTick";
39674
39674
  readonly inputs: readonly [{
@@ -40628,7 +40628,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
40628
40628
  tickSpacing: number;
40629
40629
  fee: number;
40630
40630
  }>;
40631
- getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
40631
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
40632
40632
  readonly type: "function";
40633
40633
  readonly name: "batchGetRefTick";
40634
40634
  readonly inputs: readonly [{
@@ -41571,7 +41571,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
41571
41571
  }];
41572
41572
  readonly stateMutability: "view";
41573
41573
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41574
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41574
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
41575
41575
  readonly type: "function";
41576
41576
  readonly name: "batchGetRefTick";
41577
41577
  readonly inputs: readonly [{
@@ -42514,7 +42514,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
42514
42514
  }];
42515
42515
  readonly stateMutability: "view";
42516
42516
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
42517
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42517
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
42518
42518
  readonly type: "function";
42519
42519
  readonly name: "batchGetRefTick";
42520
42520
  readonly inputs: readonly [{
@@ -43460,7 +43460,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
43460
43460
  dailyFundingRate: number;
43461
43461
  minFundingAmount: bigint;
43462
43462
  }>;
43463
- getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43463
+ getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
43464
43464
  readonly type: "function";
43465
43465
  readonly name: "batchGetRefTick";
43466
43466
  readonly inputs: readonly [{
@@ -44407,7 +44407,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
44407
44407
  symbol: string;
44408
44408
  name: string;
44409
44409
  }>;
44410
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44410
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
44411
44411
  readonly type: "function";
44412
44412
  readonly name: "batchGetRefTick";
44413
44413
  readonly inputs: readonly [{
@@ -45360,7 +45360,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
45360
45360
  expiresAt: number;
45361
45361
  liquidities: readonly bigint[];
45362
45362
  }[], bigint, boolean]>;
45363
- getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45363
+ getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
45364
45364
  readonly type: "function";
45365
45365
  readonly name: "batchGetRefTick";
45366
45366
  readonly inputs: readonly [{
@@ -46313,7 +46313,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
46313
46313
  };
46314
46314
  poolId: `0x${string}`;
46315
46315
  }>;
46316
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46316
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
46317
46317
  readonly type: "function";
46318
46318
  readonly name: "batchGetRefTick";
46319
46319
  readonly inputs: readonly [{
@@ -49254,7 +49254,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
49254
49254
  }>;
49255
49255
  //#endregion
49256
49256
  //#region src/hooks/market/useMarketVolume.d.ts
49257
- declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query5.UseQueryResult<{
49257
+ declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49258
49258
  address: Address;
49259
49259
  volume: bigint;
49260
49260
  optionsCount: bigint;
@@ -49286,7 +49286,7 @@ declare const formatUSD: (value: Big | string | number) => string;
49286
49286
  //#endregion
49287
49287
  //#region src/hooks/options/useMaxPositionSize.d.ts
49288
49288
  declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
49289
- error: viem0.ReadContractErrorType;
49289
+ error: viem491.ReadContractErrorType;
49290
49290
  isError: true;
49291
49291
  isPending: false;
49292
49292
  isLoading: false;
@@ -49298,7 +49298,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49298
49298
  dataUpdatedAt: number;
49299
49299
  errorUpdatedAt: number;
49300
49300
  failureCount: number;
49301
- failureReason: viem0.ReadContractErrorType | null;
49301
+ failureReason: viem491.ReadContractErrorType | null;
49302
49302
  errorUpdateCount: number;
49303
49303
  isFetched: boolean;
49304
49304
  isFetchedAfterMount: boolean;
@@ -49308,10 +49308,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49308
49308
  isRefetching: boolean;
49309
49309
  isStale: boolean;
49310
49310
  isEnabled: boolean;
49311
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49312
- fetchStatus: _tanstack_query_core23.FetchStatus;
49311
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49312
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49313
49313
  promise: Promise<never>;
49314
- queryKey: _tanstack_query_core23.QueryKey;
49314
+ queryKey: _tanstack_query_core0.QueryKey;
49315
49315
  maxCallSize: Amount | undefined;
49316
49316
  maxPutSize: Amount | undefined;
49317
49317
  } | {
@@ -49327,7 +49327,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49327
49327
  dataUpdatedAt: number;
49328
49328
  errorUpdatedAt: number;
49329
49329
  failureCount: number;
49330
- failureReason: viem0.ReadContractErrorType | null;
49330
+ failureReason: viem491.ReadContractErrorType | null;
49331
49331
  errorUpdateCount: number;
49332
49332
  isFetched: boolean;
49333
49333
  isFetchedAfterMount: boolean;
@@ -49337,14 +49337,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49337
49337
  isRefetching: boolean;
49338
49338
  isStale: boolean;
49339
49339
  isEnabled: boolean;
49340
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49341
- fetchStatus: _tanstack_query_core23.FetchStatus;
49340
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49341
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49342
49342
  promise: Promise<never>;
49343
- queryKey: _tanstack_query_core23.QueryKey;
49343
+ queryKey: _tanstack_query_core0.QueryKey;
49344
49344
  maxCallSize: Amount | undefined;
49345
49345
  maxPutSize: Amount | undefined;
49346
49346
  } | {
49347
- error: viem0.ReadContractErrorType;
49347
+ error: viem491.ReadContractErrorType;
49348
49348
  isError: true;
49349
49349
  isPending: false;
49350
49350
  isLoading: false;
@@ -49356,7 +49356,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49356
49356
  dataUpdatedAt: number;
49357
49357
  errorUpdatedAt: number;
49358
49358
  failureCount: number;
49359
- failureReason: viem0.ReadContractErrorType | null;
49359
+ failureReason: viem491.ReadContractErrorType | null;
49360
49360
  errorUpdateCount: number;
49361
49361
  isFetched: boolean;
49362
49362
  isFetchedAfterMount: boolean;
@@ -49366,10 +49366,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49366
49366
  isRefetching: boolean;
49367
49367
  isStale: boolean;
49368
49368
  isEnabled: boolean;
49369
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49370
- fetchStatus: _tanstack_query_core23.FetchStatus;
49369
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49370
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49371
49371
  promise: Promise<never>;
49372
- queryKey: _tanstack_query_core23.QueryKey;
49372
+ queryKey: _tanstack_query_core0.QueryKey;
49373
49373
  maxCallSize: Amount | undefined;
49374
49374
  maxPutSize: Amount | undefined;
49375
49375
  } | {
@@ -49385,7 +49385,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49385
49385
  dataUpdatedAt: number;
49386
49386
  errorUpdatedAt: number;
49387
49387
  failureCount: number;
49388
- failureReason: viem0.ReadContractErrorType | null;
49388
+ failureReason: viem491.ReadContractErrorType | null;
49389
49389
  errorUpdateCount: number;
49390
49390
  isFetched: boolean;
49391
49391
  isFetchedAfterMount: boolean;
@@ -49395,10 +49395,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49395
49395
  isRefetching: boolean;
49396
49396
  isStale: boolean;
49397
49397
  isEnabled: boolean;
49398
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49399
- fetchStatus: _tanstack_query_core23.FetchStatus;
49398
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49399
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49400
49400
  promise: Promise<never>;
49401
- queryKey: _tanstack_query_core23.QueryKey;
49401
+ queryKey: _tanstack_query_core0.QueryKey;
49402
49402
  maxCallSize: Amount | undefined;
49403
49403
  maxPutSize: Amount | undefined;
49404
49404
  } | {
@@ -49413,7 +49413,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49413
49413
  dataUpdatedAt: number;
49414
49414
  errorUpdatedAt: number;
49415
49415
  failureCount: number;
49416
- failureReason: viem0.ReadContractErrorType | null;
49416
+ failureReason: viem491.ReadContractErrorType | null;
49417
49417
  errorUpdateCount: number;
49418
49418
  isFetched: boolean;
49419
49419
  isFetchedAfterMount: boolean;
@@ -49424,10 +49424,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49424
49424
  isRefetching: boolean;
49425
49425
  isStale: boolean;
49426
49426
  isEnabled: boolean;
49427
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49428
- fetchStatus: _tanstack_query_core23.FetchStatus;
49427
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49428
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49429
49429
  promise: Promise<never>;
49430
- queryKey: _tanstack_query_core23.QueryKey;
49430
+ queryKey: _tanstack_query_core0.QueryKey;
49431
49431
  maxCallSize: Amount | undefined;
49432
49432
  maxPutSize: Amount | undefined;
49433
49433
  } | {
@@ -49443,7 +49443,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49443
49443
  dataUpdatedAt: number;
49444
49444
  errorUpdatedAt: number;
49445
49445
  failureCount: number;
49446
- failureReason: viem0.ReadContractErrorType | null;
49446
+ failureReason: viem491.ReadContractErrorType | null;
49447
49447
  errorUpdateCount: number;
49448
49448
  isFetched: boolean;
49449
49449
  isFetchedAfterMount: boolean;
@@ -49453,16 +49453,16 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49453
49453
  isRefetching: boolean;
49454
49454
  isStale: boolean;
49455
49455
  isEnabled: boolean;
49456
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49457
- fetchStatus: _tanstack_query_core23.FetchStatus;
49456
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49457
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49458
49458
  promise: Promise<never>;
49459
- queryKey: _tanstack_query_core23.QueryKey;
49459
+ queryKey: _tanstack_query_core0.QueryKey;
49460
49460
  maxCallSize: Amount | undefined;
49461
49461
  maxPutSize: Amount | undefined;
49462
49462
  };
49463
49463
  //#endregion
49464
49464
  //#region src/hooks/options/useMintOption.d.ts
49465
- declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query5.UseMutationResult<`0x${string}`, Error, {
49465
+ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49466
49466
  optionType: "CALL" | "PUT";
49467
49467
  amount: bigint;
49468
49468
  duration: number;
@@ -49472,7 +49472,7 @@ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_reac
49472
49472
  //#endregion
49473
49473
  //#region src/hooks/options/useUserOptions.d.ts
49474
49474
  type OptionData = NonUndefinedGuard<ReturnType<typeof useUserOptions>['data']>[number];
49475
- declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query5.UseQueryResult<{
49475
+ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query0.UseQueryResult<{
49476
49476
  optionId: bigint;
49477
49477
  marketAddr: Address;
49478
49478
  ownerAddr: Address;
@@ -49502,7 +49502,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49502
49502
  address: string;
49503
49503
  } | null;
49504
49504
  }[], Error>;
49505
- declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query5.UseQueryResult<{
49505
+ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query0.UseQueryResult<{
49506
49506
  optionId: bigint;
49507
49507
  marketAddr: Address;
49508
49508
  ownerAddr: Address;
@@ -49532,7 +49532,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
49532
49532
  address: string;
49533
49533
  } | null;
49534
49534
  }[], Error>;
49535
- declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query5.UseQueryResult<{
49535
+ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query0.UseQueryResult<{
49536
49536
  optionId: bigint;
49537
49537
  marketAddr: Address;
49538
49538
  ownerAddr: Address;
@@ -49564,7 +49564,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
49564
49564
  }[], Error>;
49565
49565
  //#endregion
49566
49566
  //#region src/hooks/options/useExerciseOption.d.ts
49567
- declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query5.UseMutationResult<`0x${string}`, Error, {
49567
+ declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49568
49568
  option: OptionData;
49569
49569
  liquidities: readonly bigint[];
49570
49570
  }, unknown>;
@@ -49587,7 +49587,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
49587
49587
  };
49588
49588
  //#endregion
49589
49589
  //#region src/hooks/options/useExtendOption.d.ts
49590
- declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query5.UseMutationResult<`0x${string}`, Error, {
49590
+ declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49591
49591
  option: OptionData;
49592
49592
  duration: number;
49593
49593
  }, unknown>;
@@ -49603,7 +49603,7 @@ type ExerciseOptionEvent = Extract<OptionEvent, {
49603
49603
  type ExtendEvent = Extract<OptionEvent, {
49604
49604
  type: 'extend';
49605
49605
  }>;
49606
- declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) => _tanstack_react_query5.UseQueryResult<({
49606
+ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) => _tanstack_react_query0.UseQueryResult<({
49607
49607
  type: "mint";
49608
49608
  data: {
49609
49609
  id: string;
@@ -49644,7 +49644,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
49644
49644
  })[], Error>;
49645
49645
  //#endregion
49646
49646
  //#region src/hooks/perps/useMintPerp.d.ts
49647
- declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query5.UseMutationResult<void, Error, {
49647
+ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<void, Error, {
49648
49648
  optionType: "CALL" | "PUT";
49649
49649
  amount: bigint;
49650
49650
  duration: number;
@@ -49652,17 +49652,17 @@ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_
49652
49652
  }, unknown>;
49653
49653
  //#endregion
49654
49654
  //#region src/hooks/perps/useClosePerp.d.ts
49655
- declare const useClosePerp: () => _tanstack_react_query5.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
49655
+ declare const useClosePerp: () => _tanstack_react_query0.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
49656
49656
  //#endregion
49657
49657
  //#region src/hooks/perps/usePerpsOperator.d.ts
49658
49658
  declare const usePerpsOperator: () => {
49659
49659
  operator: PerpsOperator | undefined;
49660
49660
  address: `0x${string}` | undefined;
49661
- signMessage: _tanstack_react_query5.UseMutationResult<void, Error, void, unknown>;
49661
+ signMessage: _tanstack_react_query0.UseMutationResult<void, Error, void, unknown>;
49662
49662
  };
49663
49663
  //#endregion
49664
49664
  //#region src/hooks/perps/useUserPerps.d.ts
49665
- declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) => _tanstack_react_query5.UseQueryResult<{
49665
+ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) => _tanstack_react_query0.UseQueryResult<{
49666
49666
  optionId: bigint;
49667
49667
  id: string;
49668
49668
  ownerAddr: Address;
@@ -49671,7 +49671,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
49671
49671
  expiresAt: number;
49672
49672
  closed: boolean;
49673
49673
  }[] | undefined, Error>;
49674
- declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query5.UseQueryResult<{
49674
+ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49675
49675
  optionId: bigint;
49676
49676
  id: string;
49677
49677
  ownerAddr: Address;
@@ -49680,7 +49680,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
49680
49680
  expiresAt: number;
49681
49681
  closed: boolean;
49682
49682
  }[] | undefined, Error>;
49683
- declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query5.UseQueryResult<{
49683
+ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49684
49684
  optionId: bigint;
49685
49685
  id: string;
49686
49686
  ownerAddr: Address;
@@ -49692,7 +49692,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
49692
49692
  //#endregion
49693
49693
  //#region src/hooks/operators/useOperatorPerms.d.ts
49694
49694
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
49695
- error: viem0.ReadContractErrorType;
49695
+ error: viem491.ReadContractErrorType;
49696
49696
  isError: true;
49697
49697
  isPending: false;
49698
49698
  isLoading: false;
@@ -49704,7 +49704,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49704
49704
  dataUpdatedAt: number;
49705
49705
  errorUpdatedAt: number;
49706
49706
  failureCount: number;
49707
- failureReason: viem0.ReadContractErrorType | null;
49707
+ failureReason: viem491.ReadContractErrorType | null;
49708
49708
  errorUpdateCount: number;
49709
49709
  isFetched: boolean;
49710
49710
  isFetchedAfterMount: boolean;
@@ -49714,10 +49714,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49714
49714
  isRefetching: boolean;
49715
49715
  isStale: boolean;
49716
49716
  isEnabled: boolean;
49717
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49718
- fetchStatus: _tanstack_query_core23.FetchStatus;
49717
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49718
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49719
49719
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49720
- queryKey: _tanstack_query_core23.QueryKey;
49720
+ queryKey: _tanstack_query_core0.QueryKey;
49721
49721
  data: {
49722
49722
  canExtend: boolean | undefined;
49723
49723
  canExercise: boolean | undefined;
@@ -49739,7 +49739,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49739
49739
  dataUpdatedAt: number;
49740
49740
  errorUpdatedAt: number;
49741
49741
  failureCount: number;
49742
- failureReason: viem0.ReadContractErrorType | null;
49742
+ failureReason: viem491.ReadContractErrorType | null;
49743
49743
  errorUpdateCount: number;
49744
49744
  isFetched: boolean;
49745
49745
  isFetchedAfterMount: boolean;
@@ -49749,10 +49749,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49749
49749
  isRefetching: boolean;
49750
49750
  isStale: boolean;
49751
49751
  isEnabled: boolean;
49752
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49753
- fetchStatus: _tanstack_query_core23.FetchStatus;
49752
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49753
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49754
49754
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49755
- queryKey: _tanstack_query_core23.QueryKey;
49755
+ queryKey: _tanstack_query_core0.QueryKey;
49756
49756
  data: {
49757
49757
  canExtend: boolean | undefined;
49758
49758
  canExercise: boolean | undefined;
@@ -49762,7 +49762,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49762
49762
  effectiveApproval: bigint;
49763
49763
  };
49764
49764
  } | {
49765
- error: viem0.ReadContractErrorType;
49765
+ error: viem491.ReadContractErrorType;
49766
49766
  isError: true;
49767
49767
  isPending: false;
49768
49768
  isLoading: false;
@@ -49774,7 +49774,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49774
49774
  dataUpdatedAt: number;
49775
49775
  errorUpdatedAt: number;
49776
49776
  failureCount: number;
49777
- failureReason: viem0.ReadContractErrorType | null;
49777
+ failureReason: viem491.ReadContractErrorType | null;
49778
49778
  errorUpdateCount: number;
49779
49779
  isFetched: boolean;
49780
49780
  isFetchedAfterMount: boolean;
@@ -49784,10 +49784,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49784
49784
  isRefetching: boolean;
49785
49785
  isStale: boolean;
49786
49786
  isEnabled: boolean;
49787
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49788
- fetchStatus: _tanstack_query_core23.FetchStatus;
49787
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49788
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49789
49789
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49790
- queryKey: _tanstack_query_core23.QueryKey;
49790
+ queryKey: _tanstack_query_core0.QueryKey;
49791
49791
  data: {
49792
49792
  canExtend: boolean | undefined;
49793
49793
  canExercise: boolean | undefined;
@@ -49809,7 +49809,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49809
49809
  dataUpdatedAt: number;
49810
49810
  errorUpdatedAt: number;
49811
49811
  failureCount: number;
49812
- failureReason: viem0.ReadContractErrorType | null;
49812
+ failureReason: viem491.ReadContractErrorType | null;
49813
49813
  errorUpdateCount: number;
49814
49814
  isFetched: boolean;
49815
49815
  isFetchedAfterMount: boolean;
@@ -49819,10 +49819,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49819
49819
  isRefetching: boolean;
49820
49820
  isStale: boolean;
49821
49821
  isEnabled: boolean;
49822
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49823
- fetchStatus: _tanstack_query_core23.FetchStatus;
49822
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49823
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49824
49824
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49825
- queryKey: _tanstack_query_core23.QueryKey;
49825
+ queryKey: _tanstack_query_core0.QueryKey;
49826
49826
  data: {
49827
49827
  canExtend: boolean | undefined;
49828
49828
  canExercise: boolean | undefined;
@@ -49843,7 +49843,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49843
49843
  dataUpdatedAt: number;
49844
49844
  errorUpdatedAt: number;
49845
49845
  failureCount: number;
49846
- failureReason: viem0.ReadContractErrorType | null;
49846
+ failureReason: viem491.ReadContractErrorType | null;
49847
49847
  errorUpdateCount: number;
49848
49848
  isFetched: boolean;
49849
49849
  isFetchedAfterMount: boolean;
@@ -49854,10 +49854,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49854
49854
  isRefetching: boolean;
49855
49855
  isStale: boolean;
49856
49856
  isEnabled: boolean;
49857
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49858
- fetchStatus: _tanstack_query_core23.FetchStatus;
49857
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49858
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49859
49859
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49860
- queryKey: _tanstack_query_core23.QueryKey;
49860
+ queryKey: _tanstack_query_core0.QueryKey;
49861
49861
  data: {
49862
49862
  canExtend: boolean | undefined;
49863
49863
  canExercise: boolean | undefined;
@@ -49879,7 +49879,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49879
49879
  dataUpdatedAt: number;
49880
49880
  errorUpdatedAt: number;
49881
49881
  failureCount: number;
49882
- failureReason: viem0.ReadContractErrorType | null;
49882
+ failureReason: viem491.ReadContractErrorType | null;
49883
49883
  errorUpdateCount: number;
49884
49884
  isFetched: boolean;
49885
49885
  isFetchedAfterMount: boolean;
@@ -49889,10 +49889,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49889
49889
  isRefetching: boolean;
49890
49890
  isStale: boolean;
49891
49891
  isEnabled: boolean;
49892
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49893
- fetchStatus: _tanstack_query_core23.FetchStatus;
49892
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49893
+ fetchStatus: _tanstack_query_core0.FetchStatus;
49894
49894
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49895
- queryKey: _tanstack_query_core23.QueryKey;
49895
+ queryKey: _tanstack_query_core0.QueryKey;
49896
49896
  data: {
49897
49897
  canExtend: boolean | undefined;
49898
49898
  canExercise: boolean | undefined;
@@ -49904,7 +49904,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49904
49904
  };
49905
49905
  //#endregion
49906
49906
  //#region src/hooks/operators/useUserOperators.d.ts
49907
- declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _tanstack_react_query5.UseQueryResult<{
49907
+ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _tanstack_react_query0.UseQueryResult<{
49908
49908
  spendingApproval: bigint;
49909
49909
  operatorAddr: string;
49910
49910
  __typename: "UserMarketOperator";
@@ -49920,7 +49920,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _t
49920
49920
  }[] | undefined, Error>;
49921
49921
  //#endregion
49922
49922
  //#region src/hooks/operators/useSetOperatorPerms.d.ts
49923
- declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query5.UseMutationResult<`0x${string}`, Error, {
49923
+ declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49924
49924
  operator: Address;
49925
49925
  canExtend: boolean;
49926
49926
  canExercise: boolean;
@@ -50846,8 +50846,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
50846
50846
  declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
50847
50847
  //#endregion
50848
50848
  //#region src/hooks/pool/usePriceHistory.d.ts
50849
- declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query5.UseQueryResult<PriceDataPoint[], Error>;
50850
- declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query5.UseQueryResult<PriceDataPoint[], Error>;
50849
+ declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
50850
+ declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
50851
50851
  //#endregion
50852
50852
  //#region src/hooks/vault/useBurnLiquidity.d.ts
50853
50853
  interface BurnPosition {
@@ -50869,7 +50869,7 @@ declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
50869
50869
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
50870
50870
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
50871
50871
  declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50872
- error: viem0.ReadContractErrorType;
50872
+ error: viem491.ReadContractErrorType;
50873
50873
  isError: true;
50874
50874
  isPending: false;
50875
50875
  isLoading: false;
@@ -50881,7 +50881,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50881
50881
  dataUpdatedAt: number;
50882
50882
  errorUpdatedAt: number;
50883
50883
  failureCount: number;
50884
- failureReason: viem0.ReadContractErrorType | null;
50884
+ failureReason: viem491.ReadContractErrorType | null;
50885
50885
  errorUpdateCount: number;
50886
50886
  isFetched: boolean;
50887
50887
  isFetchedAfterMount: boolean;
@@ -50891,7 +50891,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50891
50891
  isRefetching: boolean;
50892
50892
  isStale: boolean;
50893
50893
  isEnabled: boolean;
50894
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
50894
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
50895
50895
  tickLower: number;
50896
50896
  tickUpper: number;
50897
50897
  prevTickLower: number;
@@ -50903,8 +50903,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50903
50903
  totalAmount1: bigint;
50904
50904
  borrowedAmount0: bigint;
50905
50905
  borrowedAmount1: bigint;
50906
- }[], viem0.ReadContractErrorType>>;
50907
- fetchStatus: _tanstack_query_core23.FetchStatus;
50906
+ }[], viem491.ReadContractErrorType>>;
50907
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50908
50908
  promise: Promise<readonly {
50909
50909
  tickLower: number;
50910
50910
  tickUpper: number;
@@ -50918,7 +50918,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50918
50918
  borrowedAmount0: bigint;
50919
50919
  borrowedAmount1: bigint;
50920
50920
  }[]>;
50921
- queryKey: _tanstack_query_core23.QueryKey;
50921
+ queryKey: _tanstack_query_core0.QueryKey;
50922
50922
  data: readonly {
50923
50923
  tickLower: number;
50924
50924
  tickUpper: number;
@@ -50945,7 +50945,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50945
50945
  dataUpdatedAt: number;
50946
50946
  errorUpdatedAt: number;
50947
50947
  failureCount: number;
50948
- failureReason: viem0.ReadContractErrorType | null;
50948
+ failureReason: viem491.ReadContractErrorType | null;
50949
50949
  errorUpdateCount: number;
50950
50950
  isFetched: boolean;
50951
50951
  isFetchedAfterMount: boolean;
@@ -50955,7 +50955,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50955
50955
  isRefetching: boolean;
50956
50956
  isStale: boolean;
50957
50957
  isEnabled: boolean;
50958
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
50958
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
50959
50959
  tickLower: number;
50960
50960
  tickUpper: number;
50961
50961
  prevTickLower: number;
@@ -50967,8 +50967,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50967
50967
  totalAmount1: bigint;
50968
50968
  borrowedAmount0: bigint;
50969
50969
  borrowedAmount1: bigint;
50970
- }[], viem0.ReadContractErrorType>>;
50971
- fetchStatus: _tanstack_query_core23.FetchStatus;
50970
+ }[], viem491.ReadContractErrorType>>;
50971
+ fetchStatus: _tanstack_query_core0.FetchStatus;
50972
50972
  promise: Promise<readonly {
50973
50973
  tickLower: number;
50974
50974
  tickUpper: number;
@@ -50982,7 +50982,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50982
50982
  borrowedAmount0: bigint;
50983
50983
  borrowedAmount1: bigint;
50984
50984
  }[]>;
50985
- queryKey: _tanstack_query_core23.QueryKey;
50985
+ queryKey: _tanstack_query_core0.QueryKey;
50986
50986
  data: readonly {
50987
50987
  tickLower: number;
50988
50988
  tickUpper: number;
@@ -50997,7 +50997,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50997
50997
  borrowedAmount1: bigint;
50998
50998
  }[];
50999
50999
  } | {
51000
- error: viem0.ReadContractErrorType;
51000
+ error: viem491.ReadContractErrorType;
51001
51001
  isError: true;
51002
51002
  isPending: false;
51003
51003
  isLoading: false;
@@ -51009,7 +51009,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51009
51009
  dataUpdatedAt: number;
51010
51010
  errorUpdatedAt: number;
51011
51011
  failureCount: number;
51012
- failureReason: viem0.ReadContractErrorType | null;
51012
+ failureReason: viem491.ReadContractErrorType | null;
51013
51013
  errorUpdateCount: number;
51014
51014
  isFetched: boolean;
51015
51015
  isFetchedAfterMount: boolean;
@@ -51019,7 +51019,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51019
51019
  isRefetching: boolean;
51020
51020
  isStale: boolean;
51021
51021
  isEnabled: boolean;
51022
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
51022
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
51023
51023
  tickLower: number;
51024
51024
  tickUpper: number;
51025
51025
  prevTickLower: number;
@@ -51031,8 +51031,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51031
51031
  totalAmount1: bigint;
51032
51032
  borrowedAmount0: bigint;
51033
51033
  borrowedAmount1: bigint;
51034
- }[], viem0.ReadContractErrorType>>;
51035
- fetchStatus: _tanstack_query_core23.FetchStatus;
51034
+ }[], viem491.ReadContractErrorType>>;
51035
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51036
51036
  promise: Promise<readonly {
51037
51037
  tickLower: number;
51038
51038
  tickUpper: number;
@@ -51046,7 +51046,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51046
51046
  borrowedAmount0: bigint;
51047
51047
  borrowedAmount1: bigint;
51048
51048
  }[]>;
51049
- queryKey: _tanstack_query_core23.QueryKey;
51049
+ queryKey: _tanstack_query_core0.QueryKey;
51050
51050
  data: readonly {
51051
51051
  tickLower: number;
51052
51052
  tickUpper: number;
@@ -51073,7 +51073,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51073
51073
  dataUpdatedAt: number;
51074
51074
  errorUpdatedAt: number;
51075
51075
  failureCount: number;
51076
- failureReason: viem0.ReadContractErrorType | null;
51076
+ failureReason: viem491.ReadContractErrorType | null;
51077
51077
  errorUpdateCount: number;
51078
51078
  isFetched: boolean;
51079
51079
  isFetchedAfterMount: boolean;
@@ -51083,7 +51083,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51083
51083
  isRefetching: boolean;
51084
51084
  isStale: boolean;
51085
51085
  isEnabled: boolean;
51086
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
51086
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
51087
51087
  tickLower: number;
51088
51088
  tickUpper: number;
51089
51089
  prevTickLower: number;
@@ -51095,8 +51095,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51095
51095
  totalAmount1: bigint;
51096
51096
  borrowedAmount0: bigint;
51097
51097
  borrowedAmount1: bigint;
51098
- }[], viem0.ReadContractErrorType>>;
51099
- fetchStatus: _tanstack_query_core23.FetchStatus;
51098
+ }[], viem491.ReadContractErrorType>>;
51099
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51100
51100
  promise: Promise<readonly {
51101
51101
  tickLower: number;
51102
51102
  tickUpper: number;
@@ -51110,7 +51110,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51110
51110
  borrowedAmount0: bigint;
51111
51111
  borrowedAmount1: bigint;
51112
51112
  }[]>;
51113
- queryKey: _tanstack_query_core23.QueryKey;
51113
+ queryKey: _tanstack_query_core0.QueryKey;
51114
51114
  data: readonly {
51115
51115
  tickLower: number;
51116
51116
  tickUpper: number;
@@ -51136,7 +51136,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51136
51136
  dataUpdatedAt: number;
51137
51137
  errorUpdatedAt: number;
51138
51138
  failureCount: number;
51139
- failureReason: viem0.ReadContractErrorType | null;
51139
+ failureReason: viem491.ReadContractErrorType | null;
51140
51140
  errorUpdateCount: number;
51141
51141
  isFetched: boolean;
51142
51142
  isFetchedAfterMount: boolean;
@@ -51147,7 +51147,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51147
51147
  isRefetching: boolean;
51148
51148
  isStale: boolean;
51149
51149
  isEnabled: boolean;
51150
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
51150
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
51151
51151
  tickLower: number;
51152
51152
  tickUpper: number;
51153
51153
  prevTickLower: number;
@@ -51159,8 +51159,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51159
51159
  totalAmount1: bigint;
51160
51160
  borrowedAmount0: bigint;
51161
51161
  borrowedAmount1: bigint;
51162
- }[], viem0.ReadContractErrorType>>;
51163
- fetchStatus: _tanstack_query_core23.FetchStatus;
51162
+ }[], viem491.ReadContractErrorType>>;
51163
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51164
51164
  promise: Promise<readonly {
51165
51165
  tickLower: number;
51166
51166
  tickUpper: number;
@@ -51174,7 +51174,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51174
51174
  borrowedAmount0: bigint;
51175
51175
  borrowedAmount1: bigint;
51176
51176
  }[]>;
51177
- queryKey: _tanstack_query_core23.QueryKey;
51177
+ queryKey: _tanstack_query_core0.QueryKey;
51178
51178
  data: readonly {
51179
51179
  tickLower: number;
51180
51180
  tickUpper: number;
@@ -51201,7 +51201,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51201
51201
  dataUpdatedAt: number;
51202
51202
  errorUpdatedAt: number;
51203
51203
  failureCount: number;
51204
- failureReason: viem0.ReadContractErrorType | null;
51204
+ failureReason: viem491.ReadContractErrorType | null;
51205
51205
  errorUpdateCount: number;
51206
51206
  isFetched: boolean;
51207
51207
  isFetchedAfterMount: boolean;
@@ -51211,7 +51211,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51211
51211
  isRefetching: boolean;
51212
51212
  isStale: boolean;
51213
51213
  isEnabled: boolean;
51214
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
51214
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
51215
51215
  tickLower: number;
51216
51216
  tickUpper: number;
51217
51217
  prevTickLower: number;
@@ -51223,8 +51223,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51223
51223
  totalAmount1: bigint;
51224
51224
  borrowedAmount0: bigint;
51225
51225
  borrowedAmount1: bigint;
51226
- }[], viem0.ReadContractErrorType>>;
51227
- fetchStatus: _tanstack_query_core23.FetchStatus;
51226
+ }[], viem491.ReadContractErrorType>>;
51227
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51228
51228
  promise: Promise<readonly {
51229
51229
  tickLower: number;
51230
51230
  tickUpper: number;
@@ -51238,7 +51238,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51238
51238
  borrowedAmount0: bigint;
51239
51239
  borrowedAmount1: bigint;
51240
51240
  }[]>;
51241
- queryKey: _tanstack_query_core23.QueryKey;
51241
+ queryKey: _tanstack_query_core0.QueryKey;
51242
51242
  data: readonly {
51243
51243
  tickLower: number;
51244
51244
  tickUpper: number;
@@ -51266,7 +51266,7 @@ interface MintPositionParams {
51266
51266
  tickUpper: number;
51267
51267
  liquidity: bigint;
51268
51268
  }
51269
- declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query5.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
51269
+ declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
51270
51270
  //#endregion
51271
51271
  //#region src/hooks/vault/useVaultData.d.ts
51272
51272
  declare const useVaultData: (vaultAddr: Address | undefined) => Partial<NonUndefinedGuard<{
@@ -51299,7 +51299,7 @@ declare const useVaultTVL: (vaultAddr: Address | undefined) => {
51299
51299
  borrowed0: Amount;
51300
51300
  borrowed1: Amount;
51301
51301
  blocksCount: bigint;
51302
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
51302
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem491.ReadContractErrorType>>;
51303
51303
  };
51304
51304
  //#endregion
51305
51305
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -51312,7 +51312,7 @@ declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndef
51312
51312
  //#endregion
51313
51313
  //#region src/hooks/tokens/useTokenBalance.d.ts
51314
51314
  declare const useTokenBalance: (token?: Address, user?: Address) => {
51315
- error: viem0.ReadContractErrorType;
51315
+ error: viem491.ReadContractErrorType;
51316
51316
  isError: true;
51317
51317
  isPending: false;
51318
51318
  isLoading: false;
@@ -51324,7 +51324,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51324
51324
  dataUpdatedAt: number;
51325
51325
  errorUpdatedAt: number;
51326
51326
  failureCount: number;
51327
- failureReason: viem0.ReadContractErrorType | null;
51327
+ failureReason: viem491.ReadContractErrorType | null;
51328
51328
  errorUpdateCount: number;
51329
51329
  isFetched: boolean;
51330
51330
  isFetchedAfterMount: boolean;
@@ -51334,10 +51334,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51334
51334
  isRefetching: boolean;
51335
51335
  isStale: boolean;
51336
51336
  isEnabled: boolean;
51337
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51338
- fetchStatus: _tanstack_query_core23.FetchStatus;
51337
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51338
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51339
51339
  promise: Promise<bigint>;
51340
- queryKey: _tanstack_query_core23.QueryKey;
51340
+ queryKey: _tanstack_query_core0.QueryKey;
51341
51341
  data: Amount | undefined;
51342
51342
  } | {
51343
51343
  error: null;
@@ -51352,7 +51352,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51352
51352
  dataUpdatedAt: number;
51353
51353
  errorUpdatedAt: number;
51354
51354
  failureCount: number;
51355
- failureReason: viem0.ReadContractErrorType | null;
51355
+ failureReason: viem491.ReadContractErrorType | null;
51356
51356
  errorUpdateCount: number;
51357
51357
  isFetched: boolean;
51358
51358
  isFetchedAfterMount: boolean;
@@ -51362,13 +51362,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51362
51362
  isRefetching: boolean;
51363
51363
  isStale: boolean;
51364
51364
  isEnabled: boolean;
51365
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51366
- fetchStatus: _tanstack_query_core23.FetchStatus;
51365
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51366
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51367
51367
  promise: Promise<bigint>;
51368
- queryKey: _tanstack_query_core23.QueryKey;
51368
+ queryKey: _tanstack_query_core0.QueryKey;
51369
51369
  data: Amount | undefined;
51370
51370
  } | {
51371
- error: viem0.ReadContractErrorType;
51371
+ error: viem491.ReadContractErrorType;
51372
51372
  isError: true;
51373
51373
  isPending: false;
51374
51374
  isLoading: false;
@@ -51380,7 +51380,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51380
51380
  dataUpdatedAt: number;
51381
51381
  errorUpdatedAt: number;
51382
51382
  failureCount: number;
51383
- failureReason: viem0.ReadContractErrorType | null;
51383
+ failureReason: viem491.ReadContractErrorType | null;
51384
51384
  errorUpdateCount: number;
51385
51385
  isFetched: boolean;
51386
51386
  isFetchedAfterMount: boolean;
@@ -51390,10 +51390,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51390
51390
  isRefetching: boolean;
51391
51391
  isStale: boolean;
51392
51392
  isEnabled: boolean;
51393
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51394
- fetchStatus: _tanstack_query_core23.FetchStatus;
51393
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51394
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51395
51395
  promise: Promise<bigint>;
51396
- queryKey: _tanstack_query_core23.QueryKey;
51396
+ queryKey: _tanstack_query_core0.QueryKey;
51397
51397
  data: Amount | undefined;
51398
51398
  } | {
51399
51399
  error: null;
@@ -51408,7 +51408,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51408
51408
  dataUpdatedAt: number;
51409
51409
  errorUpdatedAt: number;
51410
51410
  failureCount: number;
51411
- failureReason: viem0.ReadContractErrorType | null;
51411
+ failureReason: viem491.ReadContractErrorType | null;
51412
51412
  errorUpdateCount: number;
51413
51413
  isFetched: boolean;
51414
51414
  isFetchedAfterMount: boolean;
@@ -51418,10 +51418,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51418
51418
  isRefetching: boolean;
51419
51419
  isStale: boolean;
51420
51420
  isEnabled: boolean;
51421
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51422
- fetchStatus: _tanstack_query_core23.FetchStatus;
51421
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51422
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51423
51423
  promise: Promise<bigint>;
51424
- queryKey: _tanstack_query_core23.QueryKey;
51424
+ queryKey: _tanstack_query_core0.QueryKey;
51425
51425
  data: Amount | undefined;
51426
51426
  } | {
51427
51427
  error: null;
@@ -51435,7 +51435,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51435
51435
  dataUpdatedAt: number;
51436
51436
  errorUpdatedAt: number;
51437
51437
  failureCount: number;
51438
- failureReason: viem0.ReadContractErrorType | null;
51438
+ failureReason: viem491.ReadContractErrorType | null;
51439
51439
  errorUpdateCount: number;
51440
51440
  isFetched: boolean;
51441
51441
  isFetchedAfterMount: boolean;
@@ -51446,10 +51446,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51446
51446
  isRefetching: boolean;
51447
51447
  isStale: boolean;
51448
51448
  isEnabled: boolean;
51449
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51450
- fetchStatus: _tanstack_query_core23.FetchStatus;
51449
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51450
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51451
51451
  promise: Promise<bigint>;
51452
- queryKey: _tanstack_query_core23.QueryKey;
51452
+ queryKey: _tanstack_query_core0.QueryKey;
51453
51453
  data: Amount | undefined;
51454
51454
  } | {
51455
51455
  isError: false;
@@ -51464,7 +51464,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51464
51464
  dataUpdatedAt: number;
51465
51465
  errorUpdatedAt: number;
51466
51466
  failureCount: number;
51467
- failureReason: viem0.ReadContractErrorType | null;
51467
+ failureReason: viem491.ReadContractErrorType | null;
51468
51468
  errorUpdateCount: number;
51469
51469
  isFetched: boolean;
51470
51470
  isFetchedAfterMount: boolean;
@@ -51474,10 +51474,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51474
51474
  isRefetching: boolean;
51475
51475
  isStale: boolean;
51476
51476
  isEnabled: boolean;
51477
- refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51478
- fetchStatus: _tanstack_query_core23.FetchStatus;
51477
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51478
+ fetchStatus: _tanstack_query_core0.FetchStatus;
51479
51479
  promise: Promise<bigint>;
51480
- queryKey: _tanstack_query_core23.QueryKey;
51480
+ queryKey: _tanstack_query_core0.QueryKey;
51481
51481
  data: Amount | undefined;
51482
51482
  };
51483
51483
  //#endregion
@@ -52453,40 +52453,46 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
52453
52453
  //#endregion
52454
52454
  //#region src/hooks/guardian/usePauseGlobalTrading.d.ts
52455
52455
  declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52456
- data: undefined;
52457
52456
  error: null;
52457
+ data: undefined;
52458
52458
  status: "idle";
52459
- variables: undefined;
52460
52459
  isError: false;
52461
- isIdle: true;
52462
52460
  isPending: false;
52463
52461
  isSuccess: false;
52464
- reset: () => void;
52465
- context: unknown;
52466
52462
  failureCount: number;
52467
52463
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52468
52464
  isPaused: boolean;
52465
+ variables: undefined;
52466
+ isIdle: true;
52467
+ reset: () => void;
52468
+ context: unknown;
52469
52469
  submittedAt: number;
52470
52470
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52471
52471
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
52472
52472
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52473
52473
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52474
52474
  } | {
52475
- data: undefined;
52476
52475
  error: null;
52476
+ data: undefined;
52477
52477
  status: "pending";
52478
+ isError: false;
52479
+ isPending: true;
52480
+ isSuccess: false;
52481
+ failureCount: number;
52482
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52483
+ isPaused: boolean;
52478
52484
  variables: {
52479
52485
  abi: abitype0.Abi;
52480
52486
  functionName: string;
52481
52487
  args?: readonly unknown[] | undefined;
52482
52488
  address: Address;
52483
- chain?: viem0.Chain | null | undefined;
52484
- account?: `0x${string}` | viem0.Account | null | undefined;
52489
+ chain?: viem491.Chain | null | undefined;
52490
+ account?: `0x${string}` | viem491.Account | null | undefined;
52485
52491
  value?: bigint | undefined;
52486
52492
  dataSuffix?: `0x${string}` | undefined;
52487
- type?: "legacy" | undefined;
52488
52493
  gas?: bigint | undefined;
52489
52494
  nonce?: number | undefined;
52495
+ type?: "legacy" | undefined;
52490
52496
  blobs?: undefined;
52491
52497
  blobVersionedHashes?: undefined;
52492
52498
  kzg?: undefined;
@@ -52504,13 +52510,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52504
52510
  functionName: string;
52505
52511
  args?: readonly unknown[] | undefined;
52506
52512
  address: Address;
52507
- chain?: viem0.Chain | null | undefined;
52508
- account?: `0x${string}` | viem0.Account | null | undefined;
52513
+ chain?: viem491.Chain | null | undefined;
52514
+ account?: `0x${string}` | viem491.Account | null | undefined;
52509
52515
  value?: bigint | undefined;
52510
52516
  dataSuffix?: `0x${string}` | undefined;
52511
- type?: "eip2930" | undefined;
52512
52517
  gas?: bigint | undefined;
52513
52518
  nonce?: number | undefined;
52519
+ type?: "eip2930" | undefined;
52514
52520
  blobs?: undefined;
52515
52521
  blobVersionedHashes?: undefined;
52516
52522
  kzg?: undefined;
@@ -52518,7 +52524,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52518
52524
  maxFeePerBlobGas?: undefined | undefined;
52519
52525
  maxFeePerGas?: undefined | undefined;
52520
52526
  maxPriorityFeePerGas?: undefined | undefined;
52521
- accessList?: viem0.AccessList | undefined;
52527
+ accessList?: viem491.AccessList | undefined;
52522
52528
  sidecars?: undefined;
52523
52529
  authorizationList?: undefined;
52524
52530
  chainId?: number | undefined;
@@ -52528,13 +52534,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52528
52534
  functionName: string;
52529
52535
  args?: readonly unknown[] | undefined;
52530
52536
  address: Address;
52531
- chain?: viem0.Chain | null | undefined;
52532
- account?: `0x${string}` | viem0.Account | null | undefined;
52537
+ chain?: viem491.Chain | null | undefined;
52538
+ account?: `0x${string}` | viem491.Account | null | undefined;
52533
52539
  value?: bigint | undefined;
52534
52540
  dataSuffix?: `0x${string}` | undefined;
52535
- type?: "eip1559" | undefined;
52536
52541
  gas?: bigint | undefined;
52537
52542
  nonce?: number | undefined;
52543
+ type?: "eip1559" | undefined;
52538
52544
  blobs?: undefined;
52539
52545
  blobVersionedHashes?: undefined;
52540
52546
  kzg?: undefined;
@@ -52542,7 +52548,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52542
52548
  maxFeePerBlobGas?: undefined | undefined;
52543
52549
  maxFeePerGas?: bigint | undefined;
52544
52550
  maxPriorityFeePerGas?: bigint | undefined;
52545
- accessList?: viem0.AccessList | undefined;
52551
+ accessList?: viem491.AccessList | undefined;
52546
52552
  sidecars?: undefined;
52547
52553
  authorizationList?: undefined;
52548
52554
  chainId?: number | undefined;
@@ -52552,22 +52558,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52552
52558
  functionName: string;
52553
52559
  args?: readonly unknown[] | undefined;
52554
52560
  address: Address;
52555
- chain?: viem0.Chain | null | undefined;
52556
- account?: `0x${string}` | viem0.Account | null | undefined;
52561
+ chain?: viem491.Chain | null | undefined;
52562
+ account?: `0x${string}` | viem491.Account | null | undefined;
52557
52563
  value?: bigint | undefined;
52558
52564
  dataSuffix?: `0x${string}` | undefined;
52559
- type?: "eip4844" | undefined;
52560
52565
  gas?: bigint | undefined;
52561
52566
  nonce?: number | undefined;
52562
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52563
- blobVersionedHashes: readonly viem0.Hex[];
52567
+ type?: "eip4844" | undefined;
52568
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52569
+ blobVersionedHashes: readonly viem491.Hex[];
52564
52570
  kzg?: undefined;
52565
52571
  gasPrice?: undefined | undefined;
52566
52572
  maxFeePerBlobGas?: bigint | undefined;
52567
52573
  maxFeePerGas?: bigint | undefined;
52568
52574
  maxPriorityFeePerGas?: bigint | undefined;
52569
- accessList?: viem0.AccessList | undefined;
52570
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52575
+ accessList?: viem491.AccessList | undefined;
52576
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52571
52577
  authorizationList?: undefined;
52572
52578
  chainId?: number | undefined;
52573
52579
  connector?: wagmi0.Connector | undefined;
@@ -52576,22 +52582,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52576
52582
  functionName: string;
52577
52583
  args?: readonly unknown[] | undefined;
52578
52584
  address: Address;
52579
- chain?: viem0.Chain | null | undefined;
52580
- account?: `0x${string}` | viem0.Account | null | undefined;
52585
+ chain?: viem491.Chain | null | undefined;
52586
+ account?: `0x${string}` | viem491.Account | null | undefined;
52581
52587
  value?: bigint | undefined;
52582
52588
  dataSuffix?: `0x${string}` | undefined;
52583
- type?: "eip4844" | undefined;
52584
52589
  gas?: bigint | undefined;
52585
52590
  nonce?: number | undefined;
52586
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52591
+ type?: "eip4844" | undefined;
52592
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52587
52593
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52588
- kzg?: viem0.Kzg | undefined;
52594
+ kzg?: viem491.Kzg | undefined;
52589
52595
  gasPrice?: undefined | undefined;
52590
52596
  maxFeePerBlobGas?: bigint | undefined;
52591
52597
  maxFeePerGas?: bigint | undefined;
52592
52598
  maxPriorityFeePerGas?: bigint | undefined;
52593
- accessList?: viem0.AccessList | undefined;
52594
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52599
+ accessList?: viem491.AccessList | undefined;
52600
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52595
52601
  authorizationList?: undefined;
52596
52602
  chainId?: number | undefined;
52597
52603
  connector?: wagmi0.Connector | undefined;
@@ -52600,13 +52606,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52600
52606
  functionName: string;
52601
52607
  args?: readonly unknown[] | undefined;
52602
52608
  address: Address;
52603
- chain?: viem0.Chain | null | undefined;
52604
- account?: `0x${string}` | viem0.Account | null | undefined;
52609
+ chain?: viem491.Chain | null | undefined;
52610
+ account?: `0x${string}` | viem491.Account | null | undefined;
52605
52611
  value?: bigint | undefined;
52606
52612
  dataSuffix?: `0x${string}` | undefined;
52607
- type?: "eip7702" | undefined;
52608
52613
  gas?: bigint | undefined;
52609
52614
  nonce?: number | undefined;
52615
+ type?: "eip7702" | undefined;
52610
52616
  blobs?: undefined;
52611
52617
  blobVersionedHashes?: undefined;
52612
52618
  kzg?: undefined;
@@ -52614,42 +52620,42 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52614
52620
  maxFeePerBlobGas?: undefined | undefined;
52615
52621
  maxFeePerGas?: bigint | undefined;
52616
52622
  maxPriorityFeePerGas?: bigint | undefined;
52617
- accessList?: viem0.AccessList | undefined;
52623
+ accessList?: viem491.AccessList | undefined;
52618
52624
  sidecars?: undefined;
52619
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52625
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52620
52626
  chainId?: number | undefined;
52621
52627
  connector?: wagmi0.Connector | undefined;
52622
52628
  };
52623
- isError: false;
52624
52629
  isIdle: false;
52625
- isPending: true;
52626
- isSuccess: false;
52627
52630
  reset: () => void;
52628
52631
  context: unknown;
52629
- failureCount: number;
52630
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52631
- isPaused: boolean;
52632
52632
  submittedAt: number;
52633
52633
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52634
52634
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
52635
52635
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52636
52636
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52637
52637
  } | {
52638
- data: undefined;
52639
52638
  error: _wagmi_core0.WriteContractErrorType;
52639
+ data: undefined;
52640
52640
  status: "error";
52641
+ isError: true;
52642
+ isPending: false;
52643
+ isSuccess: false;
52644
+ failureCount: number;
52645
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52646
+ isPaused: boolean;
52641
52647
  variables: {
52642
52648
  abi: abitype0.Abi;
52643
52649
  functionName: string;
52644
52650
  args?: readonly unknown[] | undefined;
52645
52651
  address: Address;
52646
- chain?: viem0.Chain | null | undefined;
52647
- account?: `0x${string}` | viem0.Account | null | undefined;
52652
+ chain?: viem491.Chain | null | undefined;
52653
+ account?: `0x${string}` | viem491.Account | null | undefined;
52648
52654
  value?: bigint | undefined;
52649
52655
  dataSuffix?: `0x${string}` | undefined;
52650
- type?: "legacy" | undefined;
52651
52656
  gas?: bigint | undefined;
52652
52657
  nonce?: number | undefined;
52658
+ type?: "legacy" | undefined;
52653
52659
  blobs?: undefined;
52654
52660
  blobVersionedHashes?: undefined;
52655
52661
  kzg?: undefined;
@@ -52667,13 +52673,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52667
52673
  functionName: string;
52668
52674
  args?: readonly unknown[] | undefined;
52669
52675
  address: Address;
52670
- chain?: viem0.Chain | null | undefined;
52671
- account?: `0x${string}` | viem0.Account | null | undefined;
52676
+ chain?: viem491.Chain | null | undefined;
52677
+ account?: `0x${string}` | viem491.Account | null | undefined;
52672
52678
  value?: bigint | undefined;
52673
52679
  dataSuffix?: `0x${string}` | undefined;
52674
- type?: "eip2930" | undefined;
52675
52680
  gas?: bigint | undefined;
52676
52681
  nonce?: number | undefined;
52682
+ type?: "eip2930" | undefined;
52677
52683
  blobs?: undefined;
52678
52684
  blobVersionedHashes?: undefined;
52679
52685
  kzg?: undefined;
@@ -52681,7 +52687,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52681
52687
  maxFeePerBlobGas?: undefined | undefined;
52682
52688
  maxFeePerGas?: undefined | undefined;
52683
52689
  maxPriorityFeePerGas?: undefined | undefined;
52684
- accessList?: viem0.AccessList | undefined;
52690
+ accessList?: viem491.AccessList | undefined;
52685
52691
  sidecars?: undefined;
52686
52692
  authorizationList?: undefined;
52687
52693
  chainId?: number | undefined;
@@ -52691,13 +52697,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52691
52697
  functionName: string;
52692
52698
  args?: readonly unknown[] | undefined;
52693
52699
  address: Address;
52694
- chain?: viem0.Chain | null | undefined;
52695
- account?: `0x${string}` | viem0.Account | null | undefined;
52700
+ chain?: viem491.Chain | null | undefined;
52701
+ account?: `0x${string}` | viem491.Account | null | undefined;
52696
52702
  value?: bigint | undefined;
52697
52703
  dataSuffix?: `0x${string}` | undefined;
52698
- type?: "eip1559" | undefined;
52699
52704
  gas?: bigint | undefined;
52700
52705
  nonce?: number | undefined;
52706
+ type?: "eip1559" | undefined;
52701
52707
  blobs?: undefined;
52702
52708
  blobVersionedHashes?: undefined;
52703
52709
  kzg?: undefined;
@@ -52705,7 +52711,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52705
52711
  maxFeePerBlobGas?: undefined | undefined;
52706
52712
  maxFeePerGas?: bigint | undefined;
52707
52713
  maxPriorityFeePerGas?: bigint | undefined;
52708
- accessList?: viem0.AccessList | undefined;
52714
+ accessList?: viem491.AccessList | undefined;
52709
52715
  sidecars?: undefined;
52710
52716
  authorizationList?: undefined;
52711
52717
  chainId?: number | undefined;
@@ -52715,22 +52721,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52715
52721
  functionName: string;
52716
52722
  args?: readonly unknown[] | undefined;
52717
52723
  address: Address;
52718
- chain?: viem0.Chain | null | undefined;
52719
- account?: `0x${string}` | viem0.Account | null | undefined;
52724
+ chain?: viem491.Chain | null | undefined;
52725
+ account?: `0x${string}` | viem491.Account | null | undefined;
52720
52726
  value?: bigint | undefined;
52721
52727
  dataSuffix?: `0x${string}` | undefined;
52722
- type?: "eip4844" | undefined;
52723
52728
  gas?: bigint | undefined;
52724
52729
  nonce?: number | undefined;
52725
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52726
- blobVersionedHashes: readonly viem0.Hex[];
52730
+ type?: "eip4844" | undefined;
52731
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52732
+ blobVersionedHashes: readonly viem491.Hex[];
52727
52733
  kzg?: undefined;
52728
52734
  gasPrice?: undefined | undefined;
52729
52735
  maxFeePerBlobGas?: bigint | undefined;
52730
52736
  maxFeePerGas?: bigint | undefined;
52731
52737
  maxPriorityFeePerGas?: bigint | undefined;
52732
- accessList?: viem0.AccessList | undefined;
52733
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52738
+ accessList?: viem491.AccessList | undefined;
52739
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52734
52740
  authorizationList?: undefined;
52735
52741
  chainId?: number | undefined;
52736
52742
  connector?: wagmi0.Connector | undefined;
@@ -52739,22 +52745,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52739
52745
  functionName: string;
52740
52746
  args?: readonly unknown[] | undefined;
52741
52747
  address: Address;
52742
- chain?: viem0.Chain | null | undefined;
52743
- account?: `0x${string}` | viem0.Account | null | undefined;
52748
+ chain?: viem491.Chain | null | undefined;
52749
+ account?: `0x${string}` | viem491.Account | null | undefined;
52744
52750
  value?: bigint | undefined;
52745
52751
  dataSuffix?: `0x${string}` | undefined;
52746
- type?: "eip4844" | undefined;
52747
52752
  gas?: bigint | undefined;
52748
52753
  nonce?: number | undefined;
52749
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52754
+ type?: "eip4844" | undefined;
52755
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52750
52756
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52751
- kzg?: viem0.Kzg | undefined;
52757
+ kzg?: viem491.Kzg | undefined;
52752
52758
  gasPrice?: undefined | undefined;
52753
52759
  maxFeePerBlobGas?: bigint | undefined;
52754
52760
  maxFeePerGas?: bigint | undefined;
52755
52761
  maxPriorityFeePerGas?: bigint | undefined;
52756
- accessList?: viem0.AccessList | undefined;
52757
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52762
+ accessList?: viem491.AccessList | undefined;
52763
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52758
52764
  authorizationList?: undefined;
52759
52765
  chainId?: number | undefined;
52760
52766
  connector?: wagmi0.Connector | undefined;
@@ -52763,13 +52769,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52763
52769
  functionName: string;
52764
52770
  args?: readonly unknown[] | undefined;
52765
52771
  address: Address;
52766
- chain?: viem0.Chain | null | undefined;
52767
- account?: `0x${string}` | viem0.Account | null | undefined;
52772
+ chain?: viem491.Chain | null | undefined;
52773
+ account?: `0x${string}` | viem491.Account | null | undefined;
52768
52774
  value?: bigint | undefined;
52769
52775
  dataSuffix?: `0x${string}` | undefined;
52770
- type?: "eip7702" | undefined;
52771
52776
  gas?: bigint | undefined;
52772
52777
  nonce?: number | undefined;
52778
+ type?: "eip7702" | undefined;
52773
52779
  blobs?: undefined;
52774
52780
  blobVersionedHashes?: undefined;
52775
52781
  kzg?: undefined;
@@ -52777,42 +52783,42 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52777
52783
  maxFeePerBlobGas?: undefined | undefined;
52778
52784
  maxFeePerGas?: bigint | undefined;
52779
52785
  maxPriorityFeePerGas?: bigint | undefined;
52780
- accessList?: viem0.AccessList | undefined;
52786
+ accessList?: viem491.AccessList | undefined;
52781
52787
  sidecars?: undefined;
52782
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52788
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52783
52789
  chainId?: number | undefined;
52784
52790
  connector?: wagmi0.Connector | undefined;
52785
52791
  };
52786
- isError: true;
52787
52792
  isIdle: false;
52788
- isPending: false;
52789
- isSuccess: false;
52790
52793
  reset: () => void;
52791
52794
  context: unknown;
52792
- failureCount: number;
52793
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52794
- isPaused: boolean;
52795
52795
  submittedAt: number;
52796
52796
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52797
52797
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
52798
52798
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52799
52799
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52800
52800
  } | {
52801
- data: `0x${string}`;
52802
52801
  error: null;
52802
+ data: `0x${string}`;
52803
52803
  status: "success";
52804
+ isError: false;
52805
+ isPending: false;
52806
+ isSuccess: true;
52807
+ failureCount: number;
52808
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52809
+ isPaused: boolean;
52804
52810
  variables: {
52805
52811
  abi: abitype0.Abi;
52806
52812
  functionName: string;
52807
52813
  args?: readonly unknown[] | undefined;
52808
52814
  address: Address;
52809
- chain?: viem0.Chain | null | undefined;
52810
- account?: `0x${string}` | viem0.Account | null | undefined;
52815
+ chain?: viem491.Chain | null | undefined;
52816
+ account?: `0x${string}` | viem491.Account | null | undefined;
52811
52817
  value?: bigint | undefined;
52812
52818
  dataSuffix?: `0x${string}` | undefined;
52813
- type?: "legacy" | undefined;
52814
52819
  gas?: bigint | undefined;
52815
52820
  nonce?: number | undefined;
52821
+ type?: "legacy" | undefined;
52816
52822
  blobs?: undefined;
52817
52823
  blobVersionedHashes?: undefined;
52818
52824
  kzg?: undefined;
@@ -52830,13 +52836,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52830
52836
  functionName: string;
52831
52837
  args?: readonly unknown[] | undefined;
52832
52838
  address: Address;
52833
- chain?: viem0.Chain | null | undefined;
52834
- account?: `0x${string}` | viem0.Account | null | undefined;
52839
+ chain?: viem491.Chain | null | undefined;
52840
+ account?: `0x${string}` | viem491.Account | null | undefined;
52835
52841
  value?: bigint | undefined;
52836
52842
  dataSuffix?: `0x${string}` | undefined;
52837
- type?: "eip2930" | undefined;
52838
52843
  gas?: bigint | undefined;
52839
52844
  nonce?: number | undefined;
52845
+ type?: "eip2930" | undefined;
52840
52846
  blobs?: undefined;
52841
52847
  blobVersionedHashes?: undefined;
52842
52848
  kzg?: undefined;
@@ -52844,7 +52850,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52844
52850
  maxFeePerBlobGas?: undefined | undefined;
52845
52851
  maxFeePerGas?: undefined | undefined;
52846
52852
  maxPriorityFeePerGas?: undefined | undefined;
52847
- accessList?: viem0.AccessList | undefined;
52853
+ accessList?: viem491.AccessList | undefined;
52848
52854
  sidecars?: undefined;
52849
52855
  authorizationList?: undefined;
52850
52856
  chainId?: number | undefined;
@@ -52854,13 +52860,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52854
52860
  functionName: string;
52855
52861
  args?: readonly unknown[] | undefined;
52856
52862
  address: Address;
52857
- chain?: viem0.Chain | null | undefined;
52858
- account?: `0x${string}` | viem0.Account | null | undefined;
52863
+ chain?: viem491.Chain | null | undefined;
52864
+ account?: `0x${string}` | viem491.Account | null | undefined;
52859
52865
  value?: bigint | undefined;
52860
52866
  dataSuffix?: `0x${string}` | undefined;
52861
- type?: "eip1559" | undefined;
52862
52867
  gas?: bigint | undefined;
52863
52868
  nonce?: number | undefined;
52869
+ type?: "eip1559" | undefined;
52864
52870
  blobs?: undefined;
52865
52871
  blobVersionedHashes?: undefined;
52866
52872
  kzg?: undefined;
@@ -52868,7 +52874,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52868
52874
  maxFeePerBlobGas?: undefined | undefined;
52869
52875
  maxFeePerGas?: bigint | undefined;
52870
52876
  maxPriorityFeePerGas?: bigint | undefined;
52871
- accessList?: viem0.AccessList | undefined;
52877
+ accessList?: viem491.AccessList | undefined;
52872
52878
  sidecars?: undefined;
52873
52879
  authorizationList?: undefined;
52874
52880
  chainId?: number | undefined;
@@ -52878,22 +52884,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52878
52884
  functionName: string;
52879
52885
  args?: readonly unknown[] | undefined;
52880
52886
  address: Address;
52881
- chain?: viem0.Chain | null | undefined;
52882
- account?: `0x${string}` | viem0.Account | null | undefined;
52887
+ chain?: viem491.Chain | null | undefined;
52888
+ account?: `0x${string}` | viem491.Account | null | undefined;
52883
52889
  value?: bigint | undefined;
52884
52890
  dataSuffix?: `0x${string}` | undefined;
52885
- type?: "eip4844" | undefined;
52886
52891
  gas?: bigint | undefined;
52887
52892
  nonce?: number | undefined;
52888
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52889
- blobVersionedHashes: readonly viem0.Hex[];
52893
+ type?: "eip4844" | undefined;
52894
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52895
+ blobVersionedHashes: readonly viem491.Hex[];
52890
52896
  kzg?: undefined;
52891
52897
  gasPrice?: undefined | undefined;
52892
52898
  maxFeePerBlobGas?: bigint | undefined;
52893
52899
  maxFeePerGas?: bigint | undefined;
52894
52900
  maxPriorityFeePerGas?: bigint | undefined;
52895
- accessList?: viem0.AccessList | undefined;
52896
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52901
+ accessList?: viem491.AccessList | undefined;
52902
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52897
52903
  authorizationList?: undefined;
52898
52904
  chainId?: number | undefined;
52899
52905
  connector?: wagmi0.Connector | undefined;
@@ -52902,22 +52908,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52902
52908
  functionName: string;
52903
52909
  args?: readonly unknown[] | undefined;
52904
52910
  address: Address;
52905
- chain?: viem0.Chain | null | undefined;
52906
- account?: `0x${string}` | viem0.Account | null | undefined;
52911
+ chain?: viem491.Chain | null | undefined;
52912
+ account?: `0x${string}` | viem491.Account | null | undefined;
52907
52913
  value?: bigint | undefined;
52908
52914
  dataSuffix?: `0x${string}` | undefined;
52909
- type?: "eip4844" | undefined;
52910
52915
  gas?: bigint | undefined;
52911
52916
  nonce?: number | undefined;
52912
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52917
+ type?: "eip4844" | undefined;
52918
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52913
52919
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52914
- kzg?: viem0.Kzg | undefined;
52920
+ kzg?: viem491.Kzg | undefined;
52915
52921
  gasPrice?: undefined | undefined;
52916
52922
  maxFeePerBlobGas?: bigint | undefined;
52917
52923
  maxFeePerGas?: bigint | undefined;
52918
52924
  maxPriorityFeePerGas?: bigint | undefined;
52919
- accessList?: viem0.AccessList | undefined;
52920
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52925
+ accessList?: viem491.AccessList | undefined;
52926
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52921
52927
  authorizationList?: undefined;
52922
52928
  chainId?: number | undefined;
52923
52929
  connector?: wagmi0.Connector | undefined;
@@ -52926,13 +52932,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52926
52932
  functionName: string;
52927
52933
  args?: readonly unknown[] | undefined;
52928
52934
  address: Address;
52929
- chain?: viem0.Chain | null | undefined;
52930
- account?: `0x${string}` | viem0.Account | null | undefined;
52935
+ chain?: viem491.Chain | null | undefined;
52936
+ account?: `0x${string}` | viem491.Account | null | undefined;
52931
52937
  value?: bigint | undefined;
52932
52938
  dataSuffix?: `0x${string}` | undefined;
52933
- type?: "eip7702" | undefined;
52934
52939
  gas?: bigint | undefined;
52935
52940
  nonce?: number | undefined;
52941
+ type?: "eip7702" | undefined;
52936
52942
  blobs?: undefined;
52937
52943
  blobVersionedHashes?: undefined;
52938
52944
  kzg?: undefined;
@@ -52940,21 +52946,15 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52940
52946
  maxFeePerBlobGas?: undefined | undefined;
52941
52947
  maxFeePerGas?: bigint | undefined;
52942
52948
  maxPriorityFeePerGas?: bigint | undefined;
52943
- accessList?: viem0.AccessList | undefined;
52949
+ accessList?: viem491.AccessList | undefined;
52944
52950
  sidecars?: undefined;
52945
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52951
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52946
52952
  chainId?: number | undefined;
52947
52953
  connector?: wagmi0.Connector | undefined;
52948
52954
  };
52949
- isError: false;
52950
52955
  isIdle: false;
52951
- isPending: false;
52952
- isSuccess: true;
52953
52956
  reset: () => void;
52954
52957
  context: unknown;
52955
- failureCount: number;
52956
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52957
- isPaused: boolean;
52958
52958
  submittedAt: number;
52959
52959
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52960
52960
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -52964,40 +52964,46 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52964
52964
  //#endregion
52965
52965
  //#region src/hooks/guardian/usePauseMarketTrading.d.ts
52966
52966
  declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52967
- data: undefined;
52968
52967
  error: null;
52968
+ data: undefined;
52969
52969
  status: "idle";
52970
- variables: undefined;
52971
52970
  isError: false;
52972
- isIdle: true;
52973
52971
  isPending: false;
52974
52972
  isSuccess: false;
52975
- reset: () => void;
52976
- context: unknown;
52977
52973
  failureCount: number;
52978
52974
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52979
52975
  isPaused: boolean;
52976
+ variables: undefined;
52977
+ isIdle: true;
52978
+ reset: () => void;
52979
+ context: unknown;
52980
52980
  submittedAt: number;
52981
52981
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52982
52982
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
52983
52983
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52984
52984
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
52985
52985
  } | {
52986
- data: undefined;
52987
52986
  error: null;
52987
+ data: undefined;
52988
52988
  status: "pending";
52989
+ isError: false;
52990
+ isPending: true;
52991
+ isSuccess: false;
52992
+ failureCount: number;
52993
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52994
+ isPaused: boolean;
52989
52995
  variables: {
52990
52996
  abi: abitype0.Abi;
52991
52997
  functionName: string;
52992
52998
  args?: readonly unknown[] | undefined;
52993
52999
  address: Address;
52994
- chain?: viem0.Chain | null | undefined;
52995
- account?: `0x${string}` | viem0.Account | null | undefined;
53000
+ chain?: viem491.Chain | null | undefined;
53001
+ account?: `0x${string}` | viem491.Account | null | undefined;
52996
53002
  value?: bigint | undefined;
52997
53003
  dataSuffix?: `0x${string}` | undefined;
52998
- type?: "legacy" | undefined;
52999
53004
  gas?: bigint | undefined;
53000
53005
  nonce?: number | undefined;
53006
+ type?: "legacy" | undefined;
53001
53007
  blobs?: undefined;
53002
53008
  blobVersionedHashes?: undefined;
53003
53009
  kzg?: undefined;
@@ -53015,13 +53021,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53015
53021
  functionName: string;
53016
53022
  args?: readonly unknown[] | undefined;
53017
53023
  address: Address;
53018
- chain?: viem0.Chain | null | undefined;
53019
- account?: `0x${string}` | viem0.Account | null | undefined;
53024
+ chain?: viem491.Chain | null | undefined;
53025
+ account?: `0x${string}` | viem491.Account | null | undefined;
53020
53026
  value?: bigint | undefined;
53021
53027
  dataSuffix?: `0x${string}` | undefined;
53022
- type?: "eip2930" | undefined;
53023
53028
  gas?: bigint | undefined;
53024
53029
  nonce?: number | undefined;
53030
+ type?: "eip2930" | undefined;
53025
53031
  blobs?: undefined;
53026
53032
  blobVersionedHashes?: undefined;
53027
53033
  kzg?: undefined;
@@ -53029,7 +53035,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53029
53035
  maxFeePerBlobGas?: undefined | undefined;
53030
53036
  maxFeePerGas?: undefined | undefined;
53031
53037
  maxPriorityFeePerGas?: undefined | undefined;
53032
- accessList?: viem0.AccessList | undefined;
53038
+ accessList?: viem491.AccessList | undefined;
53033
53039
  sidecars?: undefined;
53034
53040
  authorizationList?: undefined;
53035
53041
  chainId?: number | undefined;
@@ -53039,13 +53045,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53039
53045
  functionName: string;
53040
53046
  args?: readonly unknown[] | undefined;
53041
53047
  address: Address;
53042
- chain?: viem0.Chain | null | undefined;
53043
- account?: `0x${string}` | viem0.Account | null | undefined;
53048
+ chain?: viem491.Chain | null | undefined;
53049
+ account?: `0x${string}` | viem491.Account | null | undefined;
53044
53050
  value?: bigint | undefined;
53045
53051
  dataSuffix?: `0x${string}` | undefined;
53046
- type?: "eip1559" | undefined;
53047
53052
  gas?: bigint | undefined;
53048
53053
  nonce?: number | undefined;
53054
+ type?: "eip1559" | undefined;
53049
53055
  blobs?: undefined;
53050
53056
  blobVersionedHashes?: undefined;
53051
53057
  kzg?: undefined;
@@ -53053,7 +53059,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53053
53059
  maxFeePerBlobGas?: undefined | undefined;
53054
53060
  maxFeePerGas?: bigint | undefined;
53055
53061
  maxPriorityFeePerGas?: bigint | undefined;
53056
- accessList?: viem0.AccessList | undefined;
53062
+ accessList?: viem491.AccessList | undefined;
53057
53063
  sidecars?: undefined;
53058
53064
  authorizationList?: undefined;
53059
53065
  chainId?: number | undefined;
@@ -53063,22 +53069,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53063
53069
  functionName: string;
53064
53070
  args?: readonly unknown[] | undefined;
53065
53071
  address: Address;
53066
- chain?: viem0.Chain | null | undefined;
53067
- account?: `0x${string}` | viem0.Account | null | undefined;
53072
+ chain?: viem491.Chain | null | undefined;
53073
+ account?: `0x${string}` | viem491.Account | null | undefined;
53068
53074
  value?: bigint | undefined;
53069
53075
  dataSuffix?: `0x${string}` | undefined;
53070
- type?: "eip4844" | undefined;
53071
53076
  gas?: bigint | undefined;
53072
53077
  nonce?: number | undefined;
53073
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53074
- blobVersionedHashes: readonly viem0.Hex[];
53078
+ type?: "eip4844" | undefined;
53079
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53080
+ blobVersionedHashes: readonly viem491.Hex[];
53075
53081
  kzg?: undefined;
53076
53082
  gasPrice?: undefined | undefined;
53077
53083
  maxFeePerBlobGas?: bigint | undefined;
53078
53084
  maxFeePerGas?: bigint | undefined;
53079
53085
  maxPriorityFeePerGas?: bigint | undefined;
53080
- accessList?: viem0.AccessList | undefined;
53081
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53086
+ accessList?: viem491.AccessList | undefined;
53087
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53082
53088
  authorizationList?: undefined;
53083
53089
  chainId?: number | undefined;
53084
53090
  connector?: wagmi0.Connector | undefined;
@@ -53087,22 +53093,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53087
53093
  functionName: string;
53088
53094
  args?: readonly unknown[] | undefined;
53089
53095
  address: Address;
53090
- chain?: viem0.Chain | null | undefined;
53091
- account?: `0x${string}` | viem0.Account | null | undefined;
53096
+ chain?: viem491.Chain | null | undefined;
53097
+ account?: `0x${string}` | viem491.Account | null | undefined;
53092
53098
  value?: bigint | undefined;
53093
53099
  dataSuffix?: `0x${string}` | undefined;
53094
- type?: "eip4844" | undefined;
53095
53100
  gas?: bigint | undefined;
53096
53101
  nonce?: number | undefined;
53097
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53102
+ type?: "eip4844" | undefined;
53103
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53098
53104
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53099
- kzg?: viem0.Kzg | undefined;
53105
+ kzg?: viem491.Kzg | undefined;
53100
53106
  gasPrice?: undefined | undefined;
53101
53107
  maxFeePerBlobGas?: bigint | undefined;
53102
53108
  maxFeePerGas?: bigint | undefined;
53103
53109
  maxPriorityFeePerGas?: bigint | undefined;
53104
- accessList?: viem0.AccessList | undefined;
53105
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53110
+ accessList?: viem491.AccessList | undefined;
53111
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53106
53112
  authorizationList?: undefined;
53107
53113
  chainId?: number | undefined;
53108
53114
  connector?: wagmi0.Connector | undefined;
@@ -53111,13 +53117,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53111
53117
  functionName: string;
53112
53118
  args?: readonly unknown[] | undefined;
53113
53119
  address: Address;
53114
- chain?: viem0.Chain | null | undefined;
53115
- account?: `0x${string}` | viem0.Account | null | undefined;
53120
+ chain?: viem491.Chain | null | undefined;
53121
+ account?: `0x${string}` | viem491.Account | null | undefined;
53116
53122
  value?: bigint | undefined;
53117
53123
  dataSuffix?: `0x${string}` | undefined;
53118
- type?: "eip7702" | undefined;
53119
53124
  gas?: bigint | undefined;
53120
53125
  nonce?: number | undefined;
53126
+ type?: "eip7702" | undefined;
53121
53127
  blobs?: undefined;
53122
53128
  blobVersionedHashes?: undefined;
53123
53129
  kzg?: undefined;
@@ -53125,42 +53131,42 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53125
53131
  maxFeePerBlobGas?: undefined | undefined;
53126
53132
  maxFeePerGas?: bigint | undefined;
53127
53133
  maxPriorityFeePerGas?: bigint | undefined;
53128
- accessList?: viem0.AccessList | undefined;
53134
+ accessList?: viem491.AccessList | undefined;
53129
53135
  sidecars?: undefined;
53130
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53136
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53131
53137
  chainId?: number | undefined;
53132
53138
  connector?: wagmi0.Connector | undefined;
53133
53139
  };
53134
- isError: false;
53135
53140
  isIdle: false;
53136
- isPending: true;
53137
- isSuccess: false;
53138
53141
  reset: () => void;
53139
53142
  context: unknown;
53140
- failureCount: number;
53141
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53142
- isPaused: boolean;
53143
53143
  submittedAt: number;
53144
53144
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53145
53145
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53146
53146
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53147
53147
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53148
53148
  } | {
53149
- data: undefined;
53150
53149
  error: _wagmi_core0.WriteContractErrorType;
53150
+ data: undefined;
53151
53151
  status: "error";
53152
+ isError: true;
53153
+ isPending: false;
53154
+ isSuccess: false;
53155
+ failureCount: number;
53156
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53157
+ isPaused: boolean;
53152
53158
  variables: {
53153
53159
  abi: abitype0.Abi;
53154
53160
  functionName: string;
53155
53161
  args?: readonly unknown[] | undefined;
53156
53162
  address: Address;
53157
- chain?: viem0.Chain | null | undefined;
53158
- account?: `0x${string}` | viem0.Account | null | undefined;
53163
+ chain?: viem491.Chain | null | undefined;
53164
+ account?: `0x${string}` | viem491.Account | null | undefined;
53159
53165
  value?: bigint | undefined;
53160
53166
  dataSuffix?: `0x${string}` | undefined;
53161
- type?: "legacy" | undefined;
53162
53167
  gas?: bigint | undefined;
53163
53168
  nonce?: number | undefined;
53169
+ type?: "legacy" | undefined;
53164
53170
  blobs?: undefined;
53165
53171
  blobVersionedHashes?: undefined;
53166
53172
  kzg?: undefined;
@@ -53178,13 +53184,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53178
53184
  functionName: string;
53179
53185
  args?: readonly unknown[] | undefined;
53180
53186
  address: Address;
53181
- chain?: viem0.Chain | null | undefined;
53182
- account?: `0x${string}` | viem0.Account | null | undefined;
53187
+ chain?: viem491.Chain | null | undefined;
53188
+ account?: `0x${string}` | viem491.Account | null | undefined;
53183
53189
  value?: bigint | undefined;
53184
53190
  dataSuffix?: `0x${string}` | undefined;
53185
- type?: "eip2930" | undefined;
53186
53191
  gas?: bigint | undefined;
53187
53192
  nonce?: number | undefined;
53193
+ type?: "eip2930" | undefined;
53188
53194
  blobs?: undefined;
53189
53195
  blobVersionedHashes?: undefined;
53190
53196
  kzg?: undefined;
@@ -53192,7 +53198,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53192
53198
  maxFeePerBlobGas?: undefined | undefined;
53193
53199
  maxFeePerGas?: undefined | undefined;
53194
53200
  maxPriorityFeePerGas?: undefined | undefined;
53195
- accessList?: viem0.AccessList | undefined;
53201
+ accessList?: viem491.AccessList | undefined;
53196
53202
  sidecars?: undefined;
53197
53203
  authorizationList?: undefined;
53198
53204
  chainId?: number | undefined;
@@ -53202,13 +53208,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53202
53208
  functionName: string;
53203
53209
  args?: readonly unknown[] | undefined;
53204
53210
  address: Address;
53205
- chain?: viem0.Chain | null | undefined;
53206
- account?: `0x${string}` | viem0.Account | null | undefined;
53211
+ chain?: viem491.Chain | null | undefined;
53212
+ account?: `0x${string}` | viem491.Account | null | undefined;
53207
53213
  value?: bigint | undefined;
53208
53214
  dataSuffix?: `0x${string}` | undefined;
53209
- type?: "eip1559" | undefined;
53210
53215
  gas?: bigint | undefined;
53211
53216
  nonce?: number | undefined;
53217
+ type?: "eip1559" | undefined;
53212
53218
  blobs?: undefined;
53213
53219
  blobVersionedHashes?: undefined;
53214
53220
  kzg?: undefined;
@@ -53216,7 +53222,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53216
53222
  maxFeePerBlobGas?: undefined | undefined;
53217
53223
  maxFeePerGas?: bigint | undefined;
53218
53224
  maxPriorityFeePerGas?: bigint | undefined;
53219
- accessList?: viem0.AccessList | undefined;
53225
+ accessList?: viem491.AccessList | undefined;
53220
53226
  sidecars?: undefined;
53221
53227
  authorizationList?: undefined;
53222
53228
  chainId?: number | undefined;
@@ -53226,22 +53232,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53226
53232
  functionName: string;
53227
53233
  args?: readonly unknown[] | undefined;
53228
53234
  address: Address;
53229
- chain?: viem0.Chain | null | undefined;
53230
- account?: `0x${string}` | viem0.Account | null | undefined;
53235
+ chain?: viem491.Chain | null | undefined;
53236
+ account?: `0x${string}` | viem491.Account | null | undefined;
53231
53237
  value?: bigint | undefined;
53232
53238
  dataSuffix?: `0x${string}` | undefined;
53233
- type?: "eip4844" | undefined;
53234
53239
  gas?: bigint | undefined;
53235
53240
  nonce?: number | undefined;
53236
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53237
- blobVersionedHashes: readonly viem0.Hex[];
53241
+ type?: "eip4844" | undefined;
53242
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53243
+ blobVersionedHashes: readonly viem491.Hex[];
53238
53244
  kzg?: undefined;
53239
53245
  gasPrice?: undefined | undefined;
53240
53246
  maxFeePerBlobGas?: bigint | undefined;
53241
53247
  maxFeePerGas?: bigint | undefined;
53242
53248
  maxPriorityFeePerGas?: bigint | undefined;
53243
- accessList?: viem0.AccessList | undefined;
53244
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53249
+ accessList?: viem491.AccessList | undefined;
53250
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53245
53251
  authorizationList?: undefined;
53246
53252
  chainId?: number | undefined;
53247
53253
  connector?: wagmi0.Connector | undefined;
@@ -53250,22 +53256,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53250
53256
  functionName: string;
53251
53257
  args?: readonly unknown[] | undefined;
53252
53258
  address: Address;
53253
- chain?: viem0.Chain | null | undefined;
53254
- account?: `0x${string}` | viem0.Account | null | undefined;
53259
+ chain?: viem491.Chain | null | undefined;
53260
+ account?: `0x${string}` | viem491.Account | null | undefined;
53255
53261
  value?: bigint | undefined;
53256
53262
  dataSuffix?: `0x${string}` | undefined;
53257
- type?: "eip4844" | undefined;
53258
53263
  gas?: bigint | undefined;
53259
53264
  nonce?: number | undefined;
53260
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53265
+ type?: "eip4844" | undefined;
53266
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53261
53267
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53262
- kzg?: viem0.Kzg | undefined;
53268
+ kzg?: viem491.Kzg | undefined;
53263
53269
  gasPrice?: undefined | undefined;
53264
53270
  maxFeePerBlobGas?: bigint | undefined;
53265
53271
  maxFeePerGas?: bigint | undefined;
53266
53272
  maxPriorityFeePerGas?: bigint | undefined;
53267
- accessList?: viem0.AccessList | undefined;
53268
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53273
+ accessList?: viem491.AccessList | undefined;
53274
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53269
53275
  authorizationList?: undefined;
53270
53276
  chainId?: number | undefined;
53271
53277
  connector?: wagmi0.Connector | undefined;
@@ -53274,13 +53280,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53274
53280
  functionName: string;
53275
53281
  args?: readonly unknown[] | undefined;
53276
53282
  address: Address;
53277
- chain?: viem0.Chain | null | undefined;
53278
- account?: `0x${string}` | viem0.Account | null | undefined;
53283
+ chain?: viem491.Chain | null | undefined;
53284
+ account?: `0x${string}` | viem491.Account | null | undefined;
53279
53285
  value?: bigint | undefined;
53280
53286
  dataSuffix?: `0x${string}` | undefined;
53281
- type?: "eip7702" | undefined;
53282
53287
  gas?: bigint | undefined;
53283
53288
  nonce?: number | undefined;
53289
+ type?: "eip7702" | undefined;
53284
53290
  blobs?: undefined;
53285
53291
  blobVersionedHashes?: undefined;
53286
53292
  kzg?: undefined;
@@ -53288,42 +53294,42 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53288
53294
  maxFeePerBlobGas?: undefined | undefined;
53289
53295
  maxFeePerGas?: bigint | undefined;
53290
53296
  maxPriorityFeePerGas?: bigint | undefined;
53291
- accessList?: viem0.AccessList | undefined;
53297
+ accessList?: viem491.AccessList | undefined;
53292
53298
  sidecars?: undefined;
53293
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53299
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53294
53300
  chainId?: number | undefined;
53295
53301
  connector?: wagmi0.Connector | undefined;
53296
53302
  };
53297
- isError: true;
53298
53303
  isIdle: false;
53299
- isPending: false;
53300
- isSuccess: false;
53301
53304
  reset: () => void;
53302
53305
  context: unknown;
53303
- failureCount: number;
53304
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53305
- isPaused: boolean;
53306
53306
  submittedAt: number;
53307
53307
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53308
53308
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53309
53309
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53310
53310
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53311
53311
  } | {
53312
- data: `0x${string}`;
53313
53312
  error: null;
53313
+ data: `0x${string}`;
53314
53314
  status: "success";
53315
+ isError: false;
53316
+ isPending: false;
53317
+ isSuccess: true;
53318
+ failureCount: number;
53319
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53320
+ isPaused: boolean;
53315
53321
  variables: {
53316
53322
  abi: abitype0.Abi;
53317
53323
  functionName: string;
53318
53324
  args?: readonly unknown[] | undefined;
53319
53325
  address: Address;
53320
- chain?: viem0.Chain | null | undefined;
53321
- account?: `0x${string}` | viem0.Account | null | undefined;
53326
+ chain?: viem491.Chain | null | undefined;
53327
+ account?: `0x${string}` | viem491.Account | null | undefined;
53322
53328
  value?: bigint | undefined;
53323
53329
  dataSuffix?: `0x${string}` | undefined;
53324
- type?: "legacy" | undefined;
53325
53330
  gas?: bigint | undefined;
53326
53331
  nonce?: number | undefined;
53332
+ type?: "legacy" | undefined;
53327
53333
  blobs?: undefined;
53328
53334
  blobVersionedHashes?: undefined;
53329
53335
  kzg?: undefined;
@@ -53341,13 +53347,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53341
53347
  functionName: string;
53342
53348
  args?: readonly unknown[] | undefined;
53343
53349
  address: Address;
53344
- chain?: viem0.Chain | null | undefined;
53345
- account?: `0x${string}` | viem0.Account | null | undefined;
53350
+ chain?: viem491.Chain | null | undefined;
53351
+ account?: `0x${string}` | viem491.Account | null | undefined;
53346
53352
  value?: bigint | undefined;
53347
53353
  dataSuffix?: `0x${string}` | undefined;
53348
- type?: "eip2930" | undefined;
53349
53354
  gas?: bigint | undefined;
53350
53355
  nonce?: number | undefined;
53356
+ type?: "eip2930" | undefined;
53351
53357
  blobs?: undefined;
53352
53358
  blobVersionedHashes?: undefined;
53353
53359
  kzg?: undefined;
@@ -53355,7 +53361,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53355
53361
  maxFeePerBlobGas?: undefined | undefined;
53356
53362
  maxFeePerGas?: undefined | undefined;
53357
53363
  maxPriorityFeePerGas?: undefined | undefined;
53358
- accessList?: viem0.AccessList | undefined;
53364
+ accessList?: viem491.AccessList | undefined;
53359
53365
  sidecars?: undefined;
53360
53366
  authorizationList?: undefined;
53361
53367
  chainId?: number | undefined;
@@ -53365,13 +53371,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53365
53371
  functionName: string;
53366
53372
  args?: readonly unknown[] | undefined;
53367
53373
  address: Address;
53368
- chain?: viem0.Chain | null | undefined;
53369
- account?: `0x${string}` | viem0.Account | null | undefined;
53374
+ chain?: viem491.Chain | null | undefined;
53375
+ account?: `0x${string}` | viem491.Account | null | undefined;
53370
53376
  value?: bigint | undefined;
53371
53377
  dataSuffix?: `0x${string}` | undefined;
53372
- type?: "eip1559" | undefined;
53373
53378
  gas?: bigint | undefined;
53374
53379
  nonce?: number | undefined;
53380
+ type?: "eip1559" | undefined;
53375
53381
  blobs?: undefined;
53376
53382
  blobVersionedHashes?: undefined;
53377
53383
  kzg?: undefined;
@@ -53379,7 +53385,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53379
53385
  maxFeePerBlobGas?: undefined | undefined;
53380
53386
  maxFeePerGas?: bigint | undefined;
53381
53387
  maxPriorityFeePerGas?: bigint | undefined;
53382
- accessList?: viem0.AccessList | undefined;
53388
+ accessList?: viem491.AccessList | undefined;
53383
53389
  sidecars?: undefined;
53384
53390
  authorizationList?: undefined;
53385
53391
  chainId?: number | undefined;
@@ -53389,22 +53395,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53389
53395
  functionName: string;
53390
53396
  args?: readonly unknown[] | undefined;
53391
53397
  address: Address;
53392
- chain?: viem0.Chain | null | undefined;
53393
- account?: `0x${string}` | viem0.Account | null | undefined;
53398
+ chain?: viem491.Chain | null | undefined;
53399
+ account?: `0x${string}` | viem491.Account | null | undefined;
53394
53400
  value?: bigint | undefined;
53395
53401
  dataSuffix?: `0x${string}` | undefined;
53396
- type?: "eip4844" | undefined;
53397
53402
  gas?: bigint | undefined;
53398
53403
  nonce?: number | undefined;
53399
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53400
- blobVersionedHashes: readonly viem0.Hex[];
53404
+ type?: "eip4844" | undefined;
53405
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53406
+ blobVersionedHashes: readonly viem491.Hex[];
53401
53407
  kzg?: undefined;
53402
53408
  gasPrice?: undefined | undefined;
53403
53409
  maxFeePerBlobGas?: bigint | undefined;
53404
53410
  maxFeePerGas?: bigint | undefined;
53405
53411
  maxPriorityFeePerGas?: bigint | undefined;
53406
- accessList?: viem0.AccessList | undefined;
53407
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53412
+ accessList?: viem491.AccessList | undefined;
53413
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53408
53414
  authorizationList?: undefined;
53409
53415
  chainId?: number | undefined;
53410
53416
  connector?: wagmi0.Connector | undefined;
@@ -53413,22 +53419,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53413
53419
  functionName: string;
53414
53420
  args?: readonly unknown[] | undefined;
53415
53421
  address: Address;
53416
- chain?: viem0.Chain | null | undefined;
53417
- account?: `0x${string}` | viem0.Account | null | undefined;
53422
+ chain?: viem491.Chain | null | undefined;
53423
+ account?: `0x${string}` | viem491.Account | null | undefined;
53418
53424
  value?: bigint | undefined;
53419
53425
  dataSuffix?: `0x${string}` | undefined;
53420
- type?: "eip4844" | undefined;
53421
53426
  gas?: bigint | undefined;
53422
53427
  nonce?: number | undefined;
53423
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53428
+ type?: "eip4844" | undefined;
53429
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53424
53430
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53425
- kzg?: viem0.Kzg | undefined;
53431
+ kzg?: viem491.Kzg | undefined;
53426
53432
  gasPrice?: undefined | undefined;
53427
53433
  maxFeePerBlobGas?: bigint | undefined;
53428
53434
  maxFeePerGas?: bigint | undefined;
53429
53435
  maxPriorityFeePerGas?: bigint | undefined;
53430
- accessList?: viem0.AccessList | undefined;
53431
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53436
+ accessList?: viem491.AccessList | undefined;
53437
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53432
53438
  authorizationList?: undefined;
53433
53439
  chainId?: number | undefined;
53434
53440
  connector?: wagmi0.Connector | undefined;
@@ -53437,13 +53443,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53437
53443
  functionName: string;
53438
53444
  args?: readonly unknown[] | undefined;
53439
53445
  address: Address;
53440
- chain?: viem0.Chain | null | undefined;
53441
- account?: `0x${string}` | viem0.Account | null | undefined;
53446
+ chain?: viem491.Chain | null | undefined;
53447
+ account?: `0x${string}` | viem491.Account | null | undefined;
53442
53448
  value?: bigint | undefined;
53443
53449
  dataSuffix?: `0x${string}` | undefined;
53444
- type?: "eip7702" | undefined;
53445
53450
  gas?: bigint | undefined;
53446
53451
  nonce?: number | undefined;
53452
+ type?: "eip7702" | undefined;
53447
53453
  blobs?: undefined;
53448
53454
  blobVersionedHashes?: undefined;
53449
53455
  kzg?: undefined;
@@ -53451,21 +53457,15 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53451
53457
  maxFeePerBlobGas?: undefined | undefined;
53452
53458
  maxFeePerGas?: bigint | undefined;
53453
53459
  maxPriorityFeePerGas?: bigint | undefined;
53454
- accessList?: viem0.AccessList | undefined;
53460
+ accessList?: viem491.AccessList | undefined;
53455
53461
  sidecars?: undefined;
53456
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53462
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53457
53463
  chainId?: number | undefined;
53458
53464
  connector?: wagmi0.Connector | undefined;
53459
53465
  };
53460
- isError: false;
53461
53466
  isIdle: false;
53462
- isPending: false;
53463
- isSuccess: true;
53464
53467
  reset: () => void;
53465
53468
  context: unknown;
53466
- failureCount: number;
53467
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53468
- isPaused: boolean;
53469
53469
  submittedAt: number;
53470
53470
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53471
53471
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -53484,19 +53484,19 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
53484
53484
  //#endregion
53485
53485
  //#region src/hooks/fees/useUpdateMarketFees.d.ts
53486
53486
  declare const useUpdateMarketFees: (marketAddr: Address) => {
53487
- data: undefined;
53488
53487
  error: null;
53488
+ data: undefined;
53489
53489
  status: "idle";
53490
- variables: undefined;
53491
53490
  isError: false;
53492
- isIdle: true;
53493
53491
  isPending: false;
53494
53492
  isSuccess: false;
53495
- reset: () => void;
53496
- context: unknown;
53497
53493
  failureCount: number;
53498
53494
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53499
53495
  isPaused: boolean;
53496
+ variables: undefined;
53497
+ isIdle: true;
53498
+ reset: () => void;
53499
+ context: unknown;
53500
53500
  submittedAt: number;
53501
53501
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53502
53502
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -53513,21 +53513,27 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53513
53513
  newFeeStrategy: `0x${string}`;
53514
53514
  }>;
53515
53515
  } | {
53516
- data: undefined;
53517
53516
  error: null;
53517
+ data: undefined;
53518
53518
  status: "pending";
53519
+ isError: false;
53520
+ isPending: true;
53521
+ isSuccess: false;
53522
+ failureCount: number;
53523
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53524
+ isPaused: boolean;
53519
53525
  variables: {
53520
53526
  abi: abitype0.Abi;
53521
53527
  functionName: string;
53522
53528
  args?: readonly unknown[] | undefined;
53523
53529
  address: Address;
53524
- chain?: viem0.Chain | null | undefined;
53525
- account?: `0x${string}` | viem0.Account | null | undefined;
53530
+ chain?: viem491.Chain | null | undefined;
53531
+ account?: `0x${string}` | viem491.Account | null | undefined;
53526
53532
  value?: bigint | undefined;
53527
53533
  dataSuffix?: `0x${string}` | undefined;
53528
- type?: "legacy" | undefined;
53529
53534
  gas?: bigint | undefined;
53530
53535
  nonce?: number | undefined;
53536
+ type?: "legacy" | undefined;
53531
53537
  blobs?: undefined;
53532
53538
  blobVersionedHashes?: undefined;
53533
53539
  kzg?: undefined;
@@ -53545,13 +53551,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53545
53551
  functionName: string;
53546
53552
  args?: readonly unknown[] | undefined;
53547
53553
  address: Address;
53548
- chain?: viem0.Chain | null | undefined;
53549
- account?: `0x${string}` | viem0.Account | null | undefined;
53554
+ chain?: viem491.Chain | null | undefined;
53555
+ account?: `0x${string}` | viem491.Account | null | undefined;
53550
53556
  value?: bigint | undefined;
53551
53557
  dataSuffix?: `0x${string}` | undefined;
53552
- type?: "eip2930" | undefined;
53553
53558
  gas?: bigint | undefined;
53554
53559
  nonce?: number | undefined;
53560
+ type?: "eip2930" | undefined;
53555
53561
  blobs?: undefined;
53556
53562
  blobVersionedHashes?: undefined;
53557
53563
  kzg?: undefined;
@@ -53559,7 +53565,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53559
53565
  maxFeePerBlobGas?: undefined | undefined;
53560
53566
  maxFeePerGas?: undefined | undefined;
53561
53567
  maxPriorityFeePerGas?: undefined | undefined;
53562
- accessList?: viem0.AccessList | undefined;
53568
+ accessList?: viem491.AccessList | undefined;
53563
53569
  sidecars?: undefined;
53564
53570
  authorizationList?: undefined;
53565
53571
  chainId?: number | undefined;
@@ -53569,13 +53575,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53569
53575
  functionName: string;
53570
53576
  args?: readonly unknown[] | undefined;
53571
53577
  address: Address;
53572
- chain?: viem0.Chain | null | undefined;
53573
- account?: `0x${string}` | viem0.Account | null | undefined;
53578
+ chain?: viem491.Chain | null | undefined;
53579
+ account?: `0x${string}` | viem491.Account | null | undefined;
53574
53580
  value?: bigint | undefined;
53575
53581
  dataSuffix?: `0x${string}` | undefined;
53576
- type?: "eip1559" | undefined;
53577
53582
  gas?: bigint | undefined;
53578
53583
  nonce?: number | undefined;
53584
+ type?: "eip1559" | undefined;
53579
53585
  blobs?: undefined;
53580
53586
  blobVersionedHashes?: undefined;
53581
53587
  kzg?: undefined;
@@ -53583,7 +53589,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53583
53589
  maxFeePerBlobGas?: undefined | undefined;
53584
53590
  maxFeePerGas?: bigint | undefined;
53585
53591
  maxPriorityFeePerGas?: bigint | undefined;
53586
- accessList?: viem0.AccessList | undefined;
53592
+ accessList?: viem491.AccessList | undefined;
53587
53593
  sidecars?: undefined;
53588
53594
  authorizationList?: undefined;
53589
53595
  chainId?: number | undefined;
@@ -53593,22 +53599,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53593
53599
  functionName: string;
53594
53600
  args?: readonly unknown[] | undefined;
53595
53601
  address: Address;
53596
- chain?: viem0.Chain | null | undefined;
53597
- account?: `0x${string}` | viem0.Account | null | undefined;
53602
+ chain?: viem491.Chain | null | undefined;
53603
+ account?: `0x${string}` | viem491.Account | null | undefined;
53598
53604
  value?: bigint | undefined;
53599
53605
  dataSuffix?: `0x${string}` | undefined;
53600
- type?: "eip4844" | undefined;
53601
53606
  gas?: bigint | undefined;
53602
53607
  nonce?: number | undefined;
53603
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53604
- blobVersionedHashes: readonly viem0.Hex[];
53608
+ type?: "eip4844" | undefined;
53609
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53610
+ blobVersionedHashes: readonly viem491.Hex[];
53605
53611
  kzg?: undefined;
53606
53612
  gasPrice?: undefined | undefined;
53607
53613
  maxFeePerBlobGas?: bigint | undefined;
53608
53614
  maxFeePerGas?: bigint | undefined;
53609
53615
  maxPriorityFeePerGas?: bigint | undefined;
53610
- accessList?: viem0.AccessList | undefined;
53611
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53616
+ accessList?: viem491.AccessList | undefined;
53617
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53612
53618
  authorizationList?: undefined;
53613
53619
  chainId?: number | undefined;
53614
53620
  connector?: wagmi0.Connector | undefined;
@@ -53617,22 +53623,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53617
53623
  functionName: string;
53618
53624
  args?: readonly unknown[] | undefined;
53619
53625
  address: Address;
53620
- chain?: viem0.Chain | null | undefined;
53621
- account?: `0x${string}` | viem0.Account | null | undefined;
53626
+ chain?: viem491.Chain | null | undefined;
53627
+ account?: `0x${string}` | viem491.Account | null | undefined;
53622
53628
  value?: bigint | undefined;
53623
53629
  dataSuffix?: `0x${string}` | undefined;
53624
- type?: "eip4844" | undefined;
53625
53630
  gas?: bigint | undefined;
53626
53631
  nonce?: number | undefined;
53627
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53632
+ type?: "eip4844" | undefined;
53633
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53628
53634
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53629
- kzg?: viem0.Kzg | undefined;
53635
+ kzg?: viem491.Kzg | undefined;
53630
53636
  gasPrice?: undefined | undefined;
53631
53637
  maxFeePerBlobGas?: bigint | undefined;
53632
53638
  maxFeePerGas?: bigint | undefined;
53633
53639
  maxPriorityFeePerGas?: bigint | undefined;
53634
- accessList?: viem0.AccessList | undefined;
53635
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53640
+ accessList?: viem491.AccessList | undefined;
53641
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53636
53642
  authorizationList?: undefined;
53637
53643
  chainId?: number | undefined;
53638
53644
  connector?: wagmi0.Connector | undefined;
@@ -53641,13 +53647,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53641
53647
  functionName: string;
53642
53648
  args?: readonly unknown[] | undefined;
53643
53649
  address: Address;
53644
- chain?: viem0.Chain | null | undefined;
53645
- account?: `0x${string}` | viem0.Account | null | undefined;
53650
+ chain?: viem491.Chain | null | undefined;
53651
+ account?: `0x${string}` | viem491.Account | null | undefined;
53646
53652
  value?: bigint | undefined;
53647
53653
  dataSuffix?: `0x${string}` | undefined;
53648
- type?: "eip7702" | undefined;
53649
53654
  gas?: bigint | undefined;
53650
53655
  nonce?: number | undefined;
53656
+ type?: "eip7702" | undefined;
53651
53657
  blobs?: undefined;
53652
53658
  blobVersionedHashes?: undefined;
53653
53659
  kzg?: undefined;
@@ -53655,21 +53661,15 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53655
53661
  maxFeePerBlobGas?: undefined | undefined;
53656
53662
  maxFeePerGas?: bigint | undefined;
53657
53663
  maxPriorityFeePerGas?: bigint | undefined;
53658
- accessList?: viem0.AccessList | undefined;
53664
+ accessList?: viem491.AccessList | undefined;
53659
53665
  sidecars?: undefined;
53660
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53666
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53661
53667
  chainId?: number | undefined;
53662
53668
  connector?: wagmi0.Connector | undefined;
53663
53669
  };
53664
- isError: false;
53665
53670
  isIdle: false;
53666
- isPending: true;
53667
- isSuccess: false;
53668
53671
  reset: () => void;
53669
53672
  context: unknown;
53670
- failureCount: number;
53671
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53672
- isPaused: boolean;
53673
53673
  submittedAt: number;
53674
53674
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53675
53675
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -53686,21 +53686,27 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53686
53686
  newFeeStrategy: `0x${string}`;
53687
53687
  }>;
53688
53688
  } | {
53689
- data: undefined;
53690
53689
  error: _wagmi_core0.WriteContractErrorType;
53690
+ data: undefined;
53691
53691
  status: "error";
53692
+ isError: true;
53693
+ isPending: false;
53694
+ isSuccess: false;
53695
+ failureCount: number;
53696
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53697
+ isPaused: boolean;
53692
53698
  variables: {
53693
53699
  abi: abitype0.Abi;
53694
53700
  functionName: string;
53695
53701
  args?: readonly unknown[] | undefined;
53696
53702
  address: Address;
53697
- chain?: viem0.Chain | null | undefined;
53698
- account?: `0x${string}` | viem0.Account | null | undefined;
53703
+ chain?: viem491.Chain | null | undefined;
53704
+ account?: `0x${string}` | viem491.Account | null | undefined;
53699
53705
  value?: bigint | undefined;
53700
53706
  dataSuffix?: `0x${string}` | undefined;
53701
- type?: "legacy" | undefined;
53702
53707
  gas?: bigint | undefined;
53703
53708
  nonce?: number | undefined;
53709
+ type?: "legacy" | undefined;
53704
53710
  blobs?: undefined;
53705
53711
  blobVersionedHashes?: undefined;
53706
53712
  kzg?: undefined;
@@ -53718,13 +53724,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53718
53724
  functionName: string;
53719
53725
  args?: readonly unknown[] | undefined;
53720
53726
  address: Address;
53721
- chain?: viem0.Chain | null | undefined;
53722
- account?: `0x${string}` | viem0.Account | null | undefined;
53727
+ chain?: viem491.Chain | null | undefined;
53728
+ account?: `0x${string}` | viem491.Account | null | undefined;
53723
53729
  value?: bigint | undefined;
53724
53730
  dataSuffix?: `0x${string}` | undefined;
53725
- type?: "eip2930" | undefined;
53726
53731
  gas?: bigint | undefined;
53727
53732
  nonce?: number | undefined;
53733
+ type?: "eip2930" | undefined;
53728
53734
  blobs?: undefined;
53729
53735
  blobVersionedHashes?: undefined;
53730
53736
  kzg?: undefined;
@@ -53732,7 +53738,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53732
53738
  maxFeePerBlobGas?: undefined | undefined;
53733
53739
  maxFeePerGas?: undefined | undefined;
53734
53740
  maxPriorityFeePerGas?: undefined | undefined;
53735
- accessList?: viem0.AccessList | undefined;
53741
+ accessList?: viem491.AccessList | undefined;
53736
53742
  sidecars?: undefined;
53737
53743
  authorizationList?: undefined;
53738
53744
  chainId?: number | undefined;
@@ -53742,13 +53748,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53742
53748
  functionName: string;
53743
53749
  args?: readonly unknown[] | undefined;
53744
53750
  address: Address;
53745
- chain?: viem0.Chain | null | undefined;
53746
- account?: `0x${string}` | viem0.Account | null | undefined;
53751
+ chain?: viem491.Chain | null | undefined;
53752
+ account?: `0x${string}` | viem491.Account | null | undefined;
53747
53753
  value?: bigint | undefined;
53748
53754
  dataSuffix?: `0x${string}` | undefined;
53749
- type?: "eip1559" | undefined;
53750
53755
  gas?: bigint | undefined;
53751
53756
  nonce?: number | undefined;
53757
+ type?: "eip1559" | undefined;
53752
53758
  blobs?: undefined;
53753
53759
  blobVersionedHashes?: undefined;
53754
53760
  kzg?: undefined;
@@ -53756,7 +53762,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53756
53762
  maxFeePerBlobGas?: undefined | undefined;
53757
53763
  maxFeePerGas?: bigint | undefined;
53758
53764
  maxPriorityFeePerGas?: bigint | undefined;
53759
- accessList?: viem0.AccessList | undefined;
53765
+ accessList?: viem491.AccessList | undefined;
53760
53766
  sidecars?: undefined;
53761
53767
  authorizationList?: undefined;
53762
53768
  chainId?: number | undefined;
@@ -53766,22 +53772,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53766
53772
  functionName: string;
53767
53773
  args?: readonly unknown[] | undefined;
53768
53774
  address: Address;
53769
- chain?: viem0.Chain | null | undefined;
53770
- account?: `0x${string}` | viem0.Account | null | undefined;
53775
+ chain?: viem491.Chain | null | undefined;
53776
+ account?: `0x${string}` | viem491.Account | null | undefined;
53771
53777
  value?: bigint | undefined;
53772
53778
  dataSuffix?: `0x${string}` | undefined;
53773
- type?: "eip4844" | undefined;
53774
53779
  gas?: bigint | undefined;
53775
53780
  nonce?: number | undefined;
53776
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53777
- blobVersionedHashes: readonly viem0.Hex[];
53781
+ type?: "eip4844" | undefined;
53782
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53783
+ blobVersionedHashes: readonly viem491.Hex[];
53778
53784
  kzg?: undefined;
53779
53785
  gasPrice?: undefined | undefined;
53780
53786
  maxFeePerBlobGas?: bigint | undefined;
53781
53787
  maxFeePerGas?: bigint | undefined;
53782
53788
  maxPriorityFeePerGas?: bigint | undefined;
53783
- accessList?: viem0.AccessList | undefined;
53784
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53789
+ accessList?: viem491.AccessList | undefined;
53790
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53785
53791
  authorizationList?: undefined;
53786
53792
  chainId?: number | undefined;
53787
53793
  connector?: wagmi0.Connector | undefined;
@@ -53790,22 +53796,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53790
53796
  functionName: string;
53791
53797
  args?: readonly unknown[] | undefined;
53792
53798
  address: Address;
53793
- chain?: viem0.Chain | null | undefined;
53794
- account?: `0x${string}` | viem0.Account | null | undefined;
53799
+ chain?: viem491.Chain | null | undefined;
53800
+ account?: `0x${string}` | viem491.Account | null | undefined;
53795
53801
  value?: bigint | undefined;
53796
53802
  dataSuffix?: `0x${string}` | undefined;
53797
- type?: "eip4844" | undefined;
53798
53803
  gas?: bigint | undefined;
53799
53804
  nonce?: number | undefined;
53800
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53805
+ type?: "eip4844" | undefined;
53806
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53801
53807
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53802
- kzg?: viem0.Kzg | undefined;
53808
+ kzg?: viem491.Kzg | undefined;
53803
53809
  gasPrice?: undefined | undefined;
53804
53810
  maxFeePerBlobGas?: bigint | undefined;
53805
53811
  maxFeePerGas?: bigint | undefined;
53806
53812
  maxPriorityFeePerGas?: bigint | undefined;
53807
- accessList?: viem0.AccessList | undefined;
53808
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53813
+ accessList?: viem491.AccessList | undefined;
53814
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53809
53815
  authorizationList?: undefined;
53810
53816
  chainId?: number | undefined;
53811
53817
  connector?: wagmi0.Connector | undefined;
@@ -53814,13 +53820,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53814
53820
  functionName: string;
53815
53821
  args?: readonly unknown[] | undefined;
53816
53822
  address: Address;
53817
- chain?: viem0.Chain | null | undefined;
53818
- account?: `0x${string}` | viem0.Account | null | undefined;
53823
+ chain?: viem491.Chain | null | undefined;
53824
+ account?: `0x${string}` | viem491.Account | null | undefined;
53819
53825
  value?: bigint | undefined;
53820
53826
  dataSuffix?: `0x${string}` | undefined;
53821
- type?: "eip7702" | undefined;
53822
53827
  gas?: bigint | undefined;
53823
53828
  nonce?: number | undefined;
53829
+ type?: "eip7702" | undefined;
53824
53830
  blobs?: undefined;
53825
53831
  blobVersionedHashes?: undefined;
53826
53832
  kzg?: undefined;
@@ -53828,21 +53834,15 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53828
53834
  maxFeePerBlobGas?: undefined | undefined;
53829
53835
  maxFeePerGas?: bigint | undefined;
53830
53836
  maxPriorityFeePerGas?: bigint | undefined;
53831
- accessList?: viem0.AccessList | undefined;
53837
+ accessList?: viem491.AccessList | undefined;
53832
53838
  sidecars?: undefined;
53833
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53839
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53834
53840
  chainId?: number | undefined;
53835
53841
  connector?: wagmi0.Connector | undefined;
53836
53842
  };
53837
- isError: true;
53838
53843
  isIdle: false;
53839
- isPending: false;
53840
- isSuccess: false;
53841
53844
  reset: () => void;
53842
53845
  context: unknown;
53843
- failureCount: number;
53844
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53845
- isPaused: boolean;
53846
53846
  submittedAt: number;
53847
53847
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53848
53848
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -53859,21 +53859,27 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53859
53859
  newFeeStrategy: `0x${string}`;
53860
53860
  }>;
53861
53861
  } | {
53862
- data: `0x${string}`;
53863
53862
  error: null;
53863
+ data: `0x${string}`;
53864
53864
  status: "success";
53865
+ isError: false;
53866
+ isPending: false;
53867
+ isSuccess: true;
53868
+ failureCount: number;
53869
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53870
+ isPaused: boolean;
53865
53871
  variables: {
53866
53872
  abi: abitype0.Abi;
53867
53873
  functionName: string;
53868
53874
  args?: readonly unknown[] | undefined;
53869
53875
  address: Address;
53870
- chain?: viem0.Chain | null | undefined;
53871
- account?: `0x${string}` | viem0.Account | null | undefined;
53876
+ chain?: viem491.Chain | null | undefined;
53877
+ account?: `0x${string}` | viem491.Account | null | undefined;
53872
53878
  value?: bigint | undefined;
53873
53879
  dataSuffix?: `0x${string}` | undefined;
53874
- type?: "legacy" | undefined;
53875
53880
  gas?: bigint | undefined;
53876
53881
  nonce?: number | undefined;
53882
+ type?: "legacy" | undefined;
53877
53883
  blobs?: undefined;
53878
53884
  blobVersionedHashes?: undefined;
53879
53885
  kzg?: undefined;
@@ -53891,13 +53897,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53891
53897
  functionName: string;
53892
53898
  args?: readonly unknown[] | undefined;
53893
53899
  address: Address;
53894
- chain?: viem0.Chain | null | undefined;
53895
- account?: `0x${string}` | viem0.Account | null | undefined;
53900
+ chain?: viem491.Chain | null | undefined;
53901
+ account?: `0x${string}` | viem491.Account | null | undefined;
53896
53902
  value?: bigint | undefined;
53897
53903
  dataSuffix?: `0x${string}` | undefined;
53898
- type?: "eip2930" | undefined;
53899
53904
  gas?: bigint | undefined;
53900
53905
  nonce?: number | undefined;
53906
+ type?: "eip2930" | undefined;
53901
53907
  blobs?: undefined;
53902
53908
  blobVersionedHashes?: undefined;
53903
53909
  kzg?: undefined;
@@ -53905,7 +53911,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53905
53911
  maxFeePerBlobGas?: undefined | undefined;
53906
53912
  maxFeePerGas?: undefined | undefined;
53907
53913
  maxPriorityFeePerGas?: undefined | undefined;
53908
- accessList?: viem0.AccessList | undefined;
53914
+ accessList?: viem491.AccessList | undefined;
53909
53915
  sidecars?: undefined;
53910
53916
  authorizationList?: undefined;
53911
53917
  chainId?: number | undefined;
@@ -53915,13 +53921,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53915
53921
  functionName: string;
53916
53922
  args?: readonly unknown[] | undefined;
53917
53923
  address: Address;
53918
- chain?: viem0.Chain | null | undefined;
53919
- account?: `0x${string}` | viem0.Account | null | undefined;
53924
+ chain?: viem491.Chain | null | undefined;
53925
+ account?: `0x${string}` | viem491.Account | null | undefined;
53920
53926
  value?: bigint | undefined;
53921
53927
  dataSuffix?: `0x${string}` | undefined;
53922
- type?: "eip1559" | undefined;
53923
53928
  gas?: bigint | undefined;
53924
53929
  nonce?: number | undefined;
53930
+ type?: "eip1559" | undefined;
53925
53931
  blobs?: undefined;
53926
53932
  blobVersionedHashes?: undefined;
53927
53933
  kzg?: undefined;
@@ -53929,7 +53935,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53929
53935
  maxFeePerBlobGas?: undefined | undefined;
53930
53936
  maxFeePerGas?: bigint | undefined;
53931
53937
  maxPriorityFeePerGas?: bigint | undefined;
53932
- accessList?: viem0.AccessList | undefined;
53938
+ accessList?: viem491.AccessList | undefined;
53933
53939
  sidecars?: undefined;
53934
53940
  authorizationList?: undefined;
53935
53941
  chainId?: number | undefined;
@@ -53939,22 +53945,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53939
53945
  functionName: string;
53940
53946
  args?: readonly unknown[] | undefined;
53941
53947
  address: Address;
53942
- chain?: viem0.Chain | null | undefined;
53943
- account?: `0x${string}` | viem0.Account | null | undefined;
53948
+ chain?: viem491.Chain | null | undefined;
53949
+ account?: `0x${string}` | viem491.Account | null | undefined;
53944
53950
  value?: bigint | undefined;
53945
53951
  dataSuffix?: `0x${string}` | undefined;
53946
- type?: "eip4844" | undefined;
53947
53952
  gas?: bigint | undefined;
53948
53953
  nonce?: number | undefined;
53949
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53950
- blobVersionedHashes: readonly viem0.Hex[];
53954
+ type?: "eip4844" | undefined;
53955
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53956
+ blobVersionedHashes: readonly viem491.Hex[];
53951
53957
  kzg?: undefined;
53952
53958
  gasPrice?: undefined | undefined;
53953
53959
  maxFeePerBlobGas?: bigint | undefined;
53954
53960
  maxFeePerGas?: bigint | undefined;
53955
53961
  maxPriorityFeePerGas?: bigint | undefined;
53956
- accessList?: viem0.AccessList | undefined;
53957
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53962
+ accessList?: viem491.AccessList | undefined;
53963
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53958
53964
  authorizationList?: undefined;
53959
53965
  chainId?: number | undefined;
53960
53966
  connector?: wagmi0.Connector | undefined;
@@ -53963,22 +53969,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53963
53969
  functionName: string;
53964
53970
  args?: readonly unknown[] | undefined;
53965
53971
  address: Address;
53966
- chain?: viem0.Chain | null | undefined;
53967
- account?: `0x${string}` | viem0.Account | null | undefined;
53972
+ chain?: viem491.Chain | null | undefined;
53973
+ account?: `0x${string}` | viem491.Account | null | undefined;
53968
53974
  value?: bigint | undefined;
53969
53975
  dataSuffix?: `0x${string}` | undefined;
53970
- type?: "eip4844" | undefined;
53971
53976
  gas?: bigint | undefined;
53972
53977
  nonce?: number | undefined;
53973
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53978
+ type?: "eip4844" | undefined;
53979
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53974
53980
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53975
- kzg?: viem0.Kzg | undefined;
53981
+ kzg?: viem491.Kzg | undefined;
53976
53982
  gasPrice?: undefined | undefined;
53977
53983
  maxFeePerBlobGas?: bigint | undefined;
53978
53984
  maxFeePerGas?: bigint | undefined;
53979
53985
  maxPriorityFeePerGas?: bigint | undefined;
53980
- accessList?: viem0.AccessList | undefined;
53981
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53986
+ accessList?: viem491.AccessList | undefined;
53987
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53982
53988
  authorizationList?: undefined;
53983
53989
  chainId?: number | undefined;
53984
53990
  connector?: wagmi0.Connector | undefined;
@@ -53987,13 +53993,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53987
53993
  functionName: string;
53988
53994
  args?: readonly unknown[] | undefined;
53989
53995
  address: Address;
53990
- chain?: viem0.Chain | null | undefined;
53991
- account?: `0x${string}` | viem0.Account | null | undefined;
53996
+ chain?: viem491.Chain | null | undefined;
53997
+ account?: `0x${string}` | viem491.Account | null | undefined;
53992
53998
  value?: bigint | undefined;
53993
53999
  dataSuffix?: `0x${string}` | undefined;
53994
- type?: "eip7702" | undefined;
53995
54000
  gas?: bigint | undefined;
53996
54001
  nonce?: number | undefined;
54002
+ type?: "eip7702" | undefined;
53997
54003
  blobs?: undefined;
53998
54004
  blobVersionedHashes?: undefined;
53999
54005
  kzg?: undefined;
@@ -54001,21 +54007,15 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54001
54007
  maxFeePerBlobGas?: undefined | undefined;
54002
54008
  maxFeePerGas?: bigint | undefined;
54003
54009
  maxPriorityFeePerGas?: bigint | undefined;
54004
- accessList?: viem0.AccessList | undefined;
54010
+ accessList?: viem491.AccessList | undefined;
54005
54011
  sidecars?: undefined;
54006
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
54012
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
54007
54013
  chainId?: number | undefined;
54008
54014
  connector?: wagmi0.Connector | undefined;
54009
54015
  };
54010
- isError: false;
54011
54016
  isIdle: false;
54012
- isPending: false;
54013
- isSuccess: true;
54014
54017
  reset: () => void;
54015
54018
  context: unknown;
54016
- failureCount: number;
54017
- failureReason: _wagmi_core0.WriteContractErrorType | null;
54018
- isPaused: boolean;
54019
54019
  submittedAt: number;
54020
54020
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
54021
54021
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -55009,19 +55009,19 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
55009
55009
  //#endregion
55010
55010
  //#region src/hooks/pricing/useUpdateMarketPricing.d.ts
55011
55011
  declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55012
- data: undefined;
55013
55012
  error: null;
55013
+ data: undefined;
55014
55014
  status: "idle";
55015
- variables: undefined;
55016
55015
  isError: false;
55017
- isIdle: true;
55018
55016
  isPending: false;
55019
55017
  isSuccess: false;
55020
- reset: () => void;
55021
- context: unknown;
55022
55018
  failureCount: number;
55023
55019
  failureReason: _wagmi_core0.WriteContractErrorType | null;
55024
55020
  isPaused: boolean;
55021
+ variables: undefined;
55022
+ isIdle: true;
55023
+ reset: () => void;
55024
+ context: unknown;
55025
55025
  submittedAt: number;
55026
55026
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55027
55027
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -55036,21 +55036,27 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55036
55036
  newPricingAddr: `0x${string}`;
55037
55037
  }>;
55038
55038
  } | {
55039
- data: undefined;
55040
55039
  error: null;
55040
+ data: undefined;
55041
55041
  status: "pending";
55042
+ isError: false;
55043
+ isPending: true;
55044
+ isSuccess: false;
55045
+ failureCount: number;
55046
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55047
+ isPaused: boolean;
55042
55048
  variables: {
55043
55049
  abi: abitype0.Abi;
55044
55050
  functionName: string;
55045
55051
  args?: readonly unknown[] | undefined;
55046
55052
  address: Address;
55047
- chain?: viem0.Chain | null | undefined;
55048
- account?: `0x${string}` | viem0.Account | null | undefined;
55053
+ chain?: viem491.Chain | null | undefined;
55054
+ account?: `0x${string}` | viem491.Account | null | undefined;
55049
55055
  value?: bigint | undefined;
55050
55056
  dataSuffix?: `0x${string}` | undefined;
55051
- type?: "legacy" | undefined;
55052
55057
  gas?: bigint | undefined;
55053
55058
  nonce?: number | undefined;
55059
+ type?: "legacy" | undefined;
55054
55060
  blobs?: undefined;
55055
55061
  blobVersionedHashes?: undefined;
55056
55062
  kzg?: undefined;
@@ -55068,13 +55074,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55068
55074
  functionName: string;
55069
55075
  args?: readonly unknown[] | undefined;
55070
55076
  address: Address;
55071
- chain?: viem0.Chain | null | undefined;
55072
- account?: `0x${string}` | viem0.Account | null | undefined;
55077
+ chain?: viem491.Chain | null | undefined;
55078
+ account?: `0x${string}` | viem491.Account | null | undefined;
55073
55079
  value?: bigint | undefined;
55074
55080
  dataSuffix?: `0x${string}` | undefined;
55075
- type?: "eip2930" | undefined;
55076
55081
  gas?: bigint | undefined;
55077
55082
  nonce?: number | undefined;
55083
+ type?: "eip2930" | undefined;
55078
55084
  blobs?: undefined;
55079
55085
  blobVersionedHashes?: undefined;
55080
55086
  kzg?: undefined;
@@ -55082,7 +55088,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55082
55088
  maxFeePerBlobGas?: undefined | undefined;
55083
55089
  maxFeePerGas?: undefined | undefined;
55084
55090
  maxPriorityFeePerGas?: undefined | undefined;
55085
- accessList?: viem0.AccessList | undefined;
55091
+ accessList?: viem491.AccessList | undefined;
55086
55092
  sidecars?: undefined;
55087
55093
  authorizationList?: undefined;
55088
55094
  chainId?: number | undefined;
@@ -55092,13 +55098,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55092
55098
  functionName: string;
55093
55099
  args?: readonly unknown[] | undefined;
55094
55100
  address: Address;
55095
- chain?: viem0.Chain | null | undefined;
55096
- account?: `0x${string}` | viem0.Account | null | undefined;
55101
+ chain?: viem491.Chain | null | undefined;
55102
+ account?: `0x${string}` | viem491.Account | null | undefined;
55097
55103
  value?: bigint | undefined;
55098
55104
  dataSuffix?: `0x${string}` | undefined;
55099
- type?: "eip1559" | undefined;
55100
55105
  gas?: bigint | undefined;
55101
55106
  nonce?: number | undefined;
55107
+ type?: "eip1559" | undefined;
55102
55108
  blobs?: undefined;
55103
55109
  blobVersionedHashes?: undefined;
55104
55110
  kzg?: undefined;
@@ -55106,7 +55112,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55106
55112
  maxFeePerBlobGas?: undefined | undefined;
55107
55113
  maxFeePerGas?: bigint | undefined;
55108
55114
  maxPriorityFeePerGas?: bigint | undefined;
55109
- accessList?: viem0.AccessList | undefined;
55115
+ accessList?: viem491.AccessList | undefined;
55110
55116
  sidecars?: undefined;
55111
55117
  authorizationList?: undefined;
55112
55118
  chainId?: number | undefined;
@@ -55116,22 +55122,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55116
55122
  functionName: string;
55117
55123
  args?: readonly unknown[] | undefined;
55118
55124
  address: Address;
55119
- chain?: viem0.Chain | null | undefined;
55120
- account?: `0x${string}` | viem0.Account | null | undefined;
55125
+ chain?: viem491.Chain | null | undefined;
55126
+ account?: `0x${string}` | viem491.Account | null | undefined;
55121
55127
  value?: bigint | undefined;
55122
55128
  dataSuffix?: `0x${string}` | undefined;
55123
- type?: "eip4844" | undefined;
55124
55129
  gas?: bigint | undefined;
55125
55130
  nonce?: number | undefined;
55126
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55127
- blobVersionedHashes: readonly viem0.Hex[];
55131
+ type?: "eip4844" | undefined;
55132
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55133
+ blobVersionedHashes: readonly viem491.Hex[];
55128
55134
  kzg?: undefined;
55129
55135
  gasPrice?: undefined | undefined;
55130
55136
  maxFeePerBlobGas?: bigint | undefined;
55131
55137
  maxFeePerGas?: bigint | undefined;
55132
55138
  maxPriorityFeePerGas?: bigint | undefined;
55133
- accessList?: viem0.AccessList | undefined;
55134
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55139
+ accessList?: viem491.AccessList | undefined;
55140
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55135
55141
  authorizationList?: undefined;
55136
55142
  chainId?: number | undefined;
55137
55143
  connector?: wagmi0.Connector | undefined;
@@ -55140,22 +55146,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55140
55146
  functionName: string;
55141
55147
  args?: readonly unknown[] | undefined;
55142
55148
  address: Address;
55143
- chain?: viem0.Chain | null | undefined;
55144
- account?: `0x${string}` | viem0.Account | null | undefined;
55149
+ chain?: viem491.Chain | null | undefined;
55150
+ account?: `0x${string}` | viem491.Account | null | undefined;
55145
55151
  value?: bigint | undefined;
55146
55152
  dataSuffix?: `0x${string}` | undefined;
55147
- type?: "eip4844" | undefined;
55148
55153
  gas?: bigint | undefined;
55149
55154
  nonce?: number | undefined;
55150
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55155
+ type?: "eip4844" | undefined;
55156
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55151
55157
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55152
- kzg?: viem0.Kzg | undefined;
55158
+ kzg?: viem491.Kzg | undefined;
55153
55159
  gasPrice?: undefined | undefined;
55154
55160
  maxFeePerBlobGas?: bigint | undefined;
55155
55161
  maxFeePerGas?: bigint | undefined;
55156
55162
  maxPriorityFeePerGas?: bigint | undefined;
55157
- accessList?: viem0.AccessList | undefined;
55158
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55163
+ accessList?: viem491.AccessList | undefined;
55164
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55159
55165
  authorizationList?: undefined;
55160
55166
  chainId?: number | undefined;
55161
55167
  connector?: wagmi0.Connector | undefined;
@@ -55164,13 +55170,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55164
55170
  functionName: string;
55165
55171
  args?: readonly unknown[] | undefined;
55166
55172
  address: Address;
55167
- chain?: viem0.Chain | null | undefined;
55168
- account?: `0x${string}` | viem0.Account | null | undefined;
55173
+ chain?: viem491.Chain | null | undefined;
55174
+ account?: `0x${string}` | viem491.Account | null | undefined;
55169
55175
  value?: bigint | undefined;
55170
55176
  dataSuffix?: `0x${string}` | undefined;
55171
- type?: "eip7702" | undefined;
55172
55177
  gas?: bigint | undefined;
55173
55178
  nonce?: number | undefined;
55179
+ type?: "eip7702" | undefined;
55174
55180
  blobs?: undefined;
55175
55181
  blobVersionedHashes?: undefined;
55176
55182
  kzg?: undefined;
@@ -55178,21 +55184,15 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55178
55184
  maxFeePerBlobGas?: undefined | undefined;
55179
55185
  maxFeePerGas?: bigint | undefined;
55180
55186
  maxPriorityFeePerGas?: bigint | undefined;
55181
- accessList?: viem0.AccessList | undefined;
55187
+ accessList?: viem491.AccessList | undefined;
55182
55188
  sidecars?: undefined;
55183
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55189
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55184
55190
  chainId?: number | undefined;
55185
55191
  connector?: wagmi0.Connector | undefined;
55186
55192
  };
55187
- isError: false;
55188
55193
  isIdle: false;
55189
- isPending: true;
55190
- isSuccess: false;
55191
55194
  reset: () => void;
55192
55195
  context: unknown;
55193
- failureCount: number;
55194
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55195
- isPaused: boolean;
55196
55196
  submittedAt: number;
55197
55197
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55198
55198
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -55207,21 +55207,27 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55207
55207
  newPricingAddr: `0x${string}`;
55208
55208
  }>;
55209
55209
  } | {
55210
- data: undefined;
55211
55210
  error: _wagmi_core0.WriteContractErrorType;
55211
+ data: undefined;
55212
55212
  status: "error";
55213
+ isError: true;
55214
+ isPending: false;
55215
+ isSuccess: false;
55216
+ failureCount: number;
55217
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55218
+ isPaused: boolean;
55213
55219
  variables: {
55214
55220
  abi: abitype0.Abi;
55215
55221
  functionName: string;
55216
55222
  args?: readonly unknown[] | undefined;
55217
55223
  address: Address;
55218
- chain?: viem0.Chain | null | undefined;
55219
- account?: `0x${string}` | viem0.Account | null | undefined;
55224
+ chain?: viem491.Chain | null | undefined;
55225
+ account?: `0x${string}` | viem491.Account | null | undefined;
55220
55226
  value?: bigint | undefined;
55221
55227
  dataSuffix?: `0x${string}` | undefined;
55222
- type?: "legacy" | undefined;
55223
55228
  gas?: bigint | undefined;
55224
55229
  nonce?: number | undefined;
55230
+ type?: "legacy" | undefined;
55225
55231
  blobs?: undefined;
55226
55232
  blobVersionedHashes?: undefined;
55227
55233
  kzg?: undefined;
@@ -55239,13 +55245,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55239
55245
  functionName: string;
55240
55246
  args?: readonly unknown[] | undefined;
55241
55247
  address: Address;
55242
- chain?: viem0.Chain | null | undefined;
55243
- account?: `0x${string}` | viem0.Account | null | undefined;
55248
+ chain?: viem491.Chain | null | undefined;
55249
+ account?: `0x${string}` | viem491.Account | null | undefined;
55244
55250
  value?: bigint | undefined;
55245
55251
  dataSuffix?: `0x${string}` | undefined;
55246
- type?: "eip2930" | undefined;
55247
55252
  gas?: bigint | undefined;
55248
55253
  nonce?: number | undefined;
55254
+ type?: "eip2930" | undefined;
55249
55255
  blobs?: undefined;
55250
55256
  blobVersionedHashes?: undefined;
55251
55257
  kzg?: undefined;
@@ -55253,7 +55259,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55253
55259
  maxFeePerBlobGas?: undefined | undefined;
55254
55260
  maxFeePerGas?: undefined | undefined;
55255
55261
  maxPriorityFeePerGas?: undefined | undefined;
55256
- accessList?: viem0.AccessList | undefined;
55262
+ accessList?: viem491.AccessList | undefined;
55257
55263
  sidecars?: undefined;
55258
55264
  authorizationList?: undefined;
55259
55265
  chainId?: number | undefined;
@@ -55263,13 +55269,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55263
55269
  functionName: string;
55264
55270
  args?: readonly unknown[] | undefined;
55265
55271
  address: Address;
55266
- chain?: viem0.Chain | null | undefined;
55267
- account?: `0x${string}` | viem0.Account | null | undefined;
55272
+ chain?: viem491.Chain | null | undefined;
55273
+ account?: `0x${string}` | viem491.Account | null | undefined;
55268
55274
  value?: bigint | undefined;
55269
55275
  dataSuffix?: `0x${string}` | undefined;
55270
- type?: "eip1559" | undefined;
55271
55276
  gas?: bigint | undefined;
55272
55277
  nonce?: number | undefined;
55278
+ type?: "eip1559" | undefined;
55273
55279
  blobs?: undefined;
55274
55280
  blobVersionedHashes?: undefined;
55275
55281
  kzg?: undefined;
@@ -55277,7 +55283,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55277
55283
  maxFeePerBlobGas?: undefined | undefined;
55278
55284
  maxFeePerGas?: bigint | undefined;
55279
55285
  maxPriorityFeePerGas?: bigint | undefined;
55280
- accessList?: viem0.AccessList | undefined;
55286
+ accessList?: viem491.AccessList | undefined;
55281
55287
  sidecars?: undefined;
55282
55288
  authorizationList?: undefined;
55283
55289
  chainId?: number | undefined;
@@ -55287,22 +55293,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55287
55293
  functionName: string;
55288
55294
  args?: readonly unknown[] | undefined;
55289
55295
  address: Address;
55290
- chain?: viem0.Chain | null | undefined;
55291
- account?: `0x${string}` | viem0.Account | null | undefined;
55296
+ chain?: viem491.Chain | null | undefined;
55297
+ account?: `0x${string}` | viem491.Account | null | undefined;
55292
55298
  value?: bigint | undefined;
55293
55299
  dataSuffix?: `0x${string}` | undefined;
55294
- type?: "eip4844" | undefined;
55295
55300
  gas?: bigint | undefined;
55296
55301
  nonce?: number | undefined;
55297
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55298
- blobVersionedHashes: readonly viem0.Hex[];
55302
+ type?: "eip4844" | undefined;
55303
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55304
+ blobVersionedHashes: readonly viem491.Hex[];
55299
55305
  kzg?: undefined;
55300
55306
  gasPrice?: undefined | undefined;
55301
55307
  maxFeePerBlobGas?: bigint | undefined;
55302
55308
  maxFeePerGas?: bigint | undefined;
55303
55309
  maxPriorityFeePerGas?: bigint | undefined;
55304
- accessList?: viem0.AccessList | undefined;
55305
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55310
+ accessList?: viem491.AccessList | undefined;
55311
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55306
55312
  authorizationList?: undefined;
55307
55313
  chainId?: number | undefined;
55308
55314
  connector?: wagmi0.Connector | undefined;
@@ -55311,22 +55317,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55311
55317
  functionName: string;
55312
55318
  args?: readonly unknown[] | undefined;
55313
55319
  address: Address;
55314
- chain?: viem0.Chain | null | undefined;
55315
- account?: `0x${string}` | viem0.Account | null | undefined;
55320
+ chain?: viem491.Chain | null | undefined;
55321
+ account?: `0x${string}` | viem491.Account | null | undefined;
55316
55322
  value?: bigint | undefined;
55317
55323
  dataSuffix?: `0x${string}` | undefined;
55318
- type?: "eip4844" | undefined;
55319
55324
  gas?: bigint | undefined;
55320
55325
  nonce?: number | undefined;
55321
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55326
+ type?: "eip4844" | undefined;
55327
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55322
55328
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55323
- kzg?: viem0.Kzg | undefined;
55329
+ kzg?: viem491.Kzg | undefined;
55324
55330
  gasPrice?: undefined | undefined;
55325
55331
  maxFeePerBlobGas?: bigint | undefined;
55326
55332
  maxFeePerGas?: bigint | undefined;
55327
55333
  maxPriorityFeePerGas?: bigint | undefined;
55328
- accessList?: viem0.AccessList | undefined;
55329
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55334
+ accessList?: viem491.AccessList | undefined;
55335
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55330
55336
  authorizationList?: undefined;
55331
55337
  chainId?: number | undefined;
55332
55338
  connector?: wagmi0.Connector | undefined;
@@ -55335,13 +55341,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55335
55341
  functionName: string;
55336
55342
  args?: readonly unknown[] | undefined;
55337
55343
  address: Address;
55338
- chain?: viem0.Chain | null | undefined;
55339
- account?: `0x${string}` | viem0.Account | null | undefined;
55344
+ chain?: viem491.Chain | null | undefined;
55345
+ account?: `0x${string}` | viem491.Account | null | undefined;
55340
55346
  value?: bigint | undefined;
55341
55347
  dataSuffix?: `0x${string}` | undefined;
55342
- type?: "eip7702" | undefined;
55343
55348
  gas?: bigint | undefined;
55344
55349
  nonce?: number | undefined;
55350
+ type?: "eip7702" | undefined;
55345
55351
  blobs?: undefined;
55346
55352
  blobVersionedHashes?: undefined;
55347
55353
  kzg?: undefined;
@@ -55349,21 +55355,15 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55349
55355
  maxFeePerBlobGas?: undefined | undefined;
55350
55356
  maxFeePerGas?: bigint | undefined;
55351
55357
  maxPriorityFeePerGas?: bigint | undefined;
55352
- accessList?: viem0.AccessList | undefined;
55358
+ accessList?: viem491.AccessList | undefined;
55353
55359
  sidecars?: undefined;
55354
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55360
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55355
55361
  chainId?: number | undefined;
55356
55362
  connector?: wagmi0.Connector | undefined;
55357
55363
  };
55358
- isError: true;
55359
55364
  isIdle: false;
55360
- isPending: false;
55361
- isSuccess: false;
55362
55365
  reset: () => void;
55363
55366
  context: unknown;
55364
- failureCount: number;
55365
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55366
- isPaused: boolean;
55367
55367
  submittedAt: number;
55368
55368
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55369
55369
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -55378,21 +55378,27 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55378
55378
  newPricingAddr: `0x${string}`;
55379
55379
  }>;
55380
55380
  } | {
55381
- data: `0x${string}`;
55382
55381
  error: null;
55382
+ data: `0x${string}`;
55383
55383
  status: "success";
55384
+ isError: false;
55385
+ isPending: false;
55386
+ isSuccess: true;
55387
+ failureCount: number;
55388
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55389
+ isPaused: boolean;
55384
55390
  variables: {
55385
55391
  abi: abitype0.Abi;
55386
55392
  functionName: string;
55387
55393
  args?: readonly unknown[] | undefined;
55388
55394
  address: Address;
55389
- chain?: viem0.Chain | null | undefined;
55390
- account?: `0x${string}` | viem0.Account | null | undefined;
55395
+ chain?: viem491.Chain | null | undefined;
55396
+ account?: `0x${string}` | viem491.Account | null | undefined;
55391
55397
  value?: bigint | undefined;
55392
55398
  dataSuffix?: `0x${string}` | undefined;
55393
- type?: "legacy" | undefined;
55394
55399
  gas?: bigint | undefined;
55395
55400
  nonce?: number | undefined;
55401
+ type?: "legacy" | undefined;
55396
55402
  blobs?: undefined;
55397
55403
  blobVersionedHashes?: undefined;
55398
55404
  kzg?: undefined;
@@ -55410,13 +55416,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55410
55416
  functionName: string;
55411
55417
  args?: readonly unknown[] | undefined;
55412
55418
  address: Address;
55413
- chain?: viem0.Chain | null | undefined;
55414
- account?: `0x${string}` | viem0.Account | null | undefined;
55419
+ chain?: viem491.Chain | null | undefined;
55420
+ account?: `0x${string}` | viem491.Account | null | undefined;
55415
55421
  value?: bigint | undefined;
55416
55422
  dataSuffix?: `0x${string}` | undefined;
55417
- type?: "eip2930" | undefined;
55418
55423
  gas?: bigint | undefined;
55419
55424
  nonce?: number | undefined;
55425
+ type?: "eip2930" | undefined;
55420
55426
  blobs?: undefined;
55421
55427
  blobVersionedHashes?: undefined;
55422
55428
  kzg?: undefined;
@@ -55424,7 +55430,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55424
55430
  maxFeePerBlobGas?: undefined | undefined;
55425
55431
  maxFeePerGas?: undefined | undefined;
55426
55432
  maxPriorityFeePerGas?: undefined | undefined;
55427
- accessList?: viem0.AccessList | undefined;
55433
+ accessList?: viem491.AccessList | undefined;
55428
55434
  sidecars?: undefined;
55429
55435
  authorizationList?: undefined;
55430
55436
  chainId?: number | undefined;
@@ -55434,13 +55440,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55434
55440
  functionName: string;
55435
55441
  args?: readonly unknown[] | undefined;
55436
55442
  address: Address;
55437
- chain?: viem0.Chain | null | undefined;
55438
- account?: `0x${string}` | viem0.Account | null | undefined;
55443
+ chain?: viem491.Chain | null | undefined;
55444
+ account?: `0x${string}` | viem491.Account | null | undefined;
55439
55445
  value?: bigint | undefined;
55440
55446
  dataSuffix?: `0x${string}` | undefined;
55441
- type?: "eip1559" | undefined;
55442
55447
  gas?: bigint | undefined;
55443
55448
  nonce?: number | undefined;
55449
+ type?: "eip1559" | undefined;
55444
55450
  blobs?: undefined;
55445
55451
  blobVersionedHashes?: undefined;
55446
55452
  kzg?: undefined;
@@ -55448,7 +55454,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55448
55454
  maxFeePerBlobGas?: undefined | undefined;
55449
55455
  maxFeePerGas?: bigint | undefined;
55450
55456
  maxPriorityFeePerGas?: bigint | undefined;
55451
- accessList?: viem0.AccessList | undefined;
55457
+ accessList?: viem491.AccessList | undefined;
55452
55458
  sidecars?: undefined;
55453
55459
  authorizationList?: undefined;
55454
55460
  chainId?: number | undefined;
@@ -55458,22 +55464,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55458
55464
  functionName: string;
55459
55465
  args?: readonly unknown[] | undefined;
55460
55466
  address: Address;
55461
- chain?: viem0.Chain | null | undefined;
55462
- account?: `0x${string}` | viem0.Account | null | undefined;
55467
+ chain?: viem491.Chain | null | undefined;
55468
+ account?: `0x${string}` | viem491.Account | null | undefined;
55463
55469
  value?: bigint | undefined;
55464
55470
  dataSuffix?: `0x${string}` | undefined;
55465
- type?: "eip4844" | undefined;
55466
55471
  gas?: bigint | undefined;
55467
55472
  nonce?: number | undefined;
55468
- blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55469
- blobVersionedHashes: readonly viem0.Hex[];
55473
+ type?: "eip4844" | undefined;
55474
+ blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55475
+ blobVersionedHashes: readonly viem491.Hex[];
55470
55476
  kzg?: undefined;
55471
55477
  gasPrice?: undefined | undefined;
55472
55478
  maxFeePerBlobGas?: bigint | undefined;
55473
55479
  maxFeePerGas?: bigint | undefined;
55474
55480
  maxPriorityFeePerGas?: bigint | undefined;
55475
- accessList?: viem0.AccessList | undefined;
55476
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55481
+ accessList?: viem491.AccessList | undefined;
55482
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55477
55483
  authorizationList?: undefined;
55478
55484
  chainId?: number | undefined;
55479
55485
  connector?: wagmi0.Connector | undefined;
@@ -55482,22 +55488,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55482
55488
  functionName: string;
55483
55489
  args?: readonly unknown[] | undefined;
55484
55490
  address: Address;
55485
- chain?: viem0.Chain | null | undefined;
55486
- account?: `0x${string}` | viem0.Account | null | undefined;
55491
+ chain?: viem491.Chain | null | undefined;
55492
+ account?: `0x${string}` | viem491.Account | null | undefined;
55487
55493
  value?: bigint | undefined;
55488
55494
  dataSuffix?: `0x${string}` | undefined;
55489
- type?: "eip4844" | undefined;
55490
55495
  gas?: bigint | undefined;
55491
55496
  nonce?: number | undefined;
55492
- blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55497
+ type?: "eip4844" | undefined;
55498
+ blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55493
55499
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55494
- kzg?: viem0.Kzg | undefined;
55500
+ kzg?: viem491.Kzg | undefined;
55495
55501
  gasPrice?: undefined | undefined;
55496
55502
  maxFeePerBlobGas?: bigint | undefined;
55497
55503
  maxFeePerGas?: bigint | undefined;
55498
55504
  maxPriorityFeePerGas?: bigint | undefined;
55499
- accessList?: viem0.AccessList | undefined;
55500
- sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55505
+ accessList?: viem491.AccessList | undefined;
55506
+ sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55501
55507
  authorizationList?: undefined;
55502
55508
  chainId?: number | undefined;
55503
55509
  connector?: wagmi0.Connector | undefined;
@@ -55506,13 +55512,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55506
55512
  functionName: string;
55507
55513
  args?: readonly unknown[] | undefined;
55508
55514
  address: Address;
55509
- chain?: viem0.Chain | null | undefined;
55510
- account?: `0x${string}` | viem0.Account | null | undefined;
55515
+ chain?: viem491.Chain | null | undefined;
55516
+ account?: `0x${string}` | viem491.Account | null | undefined;
55511
55517
  value?: bigint | undefined;
55512
55518
  dataSuffix?: `0x${string}` | undefined;
55513
- type?: "eip7702" | undefined;
55514
55519
  gas?: bigint | undefined;
55515
55520
  nonce?: number | undefined;
55521
+ type?: "eip7702" | undefined;
55516
55522
  blobs?: undefined;
55517
55523
  blobVersionedHashes?: undefined;
55518
55524
  kzg?: undefined;
@@ -55520,21 +55526,15 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55520
55526
  maxFeePerBlobGas?: undefined | undefined;
55521
55527
  maxFeePerGas?: bigint | undefined;
55522
55528
  maxPriorityFeePerGas?: bigint | undefined;
55523
- accessList?: viem0.AccessList | undefined;
55529
+ accessList?: viem491.AccessList | undefined;
55524
55530
  sidecars?: undefined;
55525
- authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55531
+ authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55526
55532
  chainId?: number | undefined;
55527
55533
  connector?: wagmi0.Connector | undefined;
55528
55534
  };
55529
- isError: false;
55530
55535
  isIdle: false;
55531
- isPending: false;
55532
- isSuccess: true;
55533
55536
  reset: () => void;
55534
55537
  context: unknown;
55535
- failureCount: number;
55536
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55537
- isPaused: boolean;
55538
55538
  submittedAt: number;
55539
55539
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55540
55540
  mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
@@ -55554,7 +55554,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55554
55554
  declare const useLens: () => {
55555
55555
  timelockLens: {
55556
55556
  read: {
55557
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55557
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
55558
55558
  readonly type: "function";
55559
55559
  readonly name: "batchGetRefTick";
55560
55560
  readonly inputs: readonly [{
@@ -56497,7 +56497,7 @@ declare const useLens: () => {
56497
56497
  }];
56498
56498
  readonly stateMutability: "view";
56499
56499
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
56500
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56500
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
56501
56501
  readonly type: "function";
56502
56502
  readonly name: "batchGetRefTick";
56503
56503
  readonly inputs: readonly [{
@@ -57452,7 +57452,7 @@ declare const useLens: () => {
57452
57452
  borrowedAmount0: bigint;
57453
57453
  borrowedAmount1: bigint;
57454
57454
  }[]>;
57455
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
57455
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
57456
57456
  readonly type: "function";
57457
57457
  readonly name: "batchGetRefTick";
57458
57458
  readonly inputs: readonly [{
@@ -58405,7 +58405,7 @@ declare const useLens: () => {
58405
58405
  expiresAt: number;
58406
58406
  liquidities: readonly bigint[];
58407
58407
  }[]>;
58408
- getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58408
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
58409
58409
  readonly type: "function";
58410
58410
  readonly name: "batchGetRefTick";
58411
58411
  readonly inputs: readonly [{
@@ -59354,7 +59354,7 @@ declare const useLens: () => {
59354
59354
  minBaseFee: bigint;
59355
59355
  feeRecipient: `0x${string}`;
59356
59356
  }>;
59357
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59357
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
59358
59358
  readonly type: "function";
59359
59359
  readonly name: "batchGetRefTick";
59360
59360
  readonly inputs: readonly [{
@@ -60313,7 +60313,7 @@ declare const useLens: () => {
60313
60313
  senderIsAdmin: boolean;
60314
60314
  senderIsPauser: boolean;
60315
60315
  }>;
60316
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60316
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
60317
60317
  readonly type: "function";
60318
60318
  readonly name: "batchGetRefTick";
60319
60319
  readonly inputs: readonly [{
@@ -61256,7 +61256,7 @@ declare const useLens: () => {
61256
61256
  }];
61257
61257
  readonly stateMutability: "view";
61258
61258
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
61259
- getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61259
+ getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
61260
61260
  readonly type: "function";
61261
61261
  readonly name: "batchGetRefTick";
61262
61262
  readonly inputs: readonly [{
@@ -62220,7 +62220,7 @@ declare const useLens: () => {
62220
62220
  optionAssetName: string;
62221
62221
  payoutAssetName: string;
62222
62222
  }>;
62223
- getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
62223
+ getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
62224
62224
  readonly type: "function";
62225
62225
  readonly name: "batchGetRefTick";
62226
62226
  readonly inputs: readonly [{
@@ -63168,7 +63168,7 @@ declare const useLens: () => {
63168
63168
  feeStrategy: `0x${string}`;
63169
63169
  owner: `0x${string}`;
63170
63170
  }>;
63171
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
63171
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
63172
63172
  readonly type: "function";
63173
63173
  readonly name: "batchGetRefTick";
63174
63174
  readonly inputs: readonly [{
@@ -64111,7 +64111,7 @@ declare const useLens: () => {
64111
64111
  }];
64112
64112
  readonly stateMutability: "view";
64113
64113
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
64114
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
64114
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
64115
64115
  readonly type: "function";
64116
64116
  readonly name: "batchGetRefTick";
64117
64117
  readonly inputs: readonly [{
@@ -65054,7 +65054,7 @@ declare const useLens: () => {
65054
65054
  }];
65055
65055
  readonly stateMutability: "view";
65056
65056
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
65057
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65057
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
65058
65058
  readonly type: "function";
65059
65059
  readonly name: "batchGetRefTick";
65060
65060
  readonly inputs: readonly [{
@@ -65997,7 +65997,7 @@ declare const useLens: () => {
65997
65997
  }];
65998
65998
  readonly stateMutability: "view";
65999
65999
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
66000
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
66000
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
66001
66001
  readonly type: "function";
66002
66002
  readonly name: "batchGetRefTick";
66003
66003
  readonly inputs: readonly [{
@@ -66940,7 +66940,7 @@ declare const useLens: () => {
66940
66940
  }];
66941
66941
  readonly stateMutability: "view";
66942
66942
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
66943
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
66943
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
66944
66944
  readonly type: "function";
66945
66945
  readonly name: "batchGetRefTick";
66946
66946
  readonly inputs: readonly [{
@@ -67893,7 +67893,7 @@ declare const useLens: () => {
67893
67893
  expiresAt: number;
67894
67894
  liquidities: readonly bigint[];
67895
67895
  }>;
67896
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67896
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
67897
67897
  readonly type: "function";
67898
67898
  readonly name: "batchGetRefTick";
67899
67899
  readonly inputs: readonly [{
@@ -68842,7 +68842,7 @@ declare const useLens: () => {
68842
68842
  minPremiumDailyRate: number;
68843
68843
  minPremiumAmount: bigint;
68844
68844
  }>;
68845
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
68845
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
68846
68846
  readonly type: "function";
68847
68847
  readonly name: "batchGetRefTick";
68848
68848
  readonly inputs: readonly [{
@@ -69801,7 +69801,7 @@ declare const useLens: () => {
69801
69801
  fee: number;
69802
69802
  tickSpacing: number;
69803
69803
  hooks: `0x${string}`;
69804
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69804
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
69805
69805
  readonly type: "function";
69806
69806
  readonly name: "batchGetRefTick";
69807
69807
  readonly inputs: readonly [{
@@ -70761,7 +70761,7 @@ declare const useLens: () => {
70761
70761
  tickSpacing: number;
70762
70762
  fee: number;
70763
70763
  }>;
70764
- getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
70764
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
70765
70765
  readonly type: "function";
70766
70766
  readonly name: "batchGetRefTick";
70767
70767
  readonly inputs: readonly [{
@@ -71704,7 +71704,7 @@ declare const useLens: () => {
71704
71704
  }];
71705
71705
  readonly stateMutability: "view";
71706
71706
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
71707
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
71707
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
71708
71708
  readonly type: "function";
71709
71709
  readonly name: "batchGetRefTick";
71710
71710
  readonly inputs: readonly [{
@@ -72647,7 +72647,7 @@ declare const useLens: () => {
72647
72647
  }];
72648
72648
  readonly stateMutability: "view";
72649
72649
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
72650
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72650
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
72651
72651
  readonly type: "function";
72652
72652
  readonly name: "batchGetRefTick";
72653
72653
  readonly inputs: readonly [{
@@ -73593,7 +73593,7 @@ declare const useLens: () => {
73593
73593
  dailyFundingRate: number;
73594
73594
  minFundingAmount: bigint;
73595
73595
  }>;
73596
- getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
73596
+ getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
73597
73597
  readonly type: "function";
73598
73598
  readonly name: "batchGetRefTick";
73599
73599
  readonly inputs: readonly [{
@@ -74540,7 +74540,7 @@ declare const useLens: () => {
74540
74540
  symbol: string;
74541
74541
  name: string;
74542
74542
  }>;
74543
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
74543
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
74544
74544
  readonly type: "function";
74545
74545
  readonly name: "batchGetRefTick";
74546
74546
  readonly inputs: readonly [{
@@ -75493,7 +75493,7 @@ declare const useLens: () => {
75493
75493
  expiresAt: number;
75494
75494
  liquidities: readonly bigint[];
75495
75495
  }[], bigint, boolean]>;
75496
- getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
75496
+ getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
75497
75497
  readonly type: "function";
75498
75498
  readonly name: "batchGetRefTick";
75499
75499
  readonly inputs: readonly [{
@@ -76446,7 +76446,7 @@ declare const useLens: () => {
76446
76446
  };
76447
76447
  poolId: `0x${string}`;
76448
76448
  }>;
76449
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
76449
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
76450
76450
  readonly type: "function";
76451
76451
  readonly name: "batchGetRefTick";
76452
76452
  readonly inputs: readonly [{
@@ -78337,7 +78337,7 @@ declare const useLens: () => {
78337
78337
  } | undefined;
78338
78338
  stateView: {
78339
78339
  read: {
78340
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
78340
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
78341
78341
  readonly type: "function";
78342
78342
  readonly name: "getFeeGrowthGlobals";
78343
78343
  readonly inputs: readonly [{
@@ -79184,7 +79184,7 @@ declare const useLens: () => {
79184
79184
  fee: number;
79185
79185
  tickSpacing: number;
79186
79186
  hooks: `0x${string}`;
79187
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
79187
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
79188
79188
  readonly type: "function";
79189
79189
  readonly name: "getFeeGrowthGlobals";
79190
79190
  readonly inputs: readonly [{
@@ -80026,7 +80026,7 @@ declare const useLens: () => {
80026
80026
  tickSpacing: number;
80027
80027
  hooks: `0x${string}`;
80028
80028
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
80029
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
80029
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
80030
80030
  readonly type: "function";
80031
80031
  readonly name: "getFeeGrowthGlobals";
80032
80032
  readonly inputs: readonly [{
@@ -80873,7 +80873,7 @@ declare const useLens: () => {
80873
80873
  fee: number;
80874
80874
  tickSpacing: number;
80875
80875
  hooks: `0x${string}`;
80876
- }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
80876
+ }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
80877
80877
  readonly type: "function";
80878
80878
  readonly name: "getFeeGrowthGlobals";
80879
80879
  readonly inputs: readonly [{
@@ -81715,7 +81715,7 @@ declare const useLens: () => {
81715
81715
  tickSpacing: number;
81716
81716
  hooks: `0x${string}`;
81717
81717
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
81718
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
81718
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
81719
81719
  readonly type: "function";
81720
81720
  readonly name: "getFeeGrowthGlobals";
81721
81721
  readonly inputs: readonly [{
@@ -82562,7 +82562,7 @@ declare const useLens: () => {
82562
82562
  fee: number;
82563
82563
  tickSpacing: number;
82564
82564
  hooks: `0x${string}`;
82565
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
82565
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
82566
82566
  readonly type: "function";
82567
82567
  readonly name: "getFeeGrowthGlobals";
82568
82568
  readonly inputs: readonly [{
@@ -83404,7 +83404,7 @@ declare const useLens: () => {
83404
83404
  tickSpacing: number;
83405
83405
  hooks: `0x${string}`;
83406
83406
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
83407
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
83407
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
83408
83408
  readonly type: "function";
83409
83409
  readonly name: "getFeeGrowthGlobals";
83410
83410
  readonly inputs: readonly [{
@@ -84251,7 +84251,7 @@ declare const useLens: () => {
84251
84251
  fee: number;
84252
84252
  tickSpacing: number;
84253
84253
  hooks: `0x${string}`;
84254
- }, `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 [{
84254
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
84255
84255
  readonly type: "function";
84256
84256
  readonly name: "getFeeGrowthGlobals";
84257
84257
  readonly inputs: readonly [{
@@ -85104,7 +85104,7 @@ declare const useLens: () => {
85104
85104
  fee: number;
85105
85105
  tickSpacing: number;
85106
85106
  hooks: `0x${string}`;
85107
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
85107
+ }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
85108
85108
  readonly type: "function";
85109
85109
  readonly name: "getFeeGrowthGlobals";
85110
85110
  readonly inputs: readonly [{
@@ -85957,7 +85957,7 @@ declare const useLens: () => {
85957
85957
  fee: number;
85958
85958
  tickSpacing: number;
85959
85959
  hooks: `0x${string}`;
85960
- }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
85960
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
85961
85961
  readonly type: "function";
85962
85962
  readonly name: "getFeeGrowthGlobals";
85963
85963
  readonly inputs: readonly [{
@@ -86805,7 +86805,7 @@ declare const useLens: () => {
86805
86805
  tickSpacing: number;
86806
86806
  hooks: `0x${string}`;
86807
86807
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
86808
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
86808
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
86809
86809
  readonly type: "function";
86810
86810
  readonly name: "getFeeGrowthGlobals";
86811
86811
  readonly inputs: readonly [{
@@ -87652,7 +87652,7 @@ declare const useLens: () => {
87652
87652
  fee: number;
87653
87653
  tickSpacing: number;
87654
87654
  hooks: `0x${string}`;
87655
- }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
87655
+ }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
87656
87656
  readonly type: "function";
87657
87657
  readonly name: "getFeeGrowthGlobals";
87658
87658
  readonly inputs: readonly [{
@@ -88500,7 +88500,7 @@ declare const useLens: () => {
88500
88500
  fee: number;
88501
88501
  tickSpacing: number;
88502
88502
  hooks: `0x${string}`;
88503
- }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
88503
+ }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
88504
88504
  readonly type: "function";
88505
88505
  readonly name: "getFeeGrowthGlobals";
88506
88506
  readonly inputs: readonly [{
@@ -89342,7 +89342,7 @@ declare const useLens: () => {
89342
89342
  tickSpacing: number;
89343
89343
  hooks: `0x${string}`;
89344
89344
  }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89345
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
89345
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
89346
89346
  readonly type: "function";
89347
89347
  readonly name: "getFeeGrowthGlobals";
89348
89348
  readonly inputs: readonly [{
@@ -90178,7 +90178,7 @@ declare const useLens: () => {
90178
90178
  }];
90179
90179
  readonly stateMutability: "view";
90180
90180
  }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
90181
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
90181
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
90182
90182
  readonly type: "function";
90183
90183
  readonly name: "getFeeGrowthGlobals";
90184
90184
  readonly inputs: readonly [{
@@ -91025,7 +91025,7 @@ declare const useLens: () => {
91025
91025
  fee: number;
91026
91026
  tickSpacing: number;
91027
91027
  hooks: `0x${string}`;
91028
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
91028
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
91029
91029
  readonly type: "function";
91030
91030
  readonly name: "getFeeGrowthGlobals";
91031
91031
  readonly inputs: readonly [{
@@ -91867,7 +91867,7 @@ declare const useLens: () => {
91867
91867
  tickSpacing: number;
91868
91868
  hooks: `0x${string}`;
91869
91869
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
91870
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
91870
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
91871
91871
  readonly type: "function";
91872
91872
  readonly name: "getFeeGrowthGlobals";
91873
91873
  readonly inputs: readonly [{
@@ -92714,7 +92714,7 @@ declare const useLens: () => {
92714
92714
  fee: number;
92715
92715
  tickSpacing: number;
92716
92716
  hooks: `0x${string}`;
92717
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
92717
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
92718
92718
  readonly type: "function";
92719
92719
  readonly name: "getFeeGrowthGlobals";
92720
92720
  readonly inputs: readonly [{
@@ -93556,7 +93556,7 @@ declare const useLens: () => {
93556
93556
  tickSpacing: number;
93557
93557
  hooks: `0x${string}`;
93558
93558
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
93559
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93559
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
93560
93560
  readonly type: "function";
93561
93561
  readonly name: "getFeeGrowthGlobals";
93562
93562
  readonly inputs: readonly [{
@@ -94403,7 +94403,7 @@ declare const useLens: () => {
94403
94403
  fee: number;
94404
94404
  tickSpacing: number;
94405
94405
  hooks: `0x${string}`;
94406
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
94406
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
94407
94407
  readonly type: "function";
94408
94408
  readonly name: "getFeeGrowthGlobals";
94409
94409
  readonly inputs: readonly [{
@@ -95245,7 +95245,7 @@ declare const useLens: () => {
95245
95245
  tickSpacing: number;
95246
95246
  hooks: `0x${string}`;
95247
95247
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
95248
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
95248
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
95249
95249
  readonly type: "function";
95250
95250
  readonly name: "getFeeGrowthGlobals";
95251
95251
  readonly inputs: readonly [{
@@ -96092,7 +96092,7 @@ declare const useLens: () => {
96092
96092
  fee: number;
96093
96093
  tickSpacing: number;
96094
96094
  hooks: `0x${string}`;
96095
- }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
96095
+ }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
96096
96096
  readonly type: "function";
96097
96097
  readonly name: "getFeeGrowthGlobals";
96098
96098
  readonly inputs: readonly [{
@@ -97776,4 +97776,4 @@ declare const useLens: () => {
97776
97776
  };
97777
97777
  //#endregion
97778
97778
  export { PriceResolution as $, swapRouters as $t, useCurrentPrice as A, scaleAmount as At, getPriceAtTick as B, useMarketState as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatCondensed as Dt, usePriceHistory as E, formatAmount as Et, getPayoutAtTick as F, wrapAmountUnscaled as Ft, liquiditiesToAmounts as G, TimelockLens as Gt, getTickAtPrice as H, TimelockProvider as Ht, PRICE_PRECISION as I, wrapPrice as It, token0ToToken1AtTick as J, getErc20 as Jt, roundTick as K, TimelockMarket as Kt, getAmountsFromLiquidity as L, wrapPriceUnscaled as Lt, UniswapPoolData as M, unscaleAmount as Mt, usePoolData as N, unscalePrice as Nt, usePriceAtTick as O, formatUSD as Ot, getPayoutAtPrice as P, wrapAmount as Pt, PriceDataPoint as Q, stateViews as Qt, getNearestValidStrikeTick as R, zero as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, useCurrentMarket as Ut, getSqrtPriceX96AtPrice as V, useMarketData as Vt, liquiditiesToAmount1 as W, useTimelockConfig as Wt, token1ToToken0AtTick as X, getTimelockLens as Xt, token1ToToken0 as Y, getStateView as Yt, PriceData as Z, getTimelockMarket 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, swappers 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, scalePrice as jt, useCurrentTick as k, formatVagueAmount as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, timelockLenses as nn, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarketData as qt, useStaticPricingParams as r, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, timelockFactories 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, useMarketVolume as zt };
97779
- //# sourceMappingURL=client-BX2dCGNQ.d.ts.map
97779
+ //# sourceMappingURL=client-9wbQVrDG.d.ts.map