timelock-sdk 0.0.177 → 0.0.178

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,18 @@
1
- import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-c4hgszY_.cjs";
2
- import * as viem491 from "viem";
1
+ import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-2HZ-p_dl.js";
2
+ import * as viem0 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
+ import Big from "big.js";
5
+ import JSBI from "jsbi";
4
6
  import React, { ReactNode } from "react";
5
- import "graphql";
6
7
  import { GraphQLClient, RequestOptions } from "graphql-request";
7
8
  import * as _tanstack_react_query0 from "@tanstack/react-query";
8
9
  import { NonUndefinedGuard } from "@tanstack/react-query";
9
10
  import * as wagmi0 from "wagmi";
11
+ import "graphql";
10
12
  import * as _tanstack_query_core0 from "@tanstack/query-core";
11
- import Big from "big.js";
12
- import JSBI from "jsbi";
13
13
  import * as _wagmi_core0 from "@wagmi/core";
14
- import * as wagmi_query0 from "wagmi/query";
15
- import * as abitype0 from "abitype";
14
+ import * as wagmi_query7 from "wagmi/query";
15
+ import * as abitype35 from "abitype";
16
16
 
17
17
  //#region src/generated/graphql.d.ts
18
18
  type Exact<T$1 extends {
@@ -247,7 +247,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
247
247
  };
