timelock-sdk 0.0.196 → 0.0.197

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,10 +1,10 @@
1
1
  import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-BVrCBIJQ.cjs";
2
- import * as viem491 from "viem";
2
+ import * as viem0 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
4
  import React, { ReactNode } from "react";
5
5
  import "graphql";
6
6
  import { GraphQLClient, RequestOptions } from "graphql-request";
7
- import * as _tanstack_react_query1 from "@tanstack/react-query";
7
+ import * as _tanstack_react_query0 from "@tanstack/react-query";
8
8
  import { NonUndefinedGuard } from "@tanstack/react-query";
9
9
  import * as wagmi0 from "wagmi";
10
10
  import * as _tanstack_query_core0 from "@tanstack/query-core";
@@ -249,7 +249,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
249
249
  };
250
250
  declare const getErc20: (address: Address, client: Client) => {
251
251
  read: {
252
- symbol: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
252
+ symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
253
253
  readonly type: "constructor";
254
254
  readonly inputs: readonly [{
255
255
  readonly name: "name_";
@@ -427,8 +427,8 @@ declare const getErc20: (address: Address, client: Client) => {
427
427
  readonly internalType: "bool";
428
428
  }];
429
429
  readonly stateMutability: "nonpayable";
430
- }], "symbol", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
431
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
430
+ }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
431
+ decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
432
432
  readonly type: "constructor";
433
433
  readonly inputs: readonly [{
434
434
  readonly name: "name_";
@@ -606,8 +606,8 @@ declare const getErc20: (address: Address, client: Client) => {
606
606
  readonly internalType: "bool";
607
607
  }];
608
608
  readonly stateMutability: "nonpayable";
609
- }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
610
- balanceOf: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
609
+ }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
610
+ name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
611
611
  readonly type: "constructor";
612
612
  readonly inputs: readonly [{
613
613
  readonly name: "name_";
@@ -785,8 +785,8 @@ declare const getErc20: (address: Address, client: Client) => {
785
785
  readonly internalType: "bool";
786
786
  }];
787
787
  readonly stateMutability: "nonpayable";
788
- }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
789
- decimals: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
788
+ }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
789
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
790
790
  readonly type: "constructor";
791
791
  readonly inputs: readonly [{
792
792
  readonly name: "name_";
@@ -964,8 +964,8 @@ declare const getErc20: (address: Address, client: Client) => {
964
964
  readonly internalType: "bool";
965
965
  }];
966
966
  readonly stateMutability: "nonpayable";
967
- }], "decimals", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
968
- name: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
967
+ }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
968
+ balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
969
969
  readonly type: "constructor";
970
970
  readonly inputs: readonly [{
971
971
  readonly name: "name_";
@@ -1143,8 +1143,8 @@ declare const getErc20: (address: Address, client: Client) => {
1143
1143
  readonly internalType: "bool";
1144
1144
  }];
1145
1145
  readonly stateMutability: "nonpayable";
1146
- }], "name", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
1147
- totalSupply: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
1146
+ }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1147
+ totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1148
1148
  readonly type: "constructor";
1149
1149
  readonly inputs: readonly [{
1150
1150
  readonly name: "name_";
@@ -1322,10 +1322,10 @@ declare const getErc20: (address: Address, client: Client) => {
1322
1322
  readonly internalType: "bool";
1323
1323
  }];
1324
1324
  readonly stateMutability: "nonpayable";
1325
- }], "totalSupply", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
1325
+ }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1326
1326
  };