248
248
  declare const getErc20: (address: Address, client: Client) => {
249
249
  read: {
250
- symbol: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
250
+ symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
251
251
  readonly type: "constructor";
252
252
  readonly inputs: readonly [{
253
253
  readonly name: "name_";
@@ -426,7 +426,7 @@ declare const getErc20: (address: Address, client: Client) => {
426
426
  }];
427
427
  readonly stateMutability: "nonpayable";
428
428
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
429
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
429
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
430
430
  readonly type: "constructor";
431
431
  readonly inputs: readonly [{
432
432
  readonly name: "name_";
@@ -605,7 +605,7 @@ declare const getErc20: (address: Address, client: Client) => {
605
605
  }];
606
606
  readonly stateMutability: "nonpayable";
607
607
  }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
608
- balanceOf: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
608
+ balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
609
609
  readonly type: "constructor";
610
610
  readonly inputs: readonly [{
611
611
  readonly name: "name_";
@@ -784,7 +784,7 @@ declare const getErc20: (address: Address, client: Client) => {
784
784
  }];
785
785
  readonly stateMutability: "nonpayable";
786
786
  }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
787
- decimals: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
787
+ decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
788
788
  readonly type: "constructor";
789
789
  readonly inputs: readonly [{
790
790
  readonly name: "name_";
@@ -963,7 +963,7 @@ declare const getErc20: (address: Address, client: Client) => {
963
963
  }];
964
964
  readonly stateMutability: "nonpayable";
965
965
  }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
966
- name: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
966
+ name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
967
967
  readonly type: "constructor";
968
968
  readonly inputs: readonly [{
969
969
  readonly name: "name_";
@@ -1142,7 +1142,7 @@ declare const getErc20: (address: Address, client: Client) => {
1142
1142
  }];
1143
1143
  readonly stateMutability: "nonpayable";
1144
1144
  }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1145
- totalSupply: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
1145
+ totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.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: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1326
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.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], 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 [{
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 [{
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], 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 [{
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 [{
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], 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 [{
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 [{
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], 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 [{
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 [{
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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2220
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2221
2221
  } & {
2222
- approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2222
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.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], 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 [{
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 [{
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], 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 [{
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 [{
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], 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 [{
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 [{
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], 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 [{
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 [{
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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
3116
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3117
3117
  };
3118
3118
  simulate: {
3119
- approve: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
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 [{
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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3297
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3298
3298
  readonly type: "constructor";
3299
3299
  readonly inputs: readonly [{
3300
3300
  readonly name: "name_";
@@ -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], 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 [{
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 [{
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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3654
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3655
3655
  readonly type: "constructor";
3656
3656
  readonly inputs: readonly [{
3657
3657
  readonly name: "name_";
@@ -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], 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 [{
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 [{
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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4011
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4012
4012
  readonly type: "constructor";
4013
4013
  readonly inputs: readonly [{
4014
4014
  readonly name: "name_";
@@ -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], 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 [{
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 [{
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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4368
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4369
4369
  readonly type: "constructor";
4370
4370
  readonly inputs: readonly [{
4371
4371
  readonly name: "name_";
@@ -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], 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 [{
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 [{
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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4725
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4726
4726
  readonly type: "constructor";
4727
4727
  readonly inputs: readonly [{
4728
4728
  readonly name: "name_";
@@ -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], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4903
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4904
4904
  };
4905
4905
  write: {
4906
- approve: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
4906
+ approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.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], 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 [{
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 [{
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], 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 [{
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 [{
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], 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 [{
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 [{
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], 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 [{
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 [{
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], 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>;
5800
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5801
5801
  };
5802
5802
  address: `0x${string}`;
5803
5803
  abi: readonly [{
@@ -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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
5986
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
6833
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
7675
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7676
7676
  readonly type: "function";
7677
7677
  readonly name: "getFeeGrowthGlobals";
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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
8522
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
9364
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9365
9365
  readonly type: "function";
9366
9366
  readonly name: "getFeeGrowthGlobals";
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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
10211
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11053
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11054
11054
  readonly type: "function";
11055
11055
  readonly name: "getFeeGrowthGlobals";
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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11900
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11901
11901
  readonly type: "function";
11902
11902
  readonly name: "getFeeGrowthGlobals";
11903
11903
  readonly inputs: readonly [{
@@ -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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
12753
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
13606
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
14454
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14455
14455
  readonly type: "function";
14456
14456
  readonly name: "getFeeGrowthGlobals";
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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
15301
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16149
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16991
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16992
16992
  readonly type: "function";
16993
16993
  readonly name: "getFeeGrowthGlobals";
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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
17827
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17828
17828
  readonly type: "function";
17829
17829
  readonly name: "getFeeGrowthGlobals";
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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
18674
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
19516
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19517
19517
  readonly type: "function";
19518
19518
  readonly name: "getFeeGrowthGlobals";
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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
20363
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
21205
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21206
21206
  readonly type: "function";
21207
21207
  readonly name: "getFeeGrowthGlobals";
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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22052
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22894
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22895
22895
  readonly type: "function";
22896
22896
  readonly name: "getFeeGrowthGlobals";
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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
23741
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
25424
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25425
25425
  readonly type: "function";
25426
25426
  readonly name: "batchGetRefTick";
25427
25427
  readonly inputs: readonly [{
@@ -26360,7 +26360,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
26360
26360
  }];
26361
26361
  readonly stateMutability: "view";
26362
26362
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26363
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
26363
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26364
26364
  readonly type: "function";
26365
26365
  readonly name: "batchGetRefTick";
26366
26366
  readonly inputs: readonly [{
@@ -27311,7 +27311,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27311
27311
  borrowedAmount0: bigint;
27312
27312
  borrowedAmount1: bigint;
27313
27313
  }[]>;
27314
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
27314
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27315
27315
  readonly type: "function";
27316
27316
  readonly name: "batchGetRefTick";
27317
27317
  readonly inputs: readonly [{
@@ -28260,7 +28260,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
28260
28260
  expiresAt: number;
28261
28261
  liquidities: readonly bigint[];
28262
28262
  }[]>;
28263
- getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
28263
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28264
28264
  readonly type: "function";
28265
28265
  readonly name: "batchGetRefTick";
28266
28266
  readonly inputs: readonly [{
@@ -29205,7 +29205,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
29205
29205
  minBaseFee: bigint;
29206
29206
  feeRecipient: `0x${string}`;
29207
29207
  }>;
29208
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
29208
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29209
29209
  readonly type: "function";
29210
29210
  readonly name: "batchGetRefTick";
29211
29211
  readonly inputs: readonly [{
@@ -30160,7 +30160,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
30160
30160
  senderIsAdmin: boolean;
30161
30161
  senderIsPauser: boolean;
30162
30162
  }>;
30163
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
30163
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30164
30164
  readonly type: "function";
30165
30165
  readonly name: "batchGetRefTick";
30166
30166
  readonly inputs: readonly [{
@@ -31099,7 +31099,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
31099
31099
  }];
31100
31100
  readonly stateMutability: "view";
31101
31101
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
31102
- getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
31102
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31103
31103
  readonly type: "function";
31104
31104
  readonly name: "batchGetRefTick";
31105
31105
  readonly inputs: readonly [{
@@ -32058,7 +32058,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
32058
32058
  optionAssetName: string;
32059
32059
  payoutAssetName: string;
32060
32060
  }>;
32061
- getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
32061
+ getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
32062
32062
  readonly type: "function";
32063
32063
  readonly name: "batchGetRefTick";
32064
32064
  readonly inputs: readonly [{
@@ -33002,7 +33002,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33002
33002
  feeStrategy: `0x${string}`;
33003
33003
  owner: `0x${string}`;
33004
33004
  }>;
33005
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
33005
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33006
33006
  readonly type: "function";
33007
33007
  readonly name: "batchGetRefTick";
33008
33008
  readonly inputs: readonly [{
@@ -33941,7 +33941,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33941
33941
  }];
33942
33942
  readonly stateMutability: "view";
33943
33943
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
33944
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
33944
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33945
33945
  readonly type: "function";
33946
33946
  readonly name: "batchGetRefTick";
33947
33947
  readonly inputs: readonly [{
@@ -34880,7 +34880,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34880
34880
  }];
34881
34881
  readonly stateMutability: "view";
34882
34882
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
34883
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
34883
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34884
34884
  readonly type: "function";
34885
34885
  readonly name: "batchGetRefTick";
34886
34886
  readonly inputs: readonly [{
@@ -35819,7 +35819,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
35819
35819
  }];
35820
35820
  readonly stateMutability: "view";
35821
35821
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
35822
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
35822
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
35823
35823
  readonly type: "function";
35824
35824
  readonly name: "batchGetRefTick";
35825
35825
  readonly inputs: readonly [{
@@ -36758,7 +36758,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
36758
36758
  }];
36759
36759
  readonly stateMutability: "view";
36760
36760
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
36761
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
36761
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36762
36762
  readonly type: "function";
36763
36763
  readonly name: "batchGetRefTick";
36764
36764
  readonly inputs: readonly [{
@@ -37707,7 +37707,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
37707
37707
  expiresAt: number;
37708
37708
  liquidities: readonly bigint[];
37709
37709
  }>;
37710
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
37710
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
37711
37711
  readonly type: "function";
37712
37712
  readonly name: "batchGetRefTick";
37713
37713
  readonly inputs: readonly [{
@@ -38652,7 +38652,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
38652
38652
  minPremiumDailyRate: number;
38653
38653
  minPremiumAmount: bigint;
38654
38654
  }>;
38655
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
38655
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
38656
38656
  readonly type: "function";
38657
38657
  readonly name: "batchGetRefTick";
38658
38658
  readonly inputs: readonly [{
@@ -39607,7 +39607,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
39607
39607
  fee: number;
39608
39608
  tickSpacing: number;
39609
39609
  hooks: `0x${string}`;
39610
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
39610
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39611
39611
  readonly type: "function";
39612
39612
  readonly name: "batchGetRefTick";
39613
39613
  readonly inputs: readonly [{
@@ -40563,7 +40563,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
40563
40563
  tickSpacing: number;
40564
40564
  fee: number;
40565
40565
  }>;
40566
- getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
40566
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
40567
40567
  readonly type: "function";
40568
40568
  readonly name: "batchGetRefTick";
40569
40569
  readonly inputs: readonly [{
@@ -41502,7 +41502,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
41502
41502
  }];
41503
41503
  readonly stateMutability: "view";
41504
41504
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41505
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
41505
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41506
41506
  readonly type: "function";
41507
41507
  readonly name: "batchGetRefTick";
41508
41508
  readonly inputs: readonly [{
@@ -42441,7 +42441,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
42441
42441
  }];
42442
42442
  readonly stateMutability: "view";
42443
42443
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
42444
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
42444
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42445
42445
  readonly type: "function";
42446
42446
  readonly name: "batchGetRefTick";
42447
42447
  readonly inputs: readonly [{
@@ -43383,7 +43383,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
43383
43383
  dailyFundingRate: number;
43384
43384
  minFundingAmount: bigint;
43385
43385
  }>;
43386
- getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
43386
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43387
43387
  readonly type: "function";
43388
43388
  readonly name: "batchGetRefTick";
43389
43389
  readonly inputs: readonly [{
@@ -44326,7 +44326,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
44326
44326
  symbol: string;
44327
44327
  name: string;
44328
44328
  }>;
44329
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
44329
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44330
44330
  readonly type: "function";
44331
44331
  readonly name: "batchGetRefTick";
44332
44332
  readonly inputs: readonly [{
@@ -45275,7 +45275,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
45275
45275
  expiresAt: number;
45276
45276
  liquidities: readonly bigint[];
45277
45277
  }[], bigint, boolean]>;
45278
- getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
45278
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45279
45279
  readonly type: "function";
45280
45280
  readonly name: "batchGetRefTick";
45281
45281
  readonly inputs: readonly [{
@@ -46224,7 +46224,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
46224
46224
  };
46225
46225
  owner: `0x${string}`;
46226
46226
  }>;
46227
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
46227
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46228
46228
  readonly type: "function";
46229
46229
  readonly name: "batchGetRefTick";
46230
46230
  readonly inputs: readonly [{
@@ -49185,7 +49185,7 @@ declare const formatUSD: (value: Big | string | number) => string;
49185
49185
  //#endregion
49186
49186
  //#region src/hooks/options/useMaxPositionSize.d.ts
49187
49187
  declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
49188
- error: viem491.ReadContractErrorType;
49188
+ error: viem0.ReadContractErrorType;
49189
49189
  isError: true;
49190
49190
  isPending: false;
49191
49191
  isLoading: false;
@@ -49197,7 +49197,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49197
49197
  dataUpdatedAt: number;
49198
49198
  errorUpdatedAt: number;
49199
49199
  failureCount: number;
49200
- failureReason: viem491.ReadContractErrorType | null;
49200
+ failureReason: viem0.ReadContractErrorType | null;
49201
49201
  errorUpdateCount: number;
49202
49202
  isFetched: boolean;
49203
49203
  isFetchedAfterMount: boolean;
@@ -49207,7 +49207,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49207
49207
  isRefetching: boolean;
49208
49208
  isStale: boolean;
49209
49209
  isEnabled: boolean;
49210
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49210
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49211
49211
  fetchStatus: _tanstack_query_core0.FetchStatus;
49212
49212
  promise: Promise<never>;
49213
49213
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49226,7 +49226,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49226
49226
  dataUpdatedAt: number;
49227
49227
  errorUpdatedAt: number;
49228
49228
  failureCount: number;
49229
- failureReason: viem491.ReadContractErrorType | null;
49229
+ failureReason: viem0.ReadContractErrorType | null;
49230
49230
  errorUpdateCount: number;
49231
49231
  isFetched: boolean;
49232
49232
  isFetchedAfterMount: boolean;
@@ -49236,14 +49236,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49236
49236
  isRefetching: boolean;
49237
49237
  isStale: boolean;
49238
49238
  isEnabled: boolean;
49239
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49239
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49240
49240
  fetchStatus: _tanstack_query_core0.FetchStatus;
49241
49241
  promise: Promise<never>;
49242
49242
  queryKey: _tanstack_query_core0.QueryKey;
49243
49243
  maxCallSize: Amount | undefined;
49244
49244
  maxPutSize: Amount | undefined;
49245
49245
  } | {
49246
- error: viem491.ReadContractErrorType;
49246
+ error: viem0.ReadContractErrorType;
49247
49247
  isError: true;
49248
49248
  isPending: false;
49249
49249
  isLoading: false;
@@ -49255,7 +49255,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49255
49255
  dataUpdatedAt: number;
49256
49256
  errorUpdatedAt: number;
49257
49257
  failureCount: number;
49258
- failureReason: viem491.ReadContractErrorType | null;
49258
+ failureReason: viem0.ReadContractErrorType | null;
49259
49259
  errorUpdateCount: number;
49260
49260
  isFetched: boolean;
49261
49261
  isFetchedAfterMount: boolean;
@@ -49265,7 +49265,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49265
49265
  isRefetching: boolean;
49266
49266
  isStale: boolean;
49267
49267
  isEnabled: boolean;
49268
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49268
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49269
49269
  fetchStatus: _tanstack_query_core0.FetchStatus;
49270
49270
  promise: Promise<never>;
49271
49271
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49284,7 +49284,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49284
49284
  dataUpdatedAt: number;
49285
49285
  errorUpdatedAt: number;
49286
49286
  failureCount: number;
49287
- failureReason: viem491.ReadContractErrorType | null;
49287
+ failureReason: viem0.ReadContractErrorType | null;
49288
49288
  errorUpdateCount: number;
49289
49289
  isFetched: boolean;
49290
49290
  isFetchedAfterMount: boolean;
@@ -49294,7 +49294,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49294
49294
  isRefetching: boolean;
49295
49295
  isStale: boolean;
49296
49296
  isEnabled: boolean;
49297
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49297
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49298
49298
  fetchStatus: _tanstack_query_core0.FetchStatus;
49299
49299
  promise: Promise<never>;
49300
49300
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49312,7 +49312,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49312
49312
  dataUpdatedAt: number;
49313
49313
  errorUpdatedAt: number;
49314
49314
  failureCount: number;
49315
- failureReason: viem491.ReadContractErrorType | null;
49315
+ failureReason: viem0.ReadContractErrorType | null;
49316
49316
  errorUpdateCount: number;
49317
49317
  isFetched: boolean;
49318
49318
  isFetchedAfterMount: boolean;
@@ -49323,7 +49323,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49323
49323
  isRefetching: boolean;
49324
49324
  isStale: boolean;
49325
49325
  isEnabled: boolean;
49326
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49326
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49327
49327
  fetchStatus: _tanstack_query_core0.FetchStatus;
49328
49328
  promise: Promise<never>;
49329
49329
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49342,7 +49342,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49342
49342
  dataUpdatedAt: number;
49343
49343
  errorUpdatedAt: number;
49344
49344
  failureCount: number;
49345
- failureReason: viem491.ReadContractErrorType | null;
49345
+ failureReason: viem0.ReadContractErrorType | null;
49346
49346
  errorUpdateCount: number;
49347
49347
  isFetched: boolean;
49348
49348
  isFetchedAfterMount: boolean;
@@ -49352,7 +49352,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49352
49352
  isRefetching: boolean;
49353
49353
  isStale: boolean;
49354
49354
  isEnabled: boolean;
49355
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49355
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49356
49356
  fetchStatus: _tanstack_query_core0.FetchStatus;
49357
49357
  promise: Promise<never>;
49358
49358
  queryKey: _tanstack_query_core0.QueryKey;
@@ -53258,7 +53258,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
53258
53258
  //#endregion
53259
53259
  //#region src/hooks/operators/useOperatorPerms.d.ts
53260
53260
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
53261
- error: viem491.ReadContractErrorType;
53261
+ error: viem0.ReadContractErrorType;
53262
53262
  isError: true;
53263
53263
  isPending: false;
53264
53264
  isLoading: false;
@@ -53270,7 +53270,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53270
53270
  dataUpdatedAt: number;
53271
53271
  errorUpdatedAt: number;
53272
53272
  failureCount: number;
53273
- failureReason: viem491.ReadContractErrorType | null;
53273
+ failureReason: viem0.ReadContractErrorType | null;
53274
53274
  errorUpdateCount: number;
53275
53275
  isFetched: boolean;
53276
53276
  isFetchedAfterMount: boolean;
@@ -53280,7 +53280,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53280
53280
  isRefetching: boolean;
53281
53281
  isStale: boolean;
53282
53282
  isEnabled: boolean;
53283
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53283
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53284
53284
  fetchStatus: _tanstack_query_core0.FetchStatus;
53285
53285
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53286
53286
  queryKey: _tanstack_query_core0.QueryKey;
@@ -53305,7 +53305,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53305
53305
  dataUpdatedAt: number;
53306
53306
  errorUpdatedAt: number;
53307
53307
  failureCount: number;
53308
- failureReason: viem491.ReadContractErrorType | null;
53308
+ failureReason: viem0.ReadContractErrorType | null;
53309
53309
  errorUpdateCount: number;
53310
53310
  isFetched: boolean;
53311
53311
  isFetchedAfterMount: boolean;
@@ -53315,7 +53315,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53315
53315
  isRefetching: boolean;
53316
53316
  isStale: boolean;
53317
53317
  isEnabled: boolean;
53318
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53318
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53319
53319
  fetchStatus: _tanstack_query_core0.FetchStatus;
53320
53320
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53321
53321
  queryKey: _tanstack_query_core0.QueryKey;
@@ -53328,7 +53328,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53328
53328
  effectiveApproval: bigint;
53329
53329
  };
53330
53330
  } | {
53331
- error: viem491.ReadContractErrorType;
53331
+ error: viem0.ReadContractErrorType;
53332
53332
  isError: true;
53333
53333
  isPending: false;
53334
53334
  isLoading: false;
@@ -53340,7 +53340,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53340
53340
  dataUpdatedAt: number;
53341
53341
  errorUpdatedAt: number;
53342
53342
  failureCount: number;
53343
- failureReason: viem491.ReadContractErrorType | null;
53343
+ failureReason: viem0.ReadContractErrorType | null;
53344
53344
  errorUpdateCount: number;
53345
53345
  isFetched: boolean;
53346
53346
  isFetchedAfterMount: boolean;
@@ -53350,7 +53350,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53350
53350
  isRefetching: boolean;
53351
53351
  isStale: boolean;
53352
53352
  isEnabled: boolean;
53353
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53353
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53354
53354
  fetchStatus: _tanstack_query_core0.FetchStatus;
53355
53355
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53356
53356
  queryKey: _tanstack_query_core0.QueryKey;
@@ -53375,7 +53375,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53375
53375
  dataUpdatedAt: number;
53376
53376
  errorUpdatedAt: number;
53377
53377
  failureCount: number;
53378
- failureReason: viem491.ReadContractErrorType | null;
53378
+ failureReason: viem0.ReadContractErrorType | null;
53379
53379
  errorUpdateCount: number;
53380
53380
  isFetched: boolean;
53381
53381
  isFetchedAfterMount: boolean;
@@ -53385,7 +53385,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53385
53385
  isRefetching: boolean;
53386
53386
  isStale: boolean;
53387
53387
  isEnabled: boolean;
53388
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53388
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53389
53389
  fetchStatus: _tanstack_query_core0.FetchStatus;
53390
53390
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53391
53391
  queryKey: _tanstack_query_core0.QueryKey;
@@ -53409,7 +53409,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53409
53409
  dataUpdatedAt: number;
53410
53410
  errorUpdatedAt: number;
53411
53411
  failureCount: number;
53412
- failureReason: viem491.ReadContractErrorType | null;
53412
+ failureReason: viem0.ReadContractErrorType | null;
53413
53413
  errorUpdateCount: number;
53414
53414
  isFetched: boolean;
53415
53415
  isFetchedAfterMount: boolean;
@@ -53420,7 +53420,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53420
53420
  isRefetching: boolean;
53421
53421
  isStale: boolean;
53422
53422
  isEnabled: boolean;
53423
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53423
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53424
53424
  fetchStatus: _tanstack_query_core0.FetchStatus;
53425
53425
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53426
53426
  queryKey: _tanstack_query_core0.QueryKey;
@@ -53445,7 +53445,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53445
53445
  dataUpdatedAt: number;
53446
53446
  errorUpdatedAt: number;
53447
53447
  failureCount: number;
53448
- failureReason: viem491.ReadContractErrorType | null;
53448
+ failureReason: viem0.ReadContractErrorType | null;
53449
53449
  errorUpdateCount: number;
53450
53450
  isFetched: boolean;
53451
53451
  isFetchedAfterMount: boolean;
@@ -53455,7 +53455,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
53455
53455
  isRefetching: boolean;
53456
53456
  isStale: boolean;
53457
53457
  isEnabled: boolean;
53458
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
53458
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
53459
53459
  fetchStatus: _tanstack_query_core0.FetchStatus;
53460
53460
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
53461
53461
  queryKey: _tanstack_query_core0.QueryKey;
@@ -54818,7 +54818,7 @@ declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
54818
54818
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
54819
54819
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
54820
54820
  declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54821
- error: viem491.ReadContractErrorType;
54821
+ error: viem0.ReadContractErrorType;
54822
54822
  isError: true;
54823
54823
  isPending: false;
54824
54824
  isLoading: false;
@@ -54830,7 +54830,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54830
54830
  dataUpdatedAt: number;
54831
54831
  errorUpdatedAt: number;
54832
54832
  failureCount: number;
54833
- failureReason: viem491.ReadContractErrorType | null;
54833
+ failureReason: viem0.ReadContractErrorType | null;
54834
54834
  errorUpdateCount: number;
54835
54835
  isFetched: boolean;
54836
54836
  isFetchedAfterMount: boolean;
@@ -54852,7 +54852,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54852
54852
  totalAmount1: bigint;
54853
54853
  borrowedAmount0: bigint;
54854
54854
  borrowedAmount1: bigint;
54855
- }[], viem491.ReadContractErrorType>>;
54855
+ }[], viem0.ReadContractErrorType>>;
54856
54856
  fetchStatus: _tanstack_query_core0.FetchStatus;
54857
54857
  promise: Promise<readonly {
54858
54858
  tickLower: number;
@@ -54894,7 +54894,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54894
54894
  dataUpdatedAt: number;
54895
54895
  errorUpdatedAt: number;
54896
54896
  failureCount: number;
54897
- failureReason: viem491.ReadContractErrorType | null;
54897
+ failureReason: viem0.ReadContractErrorType | null;
54898
54898
  errorUpdateCount: number;
54899
54899
  isFetched: boolean;
54900
54900
  isFetchedAfterMount: boolean;
@@ -54916,7 +54916,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54916
54916
  totalAmount1: bigint;
54917
54917
  borrowedAmount0: bigint;
54918
54918
  borrowedAmount1: bigint;
54919
- }[], viem491.ReadContractErrorType>>;
54919
+ }[], viem0.ReadContractErrorType>>;
54920
54920
  fetchStatus: _tanstack_query_core0.FetchStatus;
54921
54921
  promise: Promise<readonly {
54922
54922
  tickLower: number;
@@ -54946,7 +54946,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54946
54946
  borrowedAmount1: bigint;
54947
54947
  }[];
54948
54948
  } | {
54949
- error: viem491.ReadContractErrorType;
54949
+ error: viem0.ReadContractErrorType;
54950
54950
  isError: true;
54951
54951
  isPending: false;
54952
54952
  isLoading: false;
@@ -54958,7 +54958,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54958
54958
  dataUpdatedAt: number;
54959
54959
  errorUpdatedAt: number;
54960
54960
  failureCount: number;
54961
- failureReason: viem491.ReadContractErrorType | null;
54961
+ failureReason: viem0.ReadContractErrorType | null;
54962
54962
  errorUpdateCount: number;
54963
54963
  isFetched: boolean;
54964
54964
  isFetchedAfterMount: boolean;
@@ -54980,7 +54980,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
54980
54980
  totalAmount1: bigint;
54981
54981
  borrowedAmount0: bigint;
54982
54982
  borrowedAmount1: bigint;
54983
- }[], viem491.ReadContractErrorType>>;
54983
+ }[], viem0.ReadContractErrorType>>;
54984
54984
  fetchStatus: _tanstack_query_core0.FetchStatus;
54985
54985
  promise: Promise<readonly {
54986
54986
  tickLower: number;
@@ -55022,7 +55022,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55022
55022
  dataUpdatedAt: number;
55023
55023
  errorUpdatedAt: number;
55024
55024
  failureCount: number;
55025
- failureReason: viem491.ReadContractErrorType | null;
55025
+ failureReason: viem0.ReadContractErrorType | null;
55026
55026
  errorUpdateCount: number;
55027
55027
  isFetched: boolean;
55028
55028
  isFetchedAfterMount: boolean;
@@ -55044,7 +55044,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55044
55044
  totalAmount1: bigint;
55045
55045
  borrowedAmount0: bigint;
55046
55046
  borrowedAmount1: bigint;
55047
- }[], viem491.ReadContractErrorType>>;
55047
+ }[], viem0.ReadContractErrorType>>;
55048
55048
  fetchStatus: _tanstack_query_core0.FetchStatus;
55049
55049
  promise: Promise<readonly {
55050
55050
  tickLower: number;
@@ -55085,7 +55085,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55085
55085
  dataUpdatedAt: number;
55086
55086
  errorUpdatedAt: number;
55087
55087
  failureCount: number;
55088
- failureReason: viem491.ReadContractErrorType | null;
55088
+ failureReason: viem0.ReadContractErrorType | null;
55089
55089
  errorUpdateCount: number;
55090
55090
  isFetched: boolean;
55091
55091
  isFetchedAfterMount: boolean;
@@ -55108,7 +55108,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55108
55108
  totalAmount1: bigint;
55109
55109
  borrowedAmount0: bigint;
55110
55110
  borrowedAmount1: bigint;
55111
- }[], viem491.ReadContractErrorType>>;
55111
+ }[], viem0.ReadContractErrorType>>;
55112
55112
  fetchStatus: _tanstack_query_core0.FetchStatus;
55113
55113
  promise: Promise<readonly {
55114
55114
  tickLower: number;
@@ -55150,7 +55150,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55150
55150
  dataUpdatedAt: number;
55151
55151
  errorUpdatedAt: number;
55152
55152
  failureCount: number;
55153
- failureReason: viem491.ReadContractErrorType | null;
55153
+ failureReason: viem0.ReadContractErrorType | null;
55154
55154
  errorUpdateCount: number;
55155
55155
  isFetched: boolean;
55156
55156
  isFetchedAfterMount: boolean;
@@ -55172,7 +55172,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
55172
55172
  totalAmount1: bigint;
55173
55173
  borrowedAmount0: bigint;
55174
55174
  borrowedAmount1: bigint;
55175
- }[], viem491.ReadContractErrorType>>;
55175
+ }[], viem0.ReadContractErrorType>>;
55176
55176
  fetchStatus: _tanstack_query_core0.FetchStatus;
55177
55177
  promise: Promise<readonly {
55178
55178
  tickLower: number;
@@ -55248,7 +55248,7 @@ declare const useVaultTVL: (vaultAddr: Address | undefined) => {
55248
55248
  borrowed0: Amount;
55249
55249
  borrowed1: Amount;
55250
55250
  blocksCount: bigint;
55251
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem491.ReadContractErrorType>>;
55251
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
55252
55252
  };
55253
55253
  //#endregion
55254
55254
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -55261,7 +55261,7 @@ declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndef
55261
55261
  //#endregion
55262
55262
  //#region src/hooks/tokens/useTokenBalance.d.ts
55263
55263
  declare const useTokenBalance: (token?: Address, user?: Address) => {
55264
- error: viem491.ReadContractErrorType;
55264
+ error: viem0.ReadContractErrorType;
55265
55265
  isError: true;
55266
55266
  isPending: false;
55267
55267
  isLoading: false;
@@ -55273,7 +55273,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55273
55273
  dataUpdatedAt: number;
55274
55274
  errorUpdatedAt: number;
55275
55275
  failureCount: number;
55276
- failureReason: viem491.ReadContractErrorType | null;
55276
+ failureReason: viem0.ReadContractErrorType | null;
55277
55277
  errorUpdateCount: number;
55278
55278
  isFetched: boolean;
55279
55279
  isFetchedAfterMount: boolean;
@@ -55283,7 +55283,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55283
55283
  isRefetching: boolean;
55284
55284
  isStale: boolean;
55285
55285
  isEnabled: boolean;
55286
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55286
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55287
55287
  fetchStatus: _tanstack_query_core0.FetchStatus;
55288
55288
  promise: Promise<bigint>;
55289
55289
  queryKey: _tanstack_query_core0.QueryKey;
@@ -55301,7 +55301,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55301
55301
  dataUpdatedAt: number;
55302
55302
  errorUpdatedAt: number;
55303
55303
  failureCount: number;
55304
- failureReason: viem491.ReadContractErrorType | null;
55304
+ failureReason: viem0.ReadContractErrorType | null;
55305
55305
  errorUpdateCount: number;
55306
55306
  isFetched: boolean;
55307
55307
  isFetchedAfterMount: boolean;
@@ -55311,13 +55311,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55311
55311
  isRefetching: boolean;
55312
55312
  isStale: boolean;
55313
55313
  isEnabled: boolean;
55314
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55314
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55315
55315
  fetchStatus: _tanstack_query_core0.FetchStatus;
55316
55316
  promise: Promise<bigint>;
55317
55317
  queryKey: _tanstack_query_core0.QueryKey;
55318
55318
  data: Amount | undefined;
55319
55319
  } | {
55320
- error: viem491.ReadContractErrorType;
55320
+ error: viem0.ReadContractErrorType;
55321
55321
  isError: true;
55322
55322
  isPending: false;
55323
55323
  isLoading: false;
@@ -55329,7 +55329,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55329
55329
  dataUpdatedAt: number;
55330
55330
  errorUpdatedAt: number;
55331
55331
  failureCount: number;
55332
- failureReason: viem491.ReadContractErrorType | null;
55332
+ failureReason: viem0.ReadContractErrorType | null;
55333
55333
  errorUpdateCount: number;
55334
55334
  isFetched: boolean;
55335
55335
  isFetchedAfterMount: boolean;
@@ -55339,7 +55339,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55339
55339
  isRefetching: boolean;
55340
55340
  isStale: boolean;
55341
55341
  isEnabled: boolean;
55342
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55342
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55343
55343
  fetchStatus: _tanstack_query_core0.FetchStatus;
55344
55344
  promise: Promise<bigint>;
55345
55345
  queryKey: _tanstack_query_core0.QueryKey;
@@ -55357,7 +55357,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55357
55357
  dataUpdatedAt: number;
55358
55358
  errorUpdatedAt: number;
55359
55359
  failureCount: number;
55360
- failureReason: viem491.ReadContractErrorType | null;
55360
+ failureReason: viem0.ReadContractErrorType | null;
55361
55361
  errorUpdateCount: number;
55362
55362
  isFetched: boolean;
55363
55363
  isFetchedAfterMount: boolean;
@@ -55367,7 +55367,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55367
55367
  isRefetching: boolean;
55368
55368
  isStale: boolean;
55369
55369
  isEnabled: boolean;
55370
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55370
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55371
55371
  fetchStatus: _tanstack_query_core0.FetchStatus;
55372
55372
  promise: Promise<bigint>;
55373
55373
  queryKey: _tanstack_query_core0.QueryKey;
@@ -55384,7 +55384,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55384
55384
  dataUpdatedAt: number;
55385
55385
  errorUpdatedAt: number;
55386
55386
  failureCount: number;
55387
- failureReason: viem491.ReadContractErrorType | null;
55387
+ failureReason: viem0.ReadContractErrorType | null;
55388
55388
  errorUpdateCount: number;
55389
55389
  isFetched: boolean;
55390
55390
  isFetchedAfterMount: boolean;
@@ -55395,7 +55395,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55395
55395
  isRefetching: boolean;
55396
55396
  isStale: boolean;
55397
55397
  isEnabled: boolean;
55398
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55398
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55399
55399
  fetchStatus: _tanstack_query_core0.FetchStatus;
55400
55400
  promise: Promise<bigint>;
55401
55401
  queryKey: _tanstack_query_core0.QueryKey;
@@ -55413,7 +55413,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55413
55413
  dataUpdatedAt: number;
55414
55414
  errorUpdatedAt: number;
55415
55415
  failureCount: number;
55416
- failureReason: viem491.ReadContractErrorType | null;
55416
+ failureReason: viem0.ReadContractErrorType | null;
55417
55417
  errorUpdateCount: number;
55418
55418
  isFetched: boolean;
55419
55419
  isFetchedAfterMount: boolean;
@@ -55423,7 +55423,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
55423
55423
  isRefetching: boolean;
55424
55424
  isStale: boolean;
55425
55425
  isEnabled: boolean;
55426
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
55426
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
55427
55427
  fetchStatus: _tanstack_query_core0.FetchStatus;
55428
55428
  promise: Promise<bigint>;
55429
55429
  queryKey: _tanstack_query_core0.QueryKey;
@@ -56398,33 +56398,39 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
56398
56398
  //#endregion
56399
56399
  //#region src/hooks/guardian/usePauseGlobalTrading.d.ts
56400
56400
  declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56401
- data: undefined;
56402
56401
  error: null;
56402
+ data: undefined;
56403
56403
  status: "idle";
56404
- variables: undefined;
56405
56404
  isError: false;
56406
- isIdle: true;
56407
56405
  isPending: false;
56408
56406
  isSuccess: false;
56409
- reset: () => void;
56410
- context: unknown;
56411
56407
  failureCount: number;
56412
56408
  failureReason: _wagmi_core0.WriteContractErrorType | null;
56413
56409
  isPaused: boolean;
56410
+ variables: undefined;
56411
+ isIdle: true;
56412
+ reset: () => void;
56413
+ context: unknown;
56414
56414
  submittedAt: number;
56415
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
56415
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56416
56416
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56417
56417
  } | {
56418
- data: undefined;
56419
56418
  error: null;
56419
+ data: undefined;
56420
56420
  status: "pending";
56421
+ isError: false;
56422
+ isPending: true;
56423
+ isSuccess: false;
56424
+ failureCount: number;
56425
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
56426
+ isPaused: boolean;
56421
56427
  variables: {
56422
- abi: abitype0.Abi;
56428
+ abi: abitype35.Abi;
56423
56429
  functionName: string;
56424
56430
  args?: readonly unknown[] | undefined;
56425
56431
  address: Address;
56426
- chain?: viem491.Chain | null | undefined;
56427
- account?: `0x${string}` | viem491.Account | null | undefined;
56432
+ chain?: viem0.Chain | null | undefined;
56433
+ account?: `0x${string}` | viem0.Account | null | undefined;
56428
56434
  value?: bigint | undefined;
56429
56435
  dataSuffix?: `0x${string}` | undefined;
56430
56436
  type?: "legacy" | undefined;
@@ -56443,12 +56449,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56443
56449
  chainId?: number | undefined;
56444
56450
  connector?: wagmi0.Connector | undefined;
56445
56451
  } | {
56446
- abi: abitype0.Abi;
56452
+ abi: abitype35.Abi;
56447
56453
  functionName: string;
56448
56454
  args?: readonly unknown[] | undefined;
56449
56455
  address: Address;
56450
- chain?: viem491.Chain | null | undefined;
56451
- account?: `0x${string}` | viem491.Account | null | undefined;
56456
+ chain?: viem0.Chain | null | undefined;
56457
+ account?: `0x${string}` | viem0.Account | null | undefined;
56452
56458
  value?: bigint | undefined;
56453
56459
  dataSuffix?: `0x${string}` | undefined;
56454
56460
  type?: "eip2930" | undefined;
@@ -56461,18 +56467,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56461
56467
  maxFeePerBlobGas?: undefined | undefined;
56462
56468
  maxFeePerGas?: undefined | undefined;
56463
56469
  maxPriorityFeePerGas?: undefined | undefined;
56464
- accessList?: viem491.AccessList | undefined;
56470
+ accessList?: viem0.AccessList | undefined;
56465
56471
  sidecars?: undefined;
56466
56472
  authorizationList?: undefined;
56467
56473
  chainId?: number | undefined;
56468
56474
  connector?: wagmi0.Connector | undefined;
56469
56475
  } | {
56470
- abi: abitype0.Abi;
56476
+ abi: abitype35.Abi;
56471
56477
  functionName: string;
56472
56478
  args?: readonly unknown[] | undefined;
56473
56479
  address: Address;
56474
- chain?: viem491.Chain | null | undefined;
56475
- account?: `0x${string}` | viem491.Account | null | undefined;
56480
+ chain?: viem0.Chain | null | undefined;
56481
+ account?: `0x${string}` | viem0.Account | null | undefined;
56476
56482
  value?: bigint | undefined;
56477
56483
  dataSuffix?: `0x${string}` | undefined;
56478
56484
  type?: "eip1559" | undefined;
@@ -56485,66 +56491,66 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56485
56491
  maxFeePerBlobGas?: undefined | undefined;
56486
56492
  maxFeePerGas?: bigint | undefined;
56487
56493
  maxPriorityFeePerGas?: bigint | undefined;
56488
- accessList?: viem491.AccessList | undefined;
56494
+ accessList?: viem0.AccessList | undefined;
56489
56495
  sidecars?: undefined;
56490
56496
  authorizationList?: undefined;
56491
56497
  chainId?: number | undefined;
56492
56498
  connector?: wagmi0.Connector | undefined;
56493
56499
  } | {
56494
- abi: abitype0.Abi;
56500
+ abi: abitype35.Abi;
56495
56501
  functionName: string;
56496
56502
  args?: readonly unknown[] | undefined;
56497
56503
  address: Address;
56498
- chain?: viem491.Chain | null | undefined;
56499
- account?: `0x${string}` | viem491.Account | null | undefined;
56504
+ chain?: viem0.Chain | null | undefined;
56505
+ account?: `0x${string}` | viem0.Account | null | undefined;
56500
56506
  value?: bigint | undefined;
56501
56507
  dataSuffix?: `0x${string}` | undefined;
56502
56508
  type?: "eip4844" | undefined;
56503
56509
  gas?: bigint | undefined;
56504
56510
  nonce?: number | undefined;
56505
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
56506
- blobVersionedHashes: readonly viem491.Hex[];
56511
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
56512
+ blobVersionedHashes: readonly viem0.Hex[];
56507
56513
  kzg?: undefined;
56508
56514
  gasPrice?: undefined | undefined;
56509
56515
  maxFeePerBlobGas?: bigint | undefined;
56510
56516
  maxFeePerGas?: bigint | undefined;
56511
56517
  maxPriorityFeePerGas?: bigint | undefined;
56512
- accessList?: viem491.AccessList | undefined;
56513
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56518
+ accessList?: viem0.AccessList | undefined;
56519
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56514
56520
  authorizationList?: undefined;
56515
56521
  chainId?: number | undefined;
56516
56522
  connector?: wagmi0.Connector | undefined;
56517
56523
  } | {
56518
- abi: abitype0.Abi;
56524
+ abi: abitype35.Abi;
56519
56525
  functionName: string;
56520
56526
  args?: readonly unknown[] | undefined;
56521
56527
  address: Address;
56522
- chain?: viem491.Chain | null | undefined;
56523
- account?: `0x${string}` | viem491.Account | null | undefined;
56528
+ chain?: viem0.Chain | null | undefined;
56529
+ account?: `0x${string}` | viem0.Account | null | undefined;
56524
56530
  value?: bigint | undefined;
56525
56531
  dataSuffix?: `0x${string}` | undefined;
56526
56532
  type?: "eip4844" | undefined;
56527
56533
  gas?: bigint | undefined;
56528
56534
  nonce?: number | undefined;
56529
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
56535
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
56530
56536
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
56531
- kzg?: viem491.Kzg | undefined;
56537
+ kzg?: viem0.Kzg | undefined;
56532
56538
  gasPrice?: undefined | undefined;
56533
56539
  maxFeePerBlobGas?: bigint | undefined;
56534
56540
  maxFeePerGas?: bigint | undefined;
56535
56541
  maxPriorityFeePerGas?: bigint | undefined;
56536
- accessList?: viem491.AccessList | undefined;
56537
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56542
+ accessList?: viem0.AccessList | undefined;
56543
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56538
56544
  authorizationList?: undefined;
56539
56545
  chainId?: number | undefined;
56540
56546
  connector?: wagmi0.Connector | undefined;
56541
56547
  } | {
56542
- abi: abitype0.Abi;
56548
+ abi: abitype35.Abi;
56543
56549
  functionName: string;
56544
56550
  args?: readonly unknown[] | undefined;
56545
56551
  address: Address;
56546
- chain?: viem491.Chain | null | undefined;
56547
- account?: `0x${string}` | viem491.Account | null | undefined;
56552
+ chain?: viem0.Chain | null | undefined;
56553
+ account?: `0x${string}` | viem0.Account | null | undefined;
56548
56554
  value?: bigint | undefined;
56549
56555
  dataSuffix?: `0x${string}` | undefined;
56550
56556
  type?: "eip7702" | undefined;
@@ -56557,35 +56563,35 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56557
56563
  maxFeePerBlobGas?: undefined | undefined;
56558
56564
  maxFeePerGas?: bigint | undefined;
56559
56565
  maxPriorityFeePerGas?: bigint | undefined;
56560
- accessList?: viem491.AccessList | undefined;
56566
+ accessList?: viem0.AccessList | undefined;
56561
56567
  sidecars?: undefined;
56562
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
56568
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
56563
56569
  chainId?: number | undefined;
56564
56570
  connector?: wagmi0.Connector | undefined;
56565
56571
  };
56566
- isError: false;
56567
56572
  isIdle: false;
56568
- isPending: true;
56569
- isSuccess: false;
56570
56573
  reset: () => void;
56571
56574
  context: unknown;
56572
- failureCount: number;
56573
- failureReason: _wagmi_core0.WriteContractErrorType | null;
56574
- isPaused: boolean;
56575
56575
  submittedAt: number;
56576
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
56576
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56577
56577
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56578
56578
  } | {
56579
- data: undefined;
56580
56579
  error: _wagmi_core0.WriteContractErrorType;
56580
+ data: undefined;
56581
56581
  status: "error";
56582
+ isError: true;
56583
+ isPending: false;
56584
+ isSuccess: false;
56585
+ failureCount: number;
56586
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
56587
+ isPaused: boolean;
56582
56588
  variables: {
56583
- abi: abitype0.Abi;
56589
+ abi: abitype35.Abi;
56584
56590
  functionName: string;
56585
56591
  args?: readonly unknown[] | undefined;
56586
56592
  address: Address;
56587
- chain?: viem491.Chain | null | undefined;
56588
- account?: `0x${string}` | viem491.Account | null | undefined;
56593
+ chain?: viem0.Chain | null | undefined;
56594
+ account?: `0x${string}` | viem0.Account | null | undefined;
56589
56595
  value?: bigint | undefined;
56590
56596
  dataSuffix?: `0x${string}` | undefined;
56591
56597
  type?: "legacy" | undefined;
@@ -56604,12 +56610,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56604
56610
  chainId?: number | undefined;
56605
56611
  connector?: wagmi0.Connector | undefined;
56606
56612
  } | {
56607
- abi: abitype0.Abi;
56613
+ abi: abitype35.Abi;
56608
56614
  functionName: string;
56609
56615
  args?: readonly unknown[] | undefined;
56610
56616
  address: Address;
56611
- chain?: viem491.Chain | null | undefined;
56612
- account?: `0x${string}` | viem491.Account | null | undefined;
56617
+ chain?: viem0.Chain | null | undefined;
56618
+ account?: `0x${string}` | viem0.Account | null | undefined;
56613
56619
  value?: bigint | undefined;
56614
56620
  dataSuffix?: `0x${string}` | undefined;
56615
56621
  type?: "eip2930" | undefined;
@@ -56622,18 +56628,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56622
56628
  maxFeePerBlobGas?: undefined | undefined;
56623
56629
  maxFeePerGas?: undefined | undefined;
56624
56630
  maxPriorityFeePerGas?: undefined | undefined;
56625
- accessList?: viem491.AccessList | undefined;
56631
+ accessList?: viem0.AccessList | undefined;
56626
56632
  sidecars?: undefined;
56627
56633
  authorizationList?: undefined;
56628
56634
  chainId?: number | undefined;
56629
56635
  connector?: wagmi0.Connector | undefined;
56630
56636
  } | {
56631
- abi: abitype0.Abi;
56637
+ abi: abitype35.Abi;
56632
56638
  functionName: string;
56633
56639
  args?: readonly unknown[] | undefined;
56634
56640
  address: Address;
56635
- chain?: viem491.Chain | null | undefined;
56636
- account?: `0x${string}` | viem491.Account | null | undefined;
56641
+ chain?: viem0.Chain | null | undefined;
56642
+ account?: `0x${string}` | viem0.Account | null | undefined;
56637
56643
  value?: bigint | undefined;
56638
56644
  dataSuffix?: `0x${string}` | undefined;
56639
56645
  type?: "eip1559" | undefined;
@@ -56646,66 +56652,66 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56646
56652
  maxFeePerBlobGas?: undefined | undefined;
56647
56653
  maxFeePerGas?: bigint | undefined;
56648
56654
  maxPriorityFeePerGas?: bigint | undefined;
56649
- accessList?: viem491.AccessList | undefined;
56655
+ accessList?: viem0.AccessList | undefined;
56650
56656
  sidecars?: undefined;
56651
56657
  authorizationList?: undefined;
56652
56658
  chainId?: number | undefined;
56653
56659
  connector?: wagmi0.Connector | undefined;
56654
56660
  } | {
56655
- abi: abitype0.Abi;
56661
+ abi: abitype35.Abi;
56656
56662
  functionName: string;
56657
56663
  args?: readonly unknown[] | undefined;
56658
56664
  address: Address;
56659
- chain?: viem491.Chain | null | undefined;
56660
- account?: `0x${string}` | viem491.Account | null | undefined;
56665
+ chain?: viem0.Chain | null | undefined;
56666
+ account?: `0x${string}` | viem0.Account | null | undefined;
56661
56667
  value?: bigint | undefined;
56662
56668
  dataSuffix?: `0x${string}` | undefined;
56663
56669
  type?: "eip4844" | undefined;
56664
56670
  gas?: bigint | undefined;
56665
56671
  nonce?: number | undefined;
56666
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
56667
- blobVersionedHashes: readonly viem491.Hex[];
56672
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
56673
+ blobVersionedHashes: readonly viem0.Hex[];
56668
56674
  kzg?: undefined;
56669
56675
  gasPrice?: undefined | undefined;
56670
56676
  maxFeePerBlobGas?: bigint | undefined;
56671
56677
  maxFeePerGas?: bigint | undefined;
56672
56678
  maxPriorityFeePerGas?: bigint | undefined;
56673
- accessList?: viem491.AccessList | undefined;
56674
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56679
+ accessList?: viem0.AccessList | undefined;
56680
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56675
56681
  authorizationList?: undefined;
56676
56682
  chainId?: number | undefined;
56677
56683
  connector?: wagmi0.Connector | undefined;
56678
56684
  } | {
56679
- abi: abitype0.Abi;
56685
+ abi: abitype35.Abi;
56680
56686
  functionName: string;
56681
56687
  args?: readonly unknown[] | undefined;
56682
56688
  address: Address;
56683
- chain?: viem491.Chain | null | undefined;
56684
- account?: `0x${string}` | viem491.Account | null | undefined;
56689
+ chain?: viem0.Chain | null | undefined;
56690
+ account?: `0x${string}` | viem0.Account | null | undefined;
56685
56691
  value?: bigint | undefined;
56686
56692
  dataSuffix?: `0x${string}` | undefined;
56687
56693
  type?: "eip4844" | undefined;
56688
56694
  gas?: bigint | undefined;
56689
56695
  nonce?: number | undefined;
56690
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
56696
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
56691
56697
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
56692
- kzg?: viem491.Kzg | undefined;
56698
+ kzg?: viem0.Kzg | undefined;
56693
56699
  gasPrice?: undefined | undefined;
56694
56700
  maxFeePerBlobGas?: bigint | undefined;
56695
56701
  maxFeePerGas?: bigint | undefined;
56696
56702
  maxPriorityFeePerGas?: bigint | undefined;
56697
- accessList?: viem491.AccessList | undefined;
56698
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56703
+ accessList?: viem0.AccessList | undefined;
56704
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56699
56705
  authorizationList?: undefined;
56700
56706
  chainId?: number | undefined;
56701
56707
  connector?: wagmi0.Connector | undefined;
56702
56708
  } | {
56703
- abi: abitype0.Abi;
56709
+ abi: abitype35.Abi;
56704
56710
  functionName: string;
56705
56711
  args?: readonly unknown[] | undefined;
56706
56712
  address: Address;
56707
- chain?: viem491.Chain | null | undefined;
56708
- account?: `0x${string}` | viem491.Account | null | undefined;
56713
+ chain?: viem0.Chain | null | undefined;
56714
+ account?: `0x${string}` | viem0.Account | null | undefined;
56709
56715
  value?: bigint | undefined;
56710
56716
  dataSuffix?: `0x${string}` | undefined;
56711
56717
  type?: "eip7702" | undefined;
@@ -56718,35 +56724,35 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56718
56724
  maxFeePerBlobGas?: undefined | undefined;
56719
56725
  maxFeePerGas?: bigint | undefined;
56720
56726
  maxPriorityFeePerGas?: bigint | undefined;
56721
- accessList?: viem491.AccessList | undefined;
56727
+ accessList?: viem0.AccessList | undefined;
56722
56728
  sidecars?: undefined;
56723
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
56729
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
56724
56730
  chainId?: number | undefined;
56725
56731
  connector?: wagmi0.Connector | undefined;
56726
56732
  };
56727
- isError: true;
56728
56733
  isIdle: false;
56729
- isPending: false;
56730
- isSuccess: false;
56731
56734
  reset: () => void;
56732
56735
  context: unknown;
56733
- failureCount: number;
56734
- failureReason: _wagmi_core0.WriteContractErrorType | null;
56735
- isPaused: boolean;
56736
56736
  submittedAt: number;
56737
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
56737
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56738
56738
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56739
56739
  } | {
56740
- data: `0x${string}`;
56741
56740
  error: null;
56741
+ data: `0x${string}`;
56742
56742
  status: "success";
56743
+ isError: false;
56744
+ isPending: false;
56745
+ isSuccess: true;
56746
+ failureCount: number;
56747
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
56748
+ isPaused: boolean;
56743
56749
  variables: {
56744
- abi: abitype0.Abi;
56750
+ abi: abitype35.Abi;
56745
56751
  functionName: string;
56746
56752
  args?: readonly unknown[] | undefined;
56747
56753
  address: Address;
56748
- chain?: viem491.Chain | null | undefined;
56749
- account?: `0x${string}` | viem491.Account | null | undefined;
56754
+ chain?: viem0.Chain | null | undefined;
56755
+ account?: `0x${string}` | viem0.Account | null | undefined;
56750
56756
  value?: bigint | undefined;
56751
56757
  dataSuffix?: `0x${string}` | undefined;
56752
56758
  type?: "legacy" | undefined;
@@ -56765,12 +56771,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56765
56771
  chainId?: number | undefined;
56766
56772
  connector?: wagmi0.Connector | undefined;
56767
56773
  } | {
56768
- abi: abitype0.Abi;
56774
+ abi: abitype35.Abi;
56769
56775
  functionName: string;
56770
56776
  args?: readonly unknown[] | undefined;
56771
56777
  address: Address;
56772
- chain?: viem491.Chain | null | undefined;
56773
- account?: `0x${string}` | viem491.Account | null | undefined;
56778
+ chain?: viem0.Chain | null | undefined;
56779
+ account?: `0x${string}` | viem0.Account | null | undefined;
56774
56780
  value?: bigint | undefined;
56775
56781
  dataSuffix?: `0x${string}` | undefined;
56776
56782
  type?: "eip2930" | undefined;
@@ -56783,18 +56789,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56783
56789
  maxFeePerBlobGas?: undefined | undefined;
56784
56790
  maxFeePerGas?: undefined | undefined;
56785
56791
  maxPriorityFeePerGas?: undefined | undefined;
56786
- accessList?: viem491.AccessList | undefined;
56792
+ accessList?: viem0.AccessList | undefined;
56787
56793
  sidecars?: undefined;
56788
56794
  authorizationList?: undefined;
56789
56795
  chainId?: number | undefined;
56790
56796
  connector?: wagmi0.Connector | undefined;
56791
56797
  } | {
56792
- abi: abitype0.Abi;
56798
+ abi: abitype35.Abi;
56793
56799
  functionName: string;
56794
56800
  args?: readonly unknown[] | undefined;
56795
56801
  address: Address;
56796
- chain?: viem491.Chain | null | undefined;
56797
- account?: `0x${string}` | viem491.Account | null | undefined;
56802
+ chain?: viem0.Chain | null | undefined;
56803
+ account?: `0x${string}` | viem0.Account | null | undefined;
56798
56804
  value?: bigint | undefined;
56799
56805
  dataSuffix?: `0x${string}` | undefined;
56800
56806
  type?: "eip1559" | undefined;
@@ -56807,66 +56813,66 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56807
56813
  maxFeePerBlobGas?: undefined | undefined;
56808
56814
  maxFeePerGas?: bigint | undefined;
56809
56815
  maxPriorityFeePerGas?: bigint | undefined;
56810
- accessList?: viem491.AccessList | undefined;
56816
+ accessList?: viem0.AccessList | undefined;
56811
56817
  sidecars?: undefined;
56812
56818
  authorizationList?: undefined;
56813
56819
  chainId?: number | undefined;
56814
56820
  connector?: wagmi0.Connector | undefined;
56815
56821
  } | {
56816
- abi: abitype0.Abi;
56822
+ abi: abitype35.Abi;
56817
56823
  functionName: string;
56818
56824
  args?: readonly unknown[] | undefined;
56819
56825
  address: Address;
56820
- chain?: viem491.Chain | null | undefined;
56821
- account?: `0x${string}` | viem491.Account | null | undefined;
56826
+ chain?: viem0.Chain | null | undefined;
56827
+ account?: `0x${string}` | viem0.Account | null | undefined;
56822
56828
  value?: bigint | undefined;
56823
56829
  dataSuffix?: `0x${string}` | undefined;
56824
56830
  type?: "eip4844" | undefined;
56825
56831
  gas?: bigint | undefined;
56826
56832
  nonce?: number | undefined;
56827
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
56828
- blobVersionedHashes: readonly viem491.Hex[];
56833
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
56834
+ blobVersionedHashes: readonly viem0.Hex[];
56829
56835
  kzg?: undefined;
56830
56836
  gasPrice?: undefined | undefined;
56831
56837
  maxFeePerBlobGas?: bigint | undefined;
56832
56838
  maxFeePerGas?: bigint | undefined;
56833
56839
  maxPriorityFeePerGas?: bigint | undefined;
56834
- accessList?: viem491.AccessList | undefined;
56835
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56840
+ accessList?: viem0.AccessList | undefined;
56841
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56836
56842
  authorizationList?: undefined;
56837
56843
  chainId?: number | undefined;
56838
56844
  connector?: wagmi0.Connector | undefined;
56839
56845
  } | {
56840
- abi: abitype0.Abi;
56846
+ abi: abitype35.Abi;
56841
56847
  functionName: string;
56842
56848
  args?: readonly unknown[] | undefined;
56843
56849
  address: Address;
56844
- chain?: viem491.Chain | null | undefined;
56845
- account?: `0x${string}` | viem491.Account | null | undefined;
56850
+ chain?: viem0.Chain | null | undefined;
56851
+ account?: `0x${string}` | viem0.Account | null | undefined;
56846
56852
  value?: bigint | undefined;
56847
56853
  dataSuffix?: `0x${string}` | undefined;
56848
56854
  type?: "eip4844" | undefined;
56849
56855
  gas?: bigint | undefined;
56850
56856
  nonce?: number | undefined;
56851
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
56857
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
56852
56858
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
56853
- kzg?: viem491.Kzg | undefined;
56859
+ kzg?: viem0.Kzg | undefined;
56854
56860
  gasPrice?: undefined | undefined;
56855
56861
  maxFeePerBlobGas?: bigint | undefined;
56856
56862
  maxFeePerGas?: bigint | undefined;
56857
56863
  maxPriorityFeePerGas?: bigint | undefined;
56858
- accessList?: viem491.AccessList | undefined;
56859
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
56864
+ accessList?: viem0.AccessList | undefined;
56865
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
56860
56866
  authorizationList?: undefined;
56861
56867
  chainId?: number | undefined;
56862
56868
  connector?: wagmi0.Connector | undefined;
56863
56869
  } | {
56864
- abi: abitype0.Abi;
56870
+ abi: abitype35.Abi;
56865
56871
  functionName: string;
56866
56872
  args?: readonly unknown[] | undefined;
56867
56873
  address: Address;
56868
- chain?: viem491.Chain | null | undefined;
56869
- account?: `0x${string}` | viem491.Account | null | undefined;
56874
+ chain?: viem0.Chain | null | undefined;
56875
+ account?: `0x${string}` | viem0.Account | null | undefined;
56870
56876
  value?: bigint | undefined;
56871
56877
  dataSuffix?: `0x${string}` | undefined;
56872
56878
  type?: "eip7702" | undefined;
@@ -56879,55 +56885,55 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
56879
56885
  maxFeePerBlobGas?: undefined | undefined;
56880
56886
  maxFeePerGas?: bigint | undefined;
56881
56887
  maxPriorityFeePerGas?: bigint | undefined;
56882
- accessList?: viem491.AccessList | undefined;
56888
+ accessList?: viem0.AccessList | undefined;
56883
56889
  sidecars?: undefined;
56884
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
56890
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
56885
56891
  chainId?: number | undefined;
56886
56892
  connector?: wagmi0.Connector | undefined;
56887
56893
  };
56888
- isError: false;
56889
56894
  isIdle: false;
56890
- isPending: false;
56891
- isSuccess: true;
56892
56895
  reset: () => void;
56893
56896
  context: unknown;
56894
- failureCount: number;
56895
- failureReason: _wagmi_core0.WriteContractErrorType | null;
56896
- isPaused: boolean;
56897
56897
  submittedAt: number;
56898
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
56898
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56899
56899
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
56900
56900
  };
56901
56901
  //#endregion
56902
56902
  //#region src/hooks/guardian/usePauseMarketTrading.d.ts
56903
56903
  declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56904
- data: undefined;
56905
56904
  error: null;
56905
+ data: undefined;
56906
56906
  status: "idle";
56907
- variables: undefined;
56908
56907
  isError: false;
56909
- isIdle: true;
56910
56908
  isPending: false;
56911
56909
  isSuccess: false;
56912
- reset: () => void;
56913
- context: unknown;
56914
56910
  failureCount: number;
56915
56911
  failureReason: _wagmi_core0.WriteContractErrorType | null;
56916
56912
  isPaused: boolean;
56913
+ variables: undefined;
56914
+ isIdle: true;
56915
+ reset: () => void;
56916
+ context: unknown;
56917
56917
  submittedAt: number;
56918
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
56918
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
56919
56919
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
56920
56920
  } | {
56921
- data: undefined;
56922
56921
  error: null;
56922
+ data: undefined;
56923
56923
  status: "pending";
56924
+ isError: false;
56925
+ isPending: true;
56926
+ isSuccess: false;
56927
+ failureCount: number;
56928
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
56929
+ isPaused: boolean;
56924
56930
  variables: {
56925
- abi: abitype0.Abi;
56931
+ abi: abitype35.Abi;
56926
56932
  functionName: string;
56927
56933
  args?: readonly unknown[] | undefined;
56928
56934
  address: Address;
56929
- chain?: viem491.Chain | null | undefined;
56930
- account?: `0x${string}` | viem491.Account | null | undefined;
56935
+ chain?: viem0.Chain | null | undefined;
56936
+ account?: `0x${string}` | viem0.Account | null | undefined;
56931
56937
  value?: bigint | undefined;
56932
56938
  dataSuffix?: `0x${string}` | undefined;
56933
56939
  type?: "legacy" | undefined;
@@ -56946,12 +56952,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56946
56952
  chainId?: number | undefined;
56947
56953
  connector?: wagmi0.Connector | undefined;
56948
56954
  } | {
56949
- abi: abitype0.Abi;
56955
+ abi: abitype35.Abi;
56950
56956
  functionName: string;
56951
56957
  args?: readonly unknown[] | undefined;
56952
56958
  address: Address;
56953
- chain?: viem491.Chain | null | undefined;
56954
- account?: `0x${string}` | viem491.Account | null | undefined;
56959
+ chain?: viem0.Chain | null | undefined;
56960
+ account?: `0x${string}` | viem0.Account | null | undefined;
56955
56961
  value?: bigint | undefined;
56956
56962
  dataSuffix?: `0x${string}` | undefined;
56957
56963
  type?: "eip2930" | undefined;
@@ -56964,18 +56970,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56964
56970
  maxFeePerBlobGas?: undefined | undefined;
56965
56971
  maxFeePerGas?: undefined | undefined;
56966
56972
  maxPriorityFeePerGas?: undefined | undefined;
56967
- accessList?: viem491.AccessList | undefined;
56973
+ accessList?: viem0.AccessList | undefined;
56968
56974
  sidecars?: undefined;
56969
56975
  authorizationList?: undefined;
56970
56976
  chainId?: number | undefined;
56971
56977
  connector?: wagmi0.Connector | undefined;
56972
56978
  } | {
56973
- abi: abitype0.Abi;
56979
+ abi: abitype35.Abi;
56974
56980
  functionName: string;
56975
56981
  args?: readonly unknown[] | undefined;
56976
56982
  address: Address;
56977
- chain?: viem491.Chain | null | undefined;
56978
- account?: `0x${string}` | viem491.Account | null | undefined;
56983
+ chain?: viem0.Chain | null | undefined;
56984
+ account?: `0x${string}` | viem0.Account | null | undefined;
56979
56985
  value?: bigint | undefined;
56980
56986
  dataSuffix?: `0x${string}` | undefined;
56981
56987
  type?: "eip1559" | undefined;
@@ -56988,66 +56994,66 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
56988
56994
  maxFeePerBlobGas?: undefined | undefined;
56989
56995
  maxFeePerGas?: bigint | undefined;
56990
56996
  maxPriorityFeePerGas?: bigint | undefined;
56991
- accessList?: viem491.AccessList | undefined;
56997
+ accessList?: viem0.AccessList | undefined;
56992
56998
  sidecars?: undefined;
56993
56999
  authorizationList?: undefined;
56994
57000
  chainId?: number | undefined;
56995
57001
  connector?: wagmi0.Connector | undefined;
56996
57002
  } | {
56997
- abi: abitype0.Abi;
57003
+ abi: abitype35.Abi;
56998
57004
  functionName: string;
56999
57005
  args?: readonly unknown[] | undefined;
57000
57006
  address: Address;
57001
- chain?: viem491.Chain | null | undefined;
57002
- account?: `0x${string}` | viem491.Account | null | undefined;
57007
+ chain?: viem0.Chain | null | undefined;
57008
+ account?: `0x${string}` | viem0.Account | null | undefined;
57003
57009
  value?: bigint | undefined;
57004
57010
  dataSuffix?: `0x${string}` | undefined;
57005
57011
  type?: "eip4844" | undefined;
57006
57012
  gas?: bigint | undefined;
57007
57013
  nonce?: number | undefined;
57008
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57009
- blobVersionedHashes: readonly viem491.Hex[];
57014
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57015
+ blobVersionedHashes: readonly viem0.Hex[];
57010
57016
  kzg?: undefined;
57011
57017
  gasPrice?: undefined | undefined;
57012
57018
  maxFeePerBlobGas?: bigint | undefined;
57013
57019
  maxFeePerGas?: bigint | undefined;
57014
57020
  maxPriorityFeePerGas?: bigint | undefined;
57015
- accessList?: viem491.AccessList | undefined;
57016
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57021
+ accessList?: viem0.AccessList | undefined;
57022
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57017
57023
  authorizationList?: undefined;
57018
57024
  chainId?: number | undefined;
57019
57025
  connector?: wagmi0.Connector | undefined;
57020
57026
  } | {
57021
- abi: abitype0.Abi;
57027
+ abi: abitype35.Abi;
57022
57028
  functionName: string;
57023
57029
  args?: readonly unknown[] | undefined;
57024
57030
  address: Address;
57025
- chain?: viem491.Chain | null | undefined;
57026
- account?: `0x${string}` | viem491.Account | null | undefined;
57031
+ chain?: viem0.Chain | null | undefined;
57032
+ account?: `0x${string}` | viem0.Account | null | undefined;
57027
57033
  value?: bigint | undefined;
57028
57034
  dataSuffix?: `0x${string}` | undefined;
57029
57035
  type?: "eip4844" | undefined;
57030
57036
  gas?: bigint | undefined;
57031
57037
  nonce?: number | undefined;
57032
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57038
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57033
57039
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57034
- kzg?: viem491.Kzg | undefined;
57040
+ kzg?: viem0.Kzg | undefined;
57035
57041
  gasPrice?: undefined | undefined;
57036
57042
  maxFeePerBlobGas?: bigint | undefined;
57037
57043
  maxFeePerGas?: bigint | undefined;
57038
57044
  maxPriorityFeePerGas?: bigint | undefined;
57039
- accessList?: viem491.AccessList | undefined;
57040
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57045
+ accessList?: viem0.AccessList | undefined;
57046
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57041
57047
  authorizationList?: undefined;
57042
57048
  chainId?: number | undefined;
57043
57049
  connector?: wagmi0.Connector | undefined;
57044
57050
  } | {
57045
- abi: abitype0.Abi;
57051
+ abi: abitype35.Abi;
57046
57052
  functionName: string;
57047
57053
  args?: readonly unknown[] | undefined;
57048
57054
  address: Address;
57049
- chain?: viem491.Chain | null | undefined;
57050
- account?: `0x${string}` | viem491.Account | null | undefined;
57055
+ chain?: viem0.Chain | null | undefined;
57056
+ account?: `0x${string}` | viem0.Account | null | undefined;
57051
57057
  value?: bigint | undefined;
57052
57058
  dataSuffix?: `0x${string}` | undefined;
57053
57059
  type?: "eip7702" | undefined;
@@ -57060,35 +57066,35 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57060
57066
  maxFeePerBlobGas?: undefined | undefined;
57061
57067
  maxFeePerGas?: bigint | undefined;
57062
57068
  maxPriorityFeePerGas?: bigint | undefined;
57063
- accessList?: viem491.AccessList | undefined;
57069
+ accessList?: viem0.AccessList | undefined;
57064
57070
  sidecars?: undefined;
57065
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57071
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57066
57072
  chainId?: number | undefined;
57067
57073
  connector?: wagmi0.Connector | undefined;
57068
57074
  };
57069
- isError: false;
57070
57075
  isIdle: false;
57071
- isPending: true;
57072
- isSuccess: false;
57073
57076
  reset: () => void;
57074
57077
  context: unknown;
57075
- failureCount: number;
57076
- failureReason: _wagmi_core0.WriteContractErrorType | null;
57077
- isPaused: boolean;
57078
57078
  submittedAt: number;
57079
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
57079
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57080
57080
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
57081
57081
  } | {
57082
- data: undefined;
57083
57082
  error: _wagmi_core0.WriteContractErrorType;
57083
+ data: undefined;
57084
57084
  status: "error";
57085
+ isError: true;
57086
+ isPending: false;
57087
+ isSuccess: false;
57088
+ failureCount: number;
57089
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
57090
+ isPaused: boolean;
57085
57091
  variables: {
57086
- abi: abitype0.Abi;
57092
+ abi: abitype35.Abi;
57087
57093
  functionName: string;
57088
57094
  args?: readonly unknown[] | undefined;
57089
57095
  address: Address;
57090
- chain?: viem491.Chain | null | undefined;
57091
- account?: `0x${string}` | viem491.Account | null | undefined;
57096
+ chain?: viem0.Chain | null | undefined;
57097
+ account?: `0x${string}` | viem0.Account | null | undefined;
57092
57098
  value?: bigint | undefined;
57093
57099
  dataSuffix?: `0x${string}` | undefined;
57094
57100
  type?: "legacy" | undefined;
@@ -57107,12 +57113,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57107
57113
  chainId?: number | undefined;
57108
57114
  connector?: wagmi0.Connector | undefined;
57109
57115
  } | {
57110
- abi: abitype0.Abi;
57116
+ abi: abitype35.Abi;
57111
57117
  functionName: string;
57112
57118
  args?: readonly unknown[] | undefined;
57113
57119
  address: Address;
57114
- chain?: viem491.Chain | null | undefined;
57115
- account?: `0x${string}` | viem491.Account | null | undefined;
57120
+ chain?: viem0.Chain | null | undefined;
57121
+ account?: `0x${string}` | viem0.Account | null | undefined;
57116
57122
  value?: bigint | undefined;
57117
57123
  dataSuffix?: `0x${string}` | undefined;
57118
57124
  type?: "eip2930" | undefined;
@@ -57125,18 +57131,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57125
57131
  maxFeePerBlobGas?: undefined | undefined;
57126
57132
  maxFeePerGas?: undefined | undefined;
57127
57133
  maxPriorityFeePerGas?: undefined | undefined;
57128
- accessList?: viem491.AccessList | undefined;
57134
+ accessList?: viem0.AccessList | undefined;
57129
57135
  sidecars?: undefined;
57130
57136
  authorizationList?: undefined;
57131
57137
  chainId?: number | undefined;
57132
57138
  connector?: wagmi0.Connector | undefined;
57133
57139
  } | {
57134
- abi: abitype0.Abi;
57140
+ abi: abitype35.Abi;
57135
57141
  functionName: string;
57136
57142
  args?: readonly unknown[] | undefined;
57137
57143
  address: Address;
57138
- chain?: viem491.Chain | null | undefined;
57139
- account?: `0x${string}` | viem491.Account | null | undefined;
57144
+ chain?: viem0.Chain | null | undefined;
57145
+ account?: `0x${string}` | viem0.Account | null | undefined;
57140
57146
  value?: bigint | undefined;
57141
57147
  dataSuffix?: `0x${string}` | undefined;
57142
57148
  type?: "eip1559" | undefined;
@@ -57149,66 +57155,66 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57149
57155
  maxFeePerBlobGas?: undefined | undefined;
57150
57156
  maxFeePerGas?: bigint | undefined;
57151
57157
  maxPriorityFeePerGas?: bigint | undefined;
57152
- accessList?: viem491.AccessList | undefined;
57158
+ accessList?: viem0.AccessList | undefined;
57153
57159
  sidecars?: undefined;
57154
57160
  authorizationList?: undefined;
57155
57161
  chainId?: number | undefined;
57156
57162
  connector?: wagmi0.Connector | undefined;
57157
57163
  } | {
57158
- abi: abitype0.Abi;
57164
+ abi: abitype35.Abi;
57159
57165
  functionName: string;
57160
57166
  args?: readonly unknown[] | undefined;
57161
57167
  address: Address;
57162
- chain?: viem491.Chain | null | undefined;
57163
- account?: `0x${string}` | viem491.Account | null | undefined;
57168
+ chain?: viem0.Chain | null | undefined;
57169
+ account?: `0x${string}` | viem0.Account | null | undefined;
57164
57170
  value?: bigint | undefined;
57165
57171
  dataSuffix?: `0x${string}` | undefined;
57166
57172
  type?: "eip4844" | undefined;
57167
57173
  gas?: bigint | undefined;
57168
57174
  nonce?: number | undefined;
57169
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57170
- blobVersionedHashes: readonly viem491.Hex[];
57175
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57176
+ blobVersionedHashes: readonly viem0.Hex[];
57171
57177
  kzg?: undefined;
57172
57178
  gasPrice?: undefined | undefined;
57173
57179
  maxFeePerBlobGas?: bigint | undefined;
57174
57180
  maxFeePerGas?: bigint | undefined;
57175
57181
  maxPriorityFeePerGas?: bigint | undefined;
57176
- accessList?: viem491.AccessList | undefined;
57177
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57182
+ accessList?: viem0.AccessList | undefined;
57183
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57178
57184
  authorizationList?: undefined;
57179
57185
  chainId?: number | undefined;
57180
57186
  connector?: wagmi0.Connector | undefined;
57181
57187
  } | {
57182
- abi: abitype0.Abi;
57188
+ abi: abitype35.Abi;
57183
57189
  functionName: string;
57184
57190
  args?: readonly unknown[] | undefined;
57185
57191
  address: Address;
57186
- chain?: viem491.Chain | null | undefined;
57187
- account?: `0x${string}` | viem491.Account | null | undefined;
57192
+ chain?: viem0.Chain | null | undefined;
57193
+ account?: `0x${string}` | viem0.Account | null | undefined;
57188
57194
  value?: bigint | undefined;
57189
57195
  dataSuffix?: `0x${string}` | undefined;
57190
57196
  type?: "eip4844" | undefined;
57191
57197
  gas?: bigint | undefined;
57192
57198
  nonce?: number | undefined;
57193
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57199
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57194
57200
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57195
- kzg?: viem491.Kzg | undefined;
57201
+ kzg?: viem0.Kzg | undefined;
57196
57202
  gasPrice?: undefined | undefined;
57197
57203
  maxFeePerBlobGas?: bigint | undefined;
57198
57204
  maxFeePerGas?: bigint | undefined;
57199
57205
  maxPriorityFeePerGas?: bigint | undefined;
57200
- accessList?: viem491.AccessList | undefined;
57201
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57206
+ accessList?: viem0.AccessList | undefined;
57207
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57202
57208
  authorizationList?: undefined;
57203
57209
  chainId?: number | undefined;
57204
57210
  connector?: wagmi0.Connector | undefined;
57205
57211
  } | {
57206
- abi: abitype0.Abi;
57212
+ abi: abitype35.Abi;
57207
57213
  functionName: string;
57208
57214
  args?: readonly unknown[] | undefined;
57209
57215
  address: Address;
57210
- chain?: viem491.Chain | null | undefined;
57211
- account?: `0x${string}` | viem491.Account | null | undefined;
57216
+ chain?: viem0.Chain | null | undefined;
57217
+ account?: `0x${string}` | viem0.Account | null | undefined;
57212
57218
  value?: bigint | undefined;
57213
57219
  dataSuffix?: `0x${string}` | undefined;
57214
57220
  type?: "eip7702" | undefined;
@@ -57221,35 +57227,35 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57221
57227
  maxFeePerBlobGas?: undefined | undefined;
57222
57228
  maxFeePerGas?: bigint | undefined;
57223
57229
  maxPriorityFeePerGas?: bigint | undefined;
57224
- accessList?: viem491.AccessList | undefined;
57230
+ accessList?: viem0.AccessList | undefined;
57225
57231
  sidecars?: undefined;
57226
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57232
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57227
57233
  chainId?: number | undefined;
57228
57234
  connector?: wagmi0.Connector | undefined;
57229
57235
  };
57230
- isError: true;
57231
57236
  isIdle: false;
57232
- isPending: false;
57233
- isSuccess: false;
57234
57237
  reset: () => void;
57235
57238
  context: unknown;
57236
- failureCount: number;
57237
- failureReason: _wagmi_core0.WriteContractErrorType | null;
57238
- isPaused: boolean;
57239
57239
  submittedAt: number;
57240
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
57240
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57241
57241
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
57242
57242
  } | {
57243
- data: `0x${string}`;
57244
57243
  error: null;
57244
+ data: `0x${string}`;
57245
57245
  status: "success";
57246
+ isError: false;
57247
+ isPending: false;
57248
+ isSuccess: true;
57249
+ failureCount: number;
57250
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
57251
+ isPaused: boolean;
57246
57252
  variables: {
57247
- abi: abitype0.Abi;
57253
+ abi: abitype35.Abi;
57248
57254
  functionName: string;
57249
57255
  args?: readonly unknown[] | undefined;
57250
57256
  address: Address;
57251
- chain?: viem491.Chain | null | undefined;
57252
- account?: `0x${string}` | viem491.Account | null | undefined;
57257
+ chain?: viem0.Chain | null | undefined;
57258
+ account?: `0x${string}` | viem0.Account | null | undefined;
57253
57259
  value?: bigint | undefined;
57254
57260
  dataSuffix?: `0x${string}` | undefined;
57255
57261
  type?: "legacy" | undefined;
@@ -57268,12 +57274,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57268
57274
  chainId?: number | undefined;
57269
57275
  connector?: wagmi0.Connector | undefined;
57270
57276
  } | {
57271
- abi: abitype0.Abi;
57277
+ abi: abitype35.Abi;
57272
57278
  functionName: string;
57273
57279
  args?: readonly unknown[] | undefined;
57274
57280
  address: Address;
57275
- chain?: viem491.Chain | null | undefined;
57276
- account?: `0x${string}` | viem491.Account | null | undefined;
57281
+ chain?: viem0.Chain | null | undefined;
57282
+ account?: `0x${string}` | viem0.Account | null | undefined;
57277
57283
  value?: bigint | undefined;
57278
57284
  dataSuffix?: `0x${string}` | undefined;
57279
57285
  type?: "eip2930" | undefined;
@@ -57286,18 +57292,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57286
57292
  maxFeePerBlobGas?: undefined | undefined;
57287
57293
  maxFeePerGas?: undefined | undefined;
57288
57294
  maxPriorityFeePerGas?: undefined | undefined;
57289
- accessList?: viem491.AccessList | undefined;
57295
+ accessList?: viem0.AccessList | undefined;
57290
57296
  sidecars?: undefined;
57291
57297
  authorizationList?: undefined;
57292
57298
  chainId?: number | undefined;
57293
57299
  connector?: wagmi0.Connector | undefined;
57294
57300
  } | {
57295
- abi: abitype0.Abi;
57301
+ abi: abitype35.Abi;
57296
57302
  functionName: string;
57297
57303
  args?: readonly unknown[] | undefined;
57298
57304
  address: Address;
57299
- chain?: viem491.Chain | null | undefined;
57300
- account?: `0x${string}` | viem491.Account | null | undefined;
57305
+ chain?: viem0.Chain | null | undefined;
57306
+ account?: `0x${string}` | viem0.Account | null | undefined;
57301
57307
  value?: bigint | undefined;
57302
57308
  dataSuffix?: `0x${string}` | undefined;
57303
57309
  type?: "eip1559" | undefined;
@@ -57310,66 +57316,66 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57310
57316
  maxFeePerBlobGas?: undefined | undefined;
57311
57317
  maxFeePerGas?: bigint | undefined;
57312
57318
  maxPriorityFeePerGas?: bigint | undefined;
57313
- accessList?: viem491.AccessList | undefined;
57319
+ accessList?: viem0.AccessList | undefined;
57314
57320
  sidecars?: undefined;
57315
57321
  authorizationList?: undefined;
57316
57322
  chainId?: number | undefined;
57317
57323
  connector?: wagmi0.Connector | undefined;
57318
57324
  } | {
57319
- abi: abitype0.Abi;
57325
+ abi: abitype35.Abi;
57320
57326
  functionName: string;
57321
57327
  args?: readonly unknown[] | undefined;
57322
57328
  address: Address;
57323
- chain?: viem491.Chain | null | undefined;
57324
- account?: `0x${string}` | viem491.Account | null | undefined;
57329
+ chain?: viem0.Chain | null | undefined;
57330
+ account?: `0x${string}` | viem0.Account | null | undefined;
57325
57331
  value?: bigint | undefined;
57326
57332
  dataSuffix?: `0x${string}` | undefined;
57327
57333
  type?: "eip4844" | undefined;
57328
57334
  gas?: bigint | undefined;
57329
57335
  nonce?: number | undefined;
57330
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57331
- blobVersionedHashes: readonly viem491.Hex[];
57336
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57337
+ blobVersionedHashes: readonly viem0.Hex[];
57332
57338
  kzg?: undefined;
57333
57339
  gasPrice?: undefined | undefined;
57334
57340
  maxFeePerBlobGas?: bigint | undefined;
57335
57341
  maxFeePerGas?: bigint | undefined;
57336
57342
  maxPriorityFeePerGas?: bigint | undefined;
57337
- accessList?: viem491.AccessList | undefined;
57338
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57343
+ accessList?: viem0.AccessList | undefined;
57344
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57339
57345
  authorizationList?: undefined;
57340
57346
  chainId?: number | undefined;
57341
57347
  connector?: wagmi0.Connector | undefined;
57342
57348
  } | {
57343
- abi: abitype0.Abi;
57349
+ abi: abitype35.Abi;
57344
57350
  functionName: string;
57345
57351
  args?: readonly unknown[] | undefined;
57346
57352
  address: Address;
57347
- chain?: viem491.Chain | null | undefined;
57348
- account?: `0x${string}` | viem491.Account | null | undefined;
57353
+ chain?: viem0.Chain | null | undefined;
57354
+ account?: `0x${string}` | viem0.Account | null | undefined;
57349
57355
  value?: bigint | undefined;
57350
57356
  dataSuffix?: `0x${string}` | undefined;
57351
57357
  type?: "eip4844" | undefined;
57352
57358
  gas?: bigint | undefined;
57353
57359
  nonce?: number | undefined;
57354
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57360
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57355
57361
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57356
- kzg?: viem491.Kzg | undefined;
57362
+ kzg?: viem0.Kzg | undefined;
57357
57363
  gasPrice?: undefined | undefined;
57358
57364
  maxFeePerBlobGas?: bigint | undefined;
57359
57365
  maxFeePerGas?: bigint | undefined;
57360
57366
  maxPriorityFeePerGas?: bigint | undefined;
57361
- accessList?: viem491.AccessList | undefined;
57362
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57367
+ accessList?: viem0.AccessList | undefined;
57368
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57363
57369
  authorizationList?: undefined;
57364
57370
  chainId?: number | undefined;
57365
57371
  connector?: wagmi0.Connector | undefined;
57366
57372
  } | {
57367
- abi: abitype0.Abi;
57373
+ abi: abitype35.Abi;
57368
57374
  functionName: string;
57369
57375
  args?: readonly unknown[] | undefined;
57370
57376
  address: Address;
57371
- chain?: viem491.Chain | null | undefined;
57372
- account?: `0x${string}` | viem491.Account | null | undefined;
57377
+ chain?: viem0.Chain | null | undefined;
57378
+ account?: `0x${string}` | viem0.Account | null | undefined;
57373
57379
  value?: bigint | undefined;
57374
57380
  dataSuffix?: `0x${string}` | undefined;
57375
57381
  type?: "eip7702" | undefined;
@@ -57382,23 +57388,17 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
57382
57388
  maxFeePerBlobGas?: undefined | undefined;
57383
57389
  maxFeePerGas?: bigint | undefined;
57384
57390
  maxPriorityFeePerGas?: bigint | undefined;
57385
- accessList?: viem491.AccessList | undefined;
57391
+ accessList?: viem0.AccessList | undefined;
57386
57392
  sidecars?: undefined;
57387
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57393
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57388
57394
  chainId?: number | undefined;
57389
57395
  connector?: wagmi0.Connector | undefined;
57390
57396
  };
57391
- isError: false;
57392
57397
  isIdle: false;
57393
- isPending: false;
57394
- isSuccess: true;
57395
57398
  reset: () => void;
57396
57399
  context: unknown;
57397
- failureCount: number;
57398
- failureReason: _wagmi_core0.WriteContractErrorType | null;
57399
- isPaused: boolean;
57400
57400
  submittedAt: number;
57401
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
57401
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57402
57402
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
57403
57403
  };
57404
57404
  //#endregion
@@ -57413,21 +57413,21 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
57413
57413
  //#endregion
57414
57414
  //#region src/hooks/fees/useUpdateMarketFees.d.ts
57415
57415
  declare const useUpdateMarketFees: (marketAddr: Address) => {
57416
- data: undefined;
57417
57416
  error: null;
57417
+ data: undefined;
57418
57418
  status: "idle";
57419
- variables: undefined;
57420
57419
  isError: false;
57421
- isIdle: true;
57422
57420
  isPending: false;
57423
57421
  isSuccess: false;
57424
- reset: () => void;
57425
- context: unknown;
57426
57422
  failureCount: number;
57427
57423
  failureReason: _wagmi_core0.WriteContractErrorType | null;
57428
57424
  isPaused: boolean;
57425
+ variables: undefined;
57426
+ isIdle: true;
57427
+ reset: () => void;
57428
+ context: unknown;
57429
57429
  submittedAt: number;
57430
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
57430
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57431
57431
  updateMarketFees: (rates: {
57432
57432
  openingFeeRate?: number;
57433
57433
  baseFeeRate?: number;
@@ -57440,16 +57440,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57440
57440
  newFeeStrategy: `0x${string}`;
57441
57441
  }>;
57442
57442
  } | {
57443
- data: undefined;
57444
57443
  error: null;
57444
+ data: undefined;
57445
57445
  status: "pending";
57446
+ isError: false;
57447
+ isPending: true;
57448
+ isSuccess: false;
57449
+ failureCount: number;
57450
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
57451
+ isPaused: boolean;
57446
57452
  variables: {
57447
- abi: abitype0.Abi;
57453
+ abi: abitype35.Abi;
57448
57454
  functionName: string;
57449
57455
  args?: readonly unknown[] | undefined;
57450
57456
  address: Address;
57451
- chain?: viem491.Chain | null | undefined;
57452
- account?: `0x${string}` | viem491.Account | null | undefined;
57457
+ chain?: viem0.Chain | null | undefined;
57458
+ account?: `0x${string}` | viem0.Account | null | undefined;
57453
57459
  value?: bigint | undefined;
57454
57460
  dataSuffix?: `0x${string}` | undefined;
57455
57461
  type?: "legacy" | undefined;
@@ -57468,12 +57474,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57468
57474
  chainId?: number | undefined;
57469
57475
  connector?: wagmi0.Connector | undefined;
57470
57476
  } | {
57471
- abi: abitype0.Abi;
57477
+ abi: abitype35.Abi;
57472
57478
  functionName: string;
57473
57479
  args?: readonly unknown[] | undefined;
57474
57480
  address: Address;
57475
- chain?: viem491.Chain | null | undefined;
57476
- account?: `0x${string}` | viem491.Account | null | undefined;
57481
+ chain?: viem0.Chain | null | undefined;
57482
+ account?: `0x${string}` | viem0.Account | null | undefined;
57477
57483
  value?: bigint | undefined;
57478
57484
  dataSuffix?: `0x${string}` | undefined;
57479
57485
  type?: "eip2930" | undefined;
@@ -57486,18 +57492,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57486
57492
  maxFeePerBlobGas?: undefined | undefined;
57487
57493
  maxFeePerGas?: undefined | undefined;
57488
57494
  maxPriorityFeePerGas?: undefined | undefined;
57489
- accessList?: viem491.AccessList | undefined;
57495
+ accessList?: viem0.AccessList | undefined;
57490
57496
  sidecars?: undefined;
57491
57497
  authorizationList?: undefined;
57492
57498
  chainId?: number | undefined;
57493
57499
  connector?: wagmi0.Connector | undefined;
57494
57500
  } | {
57495
- abi: abitype0.Abi;
57501
+ abi: abitype35.Abi;
57496
57502
  functionName: string;
57497
57503
  args?: readonly unknown[] | undefined;
57498
57504
  address: Address;
57499
- chain?: viem491.Chain | null | undefined;
57500
- account?: `0x${string}` | viem491.Account | null | undefined;
57505
+ chain?: viem0.Chain | null | undefined;
57506
+ account?: `0x${string}` | viem0.Account | null | undefined;
57501
57507
  value?: bigint | undefined;
57502
57508
  dataSuffix?: `0x${string}` | undefined;
57503
57509
  type?: "eip1559" | undefined;
@@ -57510,66 +57516,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57510
57516
  maxFeePerBlobGas?: undefined | undefined;
57511
57517
  maxFeePerGas?: bigint | undefined;
57512
57518
  maxPriorityFeePerGas?: bigint | undefined;
57513
- accessList?: viem491.AccessList | undefined;
57519
+ accessList?: viem0.AccessList | undefined;
57514
57520
  sidecars?: undefined;
57515
57521
  authorizationList?: undefined;
57516
57522
  chainId?: number | undefined;
57517
57523
  connector?: wagmi0.Connector | undefined;
57518
57524
  } | {
57519
- abi: abitype0.Abi;
57525
+ abi: abitype35.Abi;
57520
57526
  functionName: string;
57521
57527
  args?: readonly unknown[] | undefined;
57522
57528
  address: Address;
57523
- chain?: viem491.Chain | null | undefined;
57524
- account?: `0x${string}` | viem491.Account | null | undefined;
57529
+ chain?: viem0.Chain | null | undefined;
57530
+ account?: `0x${string}` | viem0.Account | null | undefined;
57525
57531
  value?: bigint | undefined;
57526
57532
  dataSuffix?: `0x${string}` | undefined;
57527
57533
  type?: "eip4844" | undefined;
57528
57534
  gas?: bigint | undefined;
57529
57535
  nonce?: number | undefined;
57530
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57531
- blobVersionedHashes: readonly viem491.Hex[];
57536
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57537
+ blobVersionedHashes: readonly viem0.Hex[];
57532
57538
  kzg?: undefined;
57533
57539
  gasPrice?: undefined | undefined;
57534
57540
  maxFeePerBlobGas?: bigint | undefined;
57535
57541
  maxFeePerGas?: bigint | undefined;
57536
57542
  maxPriorityFeePerGas?: bigint | undefined;
57537
- accessList?: viem491.AccessList | undefined;
57538
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57543
+ accessList?: viem0.AccessList | undefined;
57544
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57539
57545
  authorizationList?: undefined;
57540
57546
  chainId?: number | undefined;
57541
57547
  connector?: wagmi0.Connector | undefined;
57542
57548
  } | {
57543
- abi: abitype0.Abi;
57549
+ abi: abitype35.Abi;
57544
57550
  functionName: string;
57545
57551
  args?: readonly unknown[] | undefined;
57546
57552
  address: Address;
57547
- chain?: viem491.Chain | null | undefined;
57548
- account?: `0x${string}` | viem491.Account | null | undefined;
57553
+ chain?: viem0.Chain | null | undefined;
57554
+ account?: `0x${string}` | viem0.Account | null | undefined;
57549
57555
  value?: bigint | undefined;
57550
57556
  dataSuffix?: `0x${string}` | undefined;
57551
57557
  type?: "eip4844" | undefined;
57552
57558
  gas?: bigint | undefined;
57553
57559
  nonce?: number | undefined;
57554
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57560
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57555
57561
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57556
- kzg?: viem491.Kzg | undefined;
57562
+ kzg?: viem0.Kzg | undefined;
57557
57563
  gasPrice?: undefined | undefined;
57558
57564
  maxFeePerBlobGas?: bigint | undefined;
57559
57565
  maxFeePerGas?: bigint | undefined;
57560
57566
  maxPriorityFeePerGas?: bigint | undefined;
57561
- accessList?: viem491.AccessList | undefined;
57562
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57567
+ accessList?: viem0.AccessList | undefined;
57568
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57563
57569
  authorizationList?: undefined;
57564
57570
  chainId?: number | undefined;
57565
57571
  connector?: wagmi0.Connector | undefined;
57566
57572
  } | {
57567
- abi: abitype0.Abi;
57573
+ abi: abitype35.Abi;
57568
57574
  functionName: string;
57569
57575
  args?: readonly unknown[] | undefined;
57570
57576
  address: Address;
57571
- chain?: viem491.Chain | null | undefined;
57572
- account?: `0x${string}` | viem491.Account | null | undefined;
57577
+ chain?: viem0.Chain | null | undefined;
57578
+ account?: `0x${string}` | viem0.Account | null | undefined;
57573
57579
  value?: bigint | undefined;
57574
57580
  dataSuffix?: `0x${string}` | undefined;
57575
57581
  type?: "eip7702" | undefined;
@@ -57582,23 +57588,17 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57582
57588
  maxFeePerBlobGas?: undefined | undefined;
57583
57589
  maxFeePerGas?: bigint | undefined;
57584
57590
  maxPriorityFeePerGas?: bigint | undefined;
57585
- accessList?: viem491.AccessList | undefined;
57591
+ accessList?: viem0.AccessList | undefined;
57586
57592
  sidecars?: undefined;
57587
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57593
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57588
57594
  chainId?: number | undefined;
57589
57595
  connector?: wagmi0.Connector | undefined;
57590
57596
  };
57591
- isError: false;
57592
57597
  isIdle: false;
57593
- isPending: true;
57594
- isSuccess: false;
57595
57598
  reset: () => void;
57596
57599
  context: unknown;
57597
- failureCount: number;
57598
- failureReason: _wagmi_core0.WriteContractErrorType | null;
57599
- isPaused: boolean;
57600
57600
  submittedAt: number;
57601
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
57601
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57602
57602
  updateMarketFees: (rates: {
57603
57603
  openingFeeRate?: number;
57604
57604
  baseFeeRate?: number;
@@ -57611,16 +57611,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57611
57611
  newFeeStrategy: `0x${string}`;
57612
57612
  }>;
57613
57613
  } | {
57614
- data: undefined;
57615
57614
  error: _wagmi_core0.WriteContractErrorType;
57615
+ data: undefined;
57616
57616
  status: "error";
57617
+ isError: true;
57618
+ isPending: false;
57619
+ isSuccess: false;
57620
+ failureCount: number;
57621
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
57622
+ isPaused: boolean;
57617
57623
  variables: {
57618
- abi: abitype0.Abi;
57624
+ abi: abitype35.Abi;
57619
57625
  functionName: string;
57620
57626
  args?: readonly unknown[] | undefined;
57621
57627
  address: Address;
57622
- chain?: viem491.Chain | null | undefined;
57623
- account?: `0x${string}` | viem491.Account | null | undefined;
57628
+ chain?: viem0.Chain | null | undefined;
57629
+ account?: `0x${string}` | viem0.Account | null | undefined;
57624
57630
  value?: bigint | undefined;
57625
57631
  dataSuffix?: `0x${string}` | undefined;
57626
57632
  type?: "legacy" | undefined;
@@ -57639,12 +57645,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57639
57645
  chainId?: number | undefined;
57640
57646
  connector?: wagmi0.Connector | undefined;
57641
57647
  } | {
57642
- abi: abitype0.Abi;
57648
+ abi: abitype35.Abi;
57643
57649
  functionName: string;
57644
57650
  args?: readonly unknown[] | undefined;
57645
57651
  address: Address;
57646
- chain?: viem491.Chain | null | undefined;
57647
- account?: `0x${string}` | viem491.Account | null | undefined;
57652
+ chain?: viem0.Chain | null | undefined;
57653
+ account?: `0x${string}` | viem0.Account | null | undefined;
57648
57654
  value?: bigint | undefined;
57649
57655
  dataSuffix?: `0x${string}` | undefined;
57650
57656
  type?: "eip2930" | undefined;
@@ -57657,18 +57663,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57657
57663
  maxFeePerBlobGas?: undefined | undefined;
57658
57664
  maxFeePerGas?: undefined | undefined;
57659
57665
  maxPriorityFeePerGas?: undefined | undefined;
57660
- accessList?: viem491.AccessList | undefined;
57666
+ accessList?: viem0.AccessList | undefined;
57661
57667
  sidecars?: undefined;
57662
57668
  authorizationList?: undefined;
57663
57669
  chainId?: number | undefined;
57664
57670
  connector?: wagmi0.Connector | undefined;
57665
57671
  } | {
57666
- abi: abitype0.Abi;
57672
+ abi: abitype35.Abi;
57667
57673
  functionName: string;
57668
57674
  args?: readonly unknown[] | undefined;
57669
57675
  address: Address;
57670
- chain?: viem491.Chain | null | undefined;
57671
- account?: `0x${string}` | viem491.Account | null | undefined;
57676
+ chain?: viem0.Chain | null | undefined;
57677
+ account?: `0x${string}` | viem0.Account | null | undefined;
57672
57678
  value?: bigint | undefined;
57673
57679
  dataSuffix?: `0x${string}` | undefined;
57674
57680
  type?: "eip1559" | undefined;
@@ -57681,66 +57687,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57681
57687
  maxFeePerBlobGas?: undefined | undefined;
57682
57688
  maxFeePerGas?: bigint | undefined;
57683
57689
  maxPriorityFeePerGas?: bigint | undefined;
57684
- accessList?: viem491.AccessList | undefined;
57690
+ accessList?: viem0.AccessList | undefined;
57685
57691
  sidecars?: undefined;
57686
57692
  authorizationList?: undefined;
57687
57693
  chainId?: number | undefined;
57688
57694
  connector?: wagmi0.Connector | undefined;
57689
57695
  } | {
57690
- abi: abitype0.Abi;
57696
+ abi: abitype35.Abi;
57691
57697
  functionName: string;
57692
57698
  args?: readonly unknown[] | undefined;
57693
57699
  address: Address;
57694
- chain?: viem491.Chain | null | undefined;
57695
- account?: `0x${string}` | viem491.Account | null | undefined;
57700
+ chain?: viem0.Chain | null | undefined;
57701
+ account?: `0x${string}` | viem0.Account | null | undefined;
57696
57702
  value?: bigint | undefined;
57697
57703
  dataSuffix?: `0x${string}` | undefined;
57698
57704
  type?: "eip4844" | undefined;
57699
57705
  gas?: bigint | undefined;
57700
57706
  nonce?: number | undefined;
57701
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57702
- blobVersionedHashes: readonly viem491.Hex[];
57707
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57708
+ blobVersionedHashes: readonly viem0.Hex[];
57703
57709
  kzg?: undefined;
57704
57710
  gasPrice?: undefined | undefined;
57705
57711
  maxFeePerBlobGas?: bigint | undefined;
57706
57712
  maxFeePerGas?: bigint | undefined;
57707
57713
  maxPriorityFeePerGas?: bigint | undefined;
57708
- accessList?: viem491.AccessList | undefined;
57709
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57714
+ accessList?: viem0.AccessList | undefined;
57715
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57710
57716
  authorizationList?: undefined;
57711
57717
  chainId?: number | undefined;
57712
57718
  connector?: wagmi0.Connector | undefined;
57713
57719
  } | {
57714
- abi: abitype0.Abi;
57720
+ abi: abitype35.Abi;
57715
57721
  functionName: string;
57716
57722
  args?: readonly unknown[] | undefined;
57717
57723
  address: Address;
57718
- chain?: viem491.Chain | null | undefined;
57719
- account?: `0x${string}` | viem491.Account | null | undefined;
57724
+ chain?: viem0.Chain | null | undefined;
57725
+ account?: `0x${string}` | viem0.Account | null | undefined;
57720
57726
  value?: bigint | undefined;
57721
57727
  dataSuffix?: `0x${string}` | undefined;
57722
57728
  type?: "eip4844" | undefined;
57723
57729
  gas?: bigint | undefined;
57724
57730
  nonce?: number | undefined;
57725
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57731
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57726
57732
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57727
- kzg?: viem491.Kzg | undefined;
57733
+ kzg?: viem0.Kzg | undefined;
57728
57734
  gasPrice?: undefined | undefined;
57729
57735
  maxFeePerBlobGas?: bigint | undefined;
57730
57736
  maxFeePerGas?: bigint | undefined;
57731
57737
  maxPriorityFeePerGas?: bigint | undefined;
57732
- accessList?: viem491.AccessList | undefined;
57733
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57738
+ accessList?: viem0.AccessList | undefined;
57739
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57734
57740
  authorizationList?: undefined;
57735
57741
  chainId?: number | undefined;
57736
57742
  connector?: wagmi0.Connector | undefined;
57737
57743
  } | {
57738
- abi: abitype0.Abi;
57744
+ abi: abitype35.Abi;
57739
57745
  functionName: string;
57740
57746
  args?: readonly unknown[] | undefined;
57741
57747
  address: Address;
57742
- chain?: viem491.Chain | null | undefined;
57743
- account?: `0x${string}` | viem491.Account | null | undefined;
57748
+ chain?: viem0.Chain | null | undefined;
57749
+ account?: `0x${string}` | viem0.Account | null | undefined;
57744
57750
  value?: bigint | undefined;
57745
57751
  dataSuffix?: `0x${string}` | undefined;
57746
57752
  type?: "eip7702" | undefined;
@@ -57753,23 +57759,17 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57753
57759
  maxFeePerBlobGas?: undefined | undefined;
57754
57760
  maxFeePerGas?: bigint | undefined;
57755
57761
  maxPriorityFeePerGas?: bigint | undefined;
57756
- accessList?: viem491.AccessList | undefined;
57762
+ accessList?: viem0.AccessList | undefined;
57757
57763
  sidecars?: undefined;
57758
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57764
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57759
57765
  chainId?: number | undefined;
57760
57766
  connector?: wagmi0.Connector | undefined;
57761
57767
  };
57762
- isError: true;
57763
57768
  isIdle: false;
57764
- isPending: false;
57765
- isSuccess: false;
57766
57769
  reset: () => void;
57767
57770
  context: unknown;
57768
- failureCount: number;
57769
- failureReason: _wagmi_core0.WriteContractErrorType | null;
57770
- isPaused: boolean;
57771
57771
  submittedAt: number;
57772
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
57772
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57773
57773
  updateMarketFees: (rates: {
57774
57774
  openingFeeRate?: number;
57775
57775
  baseFeeRate?: number;
@@ -57782,16 +57782,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57782
57782
  newFeeStrategy: `0x${string}`;
57783
57783
  }>;
57784
57784
  } | {
57785
- data: `0x${string}`;
57786
57785
  error: null;
57786
+ data: `0x${string}`;
57787
57787
  status: "success";
57788
+ isError: false;
57789
+ isPending: false;
57790
+ isSuccess: true;
57791
+ failureCount: number;
57792
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
57793
+ isPaused: boolean;
57788
57794
  variables: {
57789
- abi: abitype0.Abi;
57795
+ abi: abitype35.Abi;
57790
57796
  functionName: string;
57791
57797
  args?: readonly unknown[] | undefined;
57792
57798
  address: Address;
57793
- chain?: viem491.Chain | null | undefined;
57794
- account?: `0x${string}` | viem491.Account | null | undefined;
57799
+ chain?: viem0.Chain | null | undefined;
57800
+ account?: `0x${string}` | viem0.Account | null | undefined;
57795
57801
  value?: bigint | undefined;
57796
57802
  dataSuffix?: `0x${string}` | undefined;
57797
57803
  type?: "legacy" | undefined;
@@ -57810,12 +57816,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57810
57816
  chainId?: number | undefined;
57811
57817
  connector?: wagmi0.Connector | undefined;
57812
57818
  } | {
57813
- abi: abitype0.Abi;
57819
+ abi: abitype35.Abi;
57814
57820
  functionName: string;
57815
57821
  args?: readonly unknown[] | undefined;
57816
57822
  address: Address;
57817
- chain?: viem491.Chain | null | undefined;
57818
- account?: `0x${string}` | viem491.Account | null | undefined;
57823
+ chain?: viem0.Chain | null | undefined;
57824
+ account?: `0x${string}` | viem0.Account | null | undefined;
57819
57825
  value?: bigint | undefined;
57820
57826
  dataSuffix?: `0x${string}` | undefined;
57821
57827
  type?: "eip2930" | undefined;
@@ -57828,18 +57834,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57828
57834
  maxFeePerBlobGas?: undefined | undefined;
57829
57835
  maxFeePerGas?: undefined | undefined;
57830
57836
  maxPriorityFeePerGas?: undefined | undefined;
57831
- accessList?: viem491.AccessList | undefined;
57837
+ accessList?: viem0.AccessList | undefined;
57832
57838
  sidecars?: undefined;
57833
57839
  authorizationList?: undefined;
57834
57840
  chainId?: number | undefined;
57835
57841
  connector?: wagmi0.Connector | undefined;
57836
57842
  } | {
57837
- abi: abitype0.Abi;
57843
+ abi: abitype35.Abi;
57838
57844
  functionName: string;
57839
57845
  args?: readonly unknown[] | undefined;
57840
57846
  address: Address;
57841
- chain?: viem491.Chain | null | undefined;
57842
- account?: `0x${string}` | viem491.Account | null | undefined;
57847
+ chain?: viem0.Chain | null | undefined;
57848
+ account?: `0x${string}` | viem0.Account | null | undefined;
57843
57849
  value?: bigint | undefined;
57844
57850
  dataSuffix?: `0x${string}` | undefined;
57845
57851
  type?: "eip1559" | undefined;
@@ -57852,66 +57858,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57852
57858
  maxFeePerBlobGas?: undefined | undefined;
57853
57859
  maxFeePerGas?: bigint | undefined;
57854
57860
  maxPriorityFeePerGas?: bigint | undefined;
57855
- accessList?: viem491.AccessList | undefined;
57861
+ accessList?: viem0.AccessList | undefined;
57856
57862
  sidecars?: undefined;
57857
57863
  authorizationList?: undefined;
57858
57864
  chainId?: number | undefined;
57859
57865
  connector?: wagmi0.Connector | undefined;
57860
57866
  } | {
57861
- abi: abitype0.Abi;
57867
+ abi: abitype35.Abi;
57862
57868
  functionName: string;
57863
57869
  args?: readonly unknown[] | undefined;
57864
57870
  address: Address;
57865
- chain?: viem491.Chain | null | undefined;
57866
- account?: `0x${string}` | viem491.Account | null | undefined;
57871
+ chain?: viem0.Chain | null | undefined;
57872
+ account?: `0x${string}` | viem0.Account | null | undefined;
57867
57873
  value?: bigint | undefined;
57868
57874
  dataSuffix?: `0x${string}` | undefined;
57869
57875
  type?: "eip4844" | undefined;
57870
57876
  gas?: bigint | undefined;
57871
57877
  nonce?: number | undefined;
57872
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
57873
- blobVersionedHashes: readonly viem491.Hex[];
57878
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
57879
+ blobVersionedHashes: readonly viem0.Hex[];
57874
57880
  kzg?: undefined;
57875
57881
  gasPrice?: undefined | undefined;
57876
57882
  maxFeePerBlobGas?: bigint | undefined;
57877
57883
  maxFeePerGas?: bigint | undefined;
57878
57884
  maxPriorityFeePerGas?: bigint | undefined;
57879
- accessList?: viem491.AccessList | undefined;
57880
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57885
+ accessList?: viem0.AccessList | undefined;
57886
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57881
57887
  authorizationList?: undefined;
57882
57888
  chainId?: number | undefined;
57883
57889
  connector?: wagmi0.Connector | undefined;
57884
57890
  } | {
57885
- abi: abitype0.Abi;
57891
+ abi: abitype35.Abi;
57886
57892
  functionName: string;
57887
57893
  args?: readonly unknown[] | undefined;
57888
57894
  address: Address;
57889
- chain?: viem491.Chain | null | undefined;
57890
- account?: `0x${string}` | viem491.Account | null | undefined;
57895
+ chain?: viem0.Chain | null | undefined;
57896
+ account?: `0x${string}` | viem0.Account | null | undefined;
57891
57897
  value?: bigint | undefined;
57892
57898
  dataSuffix?: `0x${string}` | undefined;
57893
57899
  type?: "eip4844" | undefined;
57894
57900
  gas?: bigint | undefined;
57895
57901
  nonce?: number | undefined;
57896
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
57902
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
57897
57903
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
57898
- kzg?: viem491.Kzg | undefined;
57904
+ kzg?: viem0.Kzg | undefined;
57899
57905
  gasPrice?: undefined | undefined;
57900
57906
  maxFeePerBlobGas?: bigint | undefined;
57901
57907
  maxFeePerGas?: bigint | undefined;
57902
57908
  maxPriorityFeePerGas?: bigint | undefined;
57903
- accessList?: viem491.AccessList | undefined;
57904
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
57909
+ accessList?: viem0.AccessList | undefined;
57910
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
57905
57911
  authorizationList?: undefined;
57906
57912
  chainId?: number | undefined;
57907
57913
  connector?: wagmi0.Connector | undefined;
57908
57914
  } | {
57909
- abi: abitype0.Abi;
57915
+ abi: abitype35.Abi;
57910
57916
  functionName: string;
57911
57917
  args?: readonly unknown[] | undefined;
57912
57918
  address: Address;
57913
- chain?: viem491.Chain | null | undefined;
57914
- account?: `0x${string}` | viem491.Account | null | undefined;
57919
+ chain?: viem0.Chain | null | undefined;
57920
+ account?: `0x${string}` | viem0.Account | null | undefined;
57915
57921
  value?: bigint | undefined;
57916
57922
  dataSuffix?: `0x${string}` | undefined;
57917
57923
  type?: "eip7702" | undefined;
@@ -57924,23 +57930,17 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
57924
57930
  maxFeePerBlobGas?: undefined | undefined;
57925
57931
  maxFeePerGas?: bigint | undefined;
57926
57932
  maxPriorityFeePerGas?: bigint | undefined;
57927
- accessList?: viem491.AccessList | undefined;
57933
+ accessList?: viem0.AccessList | undefined;
57928
57934
  sidecars?: undefined;
57929
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
57935
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
57930
57936
  chainId?: number | undefined;
57931
57937
  connector?: wagmi0.Connector | undefined;
57932
57938
  };
57933
- isError: false;
57934
57939
  isIdle: false;
57935
- isPending: false;
57936
- isSuccess: true;
57937
57940
  reset: () => void;
57938
57941
  context: unknown;
57939
- failureCount: number;
57940
- failureReason: _wagmi_core0.WriteContractErrorType | null;
57941
- isPaused: boolean;
57942
57942
  submittedAt: number;
57943
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
57943
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
57944
57944
  updateMarketFees: (rates: {
57945
57945
  openingFeeRate?: number;
57946
57946
  baseFeeRate?: number;
@@ -58926,21 +58926,21 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
58926
58926
  //#endregion
58927
58927
  //#region src/hooks/pricing/useUpdateMarketPricing.d.ts
58928
58928
  declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58929
- data: undefined;
58930
58929
  error: null;
58930
+ data: undefined;
58931
58931
  status: "idle";
58932
- variables: undefined;
58933
58932
  isError: false;
58934
- isIdle: true;
58935
58933
  isPending: false;
58936
58934
  isSuccess: false;
58937
- reset: () => void;
58938
- context: unknown;
58939
58935
  failureCount: number;
58940
58936
  failureReason: _wagmi_core0.WriteContractErrorType | null;
58941
58937
  isPaused: boolean;
58938
+ variables: undefined;
58939
+ isIdle: true;
58940
+ reset: () => void;
58941
+ context: unknown;
58942
58942
  submittedAt: number;
58943
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
58943
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
58944
58944
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
58945
58945
  model: "static";
58946
58946
  } : Partial<OptionPricingParams> & {
@@ -58951,16 +58951,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58951
58951
  newPricingAddr: `0x${string}`;
58952
58952
  }>;
58953
58953
  } | {
58954
- data: undefined;
58955
58954
  error: null;
58955
+ data: undefined;
58956
58956
  status: "pending";
58957
+ isError: false;
58958
+ isPending: true;
58959
+ isSuccess: false;
58960
+ failureCount: number;
58961
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
58962
+ isPaused: boolean;
58957
58963
  variables: {
58958
- abi: abitype0.Abi;
58964
+ abi: abitype35.Abi;
58959
58965
  functionName: string;
58960
58966
  args?: readonly unknown[] | undefined;
58961
58967
  address: Address;
58962
- chain?: viem491.Chain | null | undefined;
58963
- account?: `0x${string}` | viem491.Account | null | undefined;
58968
+ chain?: viem0.Chain | null | undefined;
58969
+ account?: `0x${string}` | viem0.Account | null | undefined;
58964
58970
  value?: bigint | undefined;
58965
58971
  dataSuffix?: `0x${string}` | undefined;
58966
58972
  type?: "legacy" | undefined;
@@ -58979,12 +58985,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58979
58985
  chainId?: number | undefined;
58980
58986
  connector?: wagmi0.Connector | undefined;
58981
58987
  } | {
58982
- abi: abitype0.Abi;
58988
+ abi: abitype35.Abi;
58983
58989
  functionName: string;
58984
58990
  args?: readonly unknown[] | undefined;
58985
58991
  address: Address;
58986
- chain?: viem491.Chain | null | undefined;
58987
- account?: `0x${string}` | viem491.Account | null | undefined;
58992
+ chain?: viem0.Chain | null | undefined;
58993
+ account?: `0x${string}` | viem0.Account | null | undefined;
58988
58994
  value?: bigint | undefined;
58989
58995
  dataSuffix?: `0x${string}` | undefined;
58990
58996
  type?: "eip2930" | undefined;
@@ -58997,18 +59003,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
58997
59003
  maxFeePerBlobGas?: undefined | undefined;
58998
59004
  maxFeePerGas?: undefined | undefined;
58999
59005
  maxPriorityFeePerGas?: undefined | undefined;
59000
- accessList?: viem491.AccessList | undefined;
59006
+ accessList?: viem0.AccessList | undefined;
59001
59007
  sidecars?: undefined;
59002
59008
  authorizationList?: undefined;
59003
59009
  chainId?: number | undefined;
59004
59010
  connector?: wagmi0.Connector | undefined;
59005
59011
  } | {
59006
- abi: abitype0.Abi;
59012
+ abi: abitype35.Abi;
59007
59013
  functionName: string;
59008
59014
  args?: readonly unknown[] | undefined;
59009
59015
  address: Address;
59010
- chain?: viem491.Chain | null | undefined;
59011
- account?: `0x${string}` | viem491.Account | null | undefined;
59016
+ chain?: viem0.Chain | null | undefined;
59017
+ account?: `0x${string}` | viem0.Account | null | undefined;
59012
59018
  value?: bigint | undefined;
59013
59019
  dataSuffix?: `0x${string}` | undefined;
59014
59020
  type?: "eip1559" | undefined;
@@ -59021,66 +59027,66 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59021
59027
  maxFeePerBlobGas?: undefined | undefined;
59022
59028
  maxFeePerGas?: bigint | undefined;
59023
59029
  maxPriorityFeePerGas?: bigint | undefined;
59024
- accessList?: viem491.AccessList | undefined;
59030
+ accessList?: viem0.AccessList | undefined;
59025
59031
  sidecars?: undefined;
59026
59032
  authorizationList?: undefined;
59027
59033
  chainId?: number | undefined;
59028
59034
  connector?: wagmi0.Connector | undefined;
59029
59035
  } | {
59030
- abi: abitype0.Abi;
59036
+ abi: abitype35.Abi;
59031
59037
  functionName: string;
59032
59038
  args?: readonly unknown[] | undefined;
59033
59039
  address: Address;
59034
- chain?: viem491.Chain | null | undefined;
59035
- account?: `0x${string}` | viem491.Account | null | undefined;
59040
+ chain?: viem0.Chain | null | undefined;
59041
+ account?: `0x${string}` | viem0.Account | null | undefined;
59036
59042
  value?: bigint | undefined;
59037
59043
  dataSuffix?: `0x${string}` | undefined;
59038
59044
  type?: "eip4844" | undefined;
59039
59045
  gas?: bigint | undefined;
59040
59046
  nonce?: number | undefined;
59041
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
59042
- blobVersionedHashes: readonly viem491.Hex[];
59047
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
59048
+ blobVersionedHashes: readonly viem0.Hex[];
59043
59049
  kzg?: undefined;
59044
59050
  gasPrice?: undefined | undefined;
59045
59051
  maxFeePerBlobGas?: bigint | undefined;
59046
59052
  maxFeePerGas?: bigint | undefined;
59047
59053
  maxPriorityFeePerGas?: bigint | undefined;
59048
- accessList?: viem491.AccessList | undefined;
59049
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59054
+ accessList?: viem0.AccessList | undefined;
59055
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59050
59056
  authorizationList?: undefined;
59051
59057
  chainId?: number | undefined;
59052
59058
  connector?: wagmi0.Connector | undefined;
59053
59059
  } | {
59054
- abi: abitype0.Abi;
59060
+ abi: abitype35.Abi;
59055
59061
  functionName: string;
59056
59062
  args?: readonly unknown[] | undefined;
59057
59063
  address: Address;
59058
- chain?: viem491.Chain | null | undefined;
59059
- account?: `0x${string}` | viem491.Account | null | undefined;
59064
+ chain?: viem0.Chain | null | undefined;
59065
+ account?: `0x${string}` | viem0.Account | null | undefined;
59060
59066
  value?: bigint | undefined;
59061
59067
  dataSuffix?: `0x${string}` | undefined;
59062
59068
  type?: "eip4844" | undefined;
59063
59069
  gas?: bigint | undefined;
59064
59070
  nonce?: number | undefined;
59065
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
59071
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
59066
59072
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
59067
- kzg?: viem491.Kzg | undefined;
59073
+ kzg?: viem0.Kzg | undefined;
59068
59074
  gasPrice?: undefined | undefined;
59069
59075
  maxFeePerBlobGas?: bigint | undefined;
59070
59076
  maxFeePerGas?: bigint | undefined;
59071
59077
  maxPriorityFeePerGas?: bigint | undefined;
59072
- accessList?: viem491.AccessList | undefined;
59073
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59078
+ accessList?: viem0.AccessList | undefined;
59079
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59074
59080
  authorizationList?: undefined;
59075
59081
  chainId?: number | undefined;
59076
59082
  connector?: wagmi0.Connector | undefined;
59077
59083
  } | {
59078
- abi: abitype0.Abi;
59084
+ abi: abitype35.Abi;
59079
59085
  functionName: string;
59080
59086
  args?: readonly unknown[] | undefined;
59081
59087
  address: Address;
59082
- chain?: viem491.Chain | null | undefined;
59083
- account?: `0x${string}` | viem491.Account | null | undefined;
59088
+ chain?: viem0.Chain | null | undefined;
59089
+ account?: `0x${string}` | viem0.Account | null | undefined;
59084
59090
  value?: bigint | undefined;
59085
59091
  dataSuffix?: `0x${string}` | undefined;
59086
59092
  type?: "eip7702" | undefined;
@@ -59093,23 +59099,17 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59093
59099
  maxFeePerBlobGas?: undefined | undefined;
59094
59100
  maxFeePerGas?: bigint | undefined;
59095
59101
  maxPriorityFeePerGas?: bigint | undefined;
59096
- accessList?: viem491.AccessList | undefined;
59102
+ accessList?: viem0.AccessList | undefined;
59097
59103
  sidecars?: undefined;
59098
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
59104
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
59099
59105
  chainId?: number | undefined;
59100
59106
  connector?: wagmi0.Connector | undefined;
59101
59107
  };
59102
- isError: false;
59103
59108
  isIdle: false;
59104
- isPending: true;
59105
- isSuccess: false;
59106
59109
  reset: () => void;
59107
59110
  context: unknown;
59108
- failureCount: number;
59109
- failureReason: _wagmi_core0.WriteContractErrorType | null;
59110
- isPaused: boolean;
59111
59111
  submittedAt: number;
59112
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
59112
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
59113
59113
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
59114
59114
  model: "static";
59115
59115
  } : Partial<OptionPricingParams> & {
@@ -59120,16 +59120,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59120
59120
  newPricingAddr: `0x${string}`;
59121
59121
  }>;
59122
59122
  } | {
59123
- data: undefined;
59124
59123
  error: _wagmi_core0.WriteContractErrorType;
59124
+ data: undefined;
59125
59125
  status: "error";
59126
+ isError: true;
59127
+ isPending: false;
59128
+ isSuccess: false;
59129
+ failureCount: number;
59130
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
59131
+ isPaused: boolean;
59126
59132
  variables: {
59127
- abi: abitype0.Abi;
59133
+ abi: abitype35.Abi;
59128
59134
  functionName: string;
59129
59135
  args?: readonly unknown[] | undefined;
59130
59136
  address: Address;
59131
- chain?: viem491.Chain | null | undefined;
59132
- account?: `0x${string}` | viem491.Account | null | undefined;
59137
+ chain?: viem0.Chain | null | undefined;
59138
+ account?: `0x${string}` | viem0.Account | null | undefined;
59133
59139
  value?: bigint | undefined;
59134
59140
  dataSuffix?: `0x${string}` | undefined;
59135
59141
  type?: "legacy" | undefined;
@@ -59148,12 +59154,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59148
59154
  chainId?: number | undefined;
59149
59155
  connector?: wagmi0.Connector | undefined;
59150
59156
  } | {
59151
- abi: abitype0.Abi;
59157
+ abi: abitype35.Abi;
59152
59158
  functionName: string;
59153
59159
  args?: readonly unknown[] | undefined;
59154
59160
  address: Address;
59155
- chain?: viem491.Chain | null | undefined;
59156
- account?: `0x${string}` | viem491.Account | null | undefined;
59161
+ chain?: viem0.Chain | null | undefined;
59162
+ account?: `0x${string}` | viem0.Account | null | undefined;
59157
59163
  value?: bigint | undefined;
59158
59164
  dataSuffix?: `0x${string}` | undefined;
59159
59165
  type?: "eip2930" | undefined;
@@ -59166,18 +59172,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59166
59172
  maxFeePerBlobGas?: undefined | undefined;
59167
59173
  maxFeePerGas?: undefined | undefined;
59168
59174
  maxPriorityFeePerGas?: undefined | undefined;
59169
- accessList?: viem491.AccessList | undefined;
59175
+ accessList?: viem0.AccessList | undefined;
59170
59176
  sidecars?: undefined;
59171
59177
  authorizationList?: undefined;
59172
59178
  chainId?: number | undefined;
59173
59179
  connector?: wagmi0.Connector | undefined;
59174
59180
  } | {
59175
- abi: abitype0.Abi;
59181
+ abi: abitype35.Abi;
59176
59182
  functionName: string;
59177
59183
  args?: readonly unknown[] | undefined;
59178
59184
  address: Address;
59179
- chain?: viem491.Chain | null | undefined;
59180
- account?: `0x${string}` | viem491.Account | null | undefined;
59185
+ chain?: viem0.Chain | null | undefined;
59186
+ account?: `0x${string}` | viem0.Account | null | undefined;
59181
59187
  value?: bigint | undefined;
59182
59188
  dataSuffix?: `0x${string}` | undefined;
59183
59189
  type?: "eip1559" | undefined;
@@ -59190,66 +59196,66 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59190
59196
  maxFeePerBlobGas?: undefined | undefined;
59191
59197
  maxFeePerGas?: bigint | undefined;
59192
59198
  maxPriorityFeePerGas?: bigint | undefined;
59193
- accessList?: viem491.AccessList | undefined;
59199
+ accessList?: viem0.AccessList | undefined;
59194
59200
  sidecars?: undefined;
59195
59201
  authorizationList?: undefined;
59196
59202
  chainId?: number | undefined;
59197
59203
  connector?: wagmi0.Connector | undefined;
59198
59204
  } | {
59199
- abi: abitype0.Abi;
59205
+ abi: abitype35.Abi;
59200
59206
  functionName: string;
59201
59207
  args?: readonly unknown[] | undefined;
59202
59208
  address: Address;
59203
- chain?: viem491.Chain | null | undefined;
59204
- account?: `0x${string}` | viem491.Account | null | undefined;
59209
+ chain?: viem0.Chain | null | undefined;
59210
+ account?: `0x${string}` | viem0.Account | null | undefined;
59205
59211
  value?: bigint | undefined;
59206
59212
  dataSuffix?: `0x${string}` | undefined;
59207
59213
  type?: "eip4844" | undefined;
59208
59214
  gas?: bigint | undefined;
59209
59215
  nonce?: number | undefined;
59210
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
59211
- blobVersionedHashes: readonly viem491.Hex[];
59216
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
59217
+ blobVersionedHashes: readonly viem0.Hex[];
59212
59218
  kzg?: undefined;
59213
59219
  gasPrice?: undefined | undefined;
59214
59220
  maxFeePerBlobGas?: bigint | undefined;
59215
59221
  maxFeePerGas?: bigint | undefined;
59216
59222
  maxPriorityFeePerGas?: bigint | undefined;
59217
- accessList?: viem491.AccessList | undefined;
59218
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59223
+ accessList?: viem0.AccessList | undefined;
59224
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59219
59225
  authorizationList?: undefined;
59220
59226
  chainId?: number | undefined;
59221
59227
  connector?: wagmi0.Connector | undefined;
59222
59228
  } | {
59223
- abi: abitype0.Abi;
59229
+ abi: abitype35.Abi;
59224
59230
  functionName: string;
59225
59231
  args?: readonly unknown[] | undefined;
59226
59232
  address: Address;
59227
- chain?: viem491.Chain | null | undefined;
59228
- account?: `0x${string}` | viem491.Account | null | undefined;
59233
+ chain?: viem0.Chain | null | undefined;
59234
+ account?: `0x${string}` | viem0.Account | null | undefined;
59229
59235
  value?: bigint | undefined;
59230
59236
  dataSuffix?: `0x${string}` | undefined;
59231
59237
  type?: "eip4844" | undefined;
59232
59238
  gas?: bigint | undefined;
59233
59239
  nonce?: number | undefined;
59234
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
59240
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
59235
59241
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
59236
- kzg?: viem491.Kzg | undefined;
59242
+ kzg?: viem0.Kzg | undefined;
59237
59243
  gasPrice?: undefined | undefined;
59238
59244
  maxFeePerBlobGas?: bigint | undefined;
59239
59245
  maxFeePerGas?: bigint | undefined;
59240
59246
  maxPriorityFeePerGas?: bigint | undefined;
59241
- accessList?: viem491.AccessList | undefined;
59242
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59247
+ accessList?: viem0.AccessList | undefined;
59248
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59243
59249
  authorizationList?: undefined;
59244
59250
  chainId?: number | undefined;
59245
59251
  connector?: wagmi0.Connector | undefined;
59246
59252
  } | {
59247
- abi: abitype0.Abi;
59253
+ abi: abitype35.Abi;
59248
59254
  functionName: string;
59249
59255
  args?: readonly unknown[] | undefined;
59250
59256
  address: Address;
59251
- chain?: viem491.Chain | null | undefined;
59252
- account?: `0x${string}` | viem491.Account | null | undefined;
59257
+ chain?: viem0.Chain | null | undefined;
59258
+ account?: `0x${string}` | viem0.Account | null | undefined;
59253
59259
  value?: bigint | undefined;
59254
59260
  dataSuffix?: `0x${string}` | undefined;
59255
59261
  type?: "eip7702" | undefined;
@@ -59262,23 +59268,17 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59262
59268
  maxFeePerBlobGas?: undefined | undefined;
59263
59269
  maxFeePerGas?: bigint | undefined;
59264
59270
  maxPriorityFeePerGas?: bigint | undefined;
59265
- accessList?: viem491.AccessList | undefined;
59271
+ accessList?: viem0.AccessList | undefined;
59266
59272
  sidecars?: undefined;
59267
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
59273
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
59268
59274
  chainId?: number | undefined;
59269
59275
  connector?: wagmi0.Connector | undefined;
59270
59276
  };
59271
- isError: true;
59272
59277
  isIdle: false;
59273
- isPending: false;
59274
- isSuccess: false;
59275
59278
  reset: () => void;
59276
59279
  context: unknown;
59277
- failureCount: number;
59278
- failureReason: _wagmi_core0.WriteContractErrorType | null;
59279
- isPaused: boolean;
59280
59280
  submittedAt: number;
59281
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
59281
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
59282
59282
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
59283
59283
  model: "static";
59284
59284
  } : Partial<OptionPricingParams> & {
@@ -59289,16 +59289,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59289
59289
  newPricingAddr: `0x${string}`;
59290
59290
  }>;
59291
59291
  } | {
59292
- data: `0x${string}`;
59293
59292
  error: null;
59293
+ data: `0x${string}`;
59294
59294
  status: "success";
59295
+ isError: false;
59296
+ isPending: false;
59297
+ isSuccess: true;
59298
+ failureCount: number;
59299
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
59300
+ isPaused: boolean;
59295
59301
  variables: {
59296
- abi: abitype0.Abi;
59302
+ abi: abitype35.Abi;
59297
59303
  functionName: string;
59298
59304
  args?: readonly unknown[] | undefined;
59299
59305
  address: Address;
59300
- chain?: viem491.Chain | null | undefined;
59301
- account?: `0x${string}` | viem491.Account | null | undefined;
59306
+ chain?: viem0.Chain | null | undefined;
59307
+ account?: `0x${string}` | viem0.Account | null | undefined;
59302
59308
  value?: bigint | undefined;
59303
59309
  dataSuffix?: `0x${string}` | undefined;
59304
59310
  type?: "legacy" | undefined;
@@ -59317,12 +59323,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59317
59323
  chainId?: number | undefined;
59318
59324
  connector?: wagmi0.Connector | undefined;
59319
59325
  } | {
59320
- abi: abitype0.Abi;
59326
+ abi: abitype35.Abi;
59321
59327
  functionName: string;
59322
59328
  args?: readonly unknown[] | undefined;
59323
59329
  address: Address;
59324
- chain?: viem491.Chain | null | undefined;
59325
- account?: `0x${string}` | viem491.Account | null | undefined;
59330
+ chain?: viem0.Chain | null | undefined;
59331
+ account?: `0x${string}` | viem0.Account | null | undefined;
59326
59332
  value?: bigint | undefined;
59327
59333
  dataSuffix?: `0x${string}` | undefined;
59328
59334
  type?: "eip2930" | undefined;
@@ -59335,18 +59341,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59335
59341
  maxFeePerBlobGas?: undefined | undefined;
59336
59342
  maxFeePerGas?: undefined | undefined;
59337
59343
  maxPriorityFeePerGas?: undefined | undefined;
59338
- accessList?: viem491.AccessList | undefined;
59344
+ accessList?: viem0.AccessList | undefined;
59339
59345
  sidecars?: undefined;
59340
59346
  authorizationList?: undefined;
59341
59347
  chainId?: number | undefined;
59342
59348
  connector?: wagmi0.Connector | undefined;
59343
59349
  } | {
59344
- abi: abitype0.Abi;
59350
+ abi: abitype35.Abi;
59345
59351
  functionName: string;
59346
59352
  args?: readonly unknown[] | undefined;
59347
59353
  address: Address;
59348
- chain?: viem491.Chain | null | undefined;
59349
- account?: `0x${string}` | viem491.Account | null | undefined;
59354
+ chain?: viem0.Chain | null | undefined;
59355
+ account?: `0x${string}` | viem0.Account | null | undefined;
59350
59356
  value?: bigint | undefined;
59351
59357
  dataSuffix?: `0x${string}` | undefined;
59352
59358
  type?: "eip1559" | undefined;
@@ -59359,66 +59365,66 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59359
59365
  maxFeePerBlobGas?: undefined | undefined;
59360
59366
  maxFeePerGas?: bigint | undefined;
59361
59367
  maxPriorityFeePerGas?: bigint | undefined;
59362
- accessList?: viem491.AccessList | undefined;
59368
+ accessList?: viem0.AccessList | undefined;
59363
59369
  sidecars?: undefined;
59364
59370
  authorizationList?: undefined;
59365
59371
  chainId?: number | undefined;
59366
59372
  connector?: wagmi0.Connector | undefined;
59367
59373
  } | {
59368
- abi: abitype0.Abi;
59374
+ abi: abitype35.Abi;
59369
59375
  functionName: string;
59370
59376
  args?: readonly unknown[] | undefined;
59371
59377
  address: Address;
59372
- chain?: viem491.Chain | null | undefined;
59373
- account?: `0x${string}` | viem491.Account | null | undefined;
59378
+ chain?: viem0.Chain | null | undefined;
59379
+ account?: `0x${string}` | viem0.Account | null | undefined;
59374
59380
  value?: bigint | undefined;
59375
59381
  dataSuffix?: `0x${string}` | undefined;
59376
59382
  type?: "eip4844" | undefined;
59377
59383
  gas?: bigint | undefined;
59378
59384
  nonce?: number | undefined;
59379
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
59380
- blobVersionedHashes: readonly viem491.Hex[];
59385
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
59386
+ blobVersionedHashes: readonly viem0.Hex[];
59381
59387
  kzg?: undefined;
59382
59388
  gasPrice?: undefined | undefined;
59383
59389
  maxFeePerBlobGas?: bigint | undefined;
59384
59390
  maxFeePerGas?: bigint | undefined;
59385
59391
  maxPriorityFeePerGas?: bigint | undefined;
59386
- accessList?: viem491.AccessList | undefined;
59387
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59392
+ accessList?: viem0.AccessList | undefined;
59393
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59388
59394
  authorizationList?: undefined;
59389
59395
  chainId?: number | undefined;
59390
59396
  connector?: wagmi0.Connector | undefined;
59391
59397
  } | {
59392
- abi: abitype0.Abi;
59398
+ abi: abitype35.Abi;
59393
59399
  functionName: string;
59394
59400
  args?: readonly unknown[] | undefined;
59395
59401
  address: Address;
59396
- chain?: viem491.Chain | null | undefined;
59397
- account?: `0x${string}` | viem491.Account | null | undefined;
59402
+ chain?: viem0.Chain | null | undefined;
59403
+ account?: `0x${string}` | viem0.Account | null | undefined;
59398
59404
  value?: bigint | undefined;
59399
59405
  dataSuffix?: `0x${string}` | undefined;
59400
59406
  type?: "eip4844" | undefined;
59401
59407
  gas?: bigint | undefined;
59402
59408
  nonce?: number | undefined;
59403
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
59409
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
59404
59410
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
59405
- kzg?: viem491.Kzg | undefined;
59411
+ kzg?: viem0.Kzg | undefined;
59406
59412
  gasPrice?: undefined | undefined;
59407
59413
  maxFeePerBlobGas?: bigint | undefined;
59408
59414
  maxFeePerGas?: bigint | undefined;
59409
59415
  maxPriorityFeePerGas?: bigint | undefined;
59410
- accessList?: viem491.AccessList | undefined;
59411
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
59416
+ accessList?: viem0.AccessList | undefined;
59417
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
59412
59418
  authorizationList?: undefined;
59413
59419
  chainId?: number | undefined;
59414
59420
  connector?: wagmi0.Connector | undefined;
59415
59421
  } | {
59416
- abi: abitype0.Abi;
59422
+ abi: abitype35.Abi;
59417
59423
  functionName: string;
59418
59424
  args?: readonly unknown[] | undefined;
59419
59425
  address: Address;
59420
- chain?: viem491.Chain | null | undefined;
59421
- account?: `0x${string}` | viem491.Account | null | undefined;
59426
+ chain?: viem0.Chain | null | undefined;
59427
+ account?: `0x${string}` | viem0.Account | null | undefined;
59422
59428
  value?: bigint | undefined;
59423
59429
  dataSuffix?: `0x${string}` | undefined;
59424
59430
  type?: "eip7702" | undefined;
@@ -59431,23 +59437,17 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59431
59437
  maxFeePerBlobGas?: undefined | undefined;
59432
59438
  maxFeePerGas?: bigint | undefined;
59433
59439
  maxPriorityFeePerGas?: bigint | undefined;
59434
- accessList?: viem491.AccessList | undefined;
59440
+ accessList?: viem0.AccessList | undefined;
59435
59441
  sidecars?: undefined;
59436
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
59442
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
59437
59443
  chainId?: number | undefined;
59438
59444
  connector?: wagmi0.Connector | undefined;
59439
59445
  };
59440
- isError: false;
59441
59446
  isIdle: false;
59442
- isPending: false;
59443
- isSuccess: true;
59444
59447
  reset: () => void;
59445
59448
  context: unknown;
59446
- failureCount: number;
59447
- failureReason: _wagmi_core0.WriteContractErrorType | null;
59448
- isPaused: boolean;
59449
59449
  submittedAt: number;
59450
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
59450
+ writeContract: wagmi_query7.WriteContractMutate<wagmi0.Config, unknown>;
59451
59451
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
59452
59452
  model: "static";
59453
59453
  } : Partial<OptionPricingParams> & {
@@ -59463,7 +59463,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
59463
59463
  declare const useLens: () => {
59464
59464
  timelockLens: {
59465
59465
  read: {
59466
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
59466
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59467
59467
  readonly type: "function";
59468
59468
  readonly name: "batchGetRefTick";
59469
59469
  readonly inputs: readonly [{
@@ -60402,7 +60402,7 @@ declare const useLens: () => {
60402
60402
  }];
60403
60403
  readonly stateMutability: "view";
60404
60404
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
60405
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
60405
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60406
60406
  readonly type: "function";
60407
60407
  readonly name: "batchGetRefTick";
60408
60408
  readonly inputs: readonly [{
@@ -61353,7 +61353,7 @@ declare const useLens: () => {
61353
61353
  borrowedAmount0: bigint;
61354
61354
  borrowedAmount1: bigint;
61355
61355
  }[]>;
61356
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
61356
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61357
61357
  readonly type: "function";
61358
61358
  readonly name: "batchGetRefTick";
61359
61359
  readonly inputs: readonly [{
@@ -62302,7 +62302,7 @@ declare const useLens: () => {
62302
62302
  expiresAt: number;
62303
62303
  liquidities: readonly bigint[];
62304
62304
  }[]>;
62305
- getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
62305
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
62306
62306
  readonly type: "function";
62307
62307
  readonly name: "batchGetRefTick";
62308
62308
  readonly inputs: readonly [{
@@ -63247,7 +63247,7 @@ declare const useLens: () => {
63247
63247
  minBaseFee: bigint;
63248
63248
  feeRecipient: `0x${string}`;
63249
63249
  }>;
63250
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
63250
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
63251
63251
  readonly type: "function";
63252
63252
  readonly name: "batchGetRefTick";
63253
63253
  readonly inputs: readonly [{
@@ -64202,7 +64202,7 @@ declare const useLens: () => {
64202
64202
  senderIsAdmin: boolean;
64203
64203
  senderIsPauser: boolean;
64204
64204
  }>;
64205
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
64205
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
64206
64206
  readonly type: "function";
64207
64207
  readonly name: "batchGetRefTick";
64208
64208
  readonly inputs: readonly [{
@@ -65141,7 +65141,7 @@ declare const useLens: () => {
65141
65141
  }];
65142
65142
  readonly stateMutability: "view";
65143
65143
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
65144
- getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
65144
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65145
65145
  readonly type: "function";
65146
65146
  readonly name: "batchGetRefTick";
65147
65147
  readonly inputs: readonly [{
@@ -66100,7 +66100,7 @@ declare const useLens: () => {
66100
66100
  optionAssetName: string;
66101
66101
  payoutAssetName: string;
66102
66102
  }>;
66103
- getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
66103
+ getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
66104
66104
  readonly type: "function";
66105
66105
  readonly name: "batchGetRefTick";
66106
66106
  readonly inputs: readonly [{
@@ -67044,7 +67044,7 @@ declare const useLens: () => {
67044
67044
  feeStrategy: `0x${string}`;
67045
67045
  owner: `0x${string}`;
67046
67046
  }>;
67047
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
67047
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67048
67048
  readonly type: "function";
67049
67049
  readonly name: "batchGetRefTick";
67050
67050
  readonly inputs: readonly [{
@@ -67983,7 +67983,7 @@ declare const useLens: () => {
67983
67983
  }];
67984
67984
  readonly stateMutability: "view";
67985
67985
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
67986
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
67986
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67987
67987
  readonly type: "function";
67988
67988
  readonly name: "batchGetRefTick";
67989
67989
  readonly inputs: readonly [{
@@ -68922,7 +68922,7 @@ declare const useLens: () => {
68922
68922
  }];
68923
68923
  readonly stateMutability: "view";
68924
68924
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
68925
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
68925
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
68926
68926
  readonly type: "function";
68927
68927
  readonly name: "batchGetRefTick";
68928
68928
  readonly inputs: readonly [{
@@ -69861,7 +69861,7 @@ declare const useLens: () => {
69861
69861
  }];
69862
69862
  readonly stateMutability: "view";
69863
69863
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
69864
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
69864
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69865
69865
  readonly type: "function";
69866
69866
  readonly name: "batchGetRefTick";
69867
69867
  readonly inputs: readonly [{
@@ -70800,7 +70800,7 @@ declare const useLens: () => {
70800
70800
  }];
70801
70801
  readonly stateMutability: "view";
70802
70802
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
70803
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
70803
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
70804
70804
  readonly type: "function";
70805
70805
  readonly name: "batchGetRefTick";
70806
70806
  readonly inputs: readonly [{
@@ -71749,7 +71749,7 @@ declare const useLens: () => {
71749
71749
  expiresAt: number;
71750
71750
  liquidities: readonly bigint[];
71751
71751
  }>;
71752
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
71752
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
71753
71753
  readonly type: "function";
71754
71754
  readonly name: "batchGetRefTick";
71755
71755
  readonly inputs: readonly [{
@@ -72694,7 +72694,7 @@ declare const useLens: () => {
72694
72694
  minPremiumDailyRate: number;
72695
72695
  minPremiumAmount: bigint;
72696
72696
  }>;
72697
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
72697
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72698
72698
  readonly type: "function";
72699
72699
  readonly name: "batchGetRefTick";
72700
72700
  readonly inputs: readonly [{
@@ -73649,7 +73649,7 @@ declare const useLens: () => {
73649
73649
  fee: number;
73650
73650
  tickSpacing: number;
73651
73651
  hooks: `0x${string}`;
73652
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
73652
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
73653
73653
  readonly type: "function";
73654
73654
  readonly name: "batchGetRefTick";
73655
73655
  readonly inputs: readonly [{
@@ -74605,7 +74605,7 @@ declare const useLens: () => {
74605
74605
  tickSpacing: number;
74606
74606
  fee: number;
74607
74607
  }>;
74608
- getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
74608
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
74609
74609
  readonly type: "function";
74610
74610
  readonly name: "batchGetRefTick";
74611
74611
  readonly inputs: readonly [{
@@ -75544,7 +75544,7 @@ declare const useLens: () => {
75544
75544
  }];
75545
75545
  readonly stateMutability: "view";
75546
75546
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
75547
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
75547
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
75548
75548
  readonly type: "function";
75549
75549
  readonly name: "batchGetRefTick";
75550
75550
  readonly inputs: readonly [{
@@ -76483,7 +76483,7 @@ declare const useLens: () => {
76483
76483
  }];
76484
76484
  readonly stateMutability: "view";
76485
76485
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
76486
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
76486
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
76487
76487
  readonly type: "function";
76488
76488
  readonly name: "batchGetRefTick";
76489
76489
  readonly inputs: readonly [{
@@ -77425,7 +77425,7 @@ declare const useLens: () => {
77425
77425
  dailyFundingRate: number;
77426
77426
  minFundingAmount: bigint;
77427
77427
  }>;
77428
- getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
77428
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
77429
77429
  readonly type: "function";
77430
77430
  readonly name: "batchGetRefTick";
77431
77431
  readonly inputs: readonly [{
@@ -78368,7 +78368,7 @@ declare const useLens: () => {
78368
78368
  symbol: string;
78369
78369
  name: string;
78370
78370
  }>;
78371
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
78371
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
78372
78372
  readonly type: "function";
78373
78373
  readonly name: "batchGetRefTick";
78374
78374
  readonly inputs: readonly [{
@@ -79317,7 +79317,7 @@ declare const useLens: () => {
79317
79317
  expiresAt: number;
79318
79318
  liquidities: readonly bigint[];
79319
79319
  }[], bigint, boolean]>;
79320
- getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
79320
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
79321
79321
  readonly type: "function";
79322
79322
  readonly name: "batchGetRefTick";
79323
79323
  readonly inputs: readonly [{
@@ -80266,7 +80266,7 @@ declare const useLens: () => {
80266
80266
  };
80267
80267
  owner: `0x${string}`;
80268
80268
  }>;
80269
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
80269
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
80270
80270
  readonly type: "function";
80271
80271
  readonly name: "batchGetRefTick";
80272
80272
  readonly inputs: readonly [{
@@ -82149,7 +82149,7 @@ declare const useLens: () => {
82149
82149
  } | undefined;
82150
82150
  stateView: {
82151
82151
  read: {
82152
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
82152
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
82153
82153
  readonly type: "function";
82154
82154
  readonly name: "getFeeGrowthGlobals";
82155
82155
  readonly inputs: readonly [{
@@ -82996,7 +82996,7 @@ declare const useLens: () => {
82996
82996
  fee: number;
82997
82997
  tickSpacing: number;
82998
82998
  hooks: `0x${string}`;
82999
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
82999
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
83000
83000
  readonly type: "function";
83001
83001
  readonly name: "getFeeGrowthGlobals";
83002
83002
  readonly inputs: readonly [{
@@ -83838,7 +83838,7 @@ declare const useLens: () => {
83838
83838
  tickSpacing: number;
83839
83839
  hooks: `0x${string}`;
83840
83840
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
83841
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
83841
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
83842
83842
  readonly type: "function";
83843
83843
  readonly name: "getFeeGrowthGlobals";
83844
83844
  readonly inputs: readonly [{
@@ -84685,7 +84685,7 @@ declare const useLens: () => {
84685
84685
  fee: number;
84686
84686
  tickSpacing: number;
84687
84687
  hooks: `0x${string}`;
84688
- }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
84688
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
84689
84689
  readonly type: "function";
84690
84690
  readonly name: "getFeeGrowthGlobals";
84691
84691
  readonly inputs: readonly [{
@@ -85527,7 +85527,7 @@ declare const useLens: () => {
85527
85527
  tickSpacing: number;
85528
85528
  hooks: `0x${string}`;
85529
85529
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
85530
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
85530
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
85531
85531
  readonly type: "function";
85532
85532
  readonly name: "getFeeGrowthGlobals";
85533
85533
  readonly inputs: readonly [{
@@ -86374,7 +86374,7 @@ declare const useLens: () => {
86374
86374
  fee: number;
86375
86375
  tickSpacing: number;
86376
86376
  hooks: `0x${string}`;
86377
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
86377
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
86378
86378
  readonly type: "function";
86379
86379
  readonly name: "getFeeGrowthGlobals";
86380
86380
  readonly inputs: readonly [{
@@ -87216,7 +87216,7 @@ declare const useLens: () => {
87216
87216
  tickSpacing: number;
87217
87217
  hooks: `0x${string}`;
87218
87218
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
87219
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
87219
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
87220
87220
  readonly type: "function";
87221
87221
  readonly name: "getFeeGrowthGlobals";
87222
87222
  readonly inputs: readonly [{
@@ -88063,7 +88063,7 @@ declare const useLens: () => {
88063
88063
  fee: number;
88064
88064
  tickSpacing: number;
88065
88065
  hooks: `0x${string}`;
88066
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
88066
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
88067
88067
  readonly type: "function";
88068
88068
  readonly name: "getFeeGrowthGlobals";
88069
88069
  readonly inputs: readonly [{
@@ -88916,7 +88916,7 @@ declare const useLens: () => {
88916
88916
  fee: number;
88917
88917
  tickSpacing: number;
88918
88918
  hooks: `0x${string}`;
88919
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
88919
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
88920
88920
  readonly type: "function";
88921
88921
  readonly name: "getFeeGrowthGlobals";
88922
88922
  readonly inputs: readonly [{
@@ -89769,7 +89769,7 @@ declare const useLens: () => {
89769
89769
  fee: number;
89770
89770
  tickSpacing: number;
89771
89771
  hooks: `0x${string}`;
89772
- }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
89772
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
89773
89773
  readonly type: "function";
89774
89774
  readonly name: "getFeeGrowthGlobals";
89775
89775
  readonly inputs: readonly [{
@@ -90617,7 +90617,7 @@ declare const useLens: () => {
90617
90617
  tickSpacing: number;
90618
90618
  hooks: `0x${string}`;
90619
90619
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
90620
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
90620
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
90621
90621
  readonly type: "function";
90622
90622
  readonly name: "getFeeGrowthGlobals";
90623
90623
  readonly inputs: readonly [{
@@ -91464,7 +91464,7 @@ declare const useLens: () => {
91464
91464
  fee: number;
91465
91465
  tickSpacing: number;
91466
91466
  hooks: `0x${string}`;
91467
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
91467
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
91468
91468
  readonly type: "function";
91469
91469
  readonly name: "getFeeGrowthGlobals";
91470
91470
  readonly inputs: readonly [{
@@ -92312,7 +92312,7 @@ declare const useLens: () => {
92312
92312
  fee: number;
92313
92313
  tickSpacing: number;
92314
92314
  hooks: `0x${string}`;
92315
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
92315
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
92316
92316
  readonly type: "function";
92317
92317
  readonly name: "getFeeGrowthGlobals";
92318
92318
  readonly inputs: readonly [{
@@ -93154,7 +93154,7 @@ declare const useLens: () => {
93154
93154
  tickSpacing: number;
93155
93155
  hooks: `0x${string}`;
93156
93156
  }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
93157
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
93157
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93158
93158
  readonly type: "function";
93159
93159
  readonly name: "getFeeGrowthGlobals";
93160
93160
  readonly inputs: readonly [{
@@ -93990,7 +93990,7 @@ declare const useLens: () => {
93990
93990
  }];
93991
93991
  readonly stateMutability: "view";
93992
93992
  }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
93993
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
93993
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93994
93994
  readonly type: "function";
93995
93995
  readonly name: "getFeeGrowthGlobals";
93996
93996
  readonly inputs: readonly [{
@@ -94837,7 +94837,7 @@ declare const useLens: () => {
94837
94837
  fee: number;
94838
94838
  tickSpacing: number;
94839
94839
  hooks: `0x${string}`;
94840
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
94840
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
94841
94841
  readonly type: "function";
94842
94842
  readonly name: "getFeeGrowthGlobals";
94843
94843
  readonly inputs: readonly [{
@@ -95679,7 +95679,7 @@ declare const useLens: () => {
95679
95679
  tickSpacing: number;
95680
95680
  hooks: `0x${string}`;
95681
95681
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
95682
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
95682
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
95683
95683
  readonly type: "function";
95684
95684
  readonly name: "getFeeGrowthGlobals";
95685
95685
  readonly inputs: readonly [{
@@ -96526,7 +96526,7 @@ declare const useLens: () => {
96526
96526
  fee: number;
96527
96527
  tickSpacing: number;
96528
96528
  hooks: `0x${string}`;
96529
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
96529
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
96530
96530
  readonly type: "function";
96531
96531
  readonly name: "getFeeGrowthGlobals";
96532
96532
  readonly inputs: readonly [{
@@ -97368,7 +97368,7 @@ declare const useLens: () => {
97368
97368
  tickSpacing: number;
97369
97369
  hooks: `0x${string}`;
97370
97370
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
97371
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
97371
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
97372
97372
  readonly type: "function";
97373
97373
  readonly name: "getFeeGrowthGlobals";
97374
97374
  readonly inputs: readonly [{
@@ -98215,7 +98215,7 @@ declare const useLens: () => {
98215
98215
  fee: number;
98216
98216
  tickSpacing: number;
98217
98217
  hooks: `0x${string}`;
98218
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
98218
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
98219
98219
  readonly type: "function";
98220
98220
  readonly name: "getFeeGrowthGlobals";
98221
98221
  readonly inputs: readonly [{
@@ -99057,7 +99057,7 @@ declare const useLens: () => {
99057
99057
  tickSpacing: number;
99058
99058
  hooks: `0x${string}`;
99059
99059
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
99060
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
99060
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
99061
99061
  readonly type: "function";
99062
99062
  readonly name: "getFeeGrowthGlobals";
99063
99063
  readonly inputs: readonly [{
@@ -99904,7 +99904,7 @@ declare const useLens: () => {
99904
99904
  fee: number;
99905
99905
  tickSpacing: number;
99906
99906
  hooks: `0x${string}`;
99907
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
99907
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
99908
99908
  readonly type: "function";
99909
99909
  readonly name: "getFeeGrowthGlobals";
99910
99910
  readonly inputs: readonly [{
@@ -101588,4 +101588,4 @@ declare const useLens: () => {
101588
101588
  };
101589
101589
  //#endregion
101590
101590
  export { PriceResolution as $, stateViews as $t, useCurrentPrice as A, formatVagueAmount as At, getPriceAtTick as B, useMarketVolume as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatAmount as Dt, usePriceHistory as E, EMPTY_ARRAY as Et, getPayoutAtTick as F, wrapAmount as Ft, liquiditiesToAmounts as G, useTimelockConfig as Gt, getTickAtPrice as H, useMarketData as Ht, PRICE_PRECISION as I, wrapAmountUnscaled as It, token0ToToken1AtTick as J, TimelockMarketData as Jt, roundTick as K, TimelockLens as Kt, getAmountsFromLiquidity as L, wrapPrice as Lt, UniswapPoolData as M, scalePrice as Mt, usePoolData as N, unscaleAmount as Nt, usePriceAtTick as O, formatCondensed as Ot, getPayoutAtPrice as P, unscalePrice as Pt, PriceDataPoint as Q, getTimelockMarket as Qt, getNearestValidStrikeTick as R, wrapPriceUnscaled as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, TimelockProvider as Ut, getSqrtPriceX96AtPrice as V, useMarketState as Vt, liquiditiesToAmount1 as W, useCurrentMarket as Wt, token1ToToken0AtTick as X, getStateView as Xt, token1ToToken0 as Y, getErc20 as Yt, PriceData as Z, getTimelockLens as Zt, useTokenData as _, useOptionPremium as _t, OptionPricingParams as a, useActiveUserPerps as at, batchGetAmountsFromLiquidity as b, OptionData as bt, usePricingParams as c, usePerpsOperator as ct, usePauseMarketTrading as d, ExerciseOptionEvent as dt, swapRouters as en, getCurrentPrice as et, usePauseGlobalTrading as f, ExtendEvent as ft, TokenData as g, useExtendOption as gt, useTokenBalance as h, useOptionTimeline as ht, useOptionPricingParams as i, useOperatorPerms as it, PoolKey as j, scaleAmount as jt, useCurrentTick as k, formatUSD as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, timelockFactories as nn, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarket as qt, useStaticPricingParams as r, timelockLenses as rn, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, swappers as tn, getPriceHistory as tt, useFeeRates as u, useMintPerp as ut, useVaultTVL as v, useOptionPnl as vt, useBurnLiquidity as w, useMaxPositionSize as wt, useMintLiquidity as x, useActiveUserOptions as xt, useVaultData as y, useExerciseOption as yt, getPriceAtSqrtPriceX96 as z, zero as zt };
101591
- //# sourceMappingURL=client-BFfw9ee6.d.cts.map
101591
+ //# sourceMappingURL=client-DNpVpttQ.d.ts.map