1327
1327
  estimateGas: {
1328
- approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1328
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1329
1329
  readonly type: "constructor";
1330
1330
  readonly inputs: readonly [{
1331
1331
  readonly name: "name_";
@@ -1503,8 +1503,8 @@ declare const getErc20: (address: Address, client: Client) => {
1503
1503
  readonly internalType: "bool";
1504
1504
  }];
1505
1505
  readonly stateMutability: "nonpayable";
1506
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
1507
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1506
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1507
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1508
1508
  readonly type: "constructor";
1509
1509
  readonly inputs: readonly [{
1510
1510
  readonly name: "name_";
@@ -1682,8 +1682,8 @@ declare const getErc20: (address: Address, client: Client) => {
1682
1682
  readonly internalType: "bool";
1683
1683
  }];
1684
1684
  readonly stateMutability: "nonpayable";
1685
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
1686
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1685
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1686
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1687
1687
  readonly type: "constructor";
1688
1688
  readonly inputs: readonly [{
1689
1689
  readonly name: "name_";
@@ -1861,8 +1861,8 @@ declare const getErc20: (address: Address, client: Client) => {
1861
1861
  readonly internalType: "bool";
1862
1862
  }];
1863
1863
  readonly stateMutability: "nonpayable";
1864
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
1865
- transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1864
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1865
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1866
1866
  readonly type: "constructor";
1867
1867
  readonly inputs: readonly [{
1868
1868
  readonly name: "name_";
@@ -2040,8 +2040,8 @@ declare const getErc20: (address: Address, client: Client) => {
2040
2040
  readonly internalType: "bool";
2041
2041
  }];
2042
2042
  readonly stateMutability: "nonpayable";
2043
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2044
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2043
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2044
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2045
2045
  readonly type: "constructor";
2046
2046
  readonly inputs: readonly [{
2047
2047
  readonly name: "name_";
@@ -2219,9 +2219,9 @@ declare const getErc20: (address: Address, client: Client) => {
2219
2219
  readonly internalType: "bool";
2220
2220
  }];
2221
2221
  readonly stateMutability: "nonpayable";
2222
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2222
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2223
2223
  } & {
2224
- approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2224
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2225
2225
  readonly type: "constructor";
2226
2226
  readonly inputs: readonly [{
2227
2227
  readonly name: "name_";
@@ -2399,8 +2399,8 @@ declare const getErc20: (address: Address, client: Client) => {
2399
2399
  readonly internalType: "bool";
2400
2400
  }];
2401
2401
  readonly stateMutability: "nonpayable";
2402
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2403
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2402
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2403
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2404
2404
  readonly type: "constructor";
2405
2405
  readonly inputs: readonly [{
2406
2406
  readonly name: "name_";
@@ -2578,8 +2578,8 @@ declare const getErc20: (address: Address, client: Client) => {
2578
2578
  readonly internalType: "bool";
2579
2579
  }];
2580
2580
  readonly stateMutability: "nonpayable";
2581
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2582
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2581
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2582
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2583
2583
  readonly type: "constructor";
2584
2584
  readonly inputs: readonly [{
2585
2585
  readonly name: "name_";
@@ -2757,8 +2757,8 @@ declare const getErc20: (address: Address, client: Client) => {
2757
2757
  readonly internalType: "bool";
2758
2758
  }];
2759
2759
  readonly stateMutability: "nonpayable";
2760
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2761
- transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2760
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2761
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2762
2762
  readonly type: "constructor";
2763
2763
  readonly inputs: readonly [{
2764
2764
  readonly name: "name_";
@@ -2936,8 +2936,8 @@ declare const getErc20: (address: Address, client: Client) => {
2936
2936
  readonly internalType: "bool";
2937
2937
  }];
2938
2938
  readonly stateMutability: "nonpayable";
2939
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2940
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2939
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2940
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2941
2941
  readonly type: "constructor";
2942
2942
  readonly inputs: readonly [{
2943
2943
  readonly name: "name_";
@@ -3115,10 +3115,10 @@ declare const getErc20: (address: Address, client: Client) => {
3115
3115
  readonly internalType: "bool";
3116
3116
  }];
3117
3117
  readonly stateMutability: "nonpayable";
3118
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
3118
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3119
3119
  };
3120
3120
  simulate: {
3121
- approve: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3121
+ approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3122
3122
  readonly type: "constructor";
3123
3123
  readonly inputs: readonly [{
3124
3124
  readonly name: "name_";
@@ -3296,7 +3296,7 @@ declare const getErc20: (address: Address, client: Client) => {
3296
3296
  readonly internalType: "bool";
3297
3297
  }];
3298
3298
  readonly stateMutability: "nonpayable";
3299
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3299
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3300
3300
  readonly type: "constructor";
3301
3301
  readonly inputs: readonly [{
3302
3302
  readonly name: "name_";
@@ -3474,8 +3474,8 @@ declare const getErc20: (address: Address, client: Client) => {
3474
3474
  readonly internalType: "bool";
3475
3475
  }];
3476
3476
  readonly stateMutability: "nonpayable";
3477
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
3478
- decreaseAllowance: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3477
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3478
+ transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3479
3479
  readonly type: "constructor";
3480
3480
  readonly inputs: readonly [{
3481
3481
  readonly name: "name_";
@@ -3653,7 +3653,7 @@ declare const getErc20: (address: Address, client: Client) => {
3653
3653
  readonly internalType: "bool";
3654
3654
  }];
3655
3655
  readonly stateMutability: "nonpayable";
3656
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3656
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3657
3657
  readonly type: "constructor";
3658
3658
  readonly inputs: readonly [{
3659
3659
  readonly name: "name_";
@@ -3831,8 +3831,8 @@ declare const getErc20: (address: Address, client: Client) => {
3831
3831
  readonly internalType: "bool";
3832
3832
  }];
3833
3833
  readonly stateMutability: "nonpayable";
3834
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
3835
- increaseAllowance: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3834
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3835
+ 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 [{
3836
3836
  readonly type: "constructor";
3837
3837
  readonly inputs: readonly [{
3838
3838
  readonly name: "name_";
@@ -4010,7 +4010,7 @@ declare const getErc20: (address: Address, client: Client) => {
4010
4010
  readonly internalType: "bool";
4011
4011
  }];
4012
4012
  readonly stateMutability: "nonpayable";
4013
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4013
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4014
4014
  readonly type: "constructor";
4015
4015
  readonly inputs: readonly [{
4016
4016
  readonly name: "name_";
@@ -4188,8 +4188,8 @@ declare const getErc20: (address: Address, client: Client) => {
4188
4188
  readonly internalType: "bool";
4189
4189
  }];
4190
4190
  readonly stateMutability: "nonpayable";
4191
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4192
- transfer: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
4191
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4192
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4193
4193
  readonly type: "constructor";
4194
4194
  readonly inputs: readonly [{
4195
4195
  readonly name: "name_";
@@ -4367,7 +4367,7 @@ declare const getErc20: (address: Address, client: Client) => {
4367
4367
  readonly internalType: "bool";
4368
4368
  }];
4369
4369
  readonly stateMutability: "nonpayable";
4370
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4370
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4371
4371
  readonly type: "constructor";
4372
4372
  readonly inputs: readonly [{
4373
4373
  readonly name: "name_";
@@ -4545,8 +4545,8 @@ declare const getErc20: (address: Address, client: Client) => {
4545
4545
  readonly internalType: "bool";
4546
4546
  }];
4547
4547
  readonly stateMutability: "nonpayable";
4548
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4549
- transferFrom: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
4548
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4549
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4550
4550
  readonly type: "constructor";
4551
4551
  readonly inputs: readonly [{
4552
4552
  readonly name: "name_";
@@ -4724,7 +4724,7 @@ declare const getErc20: (address: Address, client: Client) => {
4724
4724
  readonly internalType: "bool";
4725
4725
  }];
4726
4726
  readonly stateMutability: "nonpayable";
4727
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4727
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4728
4728
  readonly type: "constructor";
4729
4729
  readonly inputs: readonly [{
4730
4730
  readonly name: "name_";
@@ -4902,10 +4902,10 @@ declare const getErc20: (address: Address, client: Client) => {
4902
4902
  readonly internalType: "bool";
4903
4903
  }];
4904
4904
  readonly stateMutability: "nonpayable";
4905
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4905
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4906
4906
  };
4907
4907
  write: {
4908
- approve: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
4908
+ approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4909
4909
  readonly type: "constructor";
4910
4910
  readonly inputs: readonly [{
4911
4911
  readonly name: "name_";
@@ -5083,8 +5083,8 @@ declare const getErc20: (address: Address, client: Client) => {
5083
5083
  readonly internalType: "bool";
5084
5084
  }];
5085
5085
  readonly stateMutability: "nonpayable";
5086
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5087
- decreaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5086
+ }], "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>;
5087
+ transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5088
5088
  readonly type: "constructor";
5089
5089
  readonly inputs: readonly [{
5090
5090
  readonly name: "name_";
@@ -5262,8 +5262,8 @@ declare const getErc20: (address: Address, client: Client) => {
5262
5262
  readonly internalType: "bool";
5263
5263
  }];
5264
5264
  readonly stateMutability: "nonpayable";
5265
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5266
- increaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5265
+ }], "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>;
5266
+ transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5267
5267
  readonly type: "constructor";
5268
5268
  readonly inputs: readonly [{
5269
5269
  readonly name: "name_";
@@ -5441,8 +5441,8 @@ declare const getErc20: (address: Address, client: Client) => {
5441
5441
  readonly internalType: "bool";
5442
5442
  }];
5443
5443
  readonly stateMutability: "nonpayable";
5444
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5445
- transfer: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5444
+ }], "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>;
5445
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5446
5446
  readonly type: "constructor";
5447
5447
  readonly inputs: readonly [{
5448
5448
  readonly name: "name_";
@@ -5620,8 +5620,8 @@ declare const getErc20: (address: Address, client: Client) => {
5620
5620
  readonly internalType: "bool";
5621
5621
  }];
5622
5622
  readonly stateMutability: "nonpayable";
5623
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5624
- transferFrom: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5623
+ }], "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>;
5624
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5625
5625
  readonly type: "constructor";
5626
5626
  readonly inputs: readonly [{
5627
5627
  readonly name: "name_";
@@ -5799,7 +5799,7 @@ declare const getErc20: (address: Address, client: Client) => {
5799
5799
  readonly internalType: "bool";
5800
5800
  }];
5801
5801
  readonly stateMutability: "nonpayable";
5802
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5802
+ }], "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>;
5803
5803
  };
5804
5804
  address: `0x${string}`;
5805
5805
  abi: readonly [{
@@ -5985,7 +5985,7 @@ declare const getErc20: (address: Address, client: Client) => {
5985
5985
  declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
5986
5986
  declare const getStateView: (client: PublicClient, address?: Address) => Promise<{
5987
5987
  read: {
5988
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
5988
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
5989
5989
  readonly type: "function";
5990
5990
  readonly name: "getFeeGrowthGlobals";
5991
5991
  readonly inputs: readonly [{
@@ -6826,13 +6826,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
6826
6826
  fee: number;
6827
6827
  tickSpacing: number;
6828
6828
  hooks: `0x${string}`;
6829
- }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
6829
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
6830
6830
  currency0: `0x${string}`;
6831
6831
  currency1: `0x${string}`;
6832
6832
  fee: number;
6833
6833
  tickSpacing: number;
6834
6834
  hooks: `0x${string}`;
6835
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
6835
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6836
6836
  readonly type: "function";
6837
6837
  readonly name: "getFeeGrowthGlobals";
6838
6838
  readonly inputs: readonly [{
@@ -7673,8 +7673,8 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
7673
7673
  fee: number;
7674
7674
  tickSpacing: number;
7675
7675
  hooks: `0x${string}`;
7676
- }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
7677
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
7676
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
7677
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7678
7678
  readonly type: "function";
7679
7679
  readonly name: "getFeeGrowthGlobals";
7680
7680
  readonly inputs: readonly [{
@@ -8515,13 +8515,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
8515
8515
  fee: number;
8516
8516
  tickSpacing: number;
8517
8517
  hooks: `0x${string}`;
8518
- }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
8518
+ }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
8519
8519
  currency0: `0x${string}`;
8520
8520
  currency1: `0x${string}`;
8521
8521
  fee: number;
8522
8522
  tickSpacing: number;
8523
8523
  hooks: `0x${string}`;
8524
- }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
8524
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8525
8525
  readonly type: "function";
8526
8526
  readonly name: "getFeeGrowthGlobals";
8527
8527
  readonly inputs: readonly [{
@@ -9362,8 +9362,8 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
9362
9362
  fee: number;
9363
9363
  tickSpacing: number;
9364
9364
  hooks: `0x${string}`;
9365
- }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
9366
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
9365
+ }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
9366
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9367
9367
  readonly type: "function";
9368
9368
  readonly name: "getFeeGrowthGlobals";
9369
9369
  readonly inputs: readonly [{
@@ -10204,13 +10204,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
10204
10204
  fee: number;
10205
10205
  tickSpacing: number;
10206
10206
  hooks: `0x${string}`;
10207
- }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
10207
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
10208
10208
  currency0: `0x${string}`;
10209
10209
  currency1: `0x${string}`;
10210
10210
  fee: number;
10211
10211
  tickSpacing: number;
10212
10212
  hooks: `0x${string}`;
10213
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
10213
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10214
10214
  readonly type: "function";
10215
10215
  readonly name: "getFeeGrowthGlobals";
10216
10216
  readonly inputs: readonly [{
@@ -11051,8 +11051,8 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11051
11051
  fee: number;
11052
11052
  tickSpacing: number;
11053
11053
  hooks: `0x${string}`;
11054
- }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
11055
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11054
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
11055
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11056
11056
  readonly type: "function";
11057
11057
  readonly name: "getFeeGrowthGlobals";
11058
11058
  readonly inputs: readonly [{
@@ -11899,7 +11899,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11899
11899
  fee: number;
11900
11900
  tickSpacing: number;
11901
11901
  hooks: `0x${string}`;
11902
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11902
+ }, `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 [{
11903
11903
  readonly type: "function";
11904
11904
  readonly name: "getFeeGrowthGlobals";
11905
11905
  readonly inputs: readonly [{
@@ -12746,13 +12746,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
12746
12746
  fee: number;
12747
12747
  tickSpacing: number;
12748
12748
  hooks: `0x${string}`;
12749
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
12749
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
12750
12750
  currency0: `0x${string}`;
12751
12751
  currency1: `0x${string}`;
12752
12752
  fee: number;
12753
12753
  tickSpacing: number;
12754
12754
  hooks: `0x${string}`;
12755
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
12755
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12756
12756
  readonly type: "function";
12757
12757
  readonly name: "getFeeGrowthGlobals";
12758
12758
  readonly inputs: readonly [{
@@ -13599,13 +13599,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
13599
13599
  fee: number;
13600
13600
  tickSpacing: number;
13601
13601
  hooks: `0x${string}`;
13602
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
13602
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
13603
13603
  currency0: `0x${string}`;
13604
13604
  currency1: `0x${string}`;
13605
13605
  fee: number;
13606
13606
  tickSpacing: number;
13607
13607
  hooks: `0x${string}`;
13608
- }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
13608
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13609
13609
  readonly type: "function";
13610
13610
  readonly name: "getFeeGrowthGlobals";
13611
13611
  readonly inputs: readonly [{
@@ -14452,8 +14452,8 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
14452
14452
  fee: number;
14453
14453
  tickSpacing: number;
14454
14454
  hooks: `0x${string}`;
14455
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
14456
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
14455
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
14456
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14457
14457
  readonly type: "function";
14458
14458
  readonly name: "getFeeGrowthGlobals";
14459
14459
  readonly inputs: readonly [{
@@ -15294,13 +15294,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
15294
15294
  fee: number;
15295
15295
  tickSpacing: number;
15296
15296
  hooks: `0x${string}`;
15297
- }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
15297
+ }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
15298
15298
  currency0: `0x${string}`;
15299
15299
  currency1: `0x${string}`;
15300
15300
  fee: number;
15301
15301
  tickSpacing: number;
15302
15302
  hooks: `0x${string}`;
15303
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
15303
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15304
15304
  readonly type: "function";
15305
15305
  readonly name: "getFeeGrowthGlobals";
15306
15306
  readonly inputs: readonly [{
@@ -16141,14 +16141,14 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16141
16141
  fee: number;
16142
16142
  tickSpacing: number;
16143
16143
  hooks: `0x${string}`;
16144
- }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
16144
+ }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
16145
16145
  getSlot0: (args: readonly [`0x${string}`, {
16146
16146
  currency0: `0x${string}`;
16147
16147
  currency1: `0x${string}`;
16148
16148
  fee: number;
16149
16149
  tickSpacing: number;
16150
16150
  hooks: `0x${string}`;
16151
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16151
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16152
16152
  readonly type: "function";
16153
16153
  readonly name: "getFeeGrowthGlobals";
16154
16154
  readonly inputs: readonly [{
@@ -16989,8 +16989,8 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16989
16989
  fee: number;
16990
16990
  tickSpacing: number;
16991
16991
  hooks: `0x${string}`;
16992
- }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16993
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16992
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16993
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16994
16994
  readonly type: "function";
16995
16995
  readonly name: "getFeeGrowthGlobals";
16996
16996
  readonly inputs: readonly [{
@@ -17825,8 +17825,8 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
17825
17825
  readonly internalType: "int128";
17826
17826
  }];
17827
17827
  readonly stateMutability: "view";
17828
- }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17829
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
17828
+ }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17829
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17830
17830
  readonly type: "function";
17831
17831
  readonly name: "getFeeGrowthGlobals";
17832
17832
  readonly inputs: readonly [{
@@ -18667,13 +18667,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
18667
18667
  fee: number;
18668
18668
  tickSpacing: number;
18669
18669
  hooks: `0x${string}`;
18670
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
18670
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
18671
18671
  currency0: `0x${string}`;
18672
18672
  currency1: `0x${string}`;
18673
18673
  fee: number;
18674
18674
  tickSpacing: number;
18675
18675
  hooks: `0x${string}`;
18676
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
18676
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18677
18677
  readonly type: "function";
18678
18678
  readonly name: "getFeeGrowthGlobals";
18679
18679
  readonly inputs: readonly [{
@@ -19514,8 +19514,8 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
19514
19514
  fee: number;
19515
19515
  tickSpacing: number;
19516
19516
  hooks: `0x${string}`;
19517
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
19518
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
19517
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
19518
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19519
19519
  readonly type: "function";
19520
19520
  readonly name: "getFeeGrowthGlobals";
19521
19521
  readonly inputs: readonly [{
@@ -20356,13 +20356,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
20356
20356
  fee: number;
20357
20357
  tickSpacing: number;
20358
20358
  hooks: `0x${string}`;
20359
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
20359
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
20360
20360
  currency0: `0x${string}`;
20361
20361
  currency1: `0x${string}`;
20362
20362
  fee: number;
20363
20363
  tickSpacing: number;
20364
20364
  hooks: `0x${string}`;
20365
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
20365
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20366
20366
  readonly type: "function";
20367
20367
  readonly name: "getFeeGrowthGlobals";
20368
20368
  readonly inputs: readonly [{
@@ -21203,8 +21203,8 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
21203
21203
  fee: number;
21204
21204
  tickSpacing: number;
21205
21205
  hooks: `0x${string}`;
21206
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
21207
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
21206
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
21207
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21208
21208
  readonly type: "function";
21209
21209
  readonly name: "getFeeGrowthGlobals";
21210
21210
  readonly inputs: readonly [{
@@ -22045,13 +22045,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22045
22045
  fee: number;
22046
22046
  tickSpacing: number;
22047
22047
  hooks: `0x${string}`;
22048
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
22048
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
22049
22049
  currency0: `0x${string}`;
22050
22050
  currency1: `0x${string}`;
22051
22051
  fee: number;
22052
22052
  tickSpacing: number;
22053
22053
  hooks: `0x${string}`;
22054
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22054
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22055
22055
  readonly type: "function";
22056
22056
  readonly name: "getFeeGrowthGlobals";
22057
22057
  readonly inputs: readonly [{
@@ -22892,8 +22892,8 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22892
22892
  fee: number;
22893
22893
  tickSpacing: number;
22894
22894
  hooks: `0x${string}`;
22895
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
22896
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22895
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
22896
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22897
22897
  readonly type: "function";
22898
22898
  readonly name: "getFeeGrowthGlobals";
22899
22899
  readonly inputs: readonly [{
@@ -23734,13 +23734,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
23734
23734
  fee: number;
23735
23735
  tickSpacing: number;
23736
23736
  hooks: `0x${string}`;
23737
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
23737
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
23738
23738
  currency0: `0x${string}`;
23739
23739
  currency1: `0x${string}`;
23740
23740
  fee: number;
23741
23741
  tickSpacing: number;
23742
23742
  hooks: `0x${string}`;
23743
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
23743
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23744
23744
  readonly type: "function";
23745
23745
  readonly name: "getFeeGrowthGlobals";
23746
23746
  readonly inputs: readonly [{
@@ -24581,7 +24581,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
24581
24581
  fee: number;
24582
24582
  tickSpacing: number;
24583
24583
  hooks: `0x${string}`;
24584
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
24584
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
24585
24585
  };
24586
24586
  address: `0x${string}`;
24587
24587
  abi: readonly [{
@@ -25423,7 +25423,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
25423
25423
  }>;
25424
25424
  declare const getTimelockLens: (client: PublicClient, address?: Address) => Promise<{
25425
25425
  read: {
25426
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
25426
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25427
25427
  readonly type: "function";
25428
25428
  readonly name: "batchGetRefTick";
25429
25429
  readonly inputs: readonly [{
@@ -26369,8 +26369,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
26369
26369
  readonly internalType: "uint256";
26370
26370
  }];
26371
26371
  readonly stateMutability: "view";
26372
- }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
26373
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
26372
+ }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26373
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26374
26374
  readonly type: "function";
26375
26375
  readonly name: "batchGetRefTick";
26376
26376
  readonly inputs: readonly [{
@@ -27316,7 +27316,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27316
27316
  readonly internalType: "uint256";
27317
27317
  }];
27318
27318
  readonly stateMutability: "view";
27319
- }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
27319
+ }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
27320
27320
  tickLower: number;
27321
27321
  tickUpper: number;
27322
27322
  prevTickLower: number;
@@ -27330,7 +27330,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27330
27330
  borrowedAmount0: bigint;
27331
27331
  borrowedAmount1: bigint;
27332
27332
  }[]>;
27333
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
27333
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27334
27334
  readonly type: "function";
27335
27335
  readonly name: "batchGetRefTick";
27336
27336
  readonly inputs: readonly [{
@@ -28276,7 +28276,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
28276
28276
  readonly internalType: "uint256";
28277
28277
  }];
28278
28278
  readonly stateMutability: "view";
28279
- }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
28279
+ }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
28280
28280
  optionId: bigint;
28281
28281
  owner: `0x${string}`;
28282
28282
  optionType: number;
@@ -28287,7 +28287,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
28287
28287
  expiresAt: number;
28288
28288
  liquidities: readonly bigint[];
28289
28289
  }[]>;
28290
- getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
28290
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28291
28291
  readonly type: "function";
28292
28292
  readonly name: "batchGetRefTick";
28293
28293
  readonly inputs: readonly [{
@@ -29233,14 +29233,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
29233
29233
  readonly internalType: "uint256";
29234
29234
  }];
29235
29235
  readonly stateMutability: "view";
29236
- }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
29236
+ }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
29237
29237
  openingFeeRate: number;
29238
29238
  baseFeeRate: number;
29239
29239
  minOpeningFee: bigint;
29240
29240
  minBaseFee: bigint;
29241
29241
  feeRecipient: `0x${string}`;
29242
29242
  }>;
29243
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
29243
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29244
29244
  readonly type: "function";
29245
29245
  readonly name: "batchGetRefTick";
29246
29246
  readonly inputs: readonly [{
@@ -30186,7 +30186,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
30186
30186
  readonly internalType: "uint256";
30187
30187
  }];
30188
30188
  readonly stateMutability: "view";
30189
- }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
30189
+ }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
30190
30190
  globalMintPaused: {
30191
30191
  paused: boolean;
30192
30192
  updatedAt: bigint;
@@ -30203,7 +30203,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
30203
30203
  senderIsAdmin: boolean;
30204
30204
  senderIsPauser: boolean;
30205
30205
  }>;
30206
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
30206
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30207
30207
  readonly type: "function";
30208
30208
  readonly name: "batchGetRefTick";
30209
30209
  readonly inputs: readonly [{
@@ -31149,8 +31149,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
31149
31149
  readonly internalType: "uint256";
31150
31150
  }];
31151
31151
  readonly stateMutability: "view";
31152
- }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
31153
- getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
31152
+ }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
31153
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31154
31154
  readonly type: "function";
31155
31155
  readonly name: "batchGetRefTick";
31156
31156
  readonly inputs: readonly [{
@@ -32096,7 +32096,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
32096
32096
  readonly internalType: "uint256";
32097
32097
  }];
32098
32098
  readonly stateMutability: "view";
32099
- }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
32099
+ }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
32100
32100
  guardian: `0x${string}`;
32101
32101
  vault: `0x${string}`;
32102
32102
  poolManager: `0x${string}`;
@@ -32118,7 +32118,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
32118
32118
  optionAssetName: string;
32119
32119
  payoutAssetName: string;
32120
32120
  }>;
32121
- getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
32121
+ getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
32122
32122
  readonly type: "function";
32123
32123
  readonly name: "batchGetRefTick";
32124
32124
  readonly inputs: readonly [{
@@ -33064,13 +33064,13 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33064
33064
  readonly internalType: "uint256";
33065
33065
  }];
33066
33066
  readonly stateMutability: "view";
33067
- }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
33067
+ }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
33068
33068
  optionsCount: bigint;
33069
33069
  optionPricing: `0x${string}`;
33070
33070
  feeStrategy: `0x${string}`;
33071
33071
  owner: `0x${string}`;
33072
33072
  }>;
33073
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
33073
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33074
33074
  readonly type: "function";
33075
33075
  readonly name: "batchGetRefTick";
33076
33076
  readonly inputs: readonly [{
@@ -34016,8 +34016,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34016
34016
  readonly internalType: "uint256";
34017
34017
  }];
34018
34018
  readonly stateMutability: "view";
34019
- }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
34020
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
34019
+ }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
34020
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34021
34021
  readonly type: "function";
34022
34022
  readonly name: "batchGetRefTick";
34023
34023
  readonly inputs: readonly [{
@@ -34963,8 +34963,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34963
34963
  readonly internalType: "uint256";
34964
34964
  }];
34965
34965
  readonly stateMutability: "view";
34966
- }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
34967
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
34966
+ }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
34967
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34968
34968
  readonly type: "function";
34969
34969
  readonly name: "batchGetRefTick";
34970
34970
  readonly inputs: readonly [{
@@ -35910,8 +35910,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
35910
35910
  readonly internalType: "uint256";
35911
35911
  }];
35912
35912
  readonly stateMutability: "view";
35913
- }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
35914
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
35913
+ }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
35914
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
35915
35915
  readonly type: "function";
35916
35916
  readonly name: "batchGetRefTick";
35917
35917
  readonly inputs: readonly [{
@@ -36857,8 +36857,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
36857
36857
  readonly internalType: "uint256";
36858
36858
  }];
36859
36859
  readonly stateMutability: "view";
36860
- }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
36861
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
36860
+ }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
36861
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36862
36862
  readonly type: "function";
36863
36863
  readonly name: "batchGetRefTick";
36864
36864
  readonly inputs: readonly [{
@@ -37804,7 +37804,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
37804
37804
  readonly internalType: "uint256";
37805
37805
  }];
37806
37806
  readonly stateMutability: "view";
37807
- }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
37807
+ }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
37808
37808
  optionId: bigint;
37809
37809
  owner: `0x${string}`;
37810
37810
  optionType: number;
@@ -37815,7 +37815,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
37815
37815
  expiresAt: number;
37816
37816
  liquidities: readonly bigint[];
37817
37817
  }>;
37818
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
37818
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
37819
37819
  readonly type: "function";
37820
37820
  readonly name: "batchGetRefTick";
37821
37821
  readonly inputs: readonly [{
@@ -38761,14 +38761,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
38761
38761
  readonly internalType: "uint256";
38762
38762
  }];
38763
38763
  readonly stateMutability: "view";
38764
- }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
38764
+ }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
38765
38765
  logicContract: `0x${string}`;
38766
38766
  iv: number;
38767
38767
  riskFreeRate: number;
38768
38768
  minPremiumDailyRate: number;
38769
38769
  minPremiumAmount: bigint;
38770
38770
  }>;
38771
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
38771
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
38772
38772
  readonly type: "function";
38773
38773
  readonly name: "batchGetRefTick";
38774
38774
  readonly inputs: readonly [{
@@ -39714,7 +39714,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
39714
39714
  readonly internalType: "uint256";
39715
39715
  }];
39716
39716
  readonly stateMutability: "view";
39717
- }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
39717
+ }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
39718
39718
  optionId: bigint;
39719
39719
  owner: `0x${string}`;
39720
39720
  optionType: number;
@@ -39731,7 +39731,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
39731
39731
  fee: number;
39732
39732
  tickSpacing: number;
39733
39733
  hooks: `0x${string}`;
39734
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
39734
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39735
39735
  readonly type: "function";
39736
39736
  readonly name: "batchGetRefTick";
39737
39737
  readonly inputs: readonly [{
@@ -40683,7 +40683,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
40683
40683
  fee: number;
40684
40684
  tickSpacing: number;
40685
40685
  hooks: `0x${string}`;
40686
- }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
40686
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
40687
40687
  token0: `0x${string}`;
40688
40688
  token1: `0x${string}`;
40689
40689
  token0Decimals: number;
@@ -40695,7 +40695,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
40695
40695
  tickSpacing: number;
40696
40696
  fee: number;
40697
40697
  }>;
40698
- getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
40698
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
40699
40699
  readonly type: "function";
40700
40700
  readonly name: "batchGetRefTick";
40701
40701
  readonly inputs: readonly [{
@@ -41641,8 +41641,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
41641
41641
  readonly internalType: "uint256";
41642
41642
  }];
41643
41643
  readonly stateMutability: "view";
41644
- }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41645
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
41644
+ }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41645
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41646
41646
  readonly type: "function";
41647
41647
  readonly name: "batchGetRefTick";
41648
41648
  readonly inputs: readonly [{
@@ -42588,8 +42588,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
42588
42588
  readonly internalType: "uint256";
42589
42589
  }];
42590
42590
  readonly stateMutability: "view";
42591
- }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
42592
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
42591
+ }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
42592
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42593
42593
  readonly type: "function";
42594
42594
  readonly name: "batchGetRefTick";
42595
42595
  readonly inputs: readonly [{
@@ -43535,11 +43535,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
43535
43535
  readonly internalType: "uint256";
43536
43536
  }];
43537
43537
  readonly stateMutability: "view";
43538
- }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
43538
+ }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
43539
43539
  dailyFundingRate: number;
43540
43540
  minFundingAmount: bigint;
43541
43541
  }>;
43542
- getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
43542
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43543
43543
  readonly type: "function";
43544
43544
  readonly name: "batchGetRefTick";
43545
43545
  readonly inputs: readonly [{
@@ -44485,12 +44485,12 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
44485
44485
  readonly internalType: "uint256";
44486
44486
  }];
44487
44487
  readonly stateMutability: "view";
44488
- }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
44488
+ }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
44489
44489
  decimals: number;
44490
44490
  symbol: string;
44491
44491
  name: string;
44492
44492
  }>;
44493
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
44493
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44494
44494
  readonly type: "function";
44495
44495
  readonly name: "batchGetRefTick";
44496
44496
  readonly inputs: readonly [{
@@ -45436,7 +45436,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
45436
45436
  readonly internalType: "uint256";
45437
45437
  }];
45438
45438
  readonly stateMutability: "view";
45439
- }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [readonly {
45439
+ }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly {
45440
45440
  optionId: bigint;
45441
45441
  owner: `0x${string}`;
45442
45442
  optionType: number;
@@ -45447,7 +45447,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
45447
45447
  expiresAt: number;
45448
45448
  liquidities: readonly bigint[];
45449
45449
  }[], bigint, boolean]>;
45450
- getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
45450
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45451
45451
  readonly type: "function";
45452
45452
  readonly name: "batchGetRefTick";
45453
45453
  readonly inputs: readonly [{
@@ -46393,7 +46393,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
46393
46393
  readonly internalType: "uint256";
46394
46394
  }];
46395
46395
  readonly stateMutability: "view";
46396
- }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
46396
+ }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
46397
46397
  poolManager: `0x${string}`;
46398
46398
  poolKey: {
46399
46399
  currency0: `0x${string}`;
@@ -46404,7 +46404,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
46404
46404
  };
46405
46405
  poolId: `0x${string}`;
46406
46406
  }>;
46407
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
46407
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46408
46408
  readonly type: "function";
46409
46409
  readonly name: "batchGetRefTick";
46410
46410
  readonly inputs: readonly [{
@@ -47350,7 +47350,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
47350
47350
  readonly internalType: "uint256";
47351
47351
  }];
47352
47352
  readonly stateMutability: "view";
47353
- }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
47353
+ }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
47354
47354
  };
47355
47355
  address: `0x${string}`;
47356
47356
  abi: readonly [{
@@ -49357,7 +49357,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
49357
49357
  }>;
49358
49358
  //#endregion
49359
49359
  //#region src/hooks/market/useMarketVolume.d.ts
49360
- declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
49360
+ declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49361
49361
  address: Address;
49362
49362
  totalVolume: bigint;
49363
49363
  totalPremium: bigint;
@@ -49372,7 +49372,7 @@ declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_re
49372
49372
  type Amount = {
49373
49373
  scaled: bigint;
49374
49374
  unscaled: Big;
49375
- scalingFactor: bigint;
49375
+ scalingFactor: Big;
49376
49376
  formatted: string;
49377
49377
  };
49378
49378
  declare const zero: Amount;
@@ -49380,10 +49380,6 @@ declare const wrapAmount: (scaled: bigint, decimals: number) => Amount;
49380
49380
  declare const wrapAmountUnscaled: (unscaled: Big | number | string, decimals: number) => Amount;
49381
49381
  declare const wrapPrice: (scaled: bigint, decimals0: number, decimals1: number) => Amount;
49382
49382
  declare const wrapPriceUnscaled: (unscaled: Big | number | string, decimals0: number, decimals1: number) => Amount;
49383
- declare const unscaleAmount: (scaled: bigint, decimals: number) => Big.Big;
49384
- declare const scaleAmount: (unscaled: Big | number | string, decimals: number) => bigint;
49385
- declare const unscalePrice: (scaled: bigint, decimals0: number, decimals1: number) => Big.Big;
49386
- declare const scalePrice: (unscaled: Big | number | string, decimals0: number, decimals1: number, precision?: number) => bigint;
49387
49383
  declare const formatAmount: (value?: Big | number | string) => string;
49388
49384
  declare const formatVagueAmount: (value: Big | number | bigint | string, fractionDigits?: number) => string;
49389
49385
  declare const formatCondensed: (input: string | number, decimals?: number) => string;
@@ -49391,7 +49387,7 @@ declare const formatUSD: (value: Big | string | number) => string;
49391
49387
  //#endregion
49392
49388
  //#region src/hooks/options/useMaxPositionSize.d.ts
49393
49389
  declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
49394
- error: viem491.ReadContractErrorType;
49390
+ error: viem0.ReadContractErrorType;
49395
49391
  isError: true;
49396
49392
  isPending: false;
49397
49393
  isLoading: false;
@@ -49403,7 +49399,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49403
49399
  dataUpdatedAt: number;
49404
49400
  errorUpdatedAt: number;
49405
49401
  failureCount: number;
49406
- failureReason: viem491.ReadContractErrorType | null;
49402
+ failureReason: viem0.ReadContractErrorType | null;
49407
49403
  errorUpdateCount: number;
49408
49404
  isFetched: boolean;
49409
49405
  isFetchedAfterMount: boolean;
@@ -49413,7 +49409,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49413
49409
  isRefetching: boolean;
49414
49410
  isStale: boolean;
49415
49411
  isEnabled: boolean;
49416
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49412
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49417
49413
  fetchStatus: _tanstack_query_core0.FetchStatus;
49418
49414
  promise: Promise<never>;
49419
49415
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49432,7 +49428,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49432
49428
  dataUpdatedAt: number;
49433
49429
  errorUpdatedAt: number;
49434
49430
  failureCount: number;
49435
- failureReason: viem491.ReadContractErrorType | null;
49431
+ failureReason: viem0.ReadContractErrorType | null;
49436
49432
  errorUpdateCount: number;
49437
49433
  isFetched: boolean;
49438
49434
  isFetchedAfterMount: boolean;
@@ -49442,14 +49438,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49442
49438
  isRefetching: boolean;
49443
49439
  isStale: boolean;
49444
49440
  isEnabled: boolean;
49445
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49441
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49446
49442
  fetchStatus: _tanstack_query_core0.FetchStatus;
49447
49443
  promise: Promise<never>;
49448
49444
  queryKey: _tanstack_query_core0.QueryKey;
49449
49445
  maxCallSize: Amount | undefined;
49450
49446
  maxPutSize: Amount | undefined;
49451
49447
  } | {
49452
- error: viem491.ReadContractErrorType;
49448
+ error: viem0.ReadContractErrorType;
49453
49449
  isError: true;
49454
49450
  isPending: false;
49455
49451
  isLoading: false;
@@ -49461,7 +49457,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49461
49457
  dataUpdatedAt: number;
49462
49458
  errorUpdatedAt: number;
49463
49459
  failureCount: number;
49464
- failureReason: viem491.ReadContractErrorType | null;
49460
+ failureReason: viem0.ReadContractErrorType | null;
49465
49461
  errorUpdateCount: number;
49466
49462
  isFetched: boolean;
49467
49463
  isFetchedAfterMount: boolean;
@@ -49471,7 +49467,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49471
49467
  isRefetching: boolean;
49472
49468
  isStale: boolean;
49473
49469
  isEnabled: boolean;
49474
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49470
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49475
49471
  fetchStatus: _tanstack_query_core0.FetchStatus;
49476
49472
  promise: Promise<never>;
49477
49473
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49490,7 +49486,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49490
49486
  dataUpdatedAt: number;
49491
49487
  errorUpdatedAt: number;
49492
49488
  failureCount: number;
49493
- failureReason: viem491.ReadContractErrorType | null;
49489
+ failureReason: viem0.ReadContractErrorType | null;
49494
49490
  errorUpdateCount: number;
49495
49491
  isFetched: boolean;
49496
49492
  isFetchedAfterMount: boolean;
@@ -49500,7 +49496,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49500
49496
  isRefetching: boolean;
49501
49497
  isStale: boolean;
49502
49498
  isEnabled: boolean;
49503
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49499
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49504
49500
  fetchStatus: _tanstack_query_core0.FetchStatus;
49505
49501
  promise: Promise<never>;
49506
49502
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49518,7 +49514,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49518
49514
  dataUpdatedAt: number;
49519
49515
  errorUpdatedAt: number;
49520
49516
  failureCount: number;
49521
- failureReason: viem491.ReadContractErrorType | null;
49517
+ failureReason: viem0.ReadContractErrorType | null;
49522
49518
  errorUpdateCount: number;
49523
49519
  isFetched: boolean;
49524
49520
  isFetchedAfterMount: boolean;
@@ -49529,7 +49525,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49529
49525
  isRefetching: boolean;
49530
49526
  isStale: boolean;
49531
49527
  isEnabled: boolean;
49532
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49528
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49533
49529
  fetchStatus: _tanstack_query_core0.FetchStatus;
49534
49530
  promise: Promise<never>;
49535
49531
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49548,7 +49544,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49548
49544
  dataUpdatedAt: number;
49549
49545
  errorUpdatedAt: number;
49550
49546
  failureCount: number;
49551
- failureReason: viem491.ReadContractErrorType | null;
49547
+ failureReason: viem0.ReadContractErrorType | null;
49552
49548
  errorUpdateCount: number;
49553
49549
  isFetched: boolean;
49554
49550
  isFetchedAfterMount: boolean;
@@ -49558,7 +49554,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49558
49554
  isRefetching: boolean;
49559
49555
  isStale: boolean;
49560
49556
  isEnabled: boolean;
49561
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49557
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49562
49558
  fetchStatus: _tanstack_query_core0.FetchStatus;
49563
49559
  promise: Promise<never>;
49564
49560
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49567,7 +49563,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49567
49563
  };
49568
49564
  //#endregion
49569
49565
  //#region src/hooks/options/useMintOption.d.ts
49570
- declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
49566
+ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49571
49567
  optionType: "CALL" | "PUT";
49572
49568
  amount: bigint;
49573
49569
  duration: number;
@@ -49577,7 +49573,7 @@ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_reac
49577
49573
  //#endregion
49578
49574
  //#region src/hooks/options/useUserOptions.d.ts
49579
49575
  type OptionData = NonUndefinedGuard<ReturnType<typeof useUserOptions>['data']>[number];
49580
- declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query1.UseQueryResult<{
49576
+ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query0.UseQueryResult<{
49581
49577
  optionId: bigint;
49582
49578
  marketAddr: Address;
49583
49579
  ownerAddr: Address;
@@ -49607,7 +49603,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49607
49603
  address: string;
49608
49604
  } | null;
49609
49605
  }[], Error>;
49610
- declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query1.UseQueryResult<{
49606
+ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query0.UseQueryResult<{
49611
49607
  optionId: bigint;
49612
49608
  marketAddr: Address;
49613
49609
  ownerAddr: Address;
@@ -49637,7 +49633,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
49637
49633
  address: string;
49638
49634
  } | null;
49639
49635
  }[], Error>;
49640
- declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query1.UseQueryResult<{
49636
+ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query0.UseQueryResult<{
49641
49637
  optionId: bigint;
49642
49638
  marketAddr: Address;
49643
49639
  ownerAddr: Address;
@@ -49669,7 +49665,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
49669
49665
  }[], Error>;
49670
49666
  //#endregion
49671
49667
  //#region src/hooks/options/useExerciseOption.d.ts
49672
- declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
49668
+ declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49673
49669
  option: OptionData;
49674
49670
  liquidities: readonly bigint[];
49675
49671
  }, unknown>;
@@ -49692,7 +49688,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
49692
49688
  };
49693
49689
  //#endregion
49694
49690
  //#region src/hooks/options/useExtendOption.d.ts
49695
- declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
49691
+ declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49696
49692
  option: OptionData;
49697
49693
  duration: number;
49698
49694
  }, unknown>;
@@ -49708,7 +49704,7 @@ type ExerciseOptionEvent = Extract<OptionEvent, {
49708
49704
  type ExtendEvent = Extract<OptionEvent, {
49709
49705
  type: 'extend';
49710
49706
  }>;
49711
- declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) => _tanstack_react_query1.UseQueryResult<({
49707
+ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) => _tanstack_react_query0.UseQueryResult<({
49712
49708
  type: "mint";
49713
49709
  data: {
49714
49710
  id: string;
@@ -49749,7 +49745,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
49749
49745
  })[], Error>;
49750
49746
  //#endregion
49751
49747
  //#region src/hooks/perps/useMintPerp.d.ts
49752
- declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<void, Error, {
49748
+ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<void, Error, {
49753
49749
  optionType: "CALL" | "PUT";
49754
49750
  amount: bigint;
49755
49751
  duration: number;
@@ -49757,17 +49753,17 @@ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_
49757
49753
  }, unknown>;
49758
49754
  //#endregion
49759
49755
  //#region src/hooks/perps/useClosePerp.d.ts
49760
- declare const useClosePerp: () => _tanstack_react_query1.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
49756
+ declare const useClosePerp: () => _tanstack_react_query0.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
49761
49757
  //#endregion
49762
49758
  //#region src/hooks/perps/usePerpsOperator.d.ts
49763
49759
  declare const usePerpsOperator: () => {
49764
49760
  operator: PerpsOperator | undefined;
49765
49761
  address: `0x${string}` | undefined;
49766
- signMessage: _tanstack_react_query1.UseMutationResult<void, Error, void, unknown>;
49762
+ signMessage: _tanstack_react_query0.UseMutationResult<void, Error, void, unknown>;
49767
49763
  };
49768
49764
  //#endregion
49769
49765
  //#region src/hooks/perps/useUserPerps.d.ts
49770
- declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) => _tanstack_react_query1.UseQueryResult<{
49766
+ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) => _tanstack_react_query0.UseQueryResult<{
49771
49767
  optionId: bigint;
49772
49768
  id: string;
49773
49769
  ownerAddr: Address;
@@ -49776,7 +49772,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
49776
49772
  expiresAt: number;
49777
49773
  closed: boolean;
49778
49774
  }[] | undefined, Error>;
49779
- declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
49775
+ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49780
49776
  optionId: bigint;
49781
49777
  id: string;
49782
49778
  ownerAddr: Address;
@@ -49785,7 +49781,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
49785
49781
  expiresAt: number;
49786
49782
  closed: boolean;
49787
49783
  }[] | undefined, Error>;
49788
- declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
49784
+ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49789
49785
  optionId: bigint;
49790
49786
  id: string;
49791
49787
  ownerAddr: Address;
@@ -49797,7 +49793,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
49797
49793
  //#endregion
49798
49794
  //#region src/hooks/operators/useOperatorPerms.d.ts
49799
49795
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
49800
- error: viem491.ReadContractErrorType;
49796
+ error: viem0.ReadContractErrorType;
49801
49797
  isError: true;
49802
49798
  isPending: false;
49803
49799
  isLoading: false;
@@ -49809,7 +49805,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49809
49805
  dataUpdatedAt: number;
49810
49806
  errorUpdatedAt: number;
49811
49807
  failureCount: number;
49812
- failureReason: viem491.ReadContractErrorType | null;
49808
+ failureReason: viem0.ReadContractErrorType | null;
49813
49809
  errorUpdateCount: number;
49814
49810
  isFetched: boolean;
49815
49811
  isFetchedAfterMount: boolean;
@@ -49819,7 +49815,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49819
49815
  isRefetching: boolean;
49820
49816
  isStale: boolean;
49821
49817
  isEnabled: boolean;
49822
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49818
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49823
49819
  fetchStatus: _tanstack_query_core0.FetchStatus;
49824
49820
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49825
49821
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49844,7 +49840,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49844
49840
  dataUpdatedAt: number;
49845
49841
  errorUpdatedAt: number;
49846
49842
  failureCount: number;
49847
- failureReason: viem491.ReadContractErrorType | null;
49843
+ failureReason: viem0.ReadContractErrorType | null;
49848
49844
  errorUpdateCount: number;
49849
49845
  isFetched: boolean;
49850
49846
  isFetchedAfterMount: boolean;
@@ -49854,7 +49850,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49854
49850
  isRefetching: boolean;
49855
49851
  isStale: boolean;
49856
49852
  isEnabled: boolean;
49857
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49853
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49858
49854
  fetchStatus: _tanstack_query_core0.FetchStatus;
49859
49855
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49860
49856
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49867,7 +49863,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49867
49863
  effectiveApproval: bigint;
49868
49864
  };
49869
49865
  } | {
49870
- error: viem491.ReadContractErrorType;
49866
+ error: viem0.ReadContractErrorType;
49871
49867
  isError: true;
49872
49868
  isPending: false;
49873
49869
  isLoading: false;
@@ -49879,7 +49875,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49879
49875
  dataUpdatedAt: number;
49880
49876
  errorUpdatedAt: number;
49881
49877
  failureCount: number;
49882
- failureReason: viem491.ReadContractErrorType | null;
49878
+ failureReason: viem0.ReadContractErrorType | null;
49883
49879
  errorUpdateCount: number;
49884
49880
  isFetched: boolean;
49885
49881
  isFetchedAfterMount: boolean;
@@ -49889,7 +49885,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49889
49885
  isRefetching: boolean;
49890
49886
  isStale: boolean;
49891
49887
  isEnabled: boolean;
49892
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49888
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49893
49889
  fetchStatus: _tanstack_query_core0.FetchStatus;
49894
49890
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49895
49891
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49914,7 +49910,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49914
49910
  dataUpdatedAt: number;
49915
49911
  errorUpdatedAt: number;
49916
49912
  failureCount: number;
49917
- failureReason: viem491.ReadContractErrorType | null;
49913
+ failureReason: viem0.ReadContractErrorType | null;
49918
49914
  errorUpdateCount: number;
49919
49915
  isFetched: boolean;
49920
49916
  isFetchedAfterMount: boolean;
@@ -49924,7 +49920,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49924
49920
  isRefetching: boolean;
49925
49921
  isStale: boolean;
49926
49922
  isEnabled: boolean;
49927
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49923
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49928
49924
  fetchStatus: _tanstack_query_core0.FetchStatus;
49929
49925
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49930
49926
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49948,7 +49944,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49948
49944
  dataUpdatedAt: number;
49949
49945
  errorUpdatedAt: number;
49950
49946
  failureCount: number;
49951
- failureReason: viem491.ReadContractErrorType | null;
49947
+ failureReason: viem0.ReadContractErrorType | null;
49952
49948
  errorUpdateCount: number;
49953
49949
  isFetched: boolean;
49954
49950
  isFetchedAfterMount: boolean;
@@ -49959,7 +49955,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49959
49955
  isRefetching: boolean;
49960
49956
  isStale: boolean;
49961
49957
  isEnabled: boolean;
49962
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49958
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49963
49959
  fetchStatus: _tanstack_query_core0.FetchStatus;
49964
49960
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49965
49961
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49984,7 +49980,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49984
49980
  dataUpdatedAt: number;
49985
49981
  errorUpdatedAt: number;
49986
49982
  failureCount: number;
49987
- failureReason: viem491.ReadContractErrorType | null;
49983
+ failureReason: viem0.ReadContractErrorType | null;
49988
49984
  errorUpdateCount: number;
49989
49985
  isFetched: boolean;
49990
49986
  isFetchedAfterMount: boolean;
@@ -49994,7 +49990,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49994
49990
  isRefetching: boolean;
49995
49991
  isStale: boolean;
49996
49992
  isEnabled: boolean;
49997
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49993
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49998
49994
  fetchStatus: _tanstack_query_core0.FetchStatus;
49999
49995
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
50000
49996
  queryKey: _tanstack_query_core0.QueryKey;
@@ -50009,7 +50005,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
50009
50005
  };
50010
50006
  //#endregion
50011
50007
  //#region src/hooks/operators/useUserOperators.d.ts
50012
- declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _tanstack_react_query1.UseQueryResult<{
50008
+ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _tanstack_react_query0.UseQueryResult<{
50013
50009
  spendingApproval: bigint;
50014
50010
  operatorAddr: string;
50015
50011
  __typename: "UserMarketOperator";
@@ -50025,7 +50021,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _t
50025
50021
  }[] | undefined, Error>;
50026
50022
  //#endregion
50027
50023
  //#region src/hooks/operators/useSetOperatorPerms.d.ts
50028
- declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
50024
+ declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
50029
50025
  operator: Address;
50030
50026
  canExtend: boolean;
50031
50027
  canExercise: boolean;
@@ -50951,8 +50947,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
50951
50947
  declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
50952
50948
  //#endregion
50953
50949
  //#region src/hooks/pool/usePriceHistory.d.ts
50954
- declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
50955
- declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
50950
+ declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
50951
+ declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
50956
50952
  //#endregion
50957
50953
  //#region src/hooks/vault/useBurnLiquidity.d.ts
50958
50954
  interface BurnPosition {
@@ -50974,7 +50970,7 @@ declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
50974
50970
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
50975
50971
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
50976
50972
  declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50977
- error: viem491.ReadContractErrorType;
50973
+ error: viem0.ReadContractErrorType;
50978
50974
  isError: true;
50979
50975
  isPending: false;
50980
50976
  isLoading: false;
@@ -50986,7 +50982,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50986
50982
  dataUpdatedAt: number;
50987
50983
  errorUpdatedAt: number;
50988
50984
  failureCount: number;
50989
- failureReason: viem491.ReadContractErrorType | null;
50985
+ failureReason: viem0.ReadContractErrorType | null;
50990
50986
  errorUpdateCount: number;
50991
50987
  isFetched: boolean;
50992
50988
  isFetchedAfterMount: boolean;
@@ -51009,7 +51005,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51009
51005
  totalAmount1: bigint;
51010
51006
  borrowedAmount0: bigint;
51011
51007
  borrowedAmount1: bigint;
51012
- }[], viem491.ReadContractErrorType>>;
51008
+ }[], viem0.ReadContractErrorType>>;
51013
51009
  fetchStatus: _tanstack_query_core0.FetchStatus;
51014
51010
  promise: Promise<readonly {
51015
51011
  tickLower: number;
@@ -51053,7 +51049,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51053
51049
  dataUpdatedAt: number;
51054
51050
  errorUpdatedAt: number;
51055
51051
  failureCount: number;
51056
- failureReason: viem491.ReadContractErrorType | null;
51052
+ failureReason: viem0.ReadContractErrorType | null;
51057
51053
  errorUpdateCount: number;
51058
51054
  isFetched: boolean;
51059
51055
  isFetchedAfterMount: boolean;
@@ -51076,7 +51072,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51076
51072
  totalAmount1: bigint;
51077
51073
  borrowedAmount0: bigint;
51078
51074
  borrowedAmount1: bigint;
51079
- }[], viem491.ReadContractErrorType>>;
51075
+ }[], viem0.ReadContractErrorType>>;
51080
51076
  fetchStatus: _tanstack_query_core0.FetchStatus;
51081
51077
  promise: Promise<readonly {
51082
51078
  tickLower: number;
@@ -51108,7 +51104,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51108
51104
  borrowedAmount1: bigint;
51109
51105
  }[];
51110
51106
  } | {
51111
- error: viem491.ReadContractErrorType;
51107
+ error: viem0.ReadContractErrorType;
51112
51108
  isError: true;
51113
51109
  isPending: false;
51114
51110
  isLoading: false;
@@ -51120,7 +51116,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51120
51116
  dataUpdatedAt: number;
51121
51117
  errorUpdatedAt: number;
51122
51118
  failureCount: number;
51123
- failureReason: viem491.ReadContractErrorType | null;
51119
+ failureReason: viem0.ReadContractErrorType | null;
51124
51120
  errorUpdateCount: number;
51125
51121
  isFetched: boolean;
51126
51122
  isFetchedAfterMount: boolean;
@@ -51143,7 +51139,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51143
51139
  totalAmount1: bigint;
51144
51140
  borrowedAmount0: bigint;
51145
51141
  borrowedAmount1: bigint;
51146
- }[], viem491.ReadContractErrorType>>;
51142
+ }[], viem0.ReadContractErrorType>>;
51147
51143
  fetchStatus: _tanstack_query_core0.FetchStatus;
51148
51144
  promise: Promise<readonly {
51149
51145
  tickLower: number;
@@ -51187,7 +51183,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51187
51183
  dataUpdatedAt: number;
51188
51184
  errorUpdatedAt: number;
51189
51185
  failureCount: number;
51190
- failureReason: viem491.ReadContractErrorType | null;
51186
+ failureReason: viem0.ReadContractErrorType | null;
51191
51187
  errorUpdateCount: number;
51192
51188
  isFetched: boolean;
51193
51189
  isFetchedAfterMount: boolean;
@@ -51210,7 +51206,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51210
51206
  totalAmount1: bigint;
51211
51207
  borrowedAmount0: bigint;
51212
51208
  borrowedAmount1: bigint;
51213
- }[], viem491.ReadContractErrorType>>;
51209
+ }[], viem0.ReadContractErrorType>>;
51214
51210
  fetchStatus: _tanstack_query_core0.FetchStatus;
51215
51211
  promise: Promise<readonly {
51216
51212
  tickLower: number;
@@ -51253,7 +51249,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51253
51249
  dataUpdatedAt: number;
51254
51250
  errorUpdatedAt: number;
51255
51251
  failureCount: number;
51256
- failureReason: viem491.ReadContractErrorType | null;
51252
+ failureReason: viem0.ReadContractErrorType | null;
51257
51253
  errorUpdateCount: number;
51258
51254
  isFetched: boolean;
51259
51255
  isFetchedAfterMount: boolean;
@@ -51277,7 +51273,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51277
51273
  totalAmount1: bigint;
51278
51274
  borrowedAmount0: bigint;
51279
51275
  borrowedAmount1: bigint;
51280
- }[], viem491.ReadContractErrorType>>;
51276
+ }[], viem0.ReadContractErrorType>>;
51281
51277
  fetchStatus: _tanstack_query_core0.FetchStatus;
51282
51278
  promise: Promise<readonly {
51283
51279
  tickLower: number;
@@ -51321,7 +51317,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51321
51317
  dataUpdatedAt: number;
51322
51318
  errorUpdatedAt: number;
51323
51319
  failureCount: number;
51324
- failureReason: viem491.ReadContractErrorType | null;
51320
+ failureReason: viem0.ReadContractErrorType | null;
51325
51321
  errorUpdateCount: number;
51326
51322
  isFetched: boolean;
51327
51323
  isFetchedAfterMount: boolean;
@@ -51344,7 +51340,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51344
51340
  totalAmount1: bigint;
51345
51341
  borrowedAmount0: bigint;
51346
51342
  borrowedAmount1: bigint;
51347
- }[], viem491.ReadContractErrorType>>;
51343
+ }[], viem0.ReadContractErrorType>>;
51348
51344
  fetchStatus: _tanstack_query_core0.FetchStatus;
51349
51345
  promise: Promise<readonly {
51350
51346
  tickLower: number;
@@ -51389,7 +51385,7 @@ interface MintPositionParams {
51389
51385
  tickUpper: number;
51390
51386
  liquidity: bigint;
51391
51387
  }
51392
- declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
51388
+ declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
51393
51389
  //#endregion
51394
51390
  //#region src/hooks/vault/useVaultData.d.ts
51395
51391
  declare const useVaultData: (vaultAddr: Address | undefined) => Partial<NonUndefinedGuard<{
@@ -51422,7 +51418,7 @@ declare const useVaultTVL: (vaultAddr: Address | undefined) => {
51422
51418
  borrowed0: Amount;
51423
51419
  borrowed1: Amount;
51424
51420
  blocksCount: bigint;
51425
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem491.ReadContractErrorType>>;
51421
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
51426
51422
  };
51427
51423
  //#endregion
51428
51424
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -51435,7 +51431,7 @@ declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndef
51435
51431
  //#endregion
51436
51432
  //#region src/hooks/tokens/useTokenBalance.d.ts
51437
51433
  declare const useTokenBalance: (token?: Address, user?: Address) => {
51438
- error: viem491.ReadContractErrorType;
51434
+ error: viem0.ReadContractErrorType;
51439
51435
  isError: true;
51440
51436
  isPending: false;
51441
51437
  isLoading: false;
@@ -51447,7 +51443,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51447
51443
  dataUpdatedAt: number;
51448
51444
  errorUpdatedAt: number;
51449
51445
  failureCount: number;
51450
- failureReason: viem491.ReadContractErrorType | null;
51446
+ failureReason: viem0.ReadContractErrorType | null;
51451
51447
  errorUpdateCount: number;
51452
51448
  isFetched: boolean;
51453
51449
  isFetchedAfterMount: boolean;
@@ -51457,7 +51453,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51457
51453
  isRefetching: boolean;
51458
51454
  isStale: boolean;
51459
51455
  isEnabled: boolean;
51460
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51456
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51461
51457
  fetchStatus: _tanstack_query_core0.FetchStatus;
51462
51458
  promise: Promise<bigint>;
51463
51459
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51475,7 +51471,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51475
51471
  dataUpdatedAt: number;
51476
51472
  errorUpdatedAt: number;
51477
51473
  failureCount: number;
51478
- failureReason: viem491.ReadContractErrorType | null;
51474
+ failureReason: viem0.ReadContractErrorType | null;
51479
51475
  errorUpdateCount: number;
51480
51476
  isFetched: boolean;
51481
51477
  isFetchedAfterMount: boolean;
@@ -51485,13 +51481,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51485
51481
  isRefetching: boolean;
51486
51482
  isStale: boolean;
51487
51483
  isEnabled: boolean;
51488
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51484
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51489
51485
  fetchStatus: _tanstack_query_core0.FetchStatus;
51490
51486
  promise: Promise<bigint>;
51491
51487
  queryKey: _tanstack_query_core0.QueryKey;
51492
51488
  data: Amount | undefined;
51493
51489
  } | {
51494
- error: viem491.ReadContractErrorType;
51490
+ error: viem0.ReadContractErrorType;
51495
51491
  isError: true;
51496
51492
  isPending: false;
51497
51493
  isLoading: false;
@@ -51503,7 +51499,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51503
51499
  dataUpdatedAt: number;
51504
51500
  errorUpdatedAt: number;
51505
51501
  failureCount: number;
51506
- failureReason: viem491.ReadContractErrorType | null;
51502
+ failureReason: viem0.ReadContractErrorType | null;
51507
51503
  errorUpdateCount: number;
51508
51504
  isFetched: boolean;
51509
51505
  isFetchedAfterMount: boolean;
@@ -51513,7 +51509,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51513
51509
  isRefetching: boolean;
51514
51510
  isStale: boolean;
51515
51511
  isEnabled: boolean;
51516
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51512
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51517
51513
  fetchStatus: _tanstack_query_core0.FetchStatus;
51518
51514
  promise: Promise<bigint>;
51519
51515
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51531,7 +51527,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51531
51527
  dataUpdatedAt: number;
51532
51528
  errorUpdatedAt: number;
51533
51529
  failureCount: number;
51534
- failureReason: viem491.ReadContractErrorType | null;
51530
+ failureReason: viem0.ReadContractErrorType | null;
51535
51531
  errorUpdateCount: number;
51536
51532
  isFetched: boolean;
51537
51533
  isFetchedAfterMount: boolean;
@@ -51541,7 +51537,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51541
51537
  isRefetching: boolean;
51542
51538
  isStale: boolean;
51543
51539
  isEnabled: boolean;
51544
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51540
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51545
51541
  fetchStatus: _tanstack_query_core0.FetchStatus;
51546
51542
  promise: Promise<bigint>;
51547
51543
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51558,7 +51554,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51558
51554
  dataUpdatedAt: number;
51559
51555
  errorUpdatedAt: number;
51560
51556
  failureCount: number;
51561
- failureReason: viem491.ReadContractErrorType | null;
51557
+ failureReason: viem0.ReadContractErrorType | null;
51562
51558
  errorUpdateCount: number;
51563
51559
  isFetched: boolean;
51564
51560
  isFetchedAfterMount: boolean;
@@ -51569,7 +51565,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51569
51565
  isRefetching: boolean;
51570
51566
  isStale: boolean;
51571
51567
  isEnabled: boolean;
51572
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51568
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51573
51569
  fetchStatus: _tanstack_query_core0.FetchStatus;
51574
51570
  promise: Promise<bigint>;
51575
51571
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51587,7 +51583,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51587
51583
  dataUpdatedAt: number;
51588
51584
  errorUpdatedAt: number;
51589
51585
  failureCount: number;
51590
- failureReason: viem491.ReadContractErrorType | null;
51586
+ failureReason: viem0.ReadContractErrorType | null;
51591
51587
  errorUpdateCount: number;
51592
51588
  isFetched: boolean;
51593
51589
  isFetchedAfterMount: boolean;
@@ -51597,7 +51593,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51597
51593
  isRefetching: boolean;
51598
51594
  isStale: boolean;
51599
51595
  isEnabled: boolean;
51600
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51596
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51601
51597
  fetchStatus: _tanstack_query_core0.FetchStatus;
51602
51598
  promise: Promise<bigint>;
51603
51599
  queryKey: _tanstack_query_core0.QueryKey;
@@ -52580,8 +52576,8 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
52580
52576
  //#endregion
52581
52577
  //#region src/hooks/guardian/usePauseGlobalTrading.d.ts
52582
52578
  declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52583
- error: null;
52584
52579
  data: undefined;
52580
+ error: null;
52585
52581
  status: "idle";
52586
52582
  isError: false;
52587
52583
  isPending: false;
@@ -52599,8 +52595,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52599
52595
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52600
52596
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52601
52597
  } | {
52602
- error: null;
52603
52598
  data: undefined;
52599
+ error: null;
52604
52600
  status: "pending";
52605
52601
  isError: false;
52606
52602
  isPending: true;
@@ -52613,13 +52609,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52613
52609
  functionName: string;
52614
52610
  args?: readonly unknown[] | undefined;
52615
52611
  address: Address;
52616
- chain?: viem491.Chain | null | undefined;
52617
- account?: `0x${string}` | viem491.Account | null | undefined;
52612
+ chain?: viem0.Chain | null | undefined;
52613
+ account?: `0x${string}` | viem0.Account | null | undefined;
52618
52614
  value?: bigint | undefined;
52619
52615
  dataSuffix?: `0x${string}` | undefined;
52616
+ type?: "legacy" | undefined;
52620
52617
  gas?: bigint | undefined;
52621
52618
  nonce?: number | undefined;
52622
- type?: "legacy" | undefined;
52623
52619
  blobs?: undefined;
52624
52620
  blobVersionedHashes?: undefined;
52625
52621
  kzg?: undefined;
@@ -52637,13 +52633,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52637
52633
  functionName: string;
52638
52634
  args?: readonly unknown[] | undefined;
52639
52635
  address: Address;
52640
- chain?: viem491.Chain | null | undefined;
52641
- account?: `0x${string}` | viem491.Account | null | undefined;
52636
+ chain?: viem0.Chain | null | undefined;
52637
+ account?: `0x${string}` | viem0.Account | null | undefined;
52642
52638
  value?: bigint | undefined;
52643
52639
  dataSuffix?: `0x${string}` | undefined;
52640
+ type?: "eip2930" | undefined;
52644
52641
  gas?: bigint | undefined;
52645
52642
  nonce?: number | undefined;
52646
- type?: "eip2930" | undefined;
52647
52643
  blobs?: undefined;
52648
52644
  blobVersionedHashes?: undefined;
52649
52645
  kzg?: undefined;
@@ -52651,7 +52647,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52651
52647
  maxFeePerBlobGas?: undefined | undefined;
52652
52648
  maxFeePerGas?: undefined | undefined;
52653
52649
  maxPriorityFeePerGas?: undefined | undefined;
52654
- accessList?: viem491.AccessList | undefined;
52650
+ accessList?: viem0.AccessList | undefined;
52655
52651
  sidecars?: undefined;
52656
52652
  authorizationList?: undefined;
52657
52653
  chainId?: number | undefined;
@@ -52661,13 +52657,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52661
52657
  functionName: string;
52662
52658
  args?: readonly unknown[] | undefined;
52663
52659
  address: Address;
52664
- chain?: viem491.Chain | null | undefined;
52665
- account?: `0x${string}` | viem491.Account | null | undefined;
52660
+ chain?: viem0.Chain | null | undefined;
52661
+ account?: `0x${string}` | viem0.Account | null | undefined;
52666
52662
  value?: bigint | undefined;
52667
52663
  dataSuffix?: `0x${string}` | undefined;
52664
+ type?: "eip1559" | undefined;
52668
52665
  gas?: bigint | undefined;
52669
52666
  nonce?: number | undefined;
52670
- type?: "eip1559" | undefined;
52671
52667
  blobs?: undefined;
52672
52668
  blobVersionedHashes?: undefined;
52673
52669
  kzg?: undefined;
@@ -52675,7 +52671,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52675
52671
  maxFeePerBlobGas?: undefined | undefined;
52676
52672
  maxFeePerGas?: bigint | undefined;
52677
52673
  maxPriorityFeePerGas?: bigint | undefined;
52678
- accessList?: viem491.AccessList | undefined;
52674
+ accessList?: viem0.AccessList | undefined;
52679
52675
  sidecars?: undefined;
52680
52676
  authorizationList?: undefined;
52681
52677
  chainId?: number | undefined;
@@ -52685,22 +52681,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52685
52681
  functionName: string;
52686
52682
  args?: readonly unknown[] | undefined;
52687
52683
  address: Address;
52688
- chain?: viem491.Chain | null | undefined;
52689
- account?: `0x${string}` | viem491.Account | null | undefined;
52684
+ chain?: viem0.Chain | null | undefined;
52685
+ account?: `0x${string}` | viem0.Account | null | undefined;
52690
52686
  value?: bigint | undefined;
52691
52687
  dataSuffix?: `0x${string}` | undefined;
52688
+ type?: "eip4844" | undefined;
52692
52689
  gas?: bigint | undefined;
52693
52690
  nonce?: number | undefined;
52694
- type?: "eip4844" | undefined;
52695
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52696
- blobVersionedHashes: readonly viem491.Hex[];
52691
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52692
+ blobVersionedHashes: readonly viem0.Hex[];
52697
52693
  kzg?: undefined;
52698
52694
  gasPrice?: undefined | undefined;
52699
52695
  maxFeePerBlobGas?: bigint | undefined;
52700
52696
  maxFeePerGas?: bigint | undefined;
52701
52697
  maxPriorityFeePerGas?: bigint | undefined;
52702
- accessList?: viem491.AccessList | undefined;
52703
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52698
+ accessList?: viem0.AccessList | undefined;
52699
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52704
52700
  authorizationList?: undefined;
52705
52701
  chainId?: number | undefined;
52706
52702
  connector?: wagmi0.Connector | undefined;
@@ -52709,22 +52705,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52709
52705
  functionName: string;
52710
52706
  args?: readonly unknown[] | undefined;
52711
52707
  address: Address;
52712
- chain?: viem491.Chain | null | undefined;
52713
- account?: `0x${string}` | viem491.Account | null | undefined;
52708
+ chain?: viem0.Chain | null | undefined;
52709
+ account?: `0x${string}` | viem0.Account | null | undefined;
52714
52710
  value?: bigint | undefined;
52715
52711
  dataSuffix?: `0x${string}` | undefined;
52712
+ type?: "eip4844" | undefined;
52716
52713
  gas?: bigint | undefined;
52717
52714
  nonce?: number | undefined;
52718
- type?: "eip4844" | undefined;
52719
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52715
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52720
52716
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52721
- kzg?: viem491.Kzg | undefined;
52717
+ kzg?: viem0.Kzg | undefined;
52722
52718
  gasPrice?: undefined | undefined;
52723
52719
  maxFeePerBlobGas?: bigint | undefined;
52724
52720
  maxFeePerGas?: bigint | undefined;
52725
52721
  maxPriorityFeePerGas?: bigint | undefined;
52726
- accessList?: viem491.AccessList | undefined;
52727
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52722
+ accessList?: viem0.AccessList | undefined;
52723
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52728
52724
  authorizationList?: undefined;
52729
52725
  chainId?: number | undefined;
52730
52726
  connector?: wagmi0.Connector | undefined;
@@ -52733,13 +52729,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52733
52729
  functionName: string;
52734
52730
  args?: readonly unknown[] | undefined;
52735
52731
  address: Address;
52736
- chain?: viem491.Chain | null | undefined;
52737
- account?: `0x${string}` | viem491.Account | null | undefined;
52732
+ chain?: viem0.Chain | null | undefined;
52733
+ account?: `0x${string}` | viem0.Account | null | undefined;
52738
52734
  value?: bigint | undefined;
52739
52735
  dataSuffix?: `0x${string}` | undefined;
52736
+ type?: "eip7702" | undefined;
52740
52737
  gas?: bigint | undefined;
52741
52738
  nonce?: number | undefined;
52742
- type?: "eip7702" | undefined;
52743
52739
  blobs?: undefined;
52744
52740
  blobVersionedHashes?: undefined;
52745
52741
  kzg?: undefined;
@@ -52747,9 +52743,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52747
52743
  maxFeePerBlobGas?: undefined | undefined;
52748
52744
  maxFeePerGas?: bigint | undefined;
52749
52745
  maxPriorityFeePerGas?: bigint | undefined;
52750
- accessList?: viem491.AccessList | undefined;
52746
+ accessList?: viem0.AccessList | undefined;
52751
52747
  sidecars?: undefined;
52752
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52748
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52753
52749
  chainId?: number | undefined;
52754
52750
  connector?: wagmi0.Connector | undefined;
52755
52751
  };
@@ -52762,8 +52758,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52762
52758
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52763
52759
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52764
52760
  } | {
52765
- error: _wagmi_core0.WriteContractErrorType;
52766
52761
  data: undefined;
52762
+ error: _wagmi_core0.WriteContractErrorType;
52767
52763
  status: "error";
52768
52764
  isError: true;
52769
52765
  isPending: false;
@@ -52776,13 +52772,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52776
52772
  functionName: string;
52777
52773
  args?: readonly unknown[] | undefined;
52778
52774
  address: Address;
52779
- chain?: viem491.Chain | null | undefined;
52780
- account?: `0x${string}` | viem491.Account | null | undefined;
52775
+ chain?: viem0.Chain | null | undefined;
52776
+ account?: `0x${string}` | viem0.Account | null | undefined;
52781
52777
  value?: bigint | undefined;
52782
52778
  dataSuffix?: `0x${string}` | undefined;
52779
+ type?: "legacy" | undefined;
52783
52780
  gas?: bigint | undefined;
52784
52781
  nonce?: number | undefined;
52785
- type?: "legacy" | undefined;
52786
52782
  blobs?: undefined;
52787
52783
  blobVersionedHashes?: undefined;
52788
52784
  kzg?: undefined;
@@ -52800,13 +52796,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52800
52796
  functionName: string;
52801
52797
  args?: readonly unknown[] | undefined;
52802
52798
  address: Address;
52803
- chain?: viem491.Chain | null | undefined;
52804
- account?: `0x${string}` | viem491.Account | null | undefined;
52799
+ chain?: viem0.Chain | null | undefined;
52800
+ account?: `0x${string}` | viem0.Account | null | undefined;
52805
52801
  value?: bigint | undefined;
52806
52802
  dataSuffix?: `0x${string}` | undefined;
52803
+ type?: "eip2930" | undefined;
52807
52804
  gas?: bigint | undefined;
52808
52805
  nonce?: number | undefined;
52809
- type?: "eip2930" | undefined;
52810
52806
  blobs?: undefined;
52811
52807
  blobVersionedHashes?: undefined;
52812
52808
  kzg?: undefined;
@@ -52814,7 +52810,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52814
52810
  maxFeePerBlobGas?: undefined | undefined;
52815
52811
  maxFeePerGas?: undefined | undefined;
52816
52812
  maxPriorityFeePerGas?: undefined | undefined;
52817
- accessList?: viem491.AccessList | undefined;
52813
+ accessList?: viem0.AccessList | undefined;
52818
52814
  sidecars?: undefined;
52819
52815
  authorizationList?: undefined;
52820
52816
  chainId?: number | undefined;
@@ -52824,13 +52820,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52824
52820
  functionName: string;
52825
52821
  args?: readonly unknown[] | undefined;
52826
52822
  address: Address;
52827
- chain?: viem491.Chain | null | undefined;
52828
- account?: `0x${string}` | viem491.Account | null | undefined;
52823
+ chain?: viem0.Chain | null | undefined;
52824
+ account?: `0x${string}` | viem0.Account | null | undefined;
52829
52825
  value?: bigint | undefined;
52830
52826
  dataSuffix?: `0x${string}` | undefined;
52827
+ type?: "eip1559" | undefined;
52831
52828
  gas?: bigint | undefined;
52832
52829
  nonce?: number | undefined;
52833
- type?: "eip1559" | undefined;
52834
52830
  blobs?: undefined;
52835
52831
  blobVersionedHashes?: undefined;
52836
52832
  kzg?: undefined;
@@ -52838,7 +52834,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52838
52834
  maxFeePerBlobGas?: undefined | undefined;
52839
52835
  maxFeePerGas?: bigint | undefined;
52840
52836
  maxPriorityFeePerGas?: bigint | undefined;
52841
- accessList?: viem491.AccessList | undefined;
52837
+ accessList?: viem0.AccessList | undefined;
52842
52838
  sidecars?: undefined;
52843
52839
  authorizationList?: undefined;
52844
52840
  chainId?: number | undefined;
@@ -52848,22 +52844,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52848
52844
  functionName: string;
52849
52845
  args?: readonly unknown[] | undefined;
52850
52846
  address: Address;
52851
- chain?: viem491.Chain | null | undefined;
52852
- account?: `0x${string}` | viem491.Account | null | undefined;
52847
+ chain?: viem0.Chain | null | undefined;
52848
+ account?: `0x${string}` | viem0.Account | null | undefined;
52853
52849
  value?: bigint | undefined;
52854
52850
  dataSuffix?: `0x${string}` | undefined;
52851
+ type?: "eip4844" | undefined;
52855
52852
  gas?: bigint | undefined;
52856
52853
  nonce?: number | undefined;
52857
- type?: "eip4844" | undefined;
52858
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52859
- blobVersionedHashes: readonly viem491.Hex[];
52854
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52855
+ blobVersionedHashes: readonly viem0.Hex[];
52860
52856
  kzg?: undefined;
52861
52857
  gasPrice?: undefined | undefined;
52862
52858
  maxFeePerBlobGas?: bigint | undefined;
52863
52859
  maxFeePerGas?: bigint | undefined;
52864
52860
  maxPriorityFeePerGas?: bigint | undefined;
52865
- accessList?: viem491.AccessList | undefined;
52866
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52861
+ accessList?: viem0.AccessList | undefined;
52862
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52867
52863
  authorizationList?: undefined;
52868
52864
  chainId?: number | undefined;
52869
52865
  connector?: wagmi0.Connector | undefined;
@@ -52872,22 +52868,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52872
52868
  functionName: string;
52873
52869
  args?: readonly unknown[] | undefined;
52874
52870
  address: Address;
52875
- chain?: viem491.Chain | null | undefined;
52876
- account?: `0x${string}` | viem491.Account | null | undefined;
52871
+ chain?: viem0.Chain | null | undefined;
52872
+ account?: `0x${string}` | viem0.Account | null | undefined;
52877
52873
  value?: bigint | undefined;
52878
52874
  dataSuffix?: `0x${string}` | undefined;
52875
+ type?: "eip4844" | undefined;
52879
52876
  gas?: bigint | undefined;
52880
52877
  nonce?: number | undefined;
52881
- type?: "eip4844" | undefined;
52882
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52878
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52883
52879
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52884
- kzg?: viem491.Kzg | undefined;
52880
+ kzg?: viem0.Kzg | undefined;
52885
52881
  gasPrice?: undefined | undefined;
52886
52882
  maxFeePerBlobGas?: bigint | undefined;
52887
52883
  maxFeePerGas?: bigint | undefined;
52888
52884
  maxPriorityFeePerGas?: bigint | undefined;
52889
- accessList?: viem491.AccessList | undefined;
52890
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52885
+ accessList?: viem0.AccessList | undefined;
52886
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52891
52887
  authorizationList?: undefined;
52892
52888
  chainId?: number | undefined;
52893
52889
  connector?: wagmi0.Connector | undefined;
@@ -52896,13 +52892,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52896
52892
  functionName: string;
52897
52893
  args?: readonly unknown[] | undefined;
52898
52894
  address: Address;
52899
- chain?: viem491.Chain | null | undefined;
52900
- account?: `0x${string}` | viem491.Account | null | undefined;
52895
+ chain?: viem0.Chain | null | undefined;
52896
+ account?: `0x${string}` | viem0.Account | null | undefined;
52901
52897
  value?: bigint | undefined;
52902
52898
  dataSuffix?: `0x${string}` | undefined;
52899
+ type?: "eip7702" | undefined;
52903
52900
  gas?: bigint | undefined;
52904
52901
  nonce?: number | undefined;
52905
- type?: "eip7702" | undefined;
52906
52902
  blobs?: undefined;
52907
52903
  blobVersionedHashes?: undefined;
52908
52904
  kzg?: undefined;
@@ -52910,9 +52906,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52910
52906
  maxFeePerBlobGas?: undefined | undefined;
52911
52907
  maxFeePerGas?: bigint | undefined;
52912
52908
  maxPriorityFeePerGas?: bigint | undefined;
52913
- accessList?: viem491.AccessList | undefined;
52909
+ accessList?: viem0.AccessList | undefined;
52914
52910
  sidecars?: undefined;
52915
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52911
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52916
52912
  chainId?: number | undefined;
52917
52913
  connector?: wagmi0.Connector | undefined;
52918
52914
  };
@@ -52925,8 +52921,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52925
52921
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52926
52922
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52927
52923
  } | {
52928
- error: null;
52929
52924
  data: `0x${string}`;
52925
+ error: null;
52930
52926
  status: "success";
52931
52927
  isError: false;
52932
52928
  isPending: false;
@@ -52939,13 +52935,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52939
52935
  functionName: string;
52940
52936
  args?: readonly unknown[] | undefined;
52941
52937
  address: Address;
52942
- chain?: viem491.Chain | null | undefined;
52943
- account?: `0x${string}` | viem491.Account | null | undefined;
52938
+ chain?: viem0.Chain | null | undefined;
52939
+ account?: `0x${string}` | viem0.Account | null | undefined;
52944
52940
  value?: bigint | undefined;
52945
52941
  dataSuffix?: `0x${string}` | undefined;
52942
+ type?: "legacy" | undefined;
52946
52943
  gas?: bigint | undefined;
52947
52944
  nonce?: number | undefined;
52948
- type?: "legacy" | undefined;
52949
52945
  blobs?: undefined;
52950
52946
  blobVersionedHashes?: undefined;
52951
52947
  kzg?: undefined;
@@ -52963,13 +52959,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52963
52959
  functionName: string;
52964
52960
  args?: readonly unknown[] | undefined;
52965
52961
  address: Address;
52966
- chain?: viem491.Chain | null | undefined;
52967
- account?: `0x${string}` | viem491.Account | null | undefined;
52962
+ chain?: viem0.Chain | null | undefined;
52963
+ account?: `0x${string}` | viem0.Account | null | undefined;
52968
52964
  value?: bigint | undefined;
52969
52965
  dataSuffix?: `0x${string}` | undefined;
52966
+ type?: "eip2930" | undefined;
52970
52967
  gas?: bigint | undefined;
52971
52968
  nonce?: number | undefined;
52972
- type?: "eip2930" | undefined;
52973
52969
  blobs?: undefined;
52974
52970
  blobVersionedHashes?: undefined;
52975
52971
  kzg?: undefined;
@@ -52977,7 +52973,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52977
52973
  maxFeePerBlobGas?: undefined | undefined;
52978
52974
  maxFeePerGas?: undefined | undefined;
52979
52975
  maxPriorityFeePerGas?: undefined | undefined;
52980
- accessList?: viem491.AccessList | undefined;
52976
+ accessList?: viem0.AccessList | undefined;
52981
52977
  sidecars?: undefined;
52982
52978
  authorizationList?: undefined;
52983
52979
  chainId?: number | undefined;
@@ -52987,13 +52983,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52987
52983
  functionName: string;
52988
52984
  args?: readonly unknown[] | undefined;
52989
52985
  address: Address;
52990
- chain?: viem491.Chain | null | undefined;
52991
- account?: `0x${string}` | viem491.Account | null | undefined;
52986
+ chain?: viem0.Chain | null | undefined;
52987
+ account?: `0x${string}` | viem0.Account | null | undefined;
52992
52988
  value?: bigint | undefined;
52993
52989
  dataSuffix?: `0x${string}` | undefined;
52990
+ type?: "eip1559" | undefined;
52994
52991
  gas?: bigint | undefined;
52995
52992
  nonce?: number | undefined;
52996
- type?: "eip1559" | undefined;
52997
52993
  blobs?: undefined;
52998
52994
  blobVersionedHashes?: undefined;
52999
52995
  kzg?: undefined;
@@ -53001,7 +52997,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53001
52997
  maxFeePerBlobGas?: undefined | undefined;
53002
52998
  maxFeePerGas?: bigint | undefined;
53003
52999
  maxPriorityFeePerGas?: bigint | undefined;
53004
- accessList?: viem491.AccessList | undefined;
53000
+ accessList?: viem0.AccessList | undefined;
53005
53001
  sidecars?: undefined;
53006
53002
  authorizationList?: undefined;
53007
53003
  chainId?: number | undefined;
@@ -53011,22 +53007,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53011
53007
  functionName: string;
53012
53008
  args?: readonly unknown[] | undefined;
53013
53009
  address: Address;
53014
- chain?: viem491.Chain | null | undefined;
53015
- account?: `0x${string}` | viem491.Account | null | undefined;
53010
+ chain?: viem0.Chain | null | undefined;
53011
+ account?: `0x${string}` | viem0.Account | null | undefined;
53016
53012
  value?: bigint | undefined;
53017
53013
  dataSuffix?: `0x${string}` | undefined;
53014
+ type?: "eip4844" | undefined;
53018
53015
  gas?: bigint | undefined;
53019
53016
  nonce?: number | undefined;
53020
- type?: "eip4844" | undefined;
53021
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53022
- blobVersionedHashes: readonly viem491.Hex[];
53017
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53018
+ blobVersionedHashes: readonly viem0.Hex[];
53023
53019
  kzg?: undefined;
53024
53020
  gasPrice?: undefined | undefined;
53025
53021
  maxFeePerBlobGas?: bigint | undefined;
53026
53022
  maxFeePerGas?: bigint | undefined;
53027
53023
  maxPriorityFeePerGas?: bigint | undefined;
53028
- accessList?: viem491.AccessList | undefined;
53029
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53024
+ accessList?: viem0.AccessList | undefined;
53025
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53030
53026
  authorizationList?: undefined;
53031
53027
  chainId?: number | undefined;
53032
53028
  connector?: wagmi0.Connector | undefined;
@@ -53035,22 +53031,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53035
53031
  functionName: string;
53036
53032
  args?: readonly unknown[] | undefined;
53037
53033
  address: Address;
53038
- chain?: viem491.Chain | null | undefined;
53039
- account?: `0x${string}` | viem491.Account | null | undefined;
53034
+ chain?: viem0.Chain | null | undefined;
53035
+ account?: `0x${string}` | viem0.Account | null | undefined;
53040
53036
  value?: bigint | undefined;
53041
53037
  dataSuffix?: `0x${string}` | undefined;
53038
+ type?: "eip4844" | undefined;
53042
53039
  gas?: bigint | undefined;
53043
53040
  nonce?: number | undefined;
53044
- type?: "eip4844" | undefined;
53045
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53041
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53046
53042
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53047
- kzg?: viem491.Kzg | undefined;
53043
+ kzg?: viem0.Kzg | undefined;
53048
53044
  gasPrice?: undefined | undefined;
53049
53045
  maxFeePerBlobGas?: bigint | undefined;
53050
53046
  maxFeePerGas?: bigint | undefined;
53051
53047
  maxPriorityFeePerGas?: bigint | undefined;
53052
- accessList?: viem491.AccessList | undefined;
53053
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53048
+ accessList?: viem0.AccessList | undefined;
53049
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53054
53050
  authorizationList?: undefined;
53055
53051
  chainId?: number | undefined;
53056
53052
  connector?: wagmi0.Connector | undefined;
@@ -53059,13 +53055,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53059
53055
  functionName: string;
53060
53056
  args?: readonly unknown[] | undefined;
53061
53057
  address: Address;
53062
- chain?: viem491.Chain | null | undefined;
53063
- account?: `0x${string}` | viem491.Account | null | undefined;
53058
+ chain?: viem0.Chain | null | undefined;
53059
+ account?: `0x${string}` | viem0.Account | null | undefined;
53064
53060
  value?: bigint | undefined;
53065
53061
  dataSuffix?: `0x${string}` | undefined;
53062
+ type?: "eip7702" | undefined;
53066
53063
  gas?: bigint | undefined;
53067
53064
  nonce?: number | undefined;
53068
- type?: "eip7702" | undefined;
53069
53065
  blobs?: undefined;
53070
53066
  blobVersionedHashes?: undefined;
53071
53067
  kzg?: undefined;
@@ -53073,9 +53069,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53073
53069
  maxFeePerBlobGas?: undefined | undefined;
53074
53070
  maxFeePerGas?: bigint | undefined;
53075
53071
  maxPriorityFeePerGas?: bigint | undefined;
53076
- accessList?: viem491.AccessList | undefined;
53072
+ accessList?: viem0.AccessList | undefined;
53077
53073
  sidecars?: undefined;
53078
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53074
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53079
53075
  chainId?: number | undefined;
53080
53076
  connector?: wagmi0.Connector | undefined;
53081
53077
  };
@@ -53091,8 +53087,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53091
53087
  //#endregion
53092
53088
  //#region src/hooks/guardian/usePauseMarketTrading.d.ts
53093
53089
  declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53094
- error: null;
53095
53090
  data: undefined;
53091
+ error: null;
53096
53092
  status: "idle";
53097
53093
  isError: false;
53098
53094
  isPending: false;
@@ -53110,8 +53106,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53110
53106
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53111
53107
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53112
53108
  } | {
53113
- error: null;
53114
53109
  data: undefined;
53110
+ error: null;
53115
53111
  status: "pending";
53116
53112
  isError: false;
53117
53113
  isPending: true;
@@ -53124,13 +53120,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53124
53120
  functionName: string;
53125
53121
  args?: readonly unknown[] | undefined;
53126
53122
  address: Address;
53127
- chain?: viem491.Chain | null | undefined;
53128
- account?: `0x${string}` | viem491.Account | null | undefined;
53123
+ chain?: viem0.Chain | null | undefined;
53124
+ account?: `0x${string}` | viem0.Account | null | undefined;
53129
53125
  value?: bigint | undefined;
53130
53126
  dataSuffix?: `0x${string}` | undefined;
53127
+ type?: "legacy" | undefined;
53131
53128
  gas?: bigint | undefined;
53132
53129
  nonce?: number | undefined;
53133
- type?: "legacy" | undefined;
53134
53130
  blobs?: undefined;
53135
53131
  blobVersionedHashes?: undefined;
53136
53132
  kzg?: undefined;
@@ -53148,13 +53144,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53148
53144
  functionName: string;
53149
53145
  args?: readonly unknown[] | undefined;
53150
53146
  address: Address;
53151
- chain?: viem491.Chain | null | undefined;
53152
- account?: `0x${string}` | viem491.Account | null | undefined;
53147
+ chain?: viem0.Chain | null | undefined;
53148
+ account?: `0x${string}` | viem0.Account | null | undefined;
53153
53149
  value?: bigint | undefined;
53154
53150
  dataSuffix?: `0x${string}` | undefined;
53151
+ type?: "eip2930" | undefined;
53155
53152
  gas?: bigint | undefined;
53156
53153
  nonce?: number | undefined;
53157
- type?: "eip2930" | undefined;
53158
53154
  blobs?: undefined;
53159
53155
  blobVersionedHashes?: undefined;
53160
53156
  kzg?: undefined;
@@ -53162,7 +53158,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53162
53158
  maxFeePerBlobGas?: undefined | undefined;
53163
53159
  maxFeePerGas?: undefined | undefined;
53164
53160
  maxPriorityFeePerGas?: undefined | undefined;
53165
- accessList?: viem491.AccessList | undefined;
53161
+ accessList?: viem0.AccessList | undefined;
53166
53162
  sidecars?: undefined;
53167
53163
  authorizationList?: undefined;
53168
53164
  chainId?: number | undefined;
@@ -53172,13 +53168,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53172
53168
  functionName: string;
53173
53169
  args?: readonly unknown[] | undefined;
53174
53170
  address: Address;
53175
- chain?: viem491.Chain | null | undefined;
53176
- account?: `0x${string}` | viem491.Account | null | undefined;
53171
+ chain?: viem0.Chain | null | undefined;
53172
+ account?: `0x${string}` | viem0.Account | null | undefined;
53177
53173
  value?: bigint | undefined;
53178
53174
  dataSuffix?: `0x${string}` | undefined;
53175
+ type?: "eip1559" | undefined;
53179
53176
  gas?: bigint | undefined;
53180
53177
  nonce?: number | undefined;
53181
- type?: "eip1559" | undefined;
53182
53178
  blobs?: undefined;
53183
53179
  blobVersionedHashes?: undefined;
53184
53180
  kzg?: undefined;
@@ -53186,7 +53182,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53186
53182
  maxFeePerBlobGas?: undefined | undefined;
53187
53183
  maxFeePerGas?: bigint | undefined;
53188
53184
  maxPriorityFeePerGas?: bigint | undefined;
53189
- accessList?: viem491.AccessList | undefined;
53185
+ accessList?: viem0.AccessList | undefined;
53190
53186
  sidecars?: undefined;
53191
53187
  authorizationList?: undefined;
53192
53188
  chainId?: number | undefined;
@@ -53196,22 +53192,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53196
53192
  functionName: string;
53197
53193
  args?: readonly unknown[] | undefined;
53198
53194
  address: Address;
53199
- chain?: viem491.Chain | null | undefined;
53200
- account?: `0x${string}` | viem491.Account | null | undefined;
53195
+ chain?: viem0.Chain | null | undefined;
53196
+ account?: `0x${string}` | viem0.Account | null | undefined;
53201
53197
  value?: bigint | undefined;
53202
53198
  dataSuffix?: `0x${string}` | undefined;
53199
+ type?: "eip4844" | undefined;
53203
53200
  gas?: bigint | undefined;
53204
53201
  nonce?: number | undefined;
53205
- type?: "eip4844" | undefined;
53206
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53207
- blobVersionedHashes: readonly viem491.Hex[];
53202
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53203
+ blobVersionedHashes: readonly viem0.Hex[];
53208
53204
  kzg?: undefined;
53209
53205
  gasPrice?: undefined | undefined;
53210
53206
  maxFeePerBlobGas?: bigint | undefined;
53211
53207
  maxFeePerGas?: bigint | undefined;
53212
53208
  maxPriorityFeePerGas?: bigint | undefined;
53213
- accessList?: viem491.AccessList | undefined;
53214
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53209
+ accessList?: viem0.AccessList | undefined;
53210
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53215
53211
  authorizationList?: undefined;
53216
53212
  chainId?: number | undefined;
53217
53213
  connector?: wagmi0.Connector | undefined;
@@ -53220,22 +53216,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53220
53216
  functionName: string;
53221
53217
  args?: readonly unknown[] | undefined;
53222
53218
  address: Address;
53223
- chain?: viem491.Chain | null | undefined;
53224
- account?: `0x${string}` | viem491.Account | null | undefined;
53219
+ chain?: viem0.Chain | null | undefined;
53220
+ account?: `0x${string}` | viem0.Account | null | undefined;
53225
53221
  value?: bigint | undefined;
53226
53222
  dataSuffix?: `0x${string}` | undefined;
53223
+ type?: "eip4844" | undefined;
53227
53224
  gas?: bigint | undefined;
53228
53225
  nonce?: number | undefined;
53229
- type?: "eip4844" | undefined;
53230
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53226
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53231
53227
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53232
- kzg?: viem491.Kzg | undefined;
53228
+ kzg?: viem0.Kzg | undefined;
53233
53229
  gasPrice?: undefined | undefined;
53234
53230
  maxFeePerBlobGas?: bigint | undefined;
53235
53231
  maxFeePerGas?: bigint | undefined;
53236
53232
  maxPriorityFeePerGas?: bigint | undefined;
53237
- accessList?: viem491.AccessList | undefined;
53238
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53233
+ accessList?: viem0.AccessList | undefined;
53234
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53239
53235
  authorizationList?: undefined;
53240
53236
  chainId?: number | undefined;
53241
53237
  connector?: wagmi0.Connector | undefined;
@@ -53244,13 +53240,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53244
53240
  functionName: string;
53245
53241
  args?: readonly unknown[] | undefined;
53246
53242
  address: Address;
53247
- chain?: viem491.Chain | null | undefined;
53248
- account?: `0x${string}` | viem491.Account | null | undefined;
53243
+ chain?: viem0.Chain | null | undefined;
53244
+ account?: `0x${string}` | viem0.Account | null | undefined;
53249
53245
  value?: bigint | undefined;
53250
53246
  dataSuffix?: `0x${string}` | undefined;
53247
+ type?: "eip7702" | undefined;
53251
53248
  gas?: bigint | undefined;
53252
53249
  nonce?: number | undefined;
53253
- type?: "eip7702" | undefined;
53254
53250
  blobs?: undefined;
53255
53251
  blobVersionedHashes?: undefined;
53256
53252
  kzg?: undefined;
@@ -53258,9 +53254,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53258
53254
  maxFeePerBlobGas?: undefined | undefined;
53259
53255
  maxFeePerGas?: bigint | undefined;
53260
53256
  maxPriorityFeePerGas?: bigint | undefined;
53261
- accessList?: viem491.AccessList | undefined;
53257
+ accessList?: viem0.AccessList | undefined;
53262
53258
  sidecars?: undefined;
53263
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53259
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53264
53260
  chainId?: number | undefined;
53265
53261
  connector?: wagmi0.Connector | undefined;
53266
53262
  };
@@ -53273,8 +53269,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53273
53269
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53274
53270
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53275
53271
  } | {
53276
- error: _wagmi_core0.WriteContractErrorType;
53277
53272
  data: undefined;
53273
+ error: _wagmi_core0.WriteContractErrorType;
53278
53274
  status: "error";
53279
53275
  isError: true;
53280
53276
  isPending: false;
@@ -53287,13 +53283,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53287
53283
  functionName: string;
53288
53284
  args?: readonly unknown[] | undefined;
53289
53285
  address: Address;
53290
- chain?: viem491.Chain | null | undefined;
53291
- account?: `0x${string}` | viem491.Account | null | undefined;
53286
+ chain?: viem0.Chain | null | undefined;
53287
+ account?: `0x${string}` | viem0.Account | null | undefined;
53292
53288
  value?: bigint | undefined;
53293
53289
  dataSuffix?: `0x${string}` | undefined;
53290
+ type?: "legacy" | undefined;
53294
53291
  gas?: bigint | undefined;
53295
53292
  nonce?: number | undefined;
53296
- type?: "legacy" | undefined;
53297
53293
  blobs?: undefined;
53298
53294
  blobVersionedHashes?: undefined;
53299
53295
  kzg?: undefined;
@@ -53311,13 +53307,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53311
53307
  functionName: string;
53312
53308
  args?: readonly unknown[] | undefined;
53313
53309
  address: Address;
53314
- chain?: viem491.Chain | null | undefined;
53315
- account?: `0x${string}` | viem491.Account | null | undefined;
53310
+ chain?: viem0.Chain | null | undefined;
53311
+ account?: `0x${string}` | viem0.Account | null | undefined;
53316
53312
  value?: bigint | undefined;
53317
53313
  dataSuffix?: `0x${string}` | undefined;
53314
+ type?: "eip2930" | undefined;
53318
53315
  gas?: bigint | undefined;
53319
53316
  nonce?: number | undefined;
53320
- type?: "eip2930" | undefined;
53321
53317
  blobs?: undefined;
53322
53318
  blobVersionedHashes?: undefined;
53323
53319
  kzg?: undefined;
@@ -53325,7 +53321,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53325
53321
  maxFeePerBlobGas?: undefined | undefined;
53326
53322
  maxFeePerGas?: undefined | undefined;
53327
53323
  maxPriorityFeePerGas?: undefined | undefined;
53328
- accessList?: viem491.AccessList | undefined;
53324
+ accessList?: viem0.AccessList | undefined;
53329
53325
  sidecars?: undefined;
53330
53326
  authorizationList?: undefined;
53331
53327
  chainId?: number | undefined;
@@ -53335,13 +53331,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53335
53331
  functionName: string;
53336
53332
  args?: readonly unknown[] | undefined;
53337
53333
  address: Address;
53338
- chain?: viem491.Chain | null | undefined;
53339
- account?: `0x${string}` | viem491.Account | null | undefined;
53334
+ chain?: viem0.Chain | null | undefined;
53335
+ account?: `0x${string}` | viem0.Account | null | undefined;
53340
53336
  value?: bigint | undefined;
53341
53337
  dataSuffix?: `0x${string}` | undefined;
53338
+ type?: "eip1559" | undefined;
53342
53339
  gas?: bigint | undefined;
53343
53340
  nonce?: number | undefined;
53344
- type?: "eip1559" | undefined;
53345
53341
  blobs?: undefined;
53346
53342
  blobVersionedHashes?: undefined;
53347
53343
  kzg?: undefined;
@@ -53349,7 +53345,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53349
53345
  maxFeePerBlobGas?: undefined | undefined;
53350
53346
  maxFeePerGas?: bigint | undefined;
53351
53347
  maxPriorityFeePerGas?: bigint | undefined;
53352
- accessList?: viem491.AccessList | undefined;
53348
+ accessList?: viem0.AccessList | undefined;
53353
53349
  sidecars?: undefined;
53354
53350
  authorizationList?: undefined;
53355
53351
  chainId?: number | undefined;
@@ -53359,22 +53355,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53359
53355
  functionName: string;
53360
53356
  args?: readonly unknown[] | undefined;
53361
53357
  address: Address;
53362
- chain?: viem491.Chain | null | undefined;
53363
- account?: `0x${string}` | viem491.Account | null | undefined;
53358
+ chain?: viem0.Chain | null | undefined;
53359
+ account?: `0x${string}` | viem0.Account | null | undefined;
53364
53360
  value?: bigint | undefined;
53365
53361
  dataSuffix?: `0x${string}` | undefined;
53362
+ type?: "eip4844" | undefined;
53366
53363
  gas?: bigint | undefined;
53367
53364
  nonce?: number | undefined;
53368
- type?: "eip4844" | undefined;
53369
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53370
- blobVersionedHashes: readonly viem491.Hex[];
53365
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53366
+ blobVersionedHashes: readonly viem0.Hex[];
53371
53367
  kzg?: undefined;
53372
53368
  gasPrice?: undefined | undefined;
53373
53369
  maxFeePerBlobGas?: bigint | undefined;
53374
53370
  maxFeePerGas?: bigint | undefined;
53375
53371
  maxPriorityFeePerGas?: bigint | undefined;
53376
- accessList?: viem491.AccessList | undefined;
53377
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53372
+ accessList?: viem0.AccessList | undefined;
53373
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53378
53374
  authorizationList?: undefined;
53379
53375
  chainId?: number | undefined;
53380
53376
  connector?: wagmi0.Connector | undefined;
@@ -53383,22 +53379,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53383
53379
  functionName: string;
53384
53380
  args?: readonly unknown[] | undefined;
53385
53381
  address: Address;
53386
- chain?: viem491.Chain | null | undefined;
53387
- account?: `0x${string}` | viem491.Account | null | undefined;
53382
+ chain?: viem0.Chain | null | undefined;
53383
+ account?: `0x${string}` | viem0.Account | null | undefined;
53388
53384
  value?: bigint | undefined;
53389
53385
  dataSuffix?: `0x${string}` | undefined;
53386
+ type?: "eip4844" | undefined;
53390
53387
  gas?: bigint | undefined;
53391
53388
  nonce?: number | undefined;
53392
- type?: "eip4844" | undefined;
53393
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53389
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53394
53390
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53395
- kzg?: viem491.Kzg | undefined;
53391
+ kzg?: viem0.Kzg | undefined;
53396
53392
  gasPrice?: undefined | undefined;
53397
53393
  maxFeePerBlobGas?: bigint | undefined;
53398
53394
  maxFeePerGas?: bigint | undefined;
53399
53395
  maxPriorityFeePerGas?: bigint | undefined;
53400
- accessList?: viem491.AccessList | undefined;
53401
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53396
+ accessList?: viem0.AccessList | undefined;
53397
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53402
53398
  authorizationList?: undefined;
53403
53399
  chainId?: number | undefined;
53404
53400
  connector?: wagmi0.Connector | undefined;
@@ -53407,13 +53403,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53407
53403
  functionName: string;
53408
53404
  args?: readonly unknown[] | undefined;
53409
53405
  address: Address;
53410
- chain?: viem491.Chain | null | undefined;
53411
- account?: `0x${string}` | viem491.Account | null | undefined;
53406
+ chain?: viem0.Chain | null | undefined;
53407
+ account?: `0x${string}` | viem0.Account | null | undefined;
53412
53408
  value?: bigint | undefined;
53413
53409
  dataSuffix?: `0x${string}` | undefined;
53410
+ type?: "eip7702" | undefined;
53414
53411
  gas?: bigint | undefined;
53415
53412
  nonce?: number | undefined;
53416
- type?: "eip7702" | undefined;
53417
53413
  blobs?: undefined;
53418
53414
  blobVersionedHashes?: undefined;
53419
53415
  kzg?: undefined;
@@ -53421,9 +53417,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53421
53417
  maxFeePerBlobGas?: undefined | undefined;
53422
53418
  maxFeePerGas?: bigint | undefined;
53423
53419
  maxPriorityFeePerGas?: bigint | undefined;
53424
- accessList?: viem491.AccessList | undefined;
53420
+ accessList?: viem0.AccessList | undefined;
53425
53421
  sidecars?: undefined;
53426
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53422
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53427
53423
  chainId?: number | undefined;
53428
53424
  connector?: wagmi0.Connector | undefined;
53429
53425
  };
@@ -53436,8 +53432,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53436
53432
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53437
53433
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53438
53434
  } | {
53439
- error: null;
53440
53435
  data: `0x${string}`;
53436
+ error: null;
53441
53437
  status: "success";
53442
53438
  isError: false;
53443
53439
  isPending: false;
@@ -53450,13 +53446,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53450
53446
  functionName: string;
53451
53447
  args?: readonly unknown[] | undefined;
53452
53448
  address: Address;
53453
- chain?: viem491.Chain | null | undefined;
53454
- account?: `0x${string}` | viem491.Account | null | undefined;
53449
+ chain?: viem0.Chain | null | undefined;
53450
+ account?: `0x${string}` | viem0.Account | null | undefined;
53455
53451
  value?: bigint | undefined;
53456
53452
  dataSuffix?: `0x${string}` | undefined;
53453
+ type?: "legacy" | undefined;
53457
53454
  gas?: bigint | undefined;
53458
53455
  nonce?: number | undefined;
53459
- type?: "legacy" | undefined;
53460
53456
  blobs?: undefined;
53461
53457
  blobVersionedHashes?: undefined;
53462
53458
  kzg?: undefined;
@@ -53474,13 +53470,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53474
53470
  functionName: string;
53475
53471
  args?: readonly unknown[] | undefined;
53476
53472
  address: Address;
53477
- chain?: viem491.Chain | null | undefined;
53478
- account?: `0x${string}` | viem491.Account | null | undefined;
53473
+ chain?: viem0.Chain | null | undefined;
53474
+ account?: `0x${string}` | viem0.Account | null | undefined;
53479
53475
  value?: bigint | undefined;
53480
53476
  dataSuffix?: `0x${string}` | undefined;
53477
+ type?: "eip2930" | undefined;
53481
53478
  gas?: bigint | undefined;
53482
53479
  nonce?: number | undefined;
53483
- type?: "eip2930" | undefined;
53484
53480
  blobs?: undefined;
53485
53481
  blobVersionedHashes?: undefined;
53486
53482
  kzg?: undefined;
@@ -53488,7 +53484,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53488
53484
  maxFeePerBlobGas?: undefined | undefined;
53489
53485
  maxFeePerGas?: undefined | undefined;
53490
53486
  maxPriorityFeePerGas?: undefined | undefined;
53491
- accessList?: viem491.AccessList | undefined;
53487
+ accessList?: viem0.AccessList | undefined;
53492
53488
  sidecars?: undefined;
53493
53489
  authorizationList?: undefined;
53494
53490
  chainId?: number | undefined;
@@ -53498,13 +53494,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53498
53494
  functionName: string;
53499
53495
  args?: readonly unknown[] | undefined;
53500
53496
  address: Address;
53501
- chain?: viem491.Chain | null | undefined;
53502
- account?: `0x${string}` | viem491.Account | null | undefined;
53497
+ chain?: viem0.Chain | null | undefined;
53498
+ account?: `0x${string}` | viem0.Account | null | undefined;
53503
53499
  value?: bigint | undefined;
53504
53500
  dataSuffix?: `0x${string}` | undefined;
53501
+ type?: "eip1559" | undefined;
53505
53502
  gas?: bigint | undefined;
53506
53503
  nonce?: number | undefined;
53507
- type?: "eip1559" | undefined;
53508
53504
  blobs?: undefined;
53509
53505
  blobVersionedHashes?: undefined;
53510
53506
  kzg?: undefined;
@@ -53512,7 +53508,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53512
53508
  maxFeePerBlobGas?: undefined | undefined;
53513
53509
  maxFeePerGas?: bigint | undefined;
53514
53510
  maxPriorityFeePerGas?: bigint | undefined;
53515
- accessList?: viem491.AccessList | undefined;
53511
+ accessList?: viem0.AccessList | undefined;
53516
53512
  sidecars?: undefined;
53517
53513
  authorizationList?: undefined;
53518
53514
  chainId?: number | undefined;
@@ -53522,22 +53518,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53522
53518
  functionName: string;
53523
53519
  args?: readonly unknown[] | undefined;
53524
53520
  address: Address;
53525
- chain?: viem491.Chain | null | undefined;
53526
- account?: `0x${string}` | viem491.Account | null | undefined;
53521
+ chain?: viem0.Chain | null | undefined;
53522
+ account?: `0x${string}` | viem0.Account | null | undefined;
53527
53523
  value?: bigint | undefined;
53528
53524
  dataSuffix?: `0x${string}` | undefined;
53525
+ type?: "eip4844" | undefined;
53529
53526
  gas?: bigint | undefined;
53530
53527
  nonce?: number | undefined;
53531
- type?: "eip4844" | undefined;
53532
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53533
- blobVersionedHashes: readonly viem491.Hex[];
53528
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53529
+ blobVersionedHashes: readonly viem0.Hex[];
53534
53530
  kzg?: undefined;
53535
53531
  gasPrice?: undefined | undefined;
53536
53532
  maxFeePerBlobGas?: bigint | undefined;
53537
53533
  maxFeePerGas?: bigint | undefined;
53538
53534
  maxPriorityFeePerGas?: bigint | undefined;
53539
- accessList?: viem491.AccessList | undefined;
53540
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53535
+ accessList?: viem0.AccessList | undefined;
53536
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53541
53537
  authorizationList?: undefined;
53542
53538
  chainId?: number | undefined;
53543
53539
  connector?: wagmi0.Connector | undefined;
@@ -53546,22 +53542,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53546
53542
  functionName: string;
53547
53543
  args?: readonly unknown[] | undefined;
53548
53544
  address: Address;
53549
- chain?: viem491.Chain | null | undefined;
53550
- account?: `0x${string}` | viem491.Account | null | undefined;
53545
+ chain?: viem0.Chain | null | undefined;
53546
+ account?: `0x${string}` | viem0.Account | null | undefined;
53551
53547
  value?: bigint | undefined;
53552
53548
  dataSuffix?: `0x${string}` | undefined;
53549
+ type?: "eip4844" | undefined;
53553
53550
  gas?: bigint | undefined;
53554
53551
  nonce?: number | undefined;
53555
- type?: "eip4844" | undefined;
53556
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53552
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53557
53553
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53558
- kzg?: viem491.Kzg | undefined;
53554
+ kzg?: viem0.Kzg | undefined;
53559
53555
  gasPrice?: undefined | undefined;
53560
53556
  maxFeePerBlobGas?: bigint | undefined;
53561
53557
  maxFeePerGas?: bigint | undefined;
53562
53558
  maxPriorityFeePerGas?: bigint | undefined;
53563
- accessList?: viem491.AccessList | undefined;
53564
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53559
+ accessList?: viem0.AccessList | undefined;
53560
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53565
53561
  authorizationList?: undefined;
53566
53562
  chainId?: number | undefined;
53567
53563
  connector?: wagmi0.Connector | undefined;
@@ -53570,13 +53566,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53570
53566
  functionName: string;
53571
53567
  args?: readonly unknown[] | undefined;
53572
53568
  address: Address;
53573
- chain?: viem491.Chain | null | undefined;
53574
- account?: `0x${string}` | viem491.Account | null | undefined;
53569
+ chain?: viem0.Chain | null | undefined;
53570
+ account?: `0x${string}` | viem0.Account | null | undefined;
53575
53571
  value?: bigint | undefined;
53576
53572
  dataSuffix?: `0x${string}` | undefined;
53573
+ type?: "eip7702" | undefined;
53577
53574
  gas?: bigint | undefined;
53578
53575
  nonce?: number | undefined;
53579
- type?: "eip7702" | undefined;
53580
53576
  blobs?: undefined;
53581
53577
  blobVersionedHashes?: undefined;
53582
53578
  kzg?: undefined;
@@ -53584,9 +53580,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53584
53580
  maxFeePerBlobGas?: undefined | undefined;
53585
53581
  maxFeePerGas?: bigint | undefined;
53586
53582
  maxPriorityFeePerGas?: bigint | undefined;
53587
- accessList?: viem491.AccessList | undefined;
53583
+ accessList?: viem0.AccessList | undefined;
53588
53584
  sidecars?: undefined;
53589
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53585
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53590
53586
  chainId?: number | undefined;
53591
53587
  connector?: wagmi0.Connector | undefined;
53592
53588
  };
@@ -53611,8 +53607,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
53611
53607
  //#endregion
53612
53608
  //#region src/hooks/fees/useUpdateMarketFees.d.ts
53613
53609
  declare const useUpdateMarketFees: (marketAddr: Address) => {
53614
- error: null;
53615
53610
  data: undefined;
53611
+ error: null;
53616
53612
  status: "idle";
53617
53613
  isError: false;
53618
53614
  isPending: false;
@@ -53640,8 +53636,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53640
53636
  newFeeStrategy: `0x${string}`;
53641
53637
  }>;
53642
53638
  } | {
53643
- error: null;
53644
53639
  data: undefined;
53640
+ error: null;
53645
53641
  status: "pending";
53646
53642
  isError: false;
53647
53643
  isPending: true;
@@ -53654,13 +53650,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53654
53650
  functionName: string;
53655
53651
  args?: readonly unknown[] | undefined;
53656
53652
  address: Address;
53657
- chain?: viem491.Chain | null | undefined;
53658
- account?: `0x${string}` | viem491.Account | null | undefined;
53653
+ chain?: viem0.Chain | null | undefined;
53654
+ account?: `0x${string}` | viem0.Account | null | undefined;
53659
53655
  value?: bigint | undefined;
53660
53656
  dataSuffix?: `0x${string}` | undefined;
53657
+ type?: "legacy" | undefined;
53661
53658
  gas?: bigint | undefined;
53662
53659
  nonce?: number | undefined;
53663
- type?: "legacy" | undefined;
53664
53660
  blobs?: undefined;
53665
53661
  blobVersionedHashes?: undefined;
53666
53662
  kzg?: undefined;
@@ -53678,13 +53674,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53678
53674
  functionName: string;
53679
53675
  args?: readonly unknown[] | undefined;
53680
53676
  address: Address;
53681
- chain?: viem491.Chain | null | undefined;
53682
- account?: `0x${string}` | viem491.Account | null | undefined;
53677
+ chain?: viem0.Chain | null | undefined;
53678
+ account?: `0x${string}` | viem0.Account | null | undefined;
53683
53679
  value?: bigint | undefined;
53684
53680
  dataSuffix?: `0x${string}` | undefined;
53681
+ type?: "eip2930" | undefined;
53685
53682
  gas?: bigint | undefined;
53686
53683
  nonce?: number | undefined;
53687
- type?: "eip2930" | undefined;
53688
53684
  blobs?: undefined;
53689
53685
  blobVersionedHashes?: undefined;
53690
53686
  kzg?: undefined;
@@ -53692,7 +53688,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53692
53688
  maxFeePerBlobGas?: undefined | undefined;
53693
53689
  maxFeePerGas?: undefined | undefined;
53694
53690
  maxPriorityFeePerGas?: undefined | undefined;
53695
- accessList?: viem491.AccessList | undefined;
53691
+ accessList?: viem0.AccessList | undefined;
53696
53692
  sidecars?: undefined;
53697
53693
  authorizationList?: undefined;
53698
53694
  chainId?: number | undefined;
@@ -53702,13 +53698,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53702
53698
  functionName: string;
53703
53699
  args?: readonly unknown[] | undefined;
53704
53700
  address: Address;
53705
- chain?: viem491.Chain | null | undefined;
53706
- account?: `0x${string}` | viem491.Account | null | undefined;
53701
+ chain?: viem0.Chain | null | undefined;
53702
+ account?: `0x${string}` | viem0.Account | null | undefined;
53707
53703
  value?: bigint | undefined;
53708
53704
  dataSuffix?: `0x${string}` | undefined;
53705
+ type?: "eip1559" | undefined;
53709
53706
  gas?: bigint | undefined;
53710
53707
  nonce?: number | undefined;
53711
- type?: "eip1559" | undefined;
53712
53708
  blobs?: undefined;
53713
53709
  blobVersionedHashes?: undefined;
53714
53710
  kzg?: undefined;
@@ -53716,7 +53712,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53716
53712
  maxFeePerBlobGas?: undefined | undefined;
53717
53713
  maxFeePerGas?: bigint | undefined;
53718
53714
  maxPriorityFeePerGas?: bigint | undefined;
53719
- accessList?: viem491.AccessList | undefined;
53715
+ accessList?: viem0.AccessList | undefined;
53720
53716
  sidecars?: undefined;
53721
53717
  authorizationList?: undefined;
53722
53718
  chainId?: number | undefined;
@@ -53726,22 +53722,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53726
53722
  functionName: string;
53727
53723
  args?: readonly unknown[] | undefined;
53728
53724
  address: Address;
53729
- chain?: viem491.Chain | null | undefined;
53730
- account?: `0x${string}` | viem491.Account | null | undefined;
53725
+ chain?: viem0.Chain | null | undefined;
53726
+ account?: `0x${string}` | viem0.Account | null | undefined;
53731
53727
  value?: bigint | undefined;
53732
53728
  dataSuffix?: `0x${string}` | undefined;
53729
+ type?: "eip4844" | undefined;
53733
53730
  gas?: bigint | undefined;
53734
53731
  nonce?: number | undefined;
53735
- type?: "eip4844" | undefined;
53736
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53737
- blobVersionedHashes: readonly viem491.Hex[];
53732
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53733
+ blobVersionedHashes: readonly viem0.Hex[];
53738
53734
  kzg?: undefined;
53739
53735
  gasPrice?: undefined | undefined;
53740
53736
  maxFeePerBlobGas?: bigint | undefined;
53741
53737
  maxFeePerGas?: bigint | undefined;
53742
53738
  maxPriorityFeePerGas?: bigint | undefined;
53743
- accessList?: viem491.AccessList | undefined;
53744
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53739
+ accessList?: viem0.AccessList | undefined;
53740
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53745
53741
  authorizationList?: undefined;
53746
53742
  chainId?: number | undefined;
53747
53743
  connector?: wagmi0.Connector | undefined;
@@ -53750,22 +53746,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53750
53746
  functionName: string;
53751
53747
  args?: readonly unknown[] | undefined;
53752
53748
  address: Address;
53753
- chain?: viem491.Chain | null | undefined;
53754
- account?: `0x${string}` | viem491.Account | null | undefined;
53749
+ chain?: viem0.Chain | null | undefined;
53750
+ account?: `0x${string}` | viem0.Account | null | undefined;
53755
53751
  value?: bigint | undefined;
53756
53752
  dataSuffix?: `0x${string}` | undefined;
53753
+ type?: "eip4844" | undefined;
53757
53754
  gas?: bigint | undefined;
53758
53755
  nonce?: number | undefined;
53759
- type?: "eip4844" | undefined;
53760
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53756
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53761
53757
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53762
- kzg?: viem491.Kzg | undefined;
53758
+ kzg?: viem0.Kzg | undefined;
53763
53759
  gasPrice?: undefined | undefined;
53764
53760
  maxFeePerBlobGas?: bigint | undefined;
53765
53761
  maxFeePerGas?: bigint | undefined;
53766
53762
  maxPriorityFeePerGas?: bigint | undefined;
53767
- accessList?: viem491.AccessList | undefined;
53768
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53763
+ accessList?: viem0.AccessList | undefined;
53764
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53769
53765
  authorizationList?: undefined;
53770
53766
  chainId?: number | undefined;
53771
53767
  connector?: wagmi0.Connector | undefined;
@@ -53774,13 +53770,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53774
53770
  functionName: string;
53775
53771
  args?: readonly unknown[] | undefined;
53776
53772
  address: Address;
53777
- chain?: viem491.Chain | null | undefined;
53778
- account?: `0x${string}` | viem491.Account | null | undefined;
53773
+ chain?: viem0.Chain | null | undefined;
53774
+ account?: `0x${string}` | viem0.Account | null | undefined;
53779
53775
  value?: bigint | undefined;
53780
53776
  dataSuffix?: `0x${string}` | undefined;
53777
+ type?: "eip7702" | undefined;
53781
53778
  gas?: bigint | undefined;
53782
53779
  nonce?: number | undefined;
53783
- type?: "eip7702" | undefined;
53784
53780
  blobs?: undefined;
53785
53781
  blobVersionedHashes?: undefined;
53786
53782
  kzg?: undefined;
@@ -53788,9 +53784,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53788
53784
  maxFeePerBlobGas?: undefined | undefined;
53789
53785
  maxFeePerGas?: bigint | undefined;
53790
53786
  maxPriorityFeePerGas?: bigint | undefined;
53791
- accessList?: viem491.AccessList | undefined;
53787
+ accessList?: viem0.AccessList | undefined;
53792
53788
  sidecars?: undefined;
53793
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53789
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53794
53790
  chainId?: number | undefined;
53795
53791
  connector?: wagmi0.Connector | undefined;
53796
53792
  };
@@ -53813,8 +53809,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53813
53809
  newFeeStrategy: `0x${string}`;
53814
53810
  }>;
53815
53811
  } | {
53816
- error: _wagmi_core0.WriteContractErrorType;
53817
53812
  data: undefined;
53813
+ error: _wagmi_core0.WriteContractErrorType;
53818
53814
  status: "error";
53819
53815
  isError: true;
53820
53816
  isPending: false;
@@ -53827,13 +53823,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53827
53823
  functionName: string;
53828
53824
  args?: readonly unknown[] | undefined;
53829
53825
  address: Address;
53830
- chain?: viem491.Chain | null | undefined;
53831
- account?: `0x${string}` | viem491.Account | null | undefined;
53826
+ chain?: viem0.Chain | null | undefined;
53827
+ account?: `0x${string}` | viem0.Account | null | undefined;
53832
53828
  value?: bigint | undefined;
53833
53829
  dataSuffix?: `0x${string}` | undefined;
53830
+ type?: "legacy" | undefined;
53834
53831
  gas?: bigint | undefined;
53835
53832
  nonce?: number | undefined;
53836
- type?: "legacy" | undefined;
53837
53833
  blobs?: undefined;
53838
53834
  blobVersionedHashes?: undefined;
53839
53835
  kzg?: undefined;
@@ -53851,13 +53847,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53851
53847
  functionName: string;
53852
53848
  args?: readonly unknown[] | undefined;
53853
53849
  address: Address;
53854
- chain?: viem491.Chain | null | undefined;
53855
- account?: `0x${string}` | viem491.Account | null | undefined;
53850
+ chain?: viem0.Chain | null | undefined;
53851
+ account?: `0x${string}` | viem0.Account | null | undefined;
53856
53852
  value?: bigint | undefined;
53857
53853
  dataSuffix?: `0x${string}` | undefined;
53854
+ type?: "eip2930" | undefined;
53858
53855
  gas?: bigint | undefined;
53859
53856
  nonce?: number | undefined;
53860
- type?: "eip2930" | undefined;
53861
53857
  blobs?: undefined;
53862
53858
  blobVersionedHashes?: undefined;
53863
53859
  kzg?: undefined;
@@ -53865,7 +53861,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53865
53861
  maxFeePerBlobGas?: undefined | undefined;
53866
53862
  maxFeePerGas?: undefined | undefined;
53867
53863
  maxPriorityFeePerGas?: undefined | undefined;
53868
- accessList?: viem491.AccessList | undefined;
53864
+ accessList?: viem0.AccessList | undefined;
53869
53865
  sidecars?: undefined;
53870
53866
  authorizationList?: undefined;
53871
53867
  chainId?: number | undefined;
@@ -53875,13 +53871,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53875
53871
  functionName: string;
53876
53872
  args?: readonly unknown[] | undefined;
53877
53873
  address: Address;
53878
- chain?: viem491.Chain | null | undefined;
53879
- account?: `0x${string}` | viem491.Account | null | undefined;
53874
+ chain?: viem0.Chain | null | undefined;
53875
+ account?: `0x${string}` | viem0.Account | null | undefined;
53880
53876
  value?: bigint | undefined;
53881
53877
  dataSuffix?: `0x${string}` | undefined;
53878
+ type?: "eip1559" | undefined;
53882
53879
  gas?: bigint | undefined;
53883
53880
  nonce?: number | undefined;
53884
- type?: "eip1559" | undefined;
53885
53881
  blobs?: undefined;
53886
53882
  blobVersionedHashes?: undefined;
53887
53883
  kzg?: undefined;
@@ -53889,7 +53885,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53889
53885
  maxFeePerBlobGas?: undefined | undefined;
53890
53886
  maxFeePerGas?: bigint | undefined;
53891
53887
  maxPriorityFeePerGas?: bigint | undefined;
53892
- accessList?: viem491.AccessList | undefined;
53888
+ accessList?: viem0.AccessList | undefined;
53893
53889
  sidecars?: undefined;
53894
53890
  authorizationList?: undefined;
53895
53891
  chainId?: number | undefined;
@@ -53899,22 +53895,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53899
53895
  functionName: string;
53900
53896
  args?: readonly unknown[] | undefined;
53901
53897
  address: Address;
53902
- chain?: viem491.Chain | null | undefined;
53903
- account?: `0x${string}` | viem491.Account | null | undefined;
53898
+ chain?: viem0.Chain | null | undefined;
53899
+ account?: `0x${string}` | viem0.Account | null | undefined;
53904
53900
  value?: bigint | undefined;
53905
53901
  dataSuffix?: `0x${string}` | undefined;
53902
+ type?: "eip4844" | undefined;
53906
53903
  gas?: bigint | undefined;
53907
53904
  nonce?: number | undefined;
53908
- type?: "eip4844" | undefined;
53909
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53910
- blobVersionedHashes: readonly viem491.Hex[];
53905
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53906
+ blobVersionedHashes: readonly viem0.Hex[];
53911
53907
  kzg?: undefined;
53912
53908
  gasPrice?: undefined | undefined;
53913
53909
  maxFeePerBlobGas?: bigint | undefined;
53914
53910
  maxFeePerGas?: bigint | undefined;
53915
53911
  maxPriorityFeePerGas?: bigint | undefined;
53916
- accessList?: viem491.AccessList | undefined;
53917
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53912
+ accessList?: viem0.AccessList | undefined;
53913
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53918
53914
  authorizationList?: undefined;
53919
53915
  chainId?: number | undefined;
53920
53916
  connector?: wagmi0.Connector | undefined;
@@ -53923,22 +53919,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53923
53919
  functionName: string;
53924
53920
  args?: readonly unknown[] | undefined;
53925
53921
  address: Address;
53926
- chain?: viem491.Chain | null | undefined;
53927
- account?: `0x${string}` | viem491.Account | null | undefined;
53922
+ chain?: viem0.Chain | null | undefined;
53923
+ account?: `0x${string}` | viem0.Account | null | undefined;
53928
53924
  value?: bigint | undefined;
53929
53925
  dataSuffix?: `0x${string}` | undefined;
53926
+ type?: "eip4844" | undefined;
53930
53927
  gas?: bigint | undefined;
53931
53928
  nonce?: number | undefined;
53932
- type?: "eip4844" | undefined;
53933
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53929
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53934
53930
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53935
- kzg?: viem491.Kzg | undefined;
53931
+ kzg?: viem0.Kzg | undefined;
53936
53932
  gasPrice?: undefined | undefined;
53937
53933
  maxFeePerBlobGas?: bigint | undefined;
53938
53934
  maxFeePerGas?: bigint | undefined;
53939
53935
  maxPriorityFeePerGas?: bigint | undefined;
53940
- accessList?: viem491.AccessList | undefined;
53941
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53936
+ accessList?: viem0.AccessList | undefined;
53937
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53942
53938
  authorizationList?: undefined;
53943
53939
  chainId?: number | undefined;
53944
53940
  connector?: wagmi0.Connector | undefined;
@@ -53947,13 +53943,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53947
53943
  functionName: string;
53948
53944
  args?: readonly unknown[] | undefined;
53949
53945
  address: Address;
53950
- chain?: viem491.Chain | null | undefined;
53951
- account?: `0x${string}` | viem491.Account | null | undefined;
53946
+ chain?: viem0.Chain | null | undefined;
53947
+ account?: `0x${string}` | viem0.Account | null | undefined;
53952
53948
  value?: bigint | undefined;
53953
53949
  dataSuffix?: `0x${string}` | undefined;
53950
+ type?: "eip7702" | undefined;
53954
53951
  gas?: bigint | undefined;
53955
53952
  nonce?: number | undefined;
53956
- type?: "eip7702" | undefined;
53957
53953
  blobs?: undefined;
53958
53954
  blobVersionedHashes?: undefined;
53959
53955
  kzg?: undefined;
@@ -53961,9 +53957,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53961
53957
  maxFeePerBlobGas?: undefined | undefined;
53962
53958
  maxFeePerGas?: bigint | undefined;
53963
53959
  maxPriorityFeePerGas?: bigint | undefined;
53964
- accessList?: viem491.AccessList | undefined;
53960
+ accessList?: viem0.AccessList | undefined;
53965
53961
  sidecars?: undefined;
53966
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53962
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53967
53963
  chainId?: number | undefined;
53968
53964
  connector?: wagmi0.Connector | undefined;
53969
53965
  };
@@ -53986,8 +53982,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53986
53982
  newFeeStrategy: `0x${string}`;
53987
53983
  }>;
53988
53984
  } | {
53989
- error: null;
53990
53985
  data: `0x${string}`;
53986
+ error: null;
53991
53987
  status: "success";
53992
53988
  isError: false;
53993
53989
  isPending: false;
@@ -54000,13 +53996,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54000
53996
  functionName: string;
54001
53997
  args?: readonly unknown[] | undefined;
54002
53998
  address: Address;
54003
- chain?: viem491.Chain | null | undefined;
54004
- account?: `0x${string}` | viem491.Account | null | undefined;
53999
+ chain?: viem0.Chain | null | undefined;
54000
+ account?: `0x${string}` | viem0.Account | null | undefined;
54005
54001
  value?: bigint | undefined;
54006
54002
  dataSuffix?: `0x${string}` | undefined;
54003
+ type?: "legacy" | undefined;
54007
54004
  gas?: bigint | undefined;
54008
54005
  nonce?: number | undefined;
54009
- type?: "legacy" | undefined;
54010
54006
  blobs?: undefined;
54011
54007
  blobVersionedHashes?: undefined;
54012
54008
  kzg?: undefined;
@@ -54024,13 +54020,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54024
54020
  functionName: string;
54025
54021
  args?: readonly unknown[] | undefined;
54026
54022
  address: Address;
54027
- chain?: viem491.Chain | null | undefined;
54028
- account?: `0x${string}` | viem491.Account | null | undefined;
54023
+ chain?: viem0.Chain | null | undefined;
54024
+ account?: `0x${string}` | viem0.Account | null | undefined;
54029
54025
  value?: bigint | undefined;
54030
54026
  dataSuffix?: `0x${string}` | undefined;
54027
+ type?: "eip2930" | undefined;
54031
54028
  gas?: bigint | undefined;
54032
54029
  nonce?: number | undefined;
54033
- type?: "eip2930" | undefined;
54034
54030
  blobs?: undefined;
54035
54031
  blobVersionedHashes?: undefined;
54036
54032
  kzg?: undefined;
@@ -54038,7 +54034,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54038
54034
  maxFeePerBlobGas?: undefined | undefined;
54039
54035
  maxFeePerGas?: undefined | undefined;
54040
54036
  maxPriorityFeePerGas?: undefined | undefined;
54041
- accessList?: viem491.AccessList | undefined;
54037
+ accessList?: viem0.AccessList | undefined;
54042
54038
  sidecars?: undefined;
54043
54039
  authorizationList?: undefined;
54044
54040
  chainId?: number | undefined;
@@ -54048,13 +54044,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54048
54044
  functionName: string;
54049
54045
  args?: readonly unknown[] | undefined;
54050
54046
  address: Address;
54051
- chain?: viem491.Chain | null | undefined;
54052
- account?: `0x${string}` | viem491.Account | null | undefined;
54047
+ chain?: viem0.Chain | null | undefined;
54048
+ account?: `0x${string}` | viem0.Account | null | undefined;
54053
54049
  value?: bigint | undefined;
54054
54050
  dataSuffix?: `0x${string}` | undefined;
54051
+ type?: "eip1559" | undefined;
54055
54052
  gas?: bigint | undefined;
54056
54053
  nonce?: number | undefined;
54057
- type?: "eip1559" | undefined;
54058
54054
  blobs?: undefined;
54059
54055
  blobVersionedHashes?: undefined;
54060
54056
  kzg?: undefined;
@@ -54062,7 +54058,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54062
54058
  maxFeePerBlobGas?: undefined | undefined;
54063
54059
  maxFeePerGas?: bigint | undefined;
54064
54060
  maxPriorityFeePerGas?: bigint | undefined;
54065
- accessList?: viem491.AccessList | undefined;
54061
+ accessList?: viem0.AccessList | undefined;
54066
54062
  sidecars?: undefined;
54067
54063
  authorizationList?: undefined;
54068
54064
  chainId?: number | undefined;
@@ -54072,22 +54068,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54072
54068
  functionName: string;
54073
54069
  args?: readonly unknown[] | undefined;
54074
54070
  address: Address;
54075
- chain?: viem491.Chain | null | undefined;
54076
- account?: `0x${string}` | viem491.Account | null | undefined;
54071
+ chain?: viem0.Chain | null | undefined;
54072
+ account?: `0x${string}` | viem0.Account | null | undefined;
54077
54073
  value?: bigint | undefined;
54078
54074
  dataSuffix?: `0x${string}` | undefined;
54075
+ type?: "eip4844" | undefined;
54079
54076
  gas?: bigint | undefined;
54080
54077
  nonce?: number | undefined;
54081
- type?: "eip4844" | undefined;
54082
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
54083
- blobVersionedHashes: readonly viem491.Hex[];
54078
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
54079
+ blobVersionedHashes: readonly viem0.Hex[];
54084
54080
  kzg?: undefined;
54085
54081
  gasPrice?: undefined | undefined;
54086
54082
  maxFeePerBlobGas?: bigint | undefined;
54087
54083
  maxFeePerGas?: bigint | undefined;
54088
54084
  maxPriorityFeePerGas?: bigint | undefined;
54089
- accessList?: viem491.AccessList | undefined;
54090
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
54085
+ accessList?: viem0.AccessList | undefined;
54086
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
54091
54087
  authorizationList?: undefined;
54092
54088
  chainId?: number | undefined;
54093
54089
  connector?: wagmi0.Connector | undefined;
@@ -54096,22 +54092,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54096
54092
  functionName: string;
54097
54093
  args?: readonly unknown[] | undefined;
54098
54094
  address: Address;
54099
- chain?: viem491.Chain | null | undefined;
54100
- account?: `0x${string}` | viem491.Account | null | undefined;
54095
+ chain?: viem0.Chain | null | undefined;
54096
+ account?: `0x${string}` | viem0.Account | null | undefined;
54101
54097
  value?: bigint | undefined;
54102
54098
  dataSuffix?: `0x${string}` | undefined;
54099
+ type?: "eip4844" | undefined;
54103
54100
  gas?: bigint | undefined;
54104
54101
  nonce?: number | undefined;
54105
- type?: "eip4844" | undefined;
54106
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
54102
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
54107
54103
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
54108
- kzg?: viem491.Kzg | undefined;
54104
+ kzg?: viem0.Kzg | undefined;
54109
54105
  gasPrice?: undefined | undefined;
54110
54106
  maxFeePerBlobGas?: bigint | undefined;
54111
54107
  maxFeePerGas?: bigint | undefined;
54112
54108
  maxPriorityFeePerGas?: bigint | undefined;
54113
- accessList?: viem491.AccessList | undefined;
54114
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
54109
+ accessList?: viem0.AccessList | undefined;
54110
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
54115
54111
  authorizationList?: undefined;
54116
54112
  chainId?: number | undefined;
54117
54113
  connector?: wagmi0.Connector | undefined;
@@ -54120,13 +54116,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54120
54116
  functionName: string;
54121
54117
  args?: readonly unknown[] | undefined;
54122
54118
  address: Address;
54123
- chain?: viem491.Chain | null | undefined;
54124
- account?: `0x${string}` | viem491.Account | null | undefined;
54119
+ chain?: viem0.Chain | null | undefined;
54120
+ account?: `0x${string}` | viem0.Account | null | undefined;
54125
54121
  value?: bigint | undefined;
54126
54122
  dataSuffix?: `0x${string}` | undefined;
54123
+ type?: "eip7702" | undefined;
54127
54124
  gas?: bigint | undefined;
54128
54125
  nonce?: number | undefined;
54129
- type?: "eip7702" | undefined;
54130
54126
  blobs?: undefined;
54131
54127
  blobVersionedHashes?: undefined;
54132
54128
  kzg?: undefined;
@@ -54134,9 +54130,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54134
54130
  maxFeePerBlobGas?: undefined | undefined;
54135
54131
  maxFeePerGas?: bigint | undefined;
54136
54132
  maxPriorityFeePerGas?: bigint | undefined;
54137
- accessList?: viem491.AccessList | undefined;
54133
+ accessList?: viem0.AccessList | undefined;
54138
54134
  sidecars?: undefined;
54139
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
54135
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
54140
54136
  chainId?: number | undefined;
54141
54137
  connector?: wagmi0.Connector | undefined;
54142
54138
  };
@@ -55140,8 +55136,8 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
55140
55136
  //#endregion
55141
55137
  //#region src/hooks/pricing/useUpdateMarketPricing.d.ts
55142
55138
  declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55143
- error: null;
55144
55139
  data: undefined;
55140
+ error: null;
55145
55141
  status: "idle";
55146
55142
  isError: false;
55147
55143
  isPending: false;
@@ -55167,8 +55163,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55167
55163
  newPricingAddr: `0x${string}`;
55168
55164
  }>;
55169
55165
  } | {
55170
- error: null;
55171
55166
  data: undefined;
55167
+ error: null;
55172
55168
  status: "pending";
55173
55169
  isError: false;
55174
55170
  isPending: true;
@@ -55181,13 +55177,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55181
55177
  functionName: string;
55182
55178
  args?: readonly unknown[] | undefined;
55183
55179
  address: Address;
55184
- chain?: viem491.Chain | null | undefined;
55185
- account?: `0x${string}` | viem491.Account | null | undefined;
55180
+ chain?: viem0.Chain | null | undefined;
55181
+ account?: `0x${string}` | viem0.Account | null | undefined;
55186
55182
  value?: bigint | undefined;
55187
55183
  dataSuffix?: `0x${string}` | undefined;
55184
+ type?: "legacy" | undefined;
55188
55185
  gas?: bigint | undefined;
55189
55186
  nonce?: number | undefined;
55190
- type?: "legacy" | undefined;
55191
55187
  blobs?: undefined;
55192
55188
  blobVersionedHashes?: undefined;
55193
55189
  kzg?: undefined;
@@ -55205,13 +55201,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55205
55201
  functionName: string;
55206
55202
  args?: readonly unknown[] | undefined;
55207
55203
  address: Address;
55208
- chain?: viem491.Chain | null | undefined;
55209
- account?: `0x${string}` | viem491.Account | null | undefined;
55204
+ chain?: viem0.Chain | null | undefined;
55205
+ account?: `0x${string}` | viem0.Account | null | undefined;
55210
55206
  value?: bigint | undefined;
55211
55207
  dataSuffix?: `0x${string}` | undefined;
55208
+ type?: "eip2930" | undefined;
55212
55209
  gas?: bigint | undefined;
55213
55210
  nonce?: number | undefined;
55214
- type?: "eip2930" | undefined;
55215
55211
  blobs?: undefined;
55216
55212
  blobVersionedHashes?: undefined;
55217
55213
  kzg?: undefined;
@@ -55219,7 +55215,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55219
55215
  maxFeePerBlobGas?: undefined | undefined;
55220
55216
  maxFeePerGas?: undefined | undefined;
55221
55217
  maxPriorityFeePerGas?: undefined | undefined;
55222
- accessList?: viem491.AccessList | undefined;
55218
+ accessList?: viem0.AccessList | undefined;
55223
55219
  sidecars?: undefined;
55224
55220
  authorizationList?: undefined;
55225
55221
  chainId?: number | undefined;
@@ -55229,13 +55225,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55229
55225
  functionName: string;
55230
55226
  args?: readonly unknown[] | undefined;
55231
55227
  address: Address;
55232
- chain?: viem491.Chain | null | undefined;
55233
- account?: `0x${string}` | viem491.Account | null | undefined;
55228
+ chain?: viem0.Chain | null | undefined;
55229
+ account?: `0x${string}` | viem0.Account | null | undefined;
55234
55230
  value?: bigint | undefined;
55235
55231
  dataSuffix?: `0x${string}` | undefined;
55232
+ type?: "eip1559" | undefined;
55236
55233
  gas?: bigint | undefined;
55237
55234
  nonce?: number | undefined;
55238
- type?: "eip1559" | undefined;
55239
55235
  blobs?: undefined;
55240
55236
  blobVersionedHashes?: undefined;
55241
55237
  kzg?: undefined;
@@ -55243,7 +55239,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55243
55239
  maxFeePerBlobGas?: undefined | undefined;
55244
55240
  maxFeePerGas?: bigint | undefined;
55245
55241
  maxPriorityFeePerGas?: bigint | undefined;
55246
- accessList?: viem491.AccessList | undefined;
55242
+ accessList?: viem0.AccessList | undefined;
55247
55243
  sidecars?: undefined;
55248
55244
  authorizationList?: undefined;
55249
55245
  chainId?: number | undefined;
@@ -55253,22 +55249,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55253
55249
  functionName: string;
55254
55250
  args?: readonly unknown[] | undefined;
55255
55251
  address: Address;
55256
- chain?: viem491.Chain | null | undefined;
55257
- account?: `0x${string}` | viem491.Account | null | undefined;
55252
+ chain?: viem0.Chain | null | undefined;
55253
+ account?: `0x${string}` | viem0.Account | null | undefined;
55258
55254
  value?: bigint | undefined;
55259
55255
  dataSuffix?: `0x${string}` | undefined;
55256
+ type?: "eip4844" | undefined;
55260
55257
  gas?: bigint | undefined;
55261
55258
  nonce?: number | undefined;
55262
- type?: "eip4844" | undefined;
55263
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55264
- blobVersionedHashes: readonly viem491.Hex[];
55259
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55260
+ blobVersionedHashes: readonly viem0.Hex[];
55265
55261
  kzg?: undefined;
55266
55262
  gasPrice?: undefined | undefined;
55267
55263
  maxFeePerBlobGas?: bigint | undefined;
55268
55264
  maxFeePerGas?: bigint | undefined;
55269
55265
  maxPriorityFeePerGas?: bigint | undefined;
55270
- accessList?: viem491.AccessList | undefined;
55271
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55266
+ accessList?: viem0.AccessList | undefined;
55267
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55272
55268
  authorizationList?: undefined;
55273
55269
  chainId?: number | undefined;
55274
55270
  connector?: wagmi0.Connector | undefined;
@@ -55277,22 +55273,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55277
55273
  functionName: string;
55278
55274
  args?: readonly unknown[] | undefined;
55279
55275
  address: Address;
55280
- chain?: viem491.Chain | null | undefined;
55281
- account?: `0x${string}` | viem491.Account | null | undefined;
55276
+ chain?: viem0.Chain | null | undefined;
55277
+ account?: `0x${string}` | viem0.Account | null | undefined;
55282
55278
  value?: bigint | undefined;
55283
55279
  dataSuffix?: `0x${string}` | undefined;
55280
+ type?: "eip4844" | undefined;
55284
55281
  gas?: bigint | undefined;
55285
55282
  nonce?: number | undefined;
55286
- type?: "eip4844" | undefined;
55287
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55283
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55288
55284
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55289
- kzg?: viem491.Kzg | undefined;
55285
+ kzg?: viem0.Kzg | undefined;
55290
55286
  gasPrice?: undefined | undefined;
55291
55287
  maxFeePerBlobGas?: bigint | undefined;
55292
55288
  maxFeePerGas?: bigint | undefined;
55293
55289
  maxPriorityFeePerGas?: bigint | undefined;
55294
- accessList?: viem491.AccessList | undefined;
55295
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55290
+ accessList?: viem0.AccessList | undefined;
55291
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55296
55292
  authorizationList?: undefined;
55297
55293
  chainId?: number | undefined;
55298
55294
  connector?: wagmi0.Connector | undefined;
@@ -55301,13 +55297,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55301
55297
  functionName: string;
55302
55298
  args?: readonly unknown[] | undefined;
55303
55299
  address: Address;
55304
- chain?: viem491.Chain | null | undefined;
55305
- account?: `0x${string}` | viem491.Account | null | undefined;
55300
+ chain?: viem0.Chain | null | undefined;
55301
+ account?: `0x${string}` | viem0.Account | null | undefined;
55306
55302
  value?: bigint | undefined;
55307
55303
  dataSuffix?: `0x${string}` | undefined;
55304
+ type?: "eip7702" | undefined;
55308
55305
  gas?: bigint | undefined;
55309
55306
  nonce?: number | undefined;
55310
- type?: "eip7702" | undefined;
55311
55307
  blobs?: undefined;
55312
55308
  blobVersionedHashes?: undefined;
55313
55309
  kzg?: undefined;
@@ -55315,9 +55311,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55315
55311
  maxFeePerBlobGas?: undefined | undefined;
55316
55312
  maxFeePerGas?: bigint | undefined;
55317
55313
  maxPriorityFeePerGas?: bigint | undefined;
55318
- accessList?: viem491.AccessList | undefined;
55314
+ accessList?: viem0.AccessList | undefined;
55319
55315
  sidecars?: undefined;
55320
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55316
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55321
55317
  chainId?: number | undefined;
55322
55318
  connector?: wagmi0.Connector | undefined;
55323
55319
  };
@@ -55338,8 +55334,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55338
55334
  newPricingAddr: `0x${string}`;
55339
55335
  }>;
55340
55336
  } | {
55341
- error: _wagmi_core0.WriteContractErrorType;
55342
55337
  data: undefined;
55338
+ error: _wagmi_core0.WriteContractErrorType;
55343
55339
  status: "error";
55344
55340
  isError: true;
55345
55341
  isPending: false;
@@ -55352,13 +55348,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55352
55348
  functionName: string;
55353
55349
  args?: readonly unknown[] | undefined;
55354
55350
  address: Address;
55355
- chain?: viem491.Chain | null | undefined;
55356
- account?: `0x${string}` | viem491.Account | null | undefined;
55351
+ chain?: viem0.Chain | null | undefined;
55352
+ account?: `0x${string}` | viem0.Account | null | undefined;
55357
55353
  value?: bigint | undefined;
55358
55354
  dataSuffix?: `0x${string}` | undefined;
55355
+ type?: "legacy" | undefined;
55359
55356
  gas?: bigint | undefined;
55360
55357
  nonce?: number | undefined;
55361
- type?: "legacy" | undefined;
55362
55358
  blobs?: undefined;
55363
55359
  blobVersionedHashes?: undefined;
55364
55360
  kzg?: undefined;
@@ -55376,13 +55372,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55376
55372
  functionName: string;
55377
55373
  args?: readonly unknown[] | undefined;
55378
55374
  address: Address;
55379
- chain?: viem491.Chain | null | undefined;
55380
- account?: `0x${string}` | viem491.Account | null | undefined;
55375
+ chain?: viem0.Chain | null | undefined;
55376
+ account?: `0x${string}` | viem0.Account | null | undefined;
55381
55377
  value?: bigint | undefined;
55382
55378
  dataSuffix?: `0x${string}` | undefined;
55379
+ type?: "eip2930" | undefined;
55383
55380
  gas?: bigint | undefined;
55384
55381
  nonce?: number | undefined;
55385
- type?: "eip2930" | undefined;
55386
55382
  blobs?: undefined;
55387
55383
  blobVersionedHashes?: undefined;
55388
55384
  kzg?: undefined;
@@ -55390,7 +55386,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55390
55386
  maxFeePerBlobGas?: undefined | undefined;
55391
55387
  maxFeePerGas?: undefined | undefined;
55392
55388
  maxPriorityFeePerGas?: undefined | undefined;
55393
- accessList?: viem491.AccessList | undefined;
55389
+ accessList?: viem0.AccessList | undefined;
55394
55390
  sidecars?: undefined;
55395
55391
  authorizationList?: undefined;
55396
55392
  chainId?: number | undefined;
@@ -55400,13 +55396,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55400
55396
  functionName: string;
55401
55397
  args?: readonly unknown[] | undefined;
55402
55398
  address: Address;
55403
- chain?: viem491.Chain | null | undefined;
55404
- account?: `0x${string}` | viem491.Account | null | undefined;
55399
+ chain?: viem0.Chain | null | undefined;
55400
+ account?: `0x${string}` | viem0.Account | null | undefined;
55405
55401
  value?: bigint | undefined;
55406
55402
  dataSuffix?: `0x${string}` | undefined;
55403
+ type?: "eip1559" | undefined;
55407
55404
  gas?: bigint | undefined;
55408
55405
  nonce?: number | undefined;
55409
- type?: "eip1559" | undefined;
55410
55406
  blobs?: undefined;
55411
55407
  blobVersionedHashes?: undefined;
55412
55408
  kzg?: undefined;
@@ -55414,7 +55410,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55414
55410
  maxFeePerBlobGas?: undefined | undefined;
55415
55411
  maxFeePerGas?: bigint | undefined;
55416
55412
  maxPriorityFeePerGas?: bigint | undefined;
55417
- accessList?: viem491.AccessList | undefined;
55413
+ accessList?: viem0.AccessList | undefined;
55418
55414
  sidecars?: undefined;
55419
55415
  authorizationList?: undefined;
55420
55416
  chainId?: number | undefined;
@@ -55424,22 +55420,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55424
55420
  functionName: string;
55425
55421
  args?: readonly unknown[] | undefined;
55426
55422
  address: Address;
55427
- chain?: viem491.Chain | null | undefined;
55428
- account?: `0x${string}` | viem491.Account | null | undefined;
55423
+ chain?: viem0.Chain | null | undefined;
55424
+ account?: `0x${string}` | viem0.Account | null | undefined;
55429
55425
  value?: bigint | undefined;
55430
55426
  dataSuffix?: `0x${string}` | undefined;
55427
+ type?: "eip4844" | undefined;
55431
55428
  gas?: bigint | undefined;
55432
55429
  nonce?: number | undefined;
55433
- type?: "eip4844" | undefined;
55434
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55435
- blobVersionedHashes: readonly viem491.Hex[];
55430
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55431
+ blobVersionedHashes: readonly viem0.Hex[];
55436
55432
  kzg?: undefined;
55437
55433
  gasPrice?: undefined | undefined;
55438
55434
  maxFeePerBlobGas?: bigint | undefined;
55439
55435
  maxFeePerGas?: bigint | undefined;
55440
55436
  maxPriorityFeePerGas?: bigint | undefined;
55441
- accessList?: viem491.AccessList | undefined;
55442
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55437
+ accessList?: viem0.AccessList | undefined;
55438
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55443
55439
  authorizationList?: undefined;
55444
55440
  chainId?: number | undefined;
55445
55441
  connector?: wagmi0.Connector | undefined;
@@ -55448,22 +55444,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55448
55444
  functionName: string;
55449
55445
  args?: readonly unknown[] | undefined;
55450
55446
  address: Address;
55451
- chain?: viem491.Chain | null | undefined;
55452
- account?: `0x${string}` | viem491.Account | null | undefined;
55447
+ chain?: viem0.Chain | null | undefined;
55448
+ account?: `0x${string}` | viem0.Account | null | undefined;
55453
55449
  value?: bigint | undefined;
55454
55450
  dataSuffix?: `0x${string}` | undefined;
55451
+ type?: "eip4844" | undefined;
55455
55452
  gas?: bigint | undefined;
55456
55453
  nonce?: number | undefined;
55457
- type?: "eip4844" | undefined;
55458
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55454
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55459
55455
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55460
- kzg?: viem491.Kzg | undefined;
55456
+ kzg?: viem0.Kzg | undefined;
55461
55457
  gasPrice?: undefined | undefined;
55462
55458
  maxFeePerBlobGas?: bigint | undefined;
55463
55459
  maxFeePerGas?: bigint | undefined;
55464
55460
  maxPriorityFeePerGas?: bigint | undefined;
55465
- accessList?: viem491.AccessList | undefined;
55466
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55461
+ accessList?: viem0.AccessList | undefined;
55462
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55467
55463
  authorizationList?: undefined;
55468
55464
  chainId?: number | undefined;
55469
55465
  connector?: wagmi0.Connector | undefined;
@@ -55472,13 +55468,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55472
55468
  functionName: string;
55473
55469
  args?: readonly unknown[] | undefined;
55474
55470
  address: Address;
55475
- chain?: viem491.Chain | null | undefined;
55476
- account?: `0x${string}` | viem491.Account | null | undefined;
55471
+ chain?: viem0.Chain | null | undefined;
55472
+ account?: `0x${string}` | viem0.Account | null | undefined;
55477
55473
  value?: bigint | undefined;
55478
55474
  dataSuffix?: `0x${string}` | undefined;
55475
+ type?: "eip7702" | undefined;
55479
55476
  gas?: bigint | undefined;
55480
55477
  nonce?: number | undefined;
55481
- type?: "eip7702" | undefined;
55482
55478
  blobs?: undefined;
55483
55479
  blobVersionedHashes?: undefined;
55484
55480
  kzg?: undefined;
@@ -55486,9 +55482,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55486
55482
  maxFeePerBlobGas?: undefined | undefined;
55487
55483
  maxFeePerGas?: bigint | undefined;
55488
55484
  maxPriorityFeePerGas?: bigint | undefined;
55489
- accessList?: viem491.AccessList | undefined;
55485
+ accessList?: viem0.AccessList | undefined;
55490
55486
  sidecars?: undefined;
55491
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55487
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55492
55488
  chainId?: number | undefined;
55493
55489
  connector?: wagmi0.Connector | undefined;
55494
55490
  };
@@ -55509,8 +55505,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55509
55505
  newPricingAddr: `0x${string}`;
55510
55506
  }>;
55511
55507
  } | {
55512
- error: null;
55513
55508
  data: `0x${string}`;
55509
+ error: null;
55514
55510
  status: "success";
55515
55511
  isError: false;
55516
55512
  isPending: false;
@@ -55523,13 +55519,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55523
55519
  functionName: string;
55524
55520
  args?: readonly unknown[] | undefined;
55525
55521
  address: Address;
55526
- chain?: viem491.Chain | null | undefined;
55527
- account?: `0x${string}` | viem491.Account | null | undefined;
55522
+ chain?: viem0.Chain | null | undefined;
55523
+ account?: `0x${string}` | viem0.Account | null | undefined;
55528
55524
  value?: bigint | undefined;
55529
55525
  dataSuffix?: `0x${string}` | undefined;
55526
+ type?: "legacy" | undefined;
55530
55527
  gas?: bigint | undefined;
55531
55528
  nonce?: number | undefined;
55532
- type?: "legacy" | undefined;
55533
55529
  blobs?: undefined;
55534
55530
  blobVersionedHashes?: undefined;
55535
55531
  kzg?: undefined;
@@ -55547,13 +55543,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55547
55543
  functionName: string;
55548
55544
  args?: readonly unknown[] | undefined;
55549
55545
  address: Address;
55550
- chain?: viem491.Chain | null | undefined;
55551
- account?: `0x${string}` | viem491.Account | null | undefined;
55546
+ chain?: viem0.Chain | null | undefined;
55547
+ account?: `0x${string}` | viem0.Account | null | undefined;
55552
55548
  value?: bigint | undefined;
55553
55549
  dataSuffix?: `0x${string}` | undefined;
55550
+ type?: "eip2930" | undefined;
55554
55551
  gas?: bigint | undefined;
55555
55552
  nonce?: number | undefined;
55556
- type?: "eip2930" | undefined;
55557
55553
  blobs?: undefined;
55558
55554
  blobVersionedHashes?: undefined;
55559
55555
  kzg?: undefined;
@@ -55561,7 +55557,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55561
55557
  maxFeePerBlobGas?: undefined | undefined;
55562
55558
  maxFeePerGas?: undefined | undefined;
55563
55559
  maxPriorityFeePerGas?: undefined | undefined;
55564
- accessList?: viem491.AccessList | undefined;
55560
+ accessList?: viem0.AccessList | undefined;
55565
55561
  sidecars?: undefined;
55566
55562
  authorizationList?: undefined;
55567
55563
  chainId?: number | undefined;
@@ -55571,13 +55567,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55571
55567
  functionName: string;
55572
55568
  args?: readonly unknown[] | undefined;
55573
55569
  address: Address;
55574
- chain?: viem491.Chain | null | undefined;
55575
- account?: `0x${string}` | viem491.Account | null | undefined;
55570
+ chain?: viem0.Chain | null | undefined;
55571
+ account?: `0x${string}` | viem0.Account | null | undefined;
55576
55572
  value?: bigint | undefined;
55577
55573
  dataSuffix?: `0x${string}` | undefined;
55574
+ type?: "eip1559" | undefined;
55578
55575
  gas?: bigint | undefined;
55579
55576
  nonce?: number | undefined;
55580
- type?: "eip1559" | undefined;
55581
55577
  blobs?: undefined;
55582
55578
  blobVersionedHashes?: undefined;
55583
55579
  kzg?: undefined;
@@ -55585,7 +55581,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55585
55581
  maxFeePerBlobGas?: undefined | undefined;
55586
55582
  maxFeePerGas?: bigint | undefined;
55587
55583
  maxPriorityFeePerGas?: bigint | undefined;
55588
- accessList?: viem491.AccessList | undefined;
55584
+ accessList?: viem0.AccessList | undefined;
55589
55585
  sidecars?: undefined;
55590
55586
  authorizationList?: undefined;
55591
55587
  chainId?: number | undefined;
@@ -55595,22 +55591,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55595
55591
  functionName: string;
55596
55592
  args?: readonly unknown[] | undefined;
55597
55593
  address: Address;
55598
- chain?: viem491.Chain | null | undefined;
55599
- account?: `0x${string}` | viem491.Account | null | undefined;
55594
+ chain?: viem0.Chain | null | undefined;
55595
+ account?: `0x${string}` | viem0.Account | null | undefined;
55600
55596
  value?: bigint | undefined;
55601
55597
  dataSuffix?: `0x${string}` | undefined;
55598
+ type?: "eip4844" | undefined;
55602
55599
  gas?: bigint | undefined;
55603
55600
  nonce?: number | undefined;
55604
- type?: "eip4844" | undefined;
55605
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55606
- blobVersionedHashes: readonly viem491.Hex[];
55601
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55602
+ blobVersionedHashes: readonly viem0.Hex[];
55607
55603
  kzg?: undefined;
55608
55604
  gasPrice?: undefined | undefined;
55609
55605
  maxFeePerBlobGas?: bigint | undefined;
55610
55606
  maxFeePerGas?: bigint | undefined;
55611
55607
  maxPriorityFeePerGas?: bigint | undefined;
55612
- accessList?: viem491.AccessList | undefined;
55613
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55608
+ accessList?: viem0.AccessList | undefined;
55609
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55614
55610
  authorizationList?: undefined;
55615
55611
  chainId?: number | undefined;
55616
55612
  connector?: wagmi0.Connector | undefined;
@@ -55619,22 +55615,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55619
55615
  functionName: string;
55620
55616
  args?: readonly unknown[] | undefined;
55621
55617
  address: Address;
55622
- chain?: viem491.Chain | null | undefined;
55623
- account?: `0x${string}` | viem491.Account | null | undefined;
55618
+ chain?: viem0.Chain | null | undefined;
55619
+ account?: `0x${string}` | viem0.Account | null | undefined;
55624
55620
  value?: bigint | undefined;
55625
55621
  dataSuffix?: `0x${string}` | undefined;
55622
+ type?: "eip4844" | undefined;
55626
55623
  gas?: bigint | undefined;
55627
55624
  nonce?: number | undefined;
55628
- type?: "eip4844" | undefined;
55629
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55625
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55630
55626
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55631
- kzg?: viem491.Kzg | undefined;
55627
+ kzg?: viem0.Kzg | undefined;
55632
55628
  gasPrice?: undefined | undefined;
55633
55629
  maxFeePerBlobGas?: bigint | undefined;
55634
55630
  maxFeePerGas?: bigint | undefined;
55635
55631
  maxPriorityFeePerGas?: bigint | undefined;
55636
- accessList?: viem491.AccessList | undefined;
55637
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55632
+ accessList?: viem0.AccessList | undefined;
55633
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55638
55634
  authorizationList?: undefined;
55639
55635
  chainId?: number | undefined;
55640
55636
  connector?: wagmi0.Connector | undefined;
@@ -55643,13 +55639,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55643
55639
  functionName: string;
55644
55640
  args?: readonly unknown[] | undefined;
55645
55641
  address: Address;
55646
- chain?: viem491.Chain | null | undefined;
55647
- account?: `0x${string}` | viem491.Account | null | undefined;
55642
+ chain?: viem0.Chain | null | undefined;
55643
+ account?: `0x${string}` | viem0.Account | null | undefined;
55648
55644
  value?: bigint | undefined;
55649
55645
  dataSuffix?: `0x${string}` | undefined;
55646
+ type?: "eip7702" | undefined;
55650
55647
  gas?: bigint | undefined;
55651
55648
  nonce?: number | undefined;
55652
- type?: "eip7702" | undefined;
55653
55649
  blobs?: undefined;
55654
55650
  blobVersionedHashes?: undefined;
55655
55651
  kzg?: undefined;
@@ -55657,9 +55653,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55657
55653
  maxFeePerBlobGas?: undefined | undefined;
55658
55654
  maxFeePerGas?: bigint | undefined;
55659
55655
  maxPriorityFeePerGas?: bigint | undefined;
55660
- accessList?: viem491.AccessList | undefined;
55656
+ accessList?: viem0.AccessList | undefined;
55661
55657
  sidecars?: undefined;
55662
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55658
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55663
55659
  chainId?: number | undefined;
55664
55660
  connector?: wagmi0.Connector | undefined;
55665
55661
  };
@@ -55685,7 +55681,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55685
55681
  declare const useLens: () => {
55686
55682
  timelockLens: {
55687
55683
  read: {
55688
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
55684
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55689
55685
  readonly type: "function";
55690
55686
  readonly name: "batchGetRefTick";
55691
55687
  readonly inputs: readonly [{
@@ -56631,8 +56627,8 @@ declare const useLens: () => {
56631
56627
  readonly internalType: "uint256";
56632
56628
  }];
56633
56629
  readonly stateMutability: "view";
56634
- }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
56635
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
56630
+ }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
56631
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56636
56632
  readonly type: "function";
56637
56633
  readonly name: "batchGetRefTick";
56638
56634
  readonly inputs: readonly [{
@@ -57578,7 +57574,7 @@ declare const useLens: () => {
57578
57574
  readonly internalType: "uint256";
57579
57575
  }];
57580
57576
  readonly stateMutability: "view";
57581
- }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
57577
+ }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
57582
57578
  tickLower: number;
57583
57579
  tickUpper: number;
57584
57580
  prevTickLower: number;
@@ -57592,7 +57588,7 @@ declare const useLens: () => {
57592
57588
  borrowedAmount0: bigint;
57593
57589
  borrowedAmount1: bigint;
57594
57590
  }[]>;
57595
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
57591
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
57596
57592
  readonly type: "function";
57597
57593
  readonly name: "batchGetRefTick";
57598
57594
  readonly inputs: readonly [{
@@ -58538,7 +58534,7 @@ declare const useLens: () => {
58538
58534
  readonly internalType: "uint256";
58539
58535
  }];
58540
58536
  readonly stateMutability: "view";
58541
- }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
58537
+ }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
58542
58538
  optionId: bigint;
58543
58539
  owner: `0x${string}`;
58544
58540
  optionType: number;
@@ -58549,7 +58545,7 @@ declare const useLens: () => {
58549
58545
  expiresAt: number;
58550
58546
  liquidities: readonly bigint[];
58551
58547
  }[]>;
58552
- getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
58548
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58553
58549
  readonly type: "function";
58554
58550
  readonly name: "batchGetRefTick";
58555
58551
  readonly inputs: readonly [{
@@ -59495,14 +59491,14 @@ declare const useLens: () => {
59495
59491
  readonly internalType: "uint256";
59496
59492
  }];
59497
59493
  readonly stateMutability: "view";
59498
- }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
59494
+ }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
59499
59495
  openingFeeRate: number;
59500
59496
  baseFeeRate: number;
59501
59497
  minOpeningFee: bigint;
59502
59498
  minBaseFee: bigint;
59503
59499
  feeRecipient: `0x${string}`;
59504
59500
  }>;
59505
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
59501
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59506
59502
  readonly type: "function";
59507
59503
  readonly name: "batchGetRefTick";
59508
59504
  readonly inputs: readonly [{
@@ -60448,7 +60444,7 @@ declare const useLens: () => {
60448
60444
  readonly internalType: "uint256";
60449
60445
  }];
60450
60446
  readonly stateMutability: "view";
60451
- }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
60447
+ }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
60452
60448
  globalMintPaused: {
60453
60449
  paused: boolean;
60454
60450
  updatedAt: bigint;
@@ -60465,7 +60461,7 @@ declare const useLens: () => {
60465
60461
  senderIsAdmin: boolean;
60466
60462
  senderIsPauser: boolean;
60467
60463
  }>;
60468
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
60464
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60469
60465
  readonly type: "function";
60470
60466
  readonly name: "batchGetRefTick";
60471
60467
  readonly inputs: readonly [{
@@ -61411,8 +61407,8 @@ declare const useLens: () => {
61411
61407
  readonly internalType: "uint256";
61412
61408
  }];
61413
61409
  readonly stateMutability: "view";
61414
- }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
61415
- getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
61410
+ }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
61411
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61416
61412
  readonly type: "function";
61417
61413
  readonly name: "batchGetRefTick";
61418
61414
  readonly inputs: readonly [{
@@ -62358,7 +62354,7 @@ declare const useLens: () => {
62358
62354
  readonly internalType: "uint256";
62359
62355
  }];
62360
62356
  readonly stateMutability: "view";
62361
- }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
62357
+ }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
62362
62358
  guardian: `0x${string}`;
62363
62359
  vault: `0x${string}`;
62364
62360
  poolManager: `0x${string}`;
@@ -62380,7 +62376,7 @@ declare const useLens: () => {
62380
62376
  optionAssetName: string;
62381
62377
  payoutAssetName: string;
62382
62378
  }>;
62383
- getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
62379
+ getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
62384
62380
  readonly type: "function";
62385
62381
  readonly name: "batchGetRefTick";
62386
62382
  readonly inputs: readonly [{
@@ -63326,13 +63322,13 @@ declare const useLens: () => {
63326
63322
  readonly internalType: "uint256";
63327
63323
  }];
63328
63324
  readonly stateMutability: "view";
63329
- }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
63325
+ }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
63330
63326
  optionsCount: bigint;
63331
63327
  optionPricing: `0x${string}`;
63332
63328
  feeStrategy: `0x${string}`;
63333
63329
  owner: `0x${string}`;
63334
63330
  }>;
63335
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
63331
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
63336
63332
  readonly type: "function";
63337
63333
  readonly name: "batchGetRefTick";
63338
63334
  readonly inputs: readonly [{
@@ -64278,8 +64274,8 @@ declare const useLens: () => {
64278
64274
  readonly internalType: "uint256";
64279
64275
  }];
64280
64276
  readonly stateMutability: "view";
64281
- }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
64282
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
64277
+ }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
64278
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
64283
64279
  readonly type: "function";
64284
64280
  readonly name: "batchGetRefTick";
64285
64281
  readonly inputs: readonly [{
@@ -65225,8 +65221,8 @@ declare const useLens: () => {
65225
65221
  readonly internalType: "uint256";
65226
65222
  }];
65227
65223
  readonly stateMutability: "view";
65228
- }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
65229
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
65224
+ }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
65225
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65230
65226
  readonly type: "function";
65231
65227
  readonly name: "batchGetRefTick";
65232
65228
  readonly inputs: readonly [{
@@ -66172,8 +66168,8 @@ declare const useLens: () => {
66172
66168
  readonly internalType: "uint256";
66173
66169
  }];
66174
66170
  readonly stateMutability: "view";
66175
- }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
66176
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
66171
+ }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
66172
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
66177
66173
  readonly type: "function";
66178
66174
  readonly name: "batchGetRefTick";
66179
66175
  readonly inputs: readonly [{
@@ -67119,8 +67115,8 @@ declare const useLens: () => {
67119
67115
  readonly internalType: "uint256";
67120
67116
  }];
67121
67117
  readonly stateMutability: "view";
67122
- }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
67123
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
67118
+ }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
67119
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67124
67120
  readonly type: "function";
67125
67121
  readonly name: "batchGetRefTick";
67126
67122
  readonly inputs: readonly [{
@@ -68066,7 +68062,7 @@ declare const useLens: () => {
68066
68062
  readonly internalType: "uint256";
68067
68063
  }];
68068
68064
  readonly stateMutability: "view";
68069
- }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
68065
+ }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
68070
68066
  optionId: bigint;
68071
68067
  owner: `0x${string}`;
68072
68068
  optionType: number;
@@ -68077,7 +68073,7 @@ declare const useLens: () => {
68077
68073
  expiresAt: number;
68078
68074
  liquidities: readonly bigint[];
68079
68075
  }>;
68080
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
68076
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
68081
68077
  readonly type: "function";
68082
68078
  readonly name: "batchGetRefTick";
68083
68079
  readonly inputs: readonly [{
@@ -69023,14 +69019,14 @@ declare const useLens: () => {
69023
69019
  readonly internalType: "uint256";
69024
69020
  }];
69025
69021
  readonly stateMutability: "view";
69026
- }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
69022
+ }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
69027
69023
  logicContract: `0x${string}`;
69028
69024
  iv: number;
69029
69025
  riskFreeRate: number;
69030
69026
  minPremiumDailyRate: number;
69031
69027
  minPremiumAmount: bigint;
69032
69028
  }>;
69033
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
69029
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69034
69030
  readonly type: "function";
69035
69031
  readonly name: "batchGetRefTick";
69036
69032
  readonly inputs: readonly [{
@@ -69976,7 +69972,7 @@ declare const useLens: () => {
69976
69972
  readonly internalType: "uint256";
69977
69973
  }];
69978
69974
  readonly stateMutability: "view";
69979
- }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
69975
+ }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
69980
69976
  optionId: bigint;
69981
69977
  owner: `0x${string}`;
69982
69978
  optionType: number;
@@ -69993,7 +69989,7 @@ declare const useLens: () => {
69993
69989
  fee: number;
69994
69990
  tickSpacing: number;
69995
69991
  hooks: `0x${string}`;
69996
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
69992
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69997
69993
  readonly type: "function";
69998
69994
  readonly name: "batchGetRefTick";
69999
69995
  readonly inputs: readonly [{
@@ -70945,7 +70941,7 @@ declare const useLens: () => {
70945
70941
  fee: number;
70946
70942
  tickSpacing: number;
70947
70943
  hooks: `0x${string}`;
70948
- }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
70944
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
70949
70945
  token0: `0x${string}`;
70950
70946
  token1: `0x${string}`;
70951
70947
  token0Decimals: number;
@@ -70957,7 +70953,7 @@ declare const useLens: () => {
70957
70953
  tickSpacing: number;
70958
70954
  fee: number;
70959
70955
  }>;
70960
- getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
70956
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
70961
70957
  readonly type: "function";
70962
70958
  readonly name: "batchGetRefTick";
70963
70959
  readonly inputs: readonly [{
@@ -71903,8 +71899,8 @@ declare const useLens: () => {
71903
71899
  readonly internalType: "uint256";
71904
71900
  }];
71905
71901
  readonly stateMutability: "view";
71906
- }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [number, `0x${string}`]>;
71907
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
71902
+ }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
71903
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
71908
71904
  readonly type: "function";
71909
71905
  readonly name: "batchGetRefTick";
71910
71906
  readonly inputs: readonly [{
@@ -72850,8 +72846,8 @@ declare const useLens: () => {
72850
72846
  readonly internalType: "uint256";
72851
72847
  }];
72852
72848
  readonly stateMutability: "view";
72853
- }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
72854
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
72849
+ }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
72850
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72855
72851
  readonly type: "function";
72856
72852
  readonly name: "batchGetRefTick";
72857
72853
  readonly inputs: readonly [{
@@ -73797,11 +73793,11 @@ declare const useLens: () => {
73797
73793
  readonly internalType: "uint256";
73798
73794
  }];
73799
73795
  readonly stateMutability: "view";
73800
- }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
73796
+ }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
73801
73797
  dailyFundingRate: number;
73802
73798
  minFundingAmount: bigint;
73803
73799
  }>;
73804
- getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
73800
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
73805
73801
  readonly type: "function";
73806
73802
  readonly name: "batchGetRefTick";
73807
73803
  readonly inputs: readonly [{
@@ -74747,12 +74743,12 @@ declare const useLens: () => {
74747
74743
  readonly internalType: "uint256";
74748
74744
  }];
74749
74745
  readonly stateMutability: "view";
74750
- }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
74746
+ }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
74751
74747
  decimals: number;
74752
74748
  symbol: string;
74753
74749
  name: string;
74754
74750
  }>;
74755
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
74751
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
74756
74752
  readonly type: "function";
74757
74753
  readonly name: "batchGetRefTick";
74758
74754
  readonly inputs: readonly [{
@@ -75698,7 +75694,7 @@ declare const useLens: () => {
75698
75694
  readonly internalType: "uint256";
75699
75695
  }];
75700
75696
  readonly stateMutability: "view";
75701
- }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [readonly {
75697
+ }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly {
75702
75698
  optionId: bigint;
75703
75699
  owner: `0x${string}`;
75704
75700
  optionType: number;
@@ -75709,7 +75705,7 @@ declare const useLens: () => {
75709
75705
  expiresAt: number;
75710
75706
  liquidities: readonly bigint[];
75711
75707
  }[], bigint, boolean]>;
75712
- getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
75708
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
75713
75709
  readonly type: "function";
75714
75710
  readonly name: "batchGetRefTick";
75715
75711
  readonly inputs: readonly [{
@@ -76655,7 +76651,7 @@ declare const useLens: () => {
76655
76651
  readonly internalType: "uint256";
76656
76652
  }];
76657
76653
  readonly stateMutability: "view";
76658
- }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
76654
+ }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
76659
76655
  poolManager: `0x${string}`;
76660
76656
  poolKey: {
76661
76657
  currency0: `0x${string}`;
@@ -76666,7 +76662,7 @@ declare const useLens: () => {
76666
76662
  };
76667
76663
  poolId: `0x${string}`;
76668
76664
  }>;
76669
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
76665
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
76670
76666
  readonly type: "function";
76671
76667
  readonly name: "batchGetRefTick";
76672
76668
  readonly inputs: readonly [{
@@ -77612,7 +77608,7 @@ declare const useLens: () => {
77612
77608
  readonly internalType: "uint256";
77613
77609
  }];
77614
77610
  readonly stateMutability: "view";
77615
- }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
77611
+ }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
77616
77612
  };
77617
77613
  address: `0x${string}`;
77618
77614
  abi: readonly [{
@@ -78565,7 +78561,7 @@ declare const useLens: () => {
78565
78561
  } | undefined;
78566
78562
  stateView: {
78567
78563
  read: {
78568
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
78564
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
78569
78565
  readonly type: "function";
78570
78566
  readonly name: "getFeeGrowthGlobals";
78571
78567
  readonly inputs: readonly [{
@@ -79406,13 +79402,13 @@ declare const useLens: () => {
79406
79402
  fee: number;
79407
79403
  tickSpacing: number;
79408
79404
  hooks: `0x${string}`;
79409
- }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
79405
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
79410
79406
  currency0: `0x${string}`;
79411
79407
  currency1: `0x${string}`;
79412
79408
  fee: number;
79413
79409
  tickSpacing: number;
79414
79410
  hooks: `0x${string}`;
79415
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
79411
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
79416
79412
  readonly type: "function";
79417
79413
  readonly name: "getFeeGrowthGlobals";
79418
79414
  readonly inputs: readonly [{
@@ -80253,8 +80249,8 @@ declare const useLens: () => {
80253
80249
  fee: number;
80254
80250
  tickSpacing: number;
80255
80251
  hooks: `0x${string}`;
80256
- }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
80257
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
80252
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
80253
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
80258
80254
  readonly type: "function";
80259
80255
  readonly name: "getFeeGrowthGlobals";
80260
80256
  readonly inputs: readonly [{
@@ -81095,13 +81091,13 @@ declare const useLens: () => {
81095
81091
  fee: number;
81096
81092
  tickSpacing: number;
81097
81093
  hooks: `0x${string}`;
81098
- }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
81094
+ }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
81099
81095
  currency0: `0x${string}`;
81100
81096
  currency1: `0x${string}`;
81101
81097
  fee: number;
81102
81098
  tickSpacing: number;
81103
81099
  hooks: `0x${string}`;
81104
- }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
81100
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
81105
81101
  readonly type: "function";
81106
81102
  readonly name: "getFeeGrowthGlobals";
81107
81103
  readonly inputs: readonly [{
@@ -81942,8 +81938,8 @@ declare const useLens: () => {
81942
81938
  fee: number;
81943
81939
  tickSpacing: number;
81944
81940
  hooks: `0x${string}`;
81945
- }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
81946
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
81941
+ }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
81942
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
81947
81943
  readonly type: "function";
81948
81944
  readonly name: "getFeeGrowthGlobals";
81949
81945
  readonly inputs: readonly [{
@@ -82784,13 +82780,13 @@ declare const useLens: () => {
82784
82780
  fee: number;
82785
82781
  tickSpacing: number;
82786
82782
  hooks: `0x${string}`;
82787
- }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
82783
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
82788
82784
  currency0: `0x${string}`;
82789
82785
  currency1: `0x${string}`;
82790
82786
  fee: number;
82791
82787
  tickSpacing: number;
82792
82788
  hooks: `0x${string}`;
82793
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
82789
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
82794
82790
  readonly type: "function";
82795
82791
  readonly name: "getFeeGrowthGlobals";
82796
82792
  readonly inputs: readonly [{
@@ -83631,8 +83627,8 @@ declare const useLens: () => {
83631
83627
  fee: number;
83632
83628
  tickSpacing: number;
83633
83629
  hooks: `0x${string}`;
83634
- }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
83635
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
83630
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
83631
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
83636
83632
  readonly type: "function";
83637
83633
  readonly name: "getFeeGrowthGlobals";
83638
83634
  readonly inputs: readonly [{
@@ -84479,7 +84475,7 @@ declare const useLens: () => {
84479
84475
  fee: number;
84480
84476
  tickSpacing: number;
84481
84477
  hooks: `0x${string}`;
84482
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
84478
+ }, `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 [{
84483
84479
  readonly type: "function";
84484
84480
  readonly name: "getFeeGrowthGlobals";
84485
84481
  readonly inputs: readonly [{
@@ -85326,13 +85322,13 @@ declare const useLens: () => {
85326
85322
  fee: number;
85327
85323
  tickSpacing: number;
85328
85324
  hooks: `0x${string}`;
85329
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
85325
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
85330
85326
  currency0: `0x${string}`;
85331
85327
  currency1: `0x${string}`;
85332
85328
  fee: number;
85333
85329
  tickSpacing: number;
85334
85330
  hooks: `0x${string}`;
85335
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
85331
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
85336
85332
  readonly type: "function";
85337
85333
  readonly name: "getFeeGrowthGlobals";
85338
85334
  readonly inputs: readonly [{
@@ -86179,13 +86175,13 @@ declare const useLens: () => {
86179
86175
  fee: number;
86180
86176
  tickSpacing: number;
86181
86177
  hooks: `0x${string}`;
86182
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
86178
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
86183
86179
  currency0: `0x${string}`;
86184
86180
  currency1: `0x${string}`;
86185
86181
  fee: number;
86186
86182
  tickSpacing: number;
86187
86183
  hooks: `0x${string}`;
86188
- }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
86184
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
86189
86185
  readonly type: "function";
86190
86186
  readonly name: "getFeeGrowthGlobals";
86191
86187
  readonly inputs: readonly [{
@@ -87032,8 +87028,8 @@ declare const useLens: () => {
87032
87028
  fee: number;
87033
87029
  tickSpacing: number;
87034
87030
  hooks: `0x${string}`;
87035
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
87036
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
87031
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
87032
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
87037
87033
  readonly type: "function";
87038
87034
  readonly name: "getFeeGrowthGlobals";
87039
87035
  readonly inputs: readonly [{
@@ -87874,13 +87870,13 @@ declare const useLens: () => {
87874
87870
  fee: number;
87875
87871
  tickSpacing: number;
87876
87872
  hooks: `0x${string}`;
87877
- }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
87873
+ }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
87878
87874
  currency0: `0x${string}`;
87879
87875
  currency1: `0x${string}`;
87880
87876
  fee: number;
87881
87877
  tickSpacing: number;
87882
87878
  hooks: `0x${string}`;
87883
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
87879
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
87884
87880
  readonly type: "function";
87885
87881
  readonly name: "getFeeGrowthGlobals";
87886
87882
  readonly inputs: readonly [{
@@ -88721,14 +88717,14 @@ declare const useLens: () => {
88721
88717
  fee: number;
88722
88718
  tickSpacing: number;
88723
88719
  hooks: `0x${string}`;
88724
- }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
88720
+ }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
88725
88721
  getSlot0: (args: readonly [`0x${string}`, {
88726
88722
  currency0: `0x${string}`;
88727
88723
  currency1: `0x${string}`;
88728
88724
  fee: number;
88729
88725
  tickSpacing: number;
88730
88726
  hooks: `0x${string}`;
88731
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
88727
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
88732
88728
  readonly type: "function";
88733
88729
  readonly name: "getFeeGrowthGlobals";
88734
88730
  readonly inputs: readonly [{
@@ -89569,8 +89565,8 @@ declare const useLens: () => {
89569
89565
  fee: number;
89570
89566
  tickSpacing: number;
89571
89567
  hooks: `0x${string}`;
89572
- }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89573
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
89568
+ }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89569
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
89574
89570
  readonly type: "function";
89575
89571
  readonly name: "getFeeGrowthGlobals";
89576
89572
  readonly inputs: readonly [{
@@ -90405,8 +90401,8 @@ declare const useLens: () => {
90405
90401
  readonly internalType: "int128";
90406
90402
  }];
90407
90403
  readonly stateMutability: "view";
90408
- }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
90409
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
90404
+ }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
90405
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
90410
90406
  readonly type: "function";
90411
90407
  readonly name: "getFeeGrowthGlobals";
90412
90408
  readonly inputs: readonly [{
@@ -91247,13 +91243,13 @@ declare const useLens: () => {
91247
91243
  fee: number;
91248
91244
  tickSpacing: number;
91249
91245
  hooks: `0x${string}`;
91250
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
91246
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
91251
91247
  currency0: `0x${string}`;
91252
91248
  currency1: `0x${string}`;
91253
91249
  fee: number;
91254
91250
  tickSpacing: number;
91255
91251
  hooks: `0x${string}`;
91256
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
91252
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
91257
91253
  readonly type: "function";
91258
91254
  readonly name: "getFeeGrowthGlobals";
91259
91255
  readonly inputs: readonly [{
@@ -92094,8 +92090,8 @@ declare const useLens: () => {
92094
92090
  fee: number;
92095
92091
  tickSpacing: number;
92096
92092
  hooks: `0x${string}`;
92097
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
92098
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
92093
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
92094
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
92099
92095
  readonly type: "function";
92100
92096
  readonly name: "getFeeGrowthGlobals";
92101
92097
  readonly inputs: readonly [{
@@ -92936,13 +92932,13 @@ declare const useLens: () => {
92936
92932
  fee: number;
92937
92933
  tickSpacing: number;
92938
92934
  hooks: `0x${string}`;
92939
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
92935
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
92940
92936
  currency0: `0x${string}`;
92941
92937
  currency1: `0x${string}`;
92942
92938
  fee: number;
92943
92939
  tickSpacing: number;
92944
92940
  hooks: `0x${string}`;
92945
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
92941
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
92946
92942
  readonly type: "function";
92947
92943
  readonly name: "getFeeGrowthGlobals";
92948
92944
  readonly inputs: readonly [{
@@ -93783,8 +93779,8 @@ declare const useLens: () => {
93783
93779
  fee: number;
93784
93780
  tickSpacing: number;
93785
93781
  hooks: `0x${string}`;
93786
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
93787
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
93782
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
93783
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93788
93784
  readonly type: "function";
93789
93785
  readonly name: "getFeeGrowthGlobals";
93790
93786
  readonly inputs: readonly [{
@@ -94625,13 +94621,13 @@ declare const useLens: () => {
94625
94621
  fee: number;
94626
94622
  tickSpacing: number;
94627
94623
  hooks: `0x${string}`;
94628
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
94624
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
94629
94625
  currency0: `0x${string}`;
94630
94626
  currency1: `0x${string}`;
94631
94627
  fee: number;
94632
94628
  tickSpacing: number;
94633
94629
  hooks: `0x${string}`;
94634
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
94630
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
94635
94631
  readonly type: "function";
94636
94632
  readonly name: "getFeeGrowthGlobals";
94637
94633
  readonly inputs: readonly [{
@@ -95472,8 +95468,8 @@ declare const useLens: () => {
95472
95468
  fee: number;
95473
95469
  tickSpacing: number;
95474
95470
  hooks: `0x${string}`;
95475
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
95476
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
95471
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
95472
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
95477
95473
  readonly type: "function";
95478
95474
  readonly name: "getFeeGrowthGlobals";
95479
95475
  readonly inputs: readonly [{
@@ -96314,13 +96310,13 @@ declare const useLens: () => {
96314
96310
  fee: number;
96315
96311
  tickSpacing: number;
96316
96312
  hooks: `0x${string}`;
96317
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
96313
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
96318
96314
  currency0: `0x${string}`;
96319
96315
  currency1: `0x${string}`;
96320
96316
  fee: number;
96321
96317
  tickSpacing: number;
96322
96318
  hooks: `0x${string}`;
96323
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
96319
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
96324
96320
  readonly type: "function";
96325
96321
  readonly name: "getFeeGrowthGlobals";
96326
96322
  readonly inputs: readonly [{
@@ -97161,7 +97157,7 @@ declare const useLens: () => {
97161
97157
  fee: number;
97162
97158
  tickSpacing: number;
97163
97159
  hooks: `0x${string}`;
97164
- }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
97160
+ }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
97165
97161
  };
97166
97162
  address: `0x${string}`;
97167
97163
  abi: readonly [{
@@ -98003,5 +97999,5 @@ declare const useLens: () => {
98003
97999
  } | undefined;
98004
98000
  };
98005
98001
  //#endregion
98006
- export { PriceResolution as $, swapRouters as $t, useCurrentPrice as A, scaleAmount as At, getPriceAtTick as B, useMarketState as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatCondensed as Dt, usePriceHistory as E, formatAmount as Et, getPayoutAtTick as F, wrapAmountUnscaled as Ft, liquiditiesToAmounts as G, TimelockLens as Gt, getTickAtPrice as H, TimelockProvider as Ht, PRICE_PRECISION as I, wrapPrice as It, token0ToToken1AtTick as J, getErc20 as Jt, roundTick as K, TimelockMarket as Kt, getAmountsFromLiquidity as L, wrapPriceUnscaled as Lt, UniswapPoolData as M, unscaleAmount as Mt, usePoolData as N, unscalePrice as Nt, usePriceAtTick as O, formatUSD as Ot, getPayoutAtPrice as P, wrapAmount as Pt, PriceDataPoint as Q, stateViews as Qt, getNearestValidStrikeTick as R, zero as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, useCurrentMarket as Ut, getSqrtPriceX96AtPrice as V, useMarketData as Vt, liquiditiesToAmount1 as W, useTimelockConfig as Wt, token1ToToken0AtTick as X, getTimelockLens as Xt, token1ToToken0 as Y, getStateView as Yt, PriceData as Z, getTimelockMarket as Zt, useTokenData as _, useOptionPremium as _t, OptionPricingParams as a, useActiveUserPerps as at, batchGetAmountsFromLiquidity as b, OptionData as bt, usePricingParams as c, usePerpsOperator as ct, usePauseMarketTrading as d, ExerciseOptionEvent as dt, swappers as en, getCurrentPrice as et, usePauseGlobalTrading as f, ExtendEvent as ft, TokenData as g, useExtendOption as gt, useTokenBalance as h, useOptionTimeline as ht, useOptionPricingParams as i, useOperatorPerms as it, PoolKey as j, scalePrice as jt, useCurrentTick as k, formatVagueAmount as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, timelockLenses as nn, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarketData as qt, useStaticPricingParams as r, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, timelockFactories as tn, getPriceHistory as tt, useFeeRates as u, useMintPerp as ut, useVaultTVL as v, useOptionPnl as vt, useBurnLiquidity as w, useMaxPositionSize as wt, useMintLiquidity as x, useActiveUserOptions as xt, useVaultData as y, useExerciseOption as yt, getPriceAtSqrtPriceX96 as z, useMarketVolume as zt };
98007
- //# sourceMappingURL=client-BLs46E49.d.cts.map
98002
+ export { PriceResolution as $, useCurrentPrice as A, wrapAmount as At, getPriceAtTick as B, useTimelockConfig as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatCondensed as Dt, usePriceHistory as E, formatAmount as Et, getPayoutAtTick as F, useMarketVolume as Ft, liquiditiesToAmounts as G, getStateView as Gt, getTickAtPrice as H, TimelockMarket as Ht, PRICE_PRECISION as I, useMarketState as It, token0ToToken1AtTick as J, stateViews as Jt, roundTick as K, getTimelockLens as Kt, getAmountsFromLiquidity as L, useMarketData as Lt, UniswapPoolData as M, wrapPrice as Mt, usePoolData as N, wrapPriceUnscaled as Nt, usePriceAtTick as O, formatUSD as Ot, getPayoutAtPrice as P, zero as Pt, PriceDataPoint as Q, timelockLenses as Qt, getNearestValidStrikeTick as R, TimelockProvider as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, TimelockMarketData as Ut, getSqrtPriceX96AtPrice as V, TimelockLens as Vt, liquiditiesToAmount1 as W, getErc20 as Wt, token1ToToken0AtTick as X, swappers as Xt, token1ToToken0 as Y, swapRouters as Yt, PriceData as Z, timelockFactories 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, 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, wrapAmountUnscaled as jt, useCurrentTick as k, formatVagueAmount as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, getTimelockMarket as qt, useStaticPricingParams as r, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, 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, useCurrentMarket as zt };
98003
+ //# sourceMappingURL=client-BgYs-sEY.d.cts.map