timelock-sdk 0.0.194 → 0.0.196

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,5 +1,5 @@
1
1
  import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-MkvkHTLL.js";
2
- import * as viem491 from "viem";
2
+ import * as viem356 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
4
  import Big from "big.js";
5
5
  import JSBI from "jsbi";
@@ -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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<string>;
431
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
430
+ }], "symbol", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
431
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<bigint>;
610
- balanceOf: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
609
+ }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
610
+ balanceOf: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<bigint>;
789
- decimals: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
788
+ }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
789
+ decimals: (options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<number>;
968
- name: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
967
+ }], "decimals", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
968
+ name: (options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<string>;
1147
- totalSupply: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
1146
+ }], "name", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
1147
+ totalSupply: (options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<bigint>;
1325
+ }], "totalSupply", readonly []>, "address" | "abi" | "functionName" | "args">> | 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: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1507
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1506
+ }], "approve", readonly [`0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.EstimateContractGasReturnType>;
1507
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1686
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1685
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.EstimateContractGasReturnType>;
1686
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1865
- transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1864
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.EstimateContractGasReturnType>;
1865
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2044
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2043
+ }], "transfer", readonly [`0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.EstimateContractGasReturnType>;
2044
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2222
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.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: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2403
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2402
+ }], "approve", readonly [`0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.EstimateContractGasReturnType>;
2403
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2582
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2581
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.EstimateContractGasReturnType>;
2582
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2761
- transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2760
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.EstimateContractGasReturnType>;
2761
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2940
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2939
+ }], "transfer", readonly [`0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.EstimateContractGasReturnType>;
2940
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
3118
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem356.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem356.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 viem356.Chain | undefined = undefined, accountOverride extends viem356.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem356.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" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3299
+ }], "approve", readonly [`0x${string}`, bigint], viem356.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem356.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], viem356.Chain | undefined, viem356.Account | undefined, chainOverride, accountOverride>>;
3478
+ decreaseAllowance: <chainOverride extends viem356.Chain | undefined = undefined, accountOverride extends viem356.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem356.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" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3656
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem356.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
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined, viem356.Account | undefined, chainOverride, accountOverride>>;
3835
+ increaseAllowance: <chainOverride extends viem356.Chain | undefined = undefined, accountOverride extends viem356.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem356.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" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4013
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem356.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
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined, viem356.Account | undefined, chainOverride, accountOverride>>;
4192
+ transfer: <chainOverride extends viem356.Chain | undefined = undefined, accountOverride extends viem356.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem356.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" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4370
+ }], "transfer", readonly [`0x${string}`, bigint], viem356.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem356.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
+ }], "transfer", readonly [`0x${string}`, bigint], viem356.Chain | undefined, viem356.Account | undefined, chainOverride, accountOverride>>;
4549
+ transferFrom: <chainOverride extends viem356.Chain | undefined = undefined, accountOverride extends viem356.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem356.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" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4727
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem356.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem356.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
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem356.Chain | undefined, viem356.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 viem356.Chain | undefined, options extends (viem356.UnionOmit<viem356.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" | "args" | "functionName"> 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], viem356.Chain | undefined, viem356.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<viem356.WriteContractReturnType>;
5087
+ decreaseAllowance: <chainOverride extends viem356.Chain | undefined, options extends (viem356.UnionOmit<viem356.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" | "args" | "functionName"> 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
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined, viem356.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<viem356.WriteContractReturnType>;
5266
+ increaseAllowance: <chainOverride extends viem356.Chain | undefined, options extends (viem356.UnionOmit<viem356.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" | "args" | "functionName"> 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
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem356.Chain | undefined, viem356.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<viem356.WriteContractReturnType>;
5445
+ transfer: <chainOverride extends viem356.Chain | undefined, options extends (viem356.UnionOmit<viem356.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" | "args" | "functionName"> 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
+ }], "transfer", readonly [`0x${string}`, bigint], viem356.Chain | undefined, viem356.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<viem356.WriteContractReturnType>;
5624
+ transferFrom: <chainOverride extends viem356.Chain | undefined, options extends (viem356.UnionOmit<viem356.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" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5802
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem356.Chain | undefined, viem356.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<viem356.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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
6829
+ }]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined]) => Promise<never>;
7677
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
8518
+ }, number, number]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined]) => Promise<never>;
9366
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
10207
+ }]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined]) => Promise<never>;
11055
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
12749
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
13602
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined]) => Promise<never>;
14456
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
15297
+ }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined]) => Promise<never>;
16144
+ }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16993
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17829
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
18670
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined]) => Promise<never>;
19518
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
20359
+ }, number]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined]) => Promise<never>;
21207
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
22048
+ }, number]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined]) => Promise<never>;
22896
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
23737
+ }, number]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined]) => Promise<never>;
24584
+ }, number]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
26373
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<readonly {
27319
+ }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<readonly {
28279
+ }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
29236
+ }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
30189
+ }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
31153
+ getMarketData: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
32099
+ }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
33067
+ }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
34020
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<bigint>;
34967
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<bigint>;
35914
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
36861
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
37807
+ }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
38764
+ }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<readonly {
39717
+ }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
40686
+ }]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41645
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | 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" | "functionName" | "args">> | undefined) => Promise<number>;
42592
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
43538
+ }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
44488
+ }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<readonly [readonly {
45439
+ }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<{
46396
+ }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | 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?: viem356.Prettify<viem356.UnionOmit<viem356.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" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
47353
+ }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
47354
47354
  };
47355
47355
  address: `0x${string}`;
47356
47356
  abi: readonly [{
@@ -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
- decimals: number;
49375
+ scalingFactor: bigint;
49376
49376
  formatted: string;
49377
49377
  };
49378
49378
  declare const zero: Amount;
@@ -49382,7 +49382,7 @@ declare const wrapPrice: (scaled: bigint, decimals0: number, decimals1: number)
49382
49382
  declare const wrapPriceUnscaled: (unscaled: Big | number | string, decimals0: number, decimals1: number) => Amount;
49383
49383
  declare const unscaleAmount: (scaled: bigint, decimals: number) => Big.Big;
49384
49384
  declare const scaleAmount: (unscaled: Big | number | string, decimals: number) => bigint;
49385
- declare const unscalePrice: (scaled: bigint, decimals0: number, decimals1: number, precision?: number) => Big.Big;
49385
+ declare const unscalePrice: (scaled: bigint, decimals0: number, decimals1: number) => Big.Big;
49386
49386
  declare const scalePrice: (unscaled: Big | number | string, decimals0: number, decimals1: number, precision?: number) => bigint;
49387
49387
  declare const formatAmount: (value?: Big | number | string) => string;
49388
49388
  declare const formatVagueAmount: (value: Big | number | bigint | string, fractionDigits?: number) => string;
@@ -49391,7 +49391,7 @@ declare const formatUSD: (value: Big | string | number) => string;
49391
49391
  //#endregion
49392
49392
  //#region src/hooks/options/useMaxPositionSize.d.ts
49393
49393
  declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
49394
- error: viem491.ReadContractErrorType;
49394
+ error: viem356.ReadContractErrorType;
49395
49395
  isError: true;
49396
49396
  isPending: false;
49397
49397
  isLoading: false;
@@ -49403,7 +49403,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49403
49403
  dataUpdatedAt: number;
49404
49404
  errorUpdatedAt: number;
49405
49405
  failureCount: number;
49406
- failureReason: viem491.ReadContractErrorType | null;
49406
+ failureReason: viem356.ReadContractErrorType | null;
49407
49407
  errorUpdateCount: number;
49408
49408
  isFetched: boolean;
49409
49409
  isFetchedAfterMount: boolean;
@@ -49413,7 +49413,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49413
49413
  isRefetching: boolean;
49414
49414
  isStale: boolean;
49415
49415
  isEnabled: boolean;
49416
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49416
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem356.ReadContractErrorType>>;
49417
49417
  fetchStatus: _tanstack_query_core0.FetchStatus;
49418
49418
  promise: Promise<never>;
49419
49419
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49432,7 +49432,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49432
49432
  dataUpdatedAt: number;
49433
49433
  errorUpdatedAt: number;
49434
49434
  failureCount: number;
49435
- failureReason: viem491.ReadContractErrorType | null;
49435
+ failureReason: viem356.ReadContractErrorType | null;
49436
49436
  errorUpdateCount: number;
49437
49437
  isFetched: boolean;
49438
49438
  isFetchedAfterMount: boolean;
@@ -49442,14 +49442,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49442
49442
  isRefetching: boolean;
49443
49443
  isStale: boolean;
49444
49444
  isEnabled: boolean;
49445
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49445
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem356.ReadContractErrorType>>;
49446
49446
  fetchStatus: _tanstack_query_core0.FetchStatus;
49447
49447
  promise: Promise<never>;
49448
49448
  queryKey: _tanstack_query_core0.QueryKey;
49449
49449
  maxCallSize: Amount | undefined;
49450
49450
  maxPutSize: Amount | undefined;
49451
49451
  } | {
49452
- error: viem491.ReadContractErrorType;
49452
+ error: viem356.ReadContractErrorType;
49453
49453
  isError: true;
49454
49454
  isPending: false;
49455
49455
  isLoading: false;
@@ -49461,7 +49461,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49461
49461
  dataUpdatedAt: number;
49462
49462
  errorUpdatedAt: number;
49463
49463
  failureCount: number;
49464
- failureReason: viem491.ReadContractErrorType | null;
49464
+ failureReason: viem356.ReadContractErrorType | null;
49465
49465
  errorUpdateCount: number;
49466
49466
  isFetched: boolean;
49467
49467
  isFetchedAfterMount: boolean;
@@ -49471,7 +49471,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49471
49471
  isRefetching: boolean;
49472
49472
  isStale: boolean;
49473
49473
  isEnabled: boolean;
49474
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49474
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem356.ReadContractErrorType>>;
49475
49475
  fetchStatus: _tanstack_query_core0.FetchStatus;
49476
49476
  promise: Promise<never>;
49477
49477
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49490,7 +49490,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49490
49490
  dataUpdatedAt: number;
49491
49491
  errorUpdatedAt: number;
49492
49492
  failureCount: number;
49493
- failureReason: viem491.ReadContractErrorType | null;
49493
+ failureReason: viem356.ReadContractErrorType | null;
49494
49494
  errorUpdateCount: number;
49495
49495
  isFetched: boolean;
49496
49496
  isFetchedAfterMount: boolean;
@@ -49500,7 +49500,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49500
49500
  isRefetching: boolean;
49501
49501
  isStale: boolean;
49502
49502
  isEnabled: boolean;
49503
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49503
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem356.ReadContractErrorType>>;
49504
49504
  fetchStatus: _tanstack_query_core0.FetchStatus;
49505
49505
  promise: Promise<never>;
49506
49506
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49518,7 +49518,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49518
49518
  dataUpdatedAt: number;
49519
49519
  errorUpdatedAt: number;
49520
49520
  failureCount: number;
49521
- failureReason: viem491.ReadContractErrorType | null;
49521
+ failureReason: viem356.ReadContractErrorType | null;
49522
49522
  errorUpdateCount: number;
49523
49523
  isFetched: boolean;
49524
49524
  isFetchedAfterMount: boolean;
@@ -49529,7 +49529,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49529
49529
  isRefetching: boolean;
49530
49530
  isStale: boolean;
49531
49531
  isEnabled: boolean;
49532
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49532
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem356.ReadContractErrorType>>;
49533
49533
  fetchStatus: _tanstack_query_core0.FetchStatus;
49534
49534
  promise: Promise<never>;
49535
49535
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49548,7 +49548,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49548
49548
  dataUpdatedAt: number;
49549
49549
  errorUpdatedAt: number;
49550
49550
  failureCount: number;
49551
- failureReason: viem491.ReadContractErrorType | null;
49551
+ failureReason: viem356.ReadContractErrorType | null;
49552
49552
  errorUpdateCount: number;
49553
49553
  isFetched: boolean;
49554
49554
  isFetchedAfterMount: boolean;
@@ -49558,7 +49558,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49558
49558
  isRefetching: boolean;
49559
49559
  isStale: boolean;
49560
49560
  isEnabled: boolean;
49561
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49561
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem356.ReadContractErrorType>>;
49562
49562
  fetchStatus: _tanstack_query_core0.FetchStatus;
49563
49563
  promise: Promise<never>;
49564
49564
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49797,7 +49797,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
49797
49797
  //#endregion
49798
49798
  //#region src/hooks/operators/useOperatorPerms.d.ts
49799
49799
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
49800
- error: viem491.ReadContractErrorType;
49800
+ error: viem356.ReadContractErrorType;
49801
49801
  isError: true;
49802
49802
  isPending: false;
49803
49803
  isLoading: false;
@@ -49809,7 +49809,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49809
49809
  dataUpdatedAt: number;
49810
49810
  errorUpdatedAt: number;
49811
49811
  failureCount: number;
49812
- failureReason: viem491.ReadContractErrorType | null;
49812
+ failureReason: viem356.ReadContractErrorType | null;
49813
49813
  errorUpdateCount: number;
49814
49814
  isFetched: boolean;
49815
49815
  isFetchedAfterMount: boolean;
@@ -49819,7 +49819,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49819
49819
  isRefetching: boolean;
49820
49820
  isStale: boolean;
49821
49821
  isEnabled: boolean;
49822
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49822
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem356.ReadContractErrorType>>;
49823
49823
  fetchStatus: _tanstack_query_core0.FetchStatus;
49824
49824
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49825
49825
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49844,7 +49844,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49844
49844
  dataUpdatedAt: number;
49845
49845
  errorUpdatedAt: number;
49846
49846
  failureCount: number;
49847
- failureReason: viem491.ReadContractErrorType | null;
49847
+ failureReason: viem356.ReadContractErrorType | null;
49848
49848
  errorUpdateCount: number;
49849
49849
  isFetched: boolean;
49850
49850
  isFetchedAfterMount: boolean;
@@ -49854,7 +49854,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49854
49854
  isRefetching: boolean;
49855
49855
  isStale: boolean;
49856
49856
  isEnabled: boolean;
49857
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49857
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem356.ReadContractErrorType>>;
49858
49858
  fetchStatus: _tanstack_query_core0.FetchStatus;
49859
49859
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49860
49860
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49867,7 +49867,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49867
49867
  effectiveApproval: bigint;
49868
49868
  };
49869
49869
  } | {
49870
- error: viem491.ReadContractErrorType;
49870
+ error: viem356.ReadContractErrorType;
49871
49871
  isError: true;
49872
49872
  isPending: false;
49873
49873
  isLoading: false;
@@ -49879,7 +49879,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49879
49879
  dataUpdatedAt: number;
49880
49880
  errorUpdatedAt: number;
49881
49881
  failureCount: number;
49882
- failureReason: viem491.ReadContractErrorType | null;
49882
+ failureReason: viem356.ReadContractErrorType | null;
49883
49883
  errorUpdateCount: number;
49884
49884
  isFetched: boolean;
49885
49885
  isFetchedAfterMount: boolean;
@@ -49889,7 +49889,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49889
49889
  isRefetching: boolean;
49890
49890
  isStale: boolean;
49891
49891
  isEnabled: boolean;
49892
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49892
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem356.ReadContractErrorType>>;
49893
49893
  fetchStatus: _tanstack_query_core0.FetchStatus;
49894
49894
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49895
49895
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49914,7 +49914,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49914
49914
  dataUpdatedAt: number;
49915
49915
  errorUpdatedAt: number;
49916
49916
  failureCount: number;
49917
- failureReason: viem491.ReadContractErrorType | null;
49917
+ failureReason: viem356.ReadContractErrorType | null;
49918
49918
  errorUpdateCount: number;
49919
49919
  isFetched: boolean;
49920
49920
  isFetchedAfterMount: boolean;
@@ -49924,7 +49924,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49924
49924
  isRefetching: boolean;
49925
49925
  isStale: boolean;
49926
49926
  isEnabled: boolean;
49927
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49927
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem356.ReadContractErrorType>>;
49928
49928
  fetchStatus: _tanstack_query_core0.FetchStatus;
49929
49929
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49930
49930
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49948,7 +49948,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49948
49948
  dataUpdatedAt: number;
49949
49949
  errorUpdatedAt: number;
49950
49950
  failureCount: number;
49951
- failureReason: viem491.ReadContractErrorType | null;
49951
+ failureReason: viem356.ReadContractErrorType | null;
49952
49952
  errorUpdateCount: number;
49953
49953
  isFetched: boolean;
49954
49954
  isFetchedAfterMount: boolean;
@@ -49959,7 +49959,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49959
49959
  isRefetching: boolean;
49960
49960
  isStale: boolean;
49961
49961
  isEnabled: boolean;
49962
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49962
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem356.ReadContractErrorType>>;
49963
49963
  fetchStatus: _tanstack_query_core0.FetchStatus;
49964
49964
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49965
49965
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49984,7 +49984,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49984
49984
  dataUpdatedAt: number;
49985
49985
  errorUpdatedAt: number;
49986
49986
  failureCount: number;
49987
- failureReason: viem491.ReadContractErrorType | null;
49987
+ failureReason: viem356.ReadContractErrorType | null;
49988
49988
  errorUpdateCount: number;
49989
49989
  isFetched: boolean;
49990
49990
  isFetchedAfterMount: boolean;
@@ -49994,7 +49994,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49994
49994
  isRefetching: boolean;
49995
49995
  isStale: boolean;
49996
49996
  isEnabled: boolean;
49997
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49997
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem356.ReadContractErrorType>>;
49998
49998
  fetchStatus: _tanstack_query_core0.FetchStatus;
49999
49999
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
50000
50000
  queryKey: _tanstack_query_core0.QueryKey;
@@ -50974,7 +50974,7 @@ declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
50974
50974
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
50975
50975
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
50976
50976
  declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50977
- error: viem491.ReadContractErrorType;
50977
+ error: viem356.ReadContractErrorType;
50978
50978
  isError: true;
50979
50979
  isPending: false;
50980
50980
  isLoading: false;
@@ -50986,7 +50986,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50986
50986
  dataUpdatedAt: number;
50987
50987
  errorUpdatedAt: number;
50988
50988
  failureCount: number;
50989
- failureReason: viem491.ReadContractErrorType | null;
50989
+ failureReason: viem356.ReadContractErrorType | null;
50990
50990
  errorUpdateCount: number;
50991
50991
  isFetched: boolean;
50992
50992
  isFetchedAfterMount: boolean;
@@ -51009,7 +51009,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51009
51009
  totalAmount1: bigint;
51010
51010
  borrowedAmount0: bigint;
51011
51011
  borrowedAmount1: bigint;
51012
- }[], viem491.ReadContractErrorType>>;
51012
+ }[], viem356.ReadContractErrorType>>;
51013
51013
  fetchStatus: _tanstack_query_core0.FetchStatus;
51014
51014
  promise: Promise<readonly {
51015
51015
  tickLower: number;
@@ -51053,7 +51053,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51053
51053
  dataUpdatedAt: number;
51054
51054
  errorUpdatedAt: number;
51055
51055
  failureCount: number;
51056
- failureReason: viem491.ReadContractErrorType | null;
51056
+ failureReason: viem356.ReadContractErrorType | null;
51057
51057
  errorUpdateCount: number;
51058
51058
  isFetched: boolean;
51059
51059
  isFetchedAfterMount: boolean;
@@ -51076,7 +51076,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51076
51076
  totalAmount1: bigint;
51077
51077
  borrowedAmount0: bigint;
51078
51078
  borrowedAmount1: bigint;
51079
- }[], viem491.ReadContractErrorType>>;
51079
+ }[], viem356.ReadContractErrorType>>;
51080
51080
  fetchStatus: _tanstack_query_core0.FetchStatus;
51081
51081
  promise: Promise<readonly {
51082
51082
  tickLower: number;
@@ -51108,7 +51108,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51108
51108
  borrowedAmount1: bigint;
51109
51109
  }[];
51110
51110
  } | {
51111
- error: viem491.ReadContractErrorType;
51111
+ error: viem356.ReadContractErrorType;
51112
51112
  isError: true;
51113
51113
  isPending: false;
51114
51114
  isLoading: false;
@@ -51120,7 +51120,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51120
51120
  dataUpdatedAt: number;
51121
51121
  errorUpdatedAt: number;
51122
51122
  failureCount: number;
51123
- failureReason: viem491.ReadContractErrorType | null;
51123
+ failureReason: viem356.ReadContractErrorType | null;
51124
51124
  errorUpdateCount: number;
51125
51125
  isFetched: boolean;
51126
51126
  isFetchedAfterMount: boolean;
@@ -51143,7 +51143,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51143
51143
  totalAmount1: bigint;
51144
51144
  borrowedAmount0: bigint;
51145
51145
  borrowedAmount1: bigint;
51146
- }[], viem491.ReadContractErrorType>>;
51146
+ }[], viem356.ReadContractErrorType>>;
51147
51147
  fetchStatus: _tanstack_query_core0.FetchStatus;
51148
51148
  promise: Promise<readonly {
51149
51149
  tickLower: number;
@@ -51187,7 +51187,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51187
51187
  dataUpdatedAt: number;
51188
51188
  errorUpdatedAt: number;
51189
51189
  failureCount: number;
51190
- failureReason: viem491.ReadContractErrorType | null;
51190
+ failureReason: viem356.ReadContractErrorType | null;
51191
51191
  errorUpdateCount: number;
51192
51192
  isFetched: boolean;
51193
51193
  isFetchedAfterMount: boolean;
@@ -51210,7 +51210,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51210
51210
  totalAmount1: bigint;
51211
51211
  borrowedAmount0: bigint;
51212
51212
  borrowedAmount1: bigint;
51213
- }[], viem491.ReadContractErrorType>>;
51213
+ }[], viem356.ReadContractErrorType>>;
51214
51214
  fetchStatus: _tanstack_query_core0.FetchStatus;
51215
51215
  promise: Promise<readonly {
51216
51216
  tickLower: number;
@@ -51253,7 +51253,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51253
51253
  dataUpdatedAt: number;
51254
51254
  errorUpdatedAt: number;
51255
51255
  failureCount: number;
51256
- failureReason: viem491.ReadContractErrorType | null;
51256
+ failureReason: viem356.ReadContractErrorType | null;
51257
51257
  errorUpdateCount: number;
51258
51258
  isFetched: boolean;
51259
51259
  isFetchedAfterMount: boolean;
@@ -51277,7 +51277,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51277
51277
  totalAmount1: bigint;
51278
51278
  borrowedAmount0: bigint;
51279
51279
  borrowedAmount1: bigint;
51280
- }[], viem491.ReadContractErrorType>>;
51280
+ }[], viem356.ReadContractErrorType>>;
51281
51281
  fetchStatus: _tanstack_query_core0.FetchStatus;
51282
51282
  promise: Promise<readonly {
51283
51283
  tickLower: number;
@@ -51321,7 +51321,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51321
51321
  dataUpdatedAt: number;
51322
51322
  errorUpdatedAt: number;
51323
51323
  failureCount: number;
51324
- failureReason: viem491.ReadContractErrorType | null;
51324
+ failureReason: viem356.ReadContractErrorType | null;
51325
51325
  errorUpdateCount: number;
51326
51326
  isFetched: boolean;
51327
51327
  isFetchedAfterMount: boolean;
@@ -51344,7 +51344,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51344
51344
  totalAmount1: bigint;
51345
51345
  borrowedAmount0: bigint;
51346
51346
  borrowedAmount1: bigint;
51347
- }[], viem491.ReadContractErrorType>>;
51347
+ }[], viem356.ReadContractErrorType>>;
51348
51348
  fetchStatus: _tanstack_query_core0.FetchStatus;
51349
51349
  promise: Promise<readonly {
51350
51350
  tickLower: number;
@@ -51422,7 +51422,7 @@ declare const useVaultTVL: (vaultAddr: Address | undefined) => {
51422
51422
  borrowed0: Amount;
51423
51423
  borrowed1: Amount;
51424
51424
  blocksCount: bigint;
51425
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem491.ReadContractErrorType>>;
51425
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem356.ReadContractErrorType>>;
51426
51426
  };
51427
51427
  //#endregion
51428
51428
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -51435,7 +51435,7 @@ declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndef
51435
51435
  //#endregion
51436
51436
  //#region src/hooks/tokens/useTokenBalance.d.ts
51437
51437
  declare const useTokenBalance: (token?: Address, user?: Address) => {
51438
- error: viem491.ReadContractErrorType;
51438
+ error: viem356.ReadContractErrorType;
51439
51439
  isError: true;
51440
51440
  isPending: false;
51441
51441
  isLoading: false;
@@ -51447,7 +51447,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51447
51447
  dataUpdatedAt: number;
51448
51448
  errorUpdatedAt: number;
51449
51449
  failureCount: number;
51450
- failureReason: viem491.ReadContractErrorType | null;
51450
+ failureReason: viem356.ReadContractErrorType | null;
51451
51451
  errorUpdateCount: number;
51452
51452
  isFetched: boolean;
51453
51453
  isFetchedAfterMount: boolean;
@@ -51457,7 +51457,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51457
51457
  isRefetching: boolean;
51458
51458
  isStale: boolean;
51459
51459
  isEnabled: boolean;
51460
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51460
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem356.ReadContractErrorType>>;
51461
51461
  fetchStatus: _tanstack_query_core0.FetchStatus;
51462
51462
  promise: Promise<bigint>;
51463
51463
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51475,7 +51475,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51475
51475
  dataUpdatedAt: number;
51476
51476
  errorUpdatedAt: number;
51477
51477
  failureCount: number;
51478
- failureReason: viem491.ReadContractErrorType | null;
51478
+ failureReason: viem356.ReadContractErrorType | null;
51479
51479
  errorUpdateCount: number;
51480
51480
  isFetched: boolean;
51481
51481
  isFetchedAfterMount: boolean;
@@ -51485,13 +51485,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51485
51485
  isRefetching: boolean;
51486
51486
  isStale: boolean;
51487
51487
  isEnabled: boolean;
51488
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51488
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem356.ReadContractErrorType>>;
51489
51489
  fetchStatus: _tanstack_query_core0.FetchStatus;
51490
51490
  promise: Promise<bigint>;
51491
51491
  queryKey: _tanstack_query_core0.QueryKey;
51492
51492
  data: Amount | undefined;
51493
51493
  } | {
51494
- error: viem491.ReadContractErrorType;
51494
+ error: viem356.ReadContractErrorType;
51495
51495
  isError: true;
51496
51496
  isPending: false;
51497
51497
  isLoading: false;
@@ -51503,7 +51503,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51503
51503
  dataUpdatedAt: number;
51504
51504
  errorUpdatedAt: number;
51505
51505
  failureCount: number;
51506
- failureReason: viem491.ReadContractErrorType | null;
51506
+ failureReason: viem356.ReadContractErrorType | null;
51507
51507
  errorUpdateCount: number;
51508
51508
  isFetched: boolean;
51509
51509
  isFetchedAfterMount: boolean;
@@ -51513,7 +51513,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51513
51513
  isRefetching: boolean;
51514
51514
  isStale: boolean;
51515
51515
  isEnabled: boolean;
51516
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51516
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem356.ReadContractErrorType>>;
51517
51517
  fetchStatus: _tanstack_query_core0.FetchStatus;
51518
51518
  promise: Promise<bigint>;
51519
51519
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51531,7 +51531,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51531
51531
  dataUpdatedAt: number;
51532
51532
  errorUpdatedAt: number;
51533
51533
  failureCount: number;
51534
- failureReason: viem491.ReadContractErrorType | null;
51534
+ failureReason: viem356.ReadContractErrorType | null;
51535
51535
  errorUpdateCount: number;
51536
51536
  isFetched: boolean;
51537
51537
  isFetchedAfterMount: boolean;
@@ -51541,7 +51541,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51541
51541
  isRefetching: boolean;
51542
51542
  isStale: boolean;
51543
51543
  isEnabled: boolean;
51544
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51544
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem356.ReadContractErrorType>>;
51545
51545
  fetchStatus: _tanstack_query_core0.FetchStatus;
51546
51546
  promise: Promise<bigint>;
51547
51547
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51558,7 +51558,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51558
51558
  dataUpdatedAt: number;
51559
51559
  errorUpdatedAt: number;
51560
51560
  failureCount: number;
51561
- failureReason: viem491.ReadContractErrorType | null;
51561
+ failureReason: viem356.ReadContractErrorType | null;
51562
51562
  errorUpdateCount: number;
51563
51563
  isFetched: boolean;
51564
51564
  isFetchedAfterMount: boolean;
@@ -51569,7 +51569,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51569
51569
  isRefetching: boolean;
51570
51570
  isStale: boolean;
51571
51571
  isEnabled: boolean;
51572
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51572
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem356.ReadContractErrorType>>;
51573
51573
  fetchStatus: _tanstack_query_core0.FetchStatus;
51574
51574
  promise: Promise<bigint>;
51575
51575
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51587,7 +51587,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51587
51587
  dataUpdatedAt: number;
51588
51588
  errorUpdatedAt: number;
51589
51589
  failureCount: number;
51590
- failureReason: viem491.ReadContractErrorType | null;
51590
+ failureReason: viem356.ReadContractErrorType | null;
51591
51591
  errorUpdateCount: number;
51592
51592
  isFetched: boolean;
51593
51593
  isFetchedAfterMount: boolean;
@@ -51597,7 +51597,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51597
51597
  isRefetching: boolean;
51598
51598
  isStale: boolean;
51599
51599
  isEnabled: boolean;
51600
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51600
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem356.ReadContractErrorType>>;
51601
51601
  fetchStatus: _tanstack_query_core0.FetchStatus;
51602
51602
  promise: Promise<bigint>;
51603
51603
  queryKey: _tanstack_query_core0.QueryKey;
@@ -52580,8 +52580,8 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
52580
52580
  //#endregion
52581
52581
  //#region src/hooks/guardian/usePauseGlobalTrading.d.ts
52582
52582
  declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52583
- data: undefined;
52584
52583
  error: null;
52584
+ data: undefined;
52585
52585
  status: "idle";
52586
52586
  isError: false;
52587
52587
  isPending: false;
@@ -52599,8 +52599,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52599
52599
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52600
52600
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52601
52601
  } | {
52602
- data: undefined;
52603
52602
  error: null;
52603
+ data: undefined;
52604
52604
  status: "pending";
52605
52605
  isError: false;
52606
52606
  isPending: true;
@@ -52613,8 +52613,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52613
52613
  functionName: string;
52614
52614
  args?: readonly unknown[] | undefined;
52615
52615
  address: Address;
52616
- chain?: viem491.Chain | null | undefined;
52617
- account?: `0x${string}` | viem491.Account | null | undefined;
52616
+ chain?: viem356.Chain | null | undefined;
52617
+ account?: `0x${string}` | viem356.Account | null | undefined;
52618
52618
  value?: bigint | undefined;
52619
52619
  dataSuffix?: `0x${string}` | undefined;
52620
52620
  gas?: bigint | undefined;
@@ -52637,8 +52637,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52637
52637
  functionName: string;
52638
52638
  args?: readonly unknown[] | undefined;
52639
52639
  address: Address;
52640
- chain?: viem491.Chain | null | undefined;
52641
- account?: `0x${string}` | viem491.Account | null | undefined;
52640
+ chain?: viem356.Chain | null | undefined;
52641
+ account?: `0x${string}` | viem356.Account | null | undefined;
52642
52642
  value?: bigint | undefined;
52643
52643
  dataSuffix?: `0x${string}` | undefined;
52644
52644
  gas?: bigint | undefined;
@@ -52651,7 +52651,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52651
52651
  maxFeePerBlobGas?: undefined | undefined;
52652
52652
  maxFeePerGas?: undefined | undefined;
52653
52653
  maxPriorityFeePerGas?: undefined | undefined;
52654
- accessList?: viem491.AccessList | undefined;
52654
+ accessList?: viem356.AccessList | undefined;
52655
52655
  sidecars?: undefined;
52656
52656
  authorizationList?: undefined;
52657
52657
  chainId?: number | undefined;
@@ -52661,8 +52661,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52661
52661
  functionName: string;
52662
52662
  args?: readonly unknown[] | undefined;
52663
52663
  address: Address;
52664
- chain?: viem491.Chain | null | undefined;
52665
- account?: `0x${string}` | viem491.Account | null | undefined;
52664
+ chain?: viem356.Chain | null | undefined;
52665
+ account?: `0x${string}` | viem356.Account | null | undefined;
52666
52666
  value?: bigint | undefined;
52667
52667
  dataSuffix?: `0x${string}` | undefined;
52668
52668
  gas?: bigint | undefined;
@@ -52675,7 +52675,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52675
52675
  maxFeePerBlobGas?: undefined | undefined;
52676
52676
  maxFeePerGas?: bigint | undefined;
52677
52677
  maxPriorityFeePerGas?: bigint | undefined;
52678
- accessList?: viem491.AccessList | undefined;
52678
+ accessList?: viem356.AccessList | undefined;
52679
52679
  sidecars?: undefined;
52680
52680
  authorizationList?: undefined;
52681
52681
  chainId?: number | undefined;
@@ -52685,22 +52685,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52685
52685
  functionName: string;
52686
52686
  args?: readonly unknown[] | undefined;
52687
52687
  address: Address;
52688
- chain?: viem491.Chain | null | undefined;
52689
- account?: `0x${string}` | viem491.Account | null | undefined;
52688
+ chain?: viem356.Chain | null | undefined;
52689
+ account?: `0x${string}` | viem356.Account | null | undefined;
52690
52690
  value?: bigint | undefined;
52691
52691
  dataSuffix?: `0x${string}` | undefined;
52692
52692
  gas?: bigint | undefined;
52693
52693
  nonce?: number | undefined;
52694
52694
  type?: "eip4844" | undefined;
52695
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52696
- blobVersionedHashes: readonly viem491.Hex[];
52695
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
52696
+ blobVersionedHashes: readonly viem356.Hex[];
52697
52697
  kzg?: undefined;
52698
52698
  gasPrice?: undefined | undefined;
52699
52699
  maxFeePerBlobGas?: bigint | undefined;
52700
52700
  maxFeePerGas?: bigint | undefined;
52701
52701
  maxPriorityFeePerGas?: bigint | undefined;
52702
- accessList?: viem491.AccessList | undefined;
52703
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52702
+ accessList?: viem356.AccessList | undefined;
52703
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
52704
52704
  authorizationList?: undefined;
52705
52705
  chainId?: number | undefined;
52706
52706
  connector?: wagmi0.Connector | undefined;
@@ -52709,22 +52709,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52709
52709
  functionName: string;
52710
52710
  args?: readonly unknown[] | undefined;
52711
52711
  address: Address;
52712
- chain?: viem491.Chain | null | undefined;
52713
- account?: `0x${string}` | viem491.Account | null | undefined;
52712
+ chain?: viem356.Chain | null | undefined;
52713
+ account?: `0x${string}` | viem356.Account | null | undefined;
52714
52714
  value?: bigint | undefined;
52715
52715
  dataSuffix?: `0x${string}` | undefined;
52716
52716
  gas?: bigint | undefined;
52717
52717
  nonce?: number | undefined;
52718
52718
  type?: "eip4844" | undefined;
52719
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52719
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
52720
52720
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52721
- kzg?: viem491.Kzg | undefined;
52721
+ kzg?: viem356.Kzg | undefined;
52722
52722
  gasPrice?: undefined | undefined;
52723
52723
  maxFeePerBlobGas?: bigint | undefined;
52724
52724
  maxFeePerGas?: bigint | undefined;
52725
52725
  maxPriorityFeePerGas?: bigint | undefined;
52726
- accessList?: viem491.AccessList | undefined;
52727
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52726
+ accessList?: viem356.AccessList | undefined;
52727
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
52728
52728
  authorizationList?: undefined;
52729
52729
  chainId?: number | undefined;
52730
52730
  connector?: wagmi0.Connector | undefined;
@@ -52733,8 +52733,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52733
52733
  functionName: string;
52734
52734
  args?: readonly unknown[] | undefined;
52735
52735
  address: Address;
52736
- chain?: viem491.Chain | null | undefined;
52737
- account?: `0x${string}` | viem491.Account | null | undefined;
52736
+ chain?: viem356.Chain | null | undefined;
52737
+ account?: `0x${string}` | viem356.Account | null | undefined;
52738
52738
  value?: bigint | undefined;
52739
52739
  dataSuffix?: `0x${string}` | undefined;
52740
52740
  gas?: bigint | undefined;
@@ -52747,9 +52747,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52747
52747
  maxFeePerBlobGas?: undefined | undefined;
52748
52748
  maxFeePerGas?: bigint | undefined;
52749
52749
  maxPriorityFeePerGas?: bigint | undefined;
52750
- accessList?: viem491.AccessList | undefined;
52750
+ accessList?: viem356.AccessList | undefined;
52751
52751
  sidecars?: undefined;
52752
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52752
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
52753
52753
  chainId?: number | undefined;
52754
52754
  connector?: wagmi0.Connector | undefined;
52755
52755
  };
@@ -52762,8 +52762,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52762
52762
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52763
52763
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52764
52764
  } | {
52765
- data: undefined;
52766
52765
  error: _wagmi_core0.WriteContractErrorType;
52766
+ data: undefined;
52767
52767
  status: "error";
52768
52768
  isError: true;
52769
52769
  isPending: false;
@@ -52776,8 +52776,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52776
52776
  functionName: string;
52777
52777
  args?: readonly unknown[] | undefined;
52778
52778
  address: Address;
52779
- chain?: viem491.Chain | null | undefined;
52780
- account?: `0x${string}` | viem491.Account | null | undefined;
52779
+ chain?: viem356.Chain | null | undefined;
52780
+ account?: `0x${string}` | viem356.Account | null | undefined;
52781
52781
  value?: bigint | undefined;
52782
52782
  dataSuffix?: `0x${string}` | undefined;
52783
52783
  gas?: bigint | undefined;
@@ -52800,8 +52800,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52800
52800
  functionName: string;
52801
52801
  args?: readonly unknown[] | undefined;
52802
52802
  address: Address;
52803
- chain?: viem491.Chain | null | undefined;
52804
- account?: `0x${string}` | viem491.Account | null | undefined;
52803
+ chain?: viem356.Chain | null | undefined;
52804
+ account?: `0x${string}` | viem356.Account | null | undefined;
52805
52805
  value?: bigint | undefined;
52806
52806
  dataSuffix?: `0x${string}` | undefined;
52807
52807
  gas?: bigint | undefined;
@@ -52814,7 +52814,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52814
52814
  maxFeePerBlobGas?: undefined | undefined;
52815
52815
  maxFeePerGas?: undefined | undefined;
52816
52816
  maxPriorityFeePerGas?: undefined | undefined;
52817
- accessList?: viem491.AccessList | undefined;
52817
+ accessList?: viem356.AccessList | undefined;
52818
52818
  sidecars?: undefined;
52819
52819
  authorizationList?: undefined;
52820
52820
  chainId?: number | undefined;
@@ -52824,8 +52824,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52824
52824
  functionName: string;
52825
52825
  args?: readonly unknown[] | undefined;
52826
52826
  address: Address;
52827
- chain?: viem491.Chain | null | undefined;
52828
- account?: `0x${string}` | viem491.Account | null | undefined;
52827
+ chain?: viem356.Chain | null | undefined;
52828
+ account?: `0x${string}` | viem356.Account | null | undefined;
52829
52829
  value?: bigint | undefined;
52830
52830
  dataSuffix?: `0x${string}` | undefined;
52831
52831
  gas?: bigint | undefined;
@@ -52838,7 +52838,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52838
52838
  maxFeePerBlobGas?: undefined | undefined;
52839
52839
  maxFeePerGas?: bigint | undefined;
52840
52840
  maxPriorityFeePerGas?: bigint | undefined;
52841
- accessList?: viem491.AccessList | undefined;
52841
+ accessList?: viem356.AccessList | undefined;
52842
52842
  sidecars?: undefined;
52843
52843
  authorizationList?: undefined;
52844
52844
  chainId?: number | undefined;
@@ -52848,22 +52848,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52848
52848
  functionName: string;
52849
52849
  args?: readonly unknown[] | undefined;
52850
52850
  address: Address;
52851
- chain?: viem491.Chain | null | undefined;
52852
- account?: `0x${string}` | viem491.Account | null | undefined;
52851
+ chain?: viem356.Chain | null | undefined;
52852
+ account?: `0x${string}` | viem356.Account | null | undefined;
52853
52853
  value?: bigint | undefined;
52854
52854
  dataSuffix?: `0x${string}` | undefined;
52855
52855
  gas?: bigint | undefined;
52856
52856
  nonce?: number | undefined;
52857
52857
  type?: "eip4844" | undefined;
52858
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52859
- blobVersionedHashes: readonly viem491.Hex[];
52858
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
52859
+ blobVersionedHashes: readonly viem356.Hex[];
52860
52860
  kzg?: undefined;
52861
52861
  gasPrice?: undefined | undefined;
52862
52862
  maxFeePerBlobGas?: bigint | undefined;
52863
52863
  maxFeePerGas?: bigint | undefined;
52864
52864
  maxPriorityFeePerGas?: bigint | undefined;
52865
- accessList?: viem491.AccessList | undefined;
52866
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52865
+ accessList?: viem356.AccessList | undefined;
52866
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
52867
52867
  authorizationList?: undefined;
52868
52868
  chainId?: number | undefined;
52869
52869
  connector?: wagmi0.Connector | undefined;
@@ -52872,22 +52872,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52872
52872
  functionName: string;
52873
52873
  args?: readonly unknown[] | undefined;
52874
52874
  address: Address;
52875
- chain?: viem491.Chain | null | undefined;
52876
- account?: `0x${string}` | viem491.Account | null | undefined;
52875
+ chain?: viem356.Chain | null | undefined;
52876
+ account?: `0x${string}` | viem356.Account | null | undefined;
52877
52877
  value?: bigint | undefined;
52878
52878
  dataSuffix?: `0x${string}` | undefined;
52879
52879
  gas?: bigint | undefined;
52880
52880
  nonce?: number | undefined;
52881
52881
  type?: "eip4844" | undefined;
52882
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52882
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
52883
52883
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52884
- kzg?: viem491.Kzg | undefined;
52884
+ kzg?: viem356.Kzg | undefined;
52885
52885
  gasPrice?: undefined | undefined;
52886
52886
  maxFeePerBlobGas?: bigint | undefined;
52887
52887
  maxFeePerGas?: bigint | undefined;
52888
52888
  maxPriorityFeePerGas?: bigint | undefined;
52889
- accessList?: viem491.AccessList | undefined;
52890
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52889
+ accessList?: viem356.AccessList | undefined;
52890
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
52891
52891
  authorizationList?: undefined;
52892
52892
  chainId?: number | undefined;
52893
52893
  connector?: wagmi0.Connector | undefined;
@@ -52896,8 +52896,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52896
52896
  functionName: string;
52897
52897
  args?: readonly unknown[] | undefined;
52898
52898
  address: Address;
52899
- chain?: viem491.Chain | null | undefined;
52900
- account?: `0x${string}` | viem491.Account | null | undefined;
52899
+ chain?: viem356.Chain | null | undefined;
52900
+ account?: `0x${string}` | viem356.Account | null | undefined;
52901
52901
  value?: bigint | undefined;
52902
52902
  dataSuffix?: `0x${string}` | undefined;
52903
52903
  gas?: bigint | undefined;
@@ -52910,9 +52910,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52910
52910
  maxFeePerBlobGas?: undefined | undefined;
52911
52911
  maxFeePerGas?: bigint | undefined;
52912
52912
  maxPriorityFeePerGas?: bigint | undefined;
52913
- accessList?: viem491.AccessList | undefined;
52913
+ accessList?: viem356.AccessList | undefined;
52914
52914
  sidecars?: undefined;
52915
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52915
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
52916
52916
  chainId?: number | undefined;
52917
52917
  connector?: wagmi0.Connector | undefined;
52918
52918
  };
@@ -52925,8 +52925,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52925
52925
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52926
52926
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52927
52927
  } | {
52928
- data: `0x${string}`;
52929
52928
  error: null;
52929
+ data: `0x${string}`;
52930
52930
  status: "success";
52931
52931
  isError: false;
52932
52932
  isPending: false;
@@ -52939,8 +52939,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52939
52939
  functionName: string;
52940
52940
  args?: readonly unknown[] | undefined;
52941
52941
  address: Address;
52942
- chain?: viem491.Chain | null | undefined;
52943
- account?: `0x${string}` | viem491.Account | null | undefined;
52942
+ chain?: viem356.Chain | null | undefined;
52943
+ account?: `0x${string}` | viem356.Account | null | undefined;
52944
52944
  value?: bigint | undefined;
52945
52945
  dataSuffix?: `0x${string}` | undefined;
52946
52946
  gas?: bigint | undefined;
@@ -52963,8 +52963,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52963
52963
  functionName: string;
52964
52964
  args?: readonly unknown[] | undefined;
52965
52965
  address: Address;
52966
- chain?: viem491.Chain | null | undefined;
52967
- account?: `0x${string}` | viem491.Account | null | undefined;
52966
+ chain?: viem356.Chain | null | undefined;
52967
+ account?: `0x${string}` | viem356.Account | null | undefined;
52968
52968
  value?: bigint | undefined;
52969
52969
  dataSuffix?: `0x${string}` | undefined;
52970
52970
  gas?: bigint | undefined;
@@ -52977,7 +52977,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52977
52977
  maxFeePerBlobGas?: undefined | undefined;
52978
52978
  maxFeePerGas?: undefined | undefined;
52979
52979
  maxPriorityFeePerGas?: undefined | undefined;
52980
- accessList?: viem491.AccessList | undefined;
52980
+ accessList?: viem356.AccessList | undefined;
52981
52981
  sidecars?: undefined;
52982
52982
  authorizationList?: undefined;
52983
52983
  chainId?: number | undefined;
@@ -52987,8 +52987,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52987
52987
  functionName: string;
52988
52988
  args?: readonly unknown[] | undefined;
52989
52989
  address: Address;
52990
- chain?: viem491.Chain | null | undefined;
52991
- account?: `0x${string}` | viem491.Account | null | undefined;
52990
+ chain?: viem356.Chain | null | undefined;
52991
+ account?: `0x${string}` | viem356.Account | null | undefined;
52992
52992
  value?: bigint | undefined;
52993
52993
  dataSuffix?: `0x${string}` | undefined;
52994
52994
  gas?: bigint | undefined;
@@ -53001,7 +53001,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53001
53001
  maxFeePerBlobGas?: undefined | undefined;
53002
53002
  maxFeePerGas?: bigint | undefined;
53003
53003
  maxPriorityFeePerGas?: bigint | undefined;
53004
- accessList?: viem491.AccessList | undefined;
53004
+ accessList?: viem356.AccessList | undefined;
53005
53005
  sidecars?: undefined;
53006
53006
  authorizationList?: undefined;
53007
53007
  chainId?: number | undefined;
@@ -53011,22 +53011,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53011
53011
  functionName: string;
53012
53012
  args?: readonly unknown[] | undefined;
53013
53013
  address: Address;
53014
- chain?: viem491.Chain | null | undefined;
53015
- account?: `0x${string}` | viem491.Account | null | undefined;
53014
+ chain?: viem356.Chain | null | undefined;
53015
+ account?: `0x${string}` | viem356.Account | null | undefined;
53016
53016
  value?: bigint | undefined;
53017
53017
  dataSuffix?: `0x${string}` | undefined;
53018
53018
  gas?: bigint | undefined;
53019
53019
  nonce?: number | undefined;
53020
53020
  type?: "eip4844" | undefined;
53021
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53022
- blobVersionedHashes: readonly viem491.Hex[];
53021
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
53022
+ blobVersionedHashes: readonly viem356.Hex[];
53023
53023
  kzg?: undefined;
53024
53024
  gasPrice?: undefined | undefined;
53025
53025
  maxFeePerBlobGas?: bigint | undefined;
53026
53026
  maxFeePerGas?: bigint | undefined;
53027
53027
  maxPriorityFeePerGas?: bigint | undefined;
53028
- accessList?: viem491.AccessList | undefined;
53029
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53028
+ accessList?: viem356.AccessList | undefined;
53029
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53030
53030
  authorizationList?: undefined;
53031
53031
  chainId?: number | undefined;
53032
53032
  connector?: wagmi0.Connector | undefined;
@@ -53035,22 +53035,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53035
53035
  functionName: string;
53036
53036
  args?: readonly unknown[] | undefined;
53037
53037
  address: Address;
53038
- chain?: viem491.Chain | null | undefined;
53039
- account?: `0x${string}` | viem491.Account | null | undefined;
53038
+ chain?: viem356.Chain | null | undefined;
53039
+ account?: `0x${string}` | viem356.Account | null | undefined;
53040
53040
  value?: bigint | undefined;
53041
53041
  dataSuffix?: `0x${string}` | undefined;
53042
53042
  gas?: bigint | undefined;
53043
53043
  nonce?: number | undefined;
53044
53044
  type?: "eip4844" | undefined;
53045
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53045
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
53046
53046
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53047
- kzg?: viem491.Kzg | undefined;
53047
+ kzg?: viem356.Kzg | undefined;
53048
53048
  gasPrice?: undefined | undefined;
53049
53049
  maxFeePerBlobGas?: bigint | undefined;
53050
53050
  maxFeePerGas?: bigint | undefined;
53051
53051
  maxPriorityFeePerGas?: bigint | undefined;
53052
- accessList?: viem491.AccessList | undefined;
53053
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53052
+ accessList?: viem356.AccessList | undefined;
53053
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53054
53054
  authorizationList?: undefined;
53055
53055
  chainId?: number | undefined;
53056
53056
  connector?: wagmi0.Connector | undefined;
@@ -53059,8 +53059,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53059
53059
  functionName: string;
53060
53060
  args?: readonly unknown[] | undefined;
53061
53061
  address: Address;
53062
- chain?: viem491.Chain | null | undefined;
53063
- account?: `0x${string}` | viem491.Account | null | undefined;
53062
+ chain?: viem356.Chain | null | undefined;
53063
+ account?: `0x${string}` | viem356.Account | null | undefined;
53064
53064
  value?: bigint | undefined;
53065
53065
  dataSuffix?: `0x${string}` | undefined;
53066
53066
  gas?: bigint | undefined;
@@ -53073,9 +53073,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53073
53073
  maxFeePerBlobGas?: undefined | undefined;
53074
53074
  maxFeePerGas?: bigint | undefined;
53075
53075
  maxPriorityFeePerGas?: bigint | undefined;
53076
- accessList?: viem491.AccessList | undefined;
53076
+ accessList?: viem356.AccessList | undefined;
53077
53077
  sidecars?: undefined;
53078
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53078
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
53079
53079
  chainId?: number | undefined;
53080
53080
  connector?: wagmi0.Connector | undefined;
53081
53081
  };
@@ -53091,8 +53091,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53091
53091
  //#endregion
53092
53092
  //#region src/hooks/guardian/usePauseMarketTrading.d.ts
53093
53093
  declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53094
- data: undefined;
53095
53094
  error: null;
53095
+ data: undefined;
53096
53096
  status: "idle";
53097
53097
  isError: false;
53098
53098
  isPending: false;
@@ -53110,8 +53110,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53110
53110
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53111
53111
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53112
53112
  } | {
53113
- data: undefined;
53114
53113
  error: null;
53114
+ data: undefined;
53115
53115
  status: "pending";
53116
53116
  isError: false;
53117
53117
  isPending: true;
@@ -53124,8 +53124,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53124
53124
  functionName: string;
53125
53125
  args?: readonly unknown[] | undefined;
53126
53126
  address: Address;
53127
- chain?: viem491.Chain | null | undefined;
53128
- account?: `0x${string}` | viem491.Account | null | undefined;
53127
+ chain?: viem356.Chain | null | undefined;
53128
+ account?: `0x${string}` | viem356.Account | null | undefined;
53129
53129
  value?: bigint | undefined;
53130
53130
  dataSuffix?: `0x${string}` | undefined;
53131
53131
  gas?: bigint | undefined;
@@ -53148,8 +53148,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53148
53148
  functionName: string;
53149
53149
  args?: readonly unknown[] | undefined;
53150
53150
  address: Address;
53151
- chain?: viem491.Chain | null | undefined;
53152
- account?: `0x${string}` | viem491.Account | null | undefined;
53151
+ chain?: viem356.Chain | null | undefined;
53152
+ account?: `0x${string}` | viem356.Account | null | undefined;
53153
53153
  value?: bigint | undefined;
53154
53154
  dataSuffix?: `0x${string}` | undefined;
53155
53155
  gas?: bigint | undefined;
@@ -53162,7 +53162,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53162
53162
  maxFeePerBlobGas?: undefined | undefined;
53163
53163
  maxFeePerGas?: undefined | undefined;
53164
53164
  maxPriorityFeePerGas?: undefined | undefined;
53165
- accessList?: viem491.AccessList | undefined;
53165
+ accessList?: viem356.AccessList | undefined;
53166
53166
  sidecars?: undefined;
53167
53167
  authorizationList?: undefined;
53168
53168
  chainId?: number | undefined;
@@ -53172,8 +53172,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53172
53172
  functionName: string;
53173
53173
  args?: readonly unknown[] | undefined;
53174
53174
  address: Address;
53175
- chain?: viem491.Chain | null | undefined;
53176
- account?: `0x${string}` | viem491.Account | null | undefined;
53175
+ chain?: viem356.Chain | null | undefined;
53176
+ account?: `0x${string}` | viem356.Account | null | undefined;
53177
53177
  value?: bigint | undefined;
53178
53178
  dataSuffix?: `0x${string}` | undefined;
53179
53179
  gas?: bigint | undefined;
@@ -53186,7 +53186,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53186
53186
  maxFeePerBlobGas?: undefined | undefined;
53187
53187
  maxFeePerGas?: bigint | undefined;
53188
53188
  maxPriorityFeePerGas?: bigint | undefined;
53189
- accessList?: viem491.AccessList | undefined;
53189
+ accessList?: viem356.AccessList | undefined;
53190
53190
  sidecars?: undefined;
53191
53191
  authorizationList?: undefined;
53192
53192
  chainId?: number | undefined;
@@ -53196,22 +53196,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53196
53196
  functionName: string;
53197
53197
  args?: readonly unknown[] | undefined;
53198
53198
  address: Address;
53199
- chain?: viem491.Chain | null | undefined;
53200
- account?: `0x${string}` | viem491.Account | null | undefined;
53199
+ chain?: viem356.Chain | null | undefined;
53200
+ account?: `0x${string}` | viem356.Account | null | undefined;
53201
53201
  value?: bigint | undefined;
53202
53202
  dataSuffix?: `0x${string}` | undefined;
53203
53203
  gas?: bigint | undefined;
53204
53204
  nonce?: number | undefined;
53205
53205
  type?: "eip4844" | undefined;
53206
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53207
- blobVersionedHashes: readonly viem491.Hex[];
53206
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
53207
+ blobVersionedHashes: readonly viem356.Hex[];
53208
53208
  kzg?: undefined;
53209
53209
  gasPrice?: undefined | undefined;
53210
53210
  maxFeePerBlobGas?: bigint | undefined;
53211
53211
  maxFeePerGas?: bigint | undefined;
53212
53212
  maxPriorityFeePerGas?: bigint | undefined;
53213
- accessList?: viem491.AccessList | undefined;
53214
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53213
+ accessList?: viem356.AccessList | undefined;
53214
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53215
53215
  authorizationList?: undefined;
53216
53216
  chainId?: number | undefined;
53217
53217
  connector?: wagmi0.Connector | undefined;
@@ -53220,22 +53220,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53220
53220
  functionName: string;
53221
53221
  args?: readonly unknown[] | undefined;
53222
53222
  address: Address;
53223
- chain?: viem491.Chain | null | undefined;
53224
- account?: `0x${string}` | viem491.Account | null | undefined;
53223
+ chain?: viem356.Chain | null | undefined;
53224
+ account?: `0x${string}` | viem356.Account | null | undefined;
53225
53225
  value?: bigint | undefined;
53226
53226
  dataSuffix?: `0x${string}` | undefined;
53227
53227
  gas?: bigint | undefined;
53228
53228
  nonce?: number | undefined;
53229
53229
  type?: "eip4844" | undefined;
53230
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53230
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
53231
53231
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53232
- kzg?: viem491.Kzg | undefined;
53232
+ kzg?: viem356.Kzg | undefined;
53233
53233
  gasPrice?: undefined | undefined;
53234
53234
  maxFeePerBlobGas?: bigint | undefined;
53235
53235
  maxFeePerGas?: bigint | undefined;
53236
53236
  maxPriorityFeePerGas?: bigint | undefined;
53237
- accessList?: viem491.AccessList | undefined;
53238
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53237
+ accessList?: viem356.AccessList | undefined;
53238
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53239
53239
  authorizationList?: undefined;
53240
53240
  chainId?: number | undefined;
53241
53241
  connector?: wagmi0.Connector | undefined;
@@ -53244,8 +53244,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53244
53244
  functionName: string;
53245
53245
  args?: readonly unknown[] | undefined;
53246
53246
  address: Address;
53247
- chain?: viem491.Chain | null | undefined;
53248
- account?: `0x${string}` | viem491.Account | null | undefined;
53247
+ chain?: viem356.Chain | null | undefined;
53248
+ account?: `0x${string}` | viem356.Account | null | undefined;
53249
53249
  value?: bigint | undefined;
53250
53250
  dataSuffix?: `0x${string}` | undefined;
53251
53251
  gas?: bigint | undefined;
@@ -53258,9 +53258,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53258
53258
  maxFeePerBlobGas?: undefined | undefined;
53259
53259
  maxFeePerGas?: bigint | undefined;
53260
53260
  maxPriorityFeePerGas?: bigint | undefined;
53261
- accessList?: viem491.AccessList | undefined;
53261
+ accessList?: viem356.AccessList | undefined;
53262
53262
  sidecars?: undefined;
53263
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53263
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
53264
53264
  chainId?: number | undefined;
53265
53265
  connector?: wagmi0.Connector | undefined;
53266
53266
  };
@@ -53273,8 +53273,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53273
53273
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53274
53274
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53275
53275
  } | {
53276
- data: undefined;
53277
53276
  error: _wagmi_core0.WriteContractErrorType;
53277
+ data: undefined;
53278
53278
  status: "error";
53279
53279
  isError: true;
53280
53280
  isPending: false;
@@ -53287,8 +53287,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53287
53287
  functionName: string;
53288
53288
  args?: readonly unknown[] | undefined;
53289
53289
  address: Address;
53290
- chain?: viem491.Chain | null | undefined;
53291
- account?: `0x${string}` | viem491.Account | null | undefined;
53290
+ chain?: viem356.Chain | null | undefined;
53291
+ account?: `0x${string}` | viem356.Account | null | undefined;
53292
53292
  value?: bigint | undefined;
53293
53293
  dataSuffix?: `0x${string}` | undefined;
53294
53294
  gas?: bigint | undefined;
@@ -53311,8 +53311,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53311
53311
  functionName: string;
53312
53312
  args?: readonly unknown[] | undefined;
53313
53313
  address: Address;
53314
- chain?: viem491.Chain | null | undefined;
53315
- account?: `0x${string}` | viem491.Account | null | undefined;
53314
+ chain?: viem356.Chain | null | undefined;
53315
+ account?: `0x${string}` | viem356.Account | null | undefined;
53316
53316
  value?: bigint | undefined;
53317
53317
  dataSuffix?: `0x${string}` | undefined;
53318
53318
  gas?: bigint | undefined;
@@ -53325,7 +53325,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53325
53325
  maxFeePerBlobGas?: undefined | undefined;
53326
53326
  maxFeePerGas?: undefined | undefined;
53327
53327
  maxPriorityFeePerGas?: undefined | undefined;
53328
- accessList?: viem491.AccessList | undefined;
53328
+ accessList?: viem356.AccessList | undefined;
53329
53329
  sidecars?: undefined;
53330
53330
  authorizationList?: undefined;
53331
53331
  chainId?: number | undefined;
@@ -53335,8 +53335,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53335
53335
  functionName: string;
53336
53336
  args?: readonly unknown[] | undefined;
53337
53337
  address: Address;
53338
- chain?: viem491.Chain | null | undefined;
53339
- account?: `0x${string}` | viem491.Account | null | undefined;
53338
+ chain?: viem356.Chain | null | undefined;
53339
+ account?: `0x${string}` | viem356.Account | null | undefined;
53340
53340
  value?: bigint | undefined;
53341
53341
  dataSuffix?: `0x${string}` | undefined;
53342
53342
  gas?: bigint | undefined;
@@ -53349,7 +53349,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53349
53349
  maxFeePerBlobGas?: undefined | undefined;
53350
53350
  maxFeePerGas?: bigint | undefined;
53351
53351
  maxPriorityFeePerGas?: bigint | undefined;
53352
- accessList?: viem491.AccessList | undefined;
53352
+ accessList?: viem356.AccessList | undefined;
53353
53353
  sidecars?: undefined;
53354
53354
  authorizationList?: undefined;
53355
53355
  chainId?: number | undefined;
@@ -53359,22 +53359,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53359
53359
  functionName: string;
53360
53360
  args?: readonly unknown[] | undefined;
53361
53361
  address: Address;
53362
- chain?: viem491.Chain | null | undefined;
53363
- account?: `0x${string}` | viem491.Account | null | undefined;
53362
+ chain?: viem356.Chain | null | undefined;
53363
+ account?: `0x${string}` | viem356.Account | null | undefined;
53364
53364
  value?: bigint | undefined;
53365
53365
  dataSuffix?: `0x${string}` | undefined;
53366
53366
  gas?: bigint | undefined;
53367
53367
  nonce?: number | undefined;
53368
53368
  type?: "eip4844" | undefined;
53369
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53370
- blobVersionedHashes: readonly viem491.Hex[];
53369
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
53370
+ blobVersionedHashes: readonly viem356.Hex[];
53371
53371
  kzg?: undefined;
53372
53372
  gasPrice?: undefined | undefined;
53373
53373
  maxFeePerBlobGas?: bigint | undefined;
53374
53374
  maxFeePerGas?: bigint | undefined;
53375
53375
  maxPriorityFeePerGas?: bigint | undefined;
53376
- accessList?: viem491.AccessList | undefined;
53377
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53376
+ accessList?: viem356.AccessList | undefined;
53377
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53378
53378
  authorizationList?: undefined;
53379
53379
  chainId?: number | undefined;
53380
53380
  connector?: wagmi0.Connector | undefined;
@@ -53383,22 +53383,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53383
53383
  functionName: string;
53384
53384
  args?: readonly unknown[] | undefined;
53385
53385
  address: Address;
53386
- chain?: viem491.Chain | null | undefined;
53387
- account?: `0x${string}` | viem491.Account | null | undefined;
53386
+ chain?: viem356.Chain | null | undefined;
53387
+ account?: `0x${string}` | viem356.Account | null | undefined;
53388
53388
  value?: bigint | undefined;
53389
53389
  dataSuffix?: `0x${string}` | undefined;
53390
53390
  gas?: bigint | undefined;
53391
53391
  nonce?: number | undefined;
53392
53392
  type?: "eip4844" | undefined;
53393
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53393
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
53394
53394
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53395
- kzg?: viem491.Kzg | undefined;
53395
+ kzg?: viem356.Kzg | undefined;
53396
53396
  gasPrice?: undefined | undefined;
53397
53397
  maxFeePerBlobGas?: bigint | undefined;
53398
53398
  maxFeePerGas?: bigint | undefined;
53399
53399
  maxPriorityFeePerGas?: bigint | undefined;
53400
- accessList?: viem491.AccessList | undefined;
53401
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53400
+ accessList?: viem356.AccessList | undefined;
53401
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53402
53402
  authorizationList?: undefined;
53403
53403
  chainId?: number | undefined;
53404
53404
  connector?: wagmi0.Connector | undefined;
@@ -53407,8 +53407,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53407
53407
  functionName: string;
53408
53408
  args?: readonly unknown[] | undefined;
53409
53409
  address: Address;
53410
- chain?: viem491.Chain | null | undefined;
53411
- account?: `0x${string}` | viem491.Account | null | undefined;
53410
+ chain?: viem356.Chain | null | undefined;
53411
+ account?: `0x${string}` | viem356.Account | null | undefined;
53412
53412
  value?: bigint | undefined;
53413
53413
  dataSuffix?: `0x${string}` | undefined;
53414
53414
  gas?: bigint | undefined;
@@ -53421,9 +53421,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53421
53421
  maxFeePerBlobGas?: undefined | undefined;
53422
53422
  maxFeePerGas?: bigint | undefined;
53423
53423
  maxPriorityFeePerGas?: bigint | undefined;
53424
- accessList?: viem491.AccessList | undefined;
53424
+ accessList?: viem356.AccessList | undefined;
53425
53425
  sidecars?: undefined;
53426
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53426
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
53427
53427
  chainId?: number | undefined;
53428
53428
  connector?: wagmi0.Connector | undefined;
53429
53429
  };
@@ -53436,8 +53436,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53436
53436
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53437
53437
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53438
53438
  } | {
53439
- data: `0x${string}`;
53440
53439
  error: null;
53440
+ data: `0x${string}`;
53441
53441
  status: "success";
53442
53442
  isError: false;
53443
53443
  isPending: false;
@@ -53450,8 +53450,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53450
53450
  functionName: string;
53451
53451
  args?: readonly unknown[] | undefined;
53452
53452
  address: Address;
53453
- chain?: viem491.Chain | null | undefined;
53454
- account?: `0x${string}` | viem491.Account | null | undefined;
53453
+ chain?: viem356.Chain | null | undefined;
53454
+ account?: `0x${string}` | viem356.Account | null | undefined;
53455
53455
  value?: bigint | undefined;
53456
53456
  dataSuffix?: `0x${string}` | undefined;
53457
53457
  gas?: bigint | undefined;
@@ -53474,8 +53474,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53474
53474
  functionName: string;
53475
53475
  args?: readonly unknown[] | undefined;
53476
53476
  address: Address;
53477
- chain?: viem491.Chain | null | undefined;
53478
- account?: `0x${string}` | viem491.Account | null | undefined;
53477
+ chain?: viem356.Chain | null | undefined;
53478
+ account?: `0x${string}` | viem356.Account | null | undefined;
53479
53479
  value?: bigint | undefined;
53480
53480
  dataSuffix?: `0x${string}` | undefined;
53481
53481
  gas?: bigint | undefined;
@@ -53488,7 +53488,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53488
53488
  maxFeePerBlobGas?: undefined | undefined;
53489
53489
  maxFeePerGas?: undefined | undefined;
53490
53490
  maxPriorityFeePerGas?: undefined | undefined;
53491
- accessList?: viem491.AccessList | undefined;
53491
+ accessList?: viem356.AccessList | undefined;
53492
53492
  sidecars?: undefined;
53493
53493
  authorizationList?: undefined;
53494
53494
  chainId?: number | undefined;
@@ -53498,8 +53498,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53498
53498
  functionName: string;
53499
53499
  args?: readonly unknown[] | undefined;
53500
53500
  address: Address;
53501
- chain?: viem491.Chain | null | undefined;
53502
- account?: `0x${string}` | viem491.Account | null | undefined;
53501
+ chain?: viem356.Chain | null | undefined;
53502
+ account?: `0x${string}` | viem356.Account | null | undefined;
53503
53503
  value?: bigint | undefined;
53504
53504
  dataSuffix?: `0x${string}` | undefined;
53505
53505
  gas?: bigint | undefined;
@@ -53512,7 +53512,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53512
53512
  maxFeePerBlobGas?: undefined | undefined;
53513
53513
  maxFeePerGas?: bigint | undefined;
53514
53514
  maxPriorityFeePerGas?: bigint | undefined;
53515
- accessList?: viem491.AccessList | undefined;
53515
+ accessList?: viem356.AccessList | undefined;
53516
53516
  sidecars?: undefined;
53517
53517
  authorizationList?: undefined;
53518
53518
  chainId?: number | undefined;
@@ -53522,22 +53522,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53522
53522
  functionName: string;
53523
53523
  args?: readonly unknown[] | undefined;
53524
53524
  address: Address;
53525
- chain?: viem491.Chain | null | undefined;
53526
- account?: `0x${string}` | viem491.Account | null | undefined;
53525
+ chain?: viem356.Chain | null | undefined;
53526
+ account?: `0x${string}` | viem356.Account | null | undefined;
53527
53527
  value?: bigint | undefined;
53528
53528
  dataSuffix?: `0x${string}` | undefined;
53529
53529
  gas?: bigint | undefined;
53530
53530
  nonce?: number | undefined;
53531
53531
  type?: "eip4844" | undefined;
53532
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53533
- blobVersionedHashes: readonly viem491.Hex[];
53532
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
53533
+ blobVersionedHashes: readonly viem356.Hex[];
53534
53534
  kzg?: undefined;
53535
53535
  gasPrice?: undefined | undefined;
53536
53536
  maxFeePerBlobGas?: bigint | undefined;
53537
53537
  maxFeePerGas?: bigint | undefined;
53538
53538
  maxPriorityFeePerGas?: bigint | undefined;
53539
- accessList?: viem491.AccessList | undefined;
53540
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53539
+ accessList?: viem356.AccessList | undefined;
53540
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53541
53541
  authorizationList?: undefined;
53542
53542
  chainId?: number | undefined;
53543
53543
  connector?: wagmi0.Connector | undefined;
@@ -53546,22 +53546,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53546
53546
  functionName: string;
53547
53547
  args?: readonly unknown[] | undefined;
53548
53548
  address: Address;
53549
- chain?: viem491.Chain | null | undefined;
53550
- account?: `0x${string}` | viem491.Account | null | undefined;
53549
+ chain?: viem356.Chain | null | undefined;
53550
+ account?: `0x${string}` | viem356.Account | null | undefined;
53551
53551
  value?: bigint | undefined;
53552
53552
  dataSuffix?: `0x${string}` | undefined;
53553
53553
  gas?: bigint | undefined;
53554
53554
  nonce?: number | undefined;
53555
53555
  type?: "eip4844" | undefined;
53556
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53556
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
53557
53557
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53558
- kzg?: viem491.Kzg | undefined;
53558
+ kzg?: viem356.Kzg | undefined;
53559
53559
  gasPrice?: undefined | undefined;
53560
53560
  maxFeePerBlobGas?: bigint | undefined;
53561
53561
  maxFeePerGas?: bigint | undefined;
53562
53562
  maxPriorityFeePerGas?: bigint | undefined;
53563
- accessList?: viem491.AccessList | undefined;
53564
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53563
+ accessList?: viem356.AccessList | undefined;
53564
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53565
53565
  authorizationList?: undefined;
53566
53566
  chainId?: number | undefined;
53567
53567
  connector?: wagmi0.Connector | undefined;
@@ -53570,8 +53570,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53570
53570
  functionName: string;
53571
53571
  args?: readonly unknown[] | undefined;
53572
53572
  address: Address;
53573
- chain?: viem491.Chain | null | undefined;
53574
- account?: `0x${string}` | viem491.Account | null | undefined;
53573
+ chain?: viem356.Chain | null | undefined;
53574
+ account?: `0x${string}` | viem356.Account | null | undefined;
53575
53575
  value?: bigint | undefined;
53576
53576
  dataSuffix?: `0x${string}` | undefined;
53577
53577
  gas?: bigint | undefined;
@@ -53584,9 +53584,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53584
53584
  maxFeePerBlobGas?: undefined | undefined;
53585
53585
  maxFeePerGas?: bigint | undefined;
53586
53586
  maxPriorityFeePerGas?: bigint | undefined;
53587
- accessList?: viem491.AccessList | undefined;
53587
+ accessList?: viem356.AccessList | undefined;
53588
53588
  sidecars?: undefined;
53589
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53589
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
53590
53590
  chainId?: number | undefined;
53591
53591
  connector?: wagmi0.Connector | undefined;
53592
53592
  };
@@ -53611,8 +53611,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
53611
53611
  //#endregion
53612
53612
  //#region src/hooks/fees/useUpdateMarketFees.d.ts
53613
53613
  declare const useUpdateMarketFees: (marketAddr: Address) => {
53614
- data: undefined;
53615
53614
  error: null;
53615
+ data: undefined;
53616
53616
  status: "idle";
53617
53617
  isError: false;
53618
53618
  isPending: false;
@@ -53640,8 +53640,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53640
53640
  newFeeStrategy: `0x${string}`;
53641
53641
  }>;
53642
53642
  } | {
53643
- data: undefined;
53644
53643
  error: null;
53644
+ data: undefined;
53645
53645
  status: "pending";
53646
53646
  isError: false;
53647
53647
  isPending: true;
@@ -53654,8 +53654,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53654
53654
  functionName: string;
53655
53655
  args?: readonly unknown[] | undefined;
53656
53656
  address: Address;
53657
- chain?: viem491.Chain | null | undefined;
53658
- account?: `0x${string}` | viem491.Account | null | undefined;
53657
+ chain?: viem356.Chain | null | undefined;
53658
+ account?: `0x${string}` | viem356.Account | null | undefined;
53659
53659
  value?: bigint | undefined;
53660
53660
  dataSuffix?: `0x${string}` | undefined;
53661
53661
  gas?: bigint | undefined;
@@ -53678,8 +53678,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53678
53678
  functionName: string;
53679
53679
  args?: readonly unknown[] | undefined;
53680
53680
  address: Address;
53681
- chain?: viem491.Chain | null | undefined;
53682
- account?: `0x${string}` | viem491.Account | null | undefined;
53681
+ chain?: viem356.Chain | null | undefined;
53682
+ account?: `0x${string}` | viem356.Account | null | undefined;
53683
53683
  value?: bigint | undefined;
53684
53684
  dataSuffix?: `0x${string}` | undefined;
53685
53685
  gas?: bigint | undefined;
@@ -53692,7 +53692,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53692
53692
  maxFeePerBlobGas?: undefined | undefined;
53693
53693
  maxFeePerGas?: undefined | undefined;
53694
53694
  maxPriorityFeePerGas?: undefined | undefined;
53695
- accessList?: viem491.AccessList | undefined;
53695
+ accessList?: viem356.AccessList | undefined;
53696
53696
  sidecars?: undefined;
53697
53697
  authorizationList?: undefined;
53698
53698
  chainId?: number | undefined;
@@ -53702,8 +53702,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53702
53702
  functionName: string;
53703
53703
  args?: readonly unknown[] | undefined;
53704
53704
  address: Address;
53705
- chain?: viem491.Chain | null | undefined;
53706
- account?: `0x${string}` | viem491.Account | null | undefined;
53705
+ chain?: viem356.Chain | null | undefined;
53706
+ account?: `0x${string}` | viem356.Account | null | undefined;
53707
53707
  value?: bigint | undefined;
53708
53708
  dataSuffix?: `0x${string}` | undefined;
53709
53709
  gas?: bigint | undefined;
@@ -53716,7 +53716,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53716
53716
  maxFeePerBlobGas?: undefined | undefined;
53717
53717
  maxFeePerGas?: bigint | undefined;
53718
53718
  maxPriorityFeePerGas?: bigint | undefined;
53719
- accessList?: viem491.AccessList | undefined;
53719
+ accessList?: viem356.AccessList | undefined;
53720
53720
  sidecars?: undefined;
53721
53721
  authorizationList?: undefined;
53722
53722
  chainId?: number | undefined;
@@ -53726,22 +53726,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53726
53726
  functionName: string;
53727
53727
  args?: readonly unknown[] | undefined;
53728
53728
  address: Address;
53729
- chain?: viem491.Chain | null | undefined;
53730
- account?: `0x${string}` | viem491.Account | null | undefined;
53729
+ chain?: viem356.Chain | null | undefined;
53730
+ account?: `0x${string}` | viem356.Account | null | undefined;
53731
53731
  value?: bigint | undefined;
53732
53732
  dataSuffix?: `0x${string}` | undefined;
53733
53733
  gas?: bigint | undefined;
53734
53734
  nonce?: number | undefined;
53735
53735
  type?: "eip4844" | undefined;
53736
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53737
- blobVersionedHashes: readonly viem491.Hex[];
53736
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
53737
+ blobVersionedHashes: readonly viem356.Hex[];
53738
53738
  kzg?: undefined;
53739
53739
  gasPrice?: undefined | undefined;
53740
53740
  maxFeePerBlobGas?: bigint | undefined;
53741
53741
  maxFeePerGas?: bigint | undefined;
53742
53742
  maxPriorityFeePerGas?: bigint | undefined;
53743
- accessList?: viem491.AccessList | undefined;
53744
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53743
+ accessList?: viem356.AccessList | undefined;
53744
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53745
53745
  authorizationList?: undefined;
53746
53746
  chainId?: number | undefined;
53747
53747
  connector?: wagmi0.Connector | undefined;
@@ -53750,22 +53750,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53750
53750
  functionName: string;
53751
53751
  args?: readonly unknown[] | undefined;
53752
53752
  address: Address;
53753
- chain?: viem491.Chain | null | undefined;
53754
- account?: `0x${string}` | viem491.Account | null | undefined;
53753
+ chain?: viem356.Chain | null | undefined;
53754
+ account?: `0x${string}` | viem356.Account | null | undefined;
53755
53755
  value?: bigint | undefined;
53756
53756
  dataSuffix?: `0x${string}` | undefined;
53757
53757
  gas?: bigint | undefined;
53758
53758
  nonce?: number | undefined;
53759
53759
  type?: "eip4844" | undefined;
53760
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53760
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
53761
53761
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53762
- kzg?: viem491.Kzg | undefined;
53762
+ kzg?: viem356.Kzg | undefined;
53763
53763
  gasPrice?: undefined | undefined;
53764
53764
  maxFeePerBlobGas?: bigint | undefined;
53765
53765
  maxFeePerGas?: bigint | undefined;
53766
53766
  maxPriorityFeePerGas?: bigint | undefined;
53767
- accessList?: viem491.AccessList | undefined;
53768
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53767
+ accessList?: viem356.AccessList | undefined;
53768
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53769
53769
  authorizationList?: undefined;
53770
53770
  chainId?: number | undefined;
53771
53771
  connector?: wagmi0.Connector | undefined;
@@ -53774,8 +53774,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53774
53774
  functionName: string;
53775
53775
  args?: readonly unknown[] | undefined;
53776
53776
  address: Address;
53777
- chain?: viem491.Chain | null | undefined;
53778
- account?: `0x${string}` | viem491.Account | null | undefined;
53777
+ chain?: viem356.Chain | null | undefined;
53778
+ account?: `0x${string}` | viem356.Account | null | undefined;
53779
53779
  value?: bigint | undefined;
53780
53780
  dataSuffix?: `0x${string}` | undefined;
53781
53781
  gas?: bigint | undefined;
@@ -53788,9 +53788,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53788
53788
  maxFeePerBlobGas?: undefined | undefined;
53789
53789
  maxFeePerGas?: bigint | undefined;
53790
53790
  maxPriorityFeePerGas?: bigint | undefined;
53791
- accessList?: viem491.AccessList | undefined;
53791
+ accessList?: viem356.AccessList | undefined;
53792
53792
  sidecars?: undefined;
53793
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53793
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
53794
53794
  chainId?: number | undefined;
53795
53795
  connector?: wagmi0.Connector | undefined;
53796
53796
  };
@@ -53813,8 +53813,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53813
53813
  newFeeStrategy: `0x${string}`;
53814
53814
  }>;
53815
53815
  } | {
53816
- data: undefined;
53817
53816
  error: _wagmi_core0.WriteContractErrorType;
53817
+ data: undefined;
53818
53818
  status: "error";
53819
53819
  isError: true;
53820
53820
  isPending: false;
@@ -53827,8 +53827,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53827
53827
  functionName: string;
53828
53828
  args?: readonly unknown[] | undefined;
53829
53829
  address: Address;
53830
- chain?: viem491.Chain | null | undefined;
53831
- account?: `0x${string}` | viem491.Account | null | undefined;
53830
+ chain?: viem356.Chain | null | undefined;
53831
+ account?: `0x${string}` | viem356.Account | null | undefined;
53832
53832
  value?: bigint | undefined;
53833
53833
  dataSuffix?: `0x${string}` | undefined;
53834
53834
  gas?: bigint | undefined;
@@ -53851,8 +53851,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53851
53851
  functionName: string;
53852
53852
  args?: readonly unknown[] | undefined;
53853
53853
  address: Address;
53854
- chain?: viem491.Chain | null | undefined;
53855
- account?: `0x${string}` | viem491.Account | null | undefined;
53854
+ chain?: viem356.Chain | null | undefined;
53855
+ account?: `0x${string}` | viem356.Account | null | undefined;
53856
53856
  value?: bigint | undefined;
53857
53857
  dataSuffix?: `0x${string}` | undefined;
53858
53858
  gas?: bigint | undefined;
@@ -53865,7 +53865,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53865
53865
  maxFeePerBlobGas?: undefined | undefined;
53866
53866
  maxFeePerGas?: undefined | undefined;
53867
53867
  maxPriorityFeePerGas?: undefined | undefined;
53868
- accessList?: viem491.AccessList | undefined;
53868
+ accessList?: viem356.AccessList | undefined;
53869
53869
  sidecars?: undefined;
53870
53870
  authorizationList?: undefined;
53871
53871
  chainId?: number | undefined;
@@ -53875,8 +53875,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53875
53875
  functionName: string;
53876
53876
  args?: readonly unknown[] | undefined;
53877
53877
  address: Address;
53878
- chain?: viem491.Chain | null | undefined;
53879
- account?: `0x${string}` | viem491.Account | null | undefined;
53878
+ chain?: viem356.Chain | null | undefined;
53879
+ account?: `0x${string}` | viem356.Account | null | undefined;
53880
53880
  value?: bigint | undefined;
53881
53881
  dataSuffix?: `0x${string}` | undefined;
53882
53882
  gas?: bigint | undefined;
@@ -53889,7 +53889,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53889
53889
  maxFeePerBlobGas?: undefined | undefined;
53890
53890
  maxFeePerGas?: bigint | undefined;
53891
53891
  maxPriorityFeePerGas?: bigint | undefined;
53892
- accessList?: viem491.AccessList | undefined;
53892
+ accessList?: viem356.AccessList | undefined;
53893
53893
  sidecars?: undefined;
53894
53894
  authorizationList?: undefined;
53895
53895
  chainId?: number | undefined;
@@ -53899,22 +53899,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53899
53899
  functionName: string;
53900
53900
  args?: readonly unknown[] | undefined;
53901
53901
  address: Address;
53902
- chain?: viem491.Chain | null | undefined;
53903
- account?: `0x${string}` | viem491.Account | null | undefined;
53902
+ chain?: viem356.Chain | null | undefined;
53903
+ account?: `0x${string}` | viem356.Account | null | undefined;
53904
53904
  value?: bigint | undefined;
53905
53905
  dataSuffix?: `0x${string}` | undefined;
53906
53906
  gas?: bigint | undefined;
53907
53907
  nonce?: number | undefined;
53908
53908
  type?: "eip4844" | undefined;
53909
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53910
- blobVersionedHashes: readonly viem491.Hex[];
53909
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
53910
+ blobVersionedHashes: readonly viem356.Hex[];
53911
53911
  kzg?: undefined;
53912
53912
  gasPrice?: undefined | undefined;
53913
53913
  maxFeePerBlobGas?: bigint | undefined;
53914
53914
  maxFeePerGas?: bigint | undefined;
53915
53915
  maxPriorityFeePerGas?: bigint | undefined;
53916
- accessList?: viem491.AccessList | undefined;
53917
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53916
+ accessList?: viem356.AccessList | undefined;
53917
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53918
53918
  authorizationList?: undefined;
53919
53919
  chainId?: number | undefined;
53920
53920
  connector?: wagmi0.Connector | undefined;
@@ -53923,22 +53923,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53923
53923
  functionName: string;
53924
53924
  args?: readonly unknown[] | undefined;
53925
53925
  address: Address;
53926
- chain?: viem491.Chain | null | undefined;
53927
- account?: `0x${string}` | viem491.Account | null | undefined;
53926
+ chain?: viem356.Chain | null | undefined;
53927
+ account?: `0x${string}` | viem356.Account | null | undefined;
53928
53928
  value?: bigint | undefined;
53929
53929
  dataSuffix?: `0x${string}` | undefined;
53930
53930
  gas?: bigint | undefined;
53931
53931
  nonce?: number | undefined;
53932
53932
  type?: "eip4844" | undefined;
53933
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53933
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
53934
53934
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53935
- kzg?: viem491.Kzg | undefined;
53935
+ kzg?: viem356.Kzg | undefined;
53936
53936
  gasPrice?: undefined | undefined;
53937
53937
  maxFeePerBlobGas?: bigint | undefined;
53938
53938
  maxFeePerGas?: bigint | undefined;
53939
53939
  maxPriorityFeePerGas?: bigint | undefined;
53940
- accessList?: viem491.AccessList | undefined;
53941
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53940
+ accessList?: viem356.AccessList | undefined;
53941
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
53942
53942
  authorizationList?: undefined;
53943
53943
  chainId?: number | undefined;
53944
53944
  connector?: wagmi0.Connector | undefined;
@@ -53947,8 +53947,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53947
53947
  functionName: string;
53948
53948
  args?: readonly unknown[] | undefined;
53949
53949
  address: Address;
53950
- chain?: viem491.Chain | null | undefined;
53951
- account?: `0x${string}` | viem491.Account | null | undefined;
53950
+ chain?: viem356.Chain | null | undefined;
53951
+ account?: `0x${string}` | viem356.Account | null | undefined;
53952
53952
  value?: bigint | undefined;
53953
53953
  dataSuffix?: `0x${string}` | undefined;
53954
53954
  gas?: bigint | undefined;
@@ -53961,9 +53961,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53961
53961
  maxFeePerBlobGas?: undefined | undefined;
53962
53962
  maxFeePerGas?: bigint | undefined;
53963
53963
  maxPriorityFeePerGas?: bigint | undefined;
53964
- accessList?: viem491.AccessList | undefined;
53964
+ accessList?: viem356.AccessList | undefined;
53965
53965
  sidecars?: undefined;
53966
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53966
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
53967
53967
  chainId?: number | undefined;
53968
53968
  connector?: wagmi0.Connector | undefined;
53969
53969
  };
@@ -53986,8 +53986,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53986
53986
  newFeeStrategy: `0x${string}`;
53987
53987
  }>;
53988
53988
  } | {
53989
- data: `0x${string}`;
53990
53989
  error: null;
53990
+ data: `0x${string}`;
53991
53991
  status: "success";
53992
53992
  isError: false;
53993
53993
  isPending: false;
@@ -54000,8 +54000,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54000
54000
  functionName: string;
54001
54001
  args?: readonly unknown[] | undefined;
54002
54002
  address: Address;
54003
- chain?: viem491.Chain | null | undefined;
54004
- account?: `0x${string}` | viem491.Account | null | undefined;
54003
+ chain?: viem356.Chain | null | undefined;
54004
+ account?: `0x${string}` | viem356.Account | null | undefined;
54005
54005
  value?: bigint | undefined;
54006
54006
  dataSuffix?: `0x${string}` | undefined;
54007
54007
  gas?: bigint | undefined;
@@ -54024,8 +54024,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54024
54024
  functionName: string;
54025
54025
  args?: readonly unknown[] | undefined;
54026
54026
  address: Address;
54027
- chain?: viem491.Chain | null | undefined;
54028
- account?: `0x${string}` | viem491.Account | null | undefined;
54027
+ chain?: viem356.Chain | null | undefined;
54028
+ account?: `0x${string}` | viem356.Account | null | undefined;
54029
54029
  value?: bigint | undefined;
54030
54030
  dataSuffix?: `0x${string}` | undefined;
54031
54031
  gas?: bigint | undefined;
@@ -54038,7 +54038,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54038
54038
  maxFeePerBlobGas?: undefined | undefined;
54039
54039
  maxFeePerGas?: undefined | undefined;
54040
54040
  maxPriorityFeePerGas?: undefined | undefined;
54041
- accessList?: viem491.AccessList | undefined;
54041
+ accessList?: viem356.AccessList | undefined;
54042
54042
  sidecars?: undefined;
54043
54043
  authorizationList?: undefined;
54044
54044
  chainId?: number | undefined;
@@ -54048,8 +54048,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54048
54048
  functionName: string;
54049
54049
  args?: readonly unknown[] | undefined;
54050
54050
  address: Address;
54051
- chain?: viem491.Chain | null | undefined;
54052
- account?: `0x${string}` | viem491.Account | null | undefined;
54051
+ chain?: viem356.Chain | null | undefined;
54052
+ account?: `0x${string}` | viem356.Account | null | undefined;
54053
54053
  value?: bigint | undefined;
54054
54054
  dataSuffix?: `0x${string}` | undefined;
54055
54055
  gas?: bigint | undefined;
@@ -54062,7 +54062,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54062
54062
  maxFeePerBlobGas?: undefined | undefined;
54063
54063
  maxFeePerGas?: bigint | undefined;
54064
54064
  maxPriorityFeePerGas?: bigint | undefined;
54065
- accessList?: viem491.AccessList | undefined;
54065
+ accessList?: viem356.AccessList | undefined;
54066
54066
  sidecars?: undefined;
54067
54067
  authorizationList?: undefined;
54068
54068
  chainId?: number | undefined;
@@ -54072,22 +54072,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54072
54072
  functionName: string;
54073
54073
  args?: readonly unknown[] | undefined;
54074
54074
  address: Address;
54075
- chain?: viem491.Chain | null | undefined;
54076
- account?: `0x${string}` | viem491.Account | null | undefined;
54075
+ chain?: viem356.Chain | null | undefined;
54076
+ account?: `0x${string}` | viem356.Account | null | undefined;
54077
54077
  value?: bigint | undefined;
54078
54078
  dataSuffix?: `0x${string}` | undefined;
54079
54079
  gas?: bigint | undefined;
54080
54080
  nonce?: number | undefined;
54081
54081
  type?: "eip4844" | undefined;
54082
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
54083
- blobVersionedHashes: readonly viem491.Hex[];
54082
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
54083
+ blobVersionedHashes: readonly viem356.Hex[];
54084
54084
  kzg?: undefined;
54085
54085
  gasPrice?: undefined | undefined;
54086
54086
  maxFeePerBlobGas?: bigint | undefined;
54087
54087
  maxFeePerGas?: bigint | undefined;
54088
54088
  maxPriorityFeePerGas?: bigint | undefined;
54089
- accessList?: viem491.AccessList | undefined;
54090
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
54089
+ accessList?: viem356.AccessList | undefined;
54090
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
54091
54091
  authorizationList?: undefined;
54092
54092
  chainId?: number | undefined;
54093
54093
  connector?: wagmi0.Connector | undefined;
@@ -54096,22 +54096,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54096
54096
  functionName: string;
54097
54097
  args?: readonly unknown[] | undefined;
54098
54098
  address: Address;
54099
- chain?: viem491.Chain | null | undefined;
54100
- account?: `0x${string}` | viem491.Account | null | undefined;
54099
+ chain?: viem356.Chain | null | undefined;
54100
+ account?: `0x${string}` | viem356.Account | null | undefined;
54101
54101
  value?: bigint | undefined;
54102
54102
  dataSuffix?: `0x${string}` | undefined;
54103
54103
  gas?: bigint | undefined;
54104
54104
  nonce?: number | undefined;
54105
54105
  type?: "eip4844" | undefined;
54106
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
54106
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
54107
54107
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
54108
- kzg?: viem491.Kzg | undefined;
54108
+ kzg?: viem356.Kzg | undefined;
54109
54109
  gasPrice?: undefined | undefined;
54110
54110
  maxFeePerBlobGas?: bigint | undefined;
54111
54111
  maxFeePerGas?: bigint | undefined;
54112
54112
  maxPriorityFeePerGas?: bigint | undefined;
54113
- accessList?: viem491.AccessList | undefined;
54114
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
54113
+ accessList?: viem356.AccessList | undefined;
54114
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
54115
54115
  authorizationList?: undefined;
54116
54116
  chainId?: number | undefined;
54117
54117
  connector?: wagmi0.Connector | undefined;
@@ -54120,8 +54120,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54120
54120
  functionName: string;
54121
54121
  args?: readonly unknown[] | undefined;
54122
54122
  address: Address;
54123
- chain?: viem491.Chain | null | undefined;
54124
- account?: `0x${string}` | viem491.Account | null | undefined;
54123
+ chain?: viem356.Chain | null | undefined;
54124
+ account?: `0x${string}` | viem356.Account | null | undefined;
54125
54125
  value?: bigint | undefined;
54126
54126
  dataSuffix?: `0x${string}` | undefined;
54127
54127
  gas?: bigint | undefined;
@@ -54134,9 +54134,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54134
54134
  maxFeePerBlobGas?: undefined | undefined;
54135
54135
  maxFeePerGas?: bigint | undefined;
54136
54136
  maxPriorityFeePerGas?: bigint | undefined;
54137
- accessList?: viem491.AccessList | undefined;
54137
+ accessList?: viem356.AccessList | undefined;
54138
54138
  sidecars?: undefined;
54139
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
54139
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
54140
54140
  chainId?: number | undefined;
54141
54141
  connector?: wagmi0.Connector | undefined;
54142
54142
  };
@@ -55140,8 +55140,8 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
55140
55140
  //#endregion
55141
55141
  //#region src/hooks/pricing/useUpdateMarketPricing.d.ts
55142
55142
  declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55143
- data: undefined;
55144
55143
  error: null;
55144
+ data: undefined;
55145
55145
  status: "idle";
55146
55146
  isError: false;
55147
55147
  isPending: false;
@@ -55155,8 +55155,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55155
55155
  context: unknown;
55156
55156
  submittedAt: number;
55157
55157
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55158
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55159
55158
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55159
+ writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55160
55160
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55161
55161
  model: "static";
55162
55162
  } : Partial<OptionPricingParams> & {
@@ -55167,8 +55167,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55167
55167
  newPricingAddr: `0x${string}`;
55168
55168
  }>;
55169
55169
  } | {
55170
- data: undefined;
55171
55170
  error: null;
55171
+ data: undefined;
55172
55172
  status: "pending";
55173
55173
  isError: false;
55174
55174
  isPending: true;
@@ -55181,8 +55181,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55181
55181
  functionName: string;
55182
55182
  args?: readonly unknown[] | undefined;
55183
55183
  address: Address;
55184
- chain?: viem491.Chain | null | undefined;
55185
- account?: `0x${string}` | viem491.Account | null | undefined;
55184
+ chain?: viem356.Chain | null | undefined;
55185
+ account?: `0x${string}` | viem356.Account | null | undefined;
55186
55186
  value?: bigint | undefined;
55187
55187
  dataSuffix?: `0x${string}` | undefined;
55188
55188
  gas?: bigint | undefined;
@@ -55205,8 +55205,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55205
55205
  functionName: string;
55206
55206
  args?: readonly unknown[] | undefined;
55207
55207
  address: Address;
55208
- chain?: viem491.Chain | null | undefined;
55209
- account?: `0x${string}` | viem491.Account | null | undefined;
55208
+ chain?: viem356.Chain | null | undefined;
55209
+ account?: `0x${string}` | viem356.Account | null | undefined;
55210
55210
  value?: bigint | undefined;
55211
55211
  dataSuffix?: `0x${string}` | undefined;
55212
55212
  gas?: bigint | undefined;
@@ -55219,7 +55219,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55219
55219
  maxFeePerBlobGas?: undefined | undefined;
55220
55220
  maxFeePerGas?: undefined | undefined;
55221
55221
  maxPriorityFeePerGas?: undefined | undefined;
55222
- accessList?: viem491.AccessList | undefined;
55222
+ accessList?: viem356.AccessList | undefined;
55223
55223
  sidecars?: undefined;
55224
55224
  authorizationList?: undefined;
55225
55225
  chainId?: number | undefined;
@@ -55229,8 +55229,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55229
55229
  functionName: string;
55230
55230
  args?: readonly unknown[] | undefined;
55231
55231
  address: Address;
55232
- chain?: viem491.Chain | null | undefined;
55233
- account?: `0x${string}` | viem491.Account | null | undefined;
55232
+ chain?: viem356.Chain | null | undefined;
55233
+ account?: `0x${string}` | viem356.Account | null | undefined;
55234
55234
  value?: bigint | undefined;
55235
55235
  dataSuffix?: `0x${string}` | undefined;
55236
55236
  gas?: bigint | undefined;
@@ -55243,7 +55243,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55243
55243
  maxFeePerBlobGas?: undefined | undefined;
55244
55244
  maxFeePerGas?: bigint | undefined;
55245
55245
  maxPriorityFeePerGas?: bigint | undefined;
55246
- accessList?: viem491.AccessList | undefined;
55246
+ accessList?: viem356.AccessList | undefined;
55247
55247
  sidecars?: undefined;
55248
55248
  authorizationList?: undefined;
55249
55249
  chainId?: number | undefined;
@@ -55253,22 +55253,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55253
55253
  functionName: string;
55254
55254
  args?: readonly unknown[] | undefined;
55255
55255
  address: Address;
55256
- chain?: viem491.Chain | null | undefined;
55257
- account?: `0x${string}` | viem491.Account | null | undefined;
55256
+ chain?: viem356.Chain | null | undefined;
55257
+ account?: `0x${string}` | viem356.Account | null | undefined;
55258
55258
  value?: bigint | undefined;
55259
55259
  dataSuffix?: `0x${string}` | undefined;
55260
55260
  gas?: bigint | undefined;
55261
55261
  nonce?: number | undefined;
55262
55262
  type?: "eip4844" | undefined;
55263
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55264
- blobVersionedHashes: readonly viem491.Hex[];
55263
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
55264
+ blobVersionedHashes: readonly viem356.Hex[];
55265
55265
  kzg?: undefined;
55266
55266
  gasPrice?: undefined | undefined;
55267
55267
  maxFeePerBlobGas?: bigint | undefined;
55268
55268
  maxFeePerGas?: bigint | undefined;
55269
55269
  maxPriorityFeePerGas?: bigint | undefined;
55270
- accessList?: viem491.AccessList | undefined;
55271
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55270
+ accessList?: viem356.AccessList | undefined;
55271
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
55272
55272
  authorizationList?: undefined;
55273
55273
  chainId?: number | undefined;
55274
55274
  connector?: wagmi0.Connector | undefined;
@@ -55277,22 +55277,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55277
55277
  functionName: string;
55278
55278
  args?: readonly unknown[] | undefined;
55279
55279
  address: Address;
55280
- chain?: viem491.Chain | null | undefined;
55281
- account?: `0x${string}` | viem491.Account | null | undefined;
55280
+ chain?: viem356.Chain | null | undefined;
55281
+ account?: `0x${string}` | viem356.Account | null | undefined;
55282
55282
  value?: bigint | undefined;
55283
55283
  dataSuffix?: `0x${string}` | undefined;
55284
55284
  gas?: bigint | undefined;
55285
55285
  nonce?: number | undefined;
55286
55286
  type?: "eip4844" | undefined;
55287
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55287
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
55288
55288
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55289
- kzg?: viem491.Kzg | undefined;
55289
+ kzg?: viem356.Kzg | undefined;
55290
55290
  gasPrice?: undefined | undefined;
55291
55291
  maxFeePerBlobGas?: bigint | undefined;
55292
55292
  maxFeePerGas?: bigint | undefined;
55293
55293
  maxPriorityFeePerGas?: bigint | undefined;
55294
- accessList?: viem491.AccessList | undefined;
55295
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55294
+ accessList?: viem356.AccessList | undefined;
55295
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
55296
55296
  authorizationList?: undefined;
55297
55297
  chainId?: number | undefined;
55298
55298
  connector?: wagmi0.Connector | undefined;
@@ -55301,8 +55301,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55301
55301
  functionName: string;
55302
55302
  args?: readonly unknown[] | undefined;
55303
55303
  address: Address;
55304
- chain?: viem491.Chain | null | undefined;
55305
- account?: `0x${string}` | viem491.Account | null | undefined;
55304
+ chain?: viem356.Chain | null | undefined;
55305
+ account?: `0x${string}` | viem356.Account | null | undefined;
55306
55306
  value?: bigint | undefined;
55307
55307
  dataSuffix?: `0x${string}` | undefined;
55308
55308
  gas?: bigint | undefined;
@@ -55315,9 +55315,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55315
55315
  maxFeePerBlobGas?: undefined | undefined;
55316
55316
  maxFeePerGas?: bigint | undefined;
55317
55317
  maxPriorityFeePerGas?: bigint | undefined;
55318
- accessList?: viem491.AccessList | undefined;
55318
+ accessList?: viem356.AccessList | undefined;
55319
55319
  sidecars?: undefined;
55320
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55320
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
55321
55321
  chainId?: number | undefined;
55322
55322
  connector?: wagmi0.Connector | undefined;
55323
55323
  };
@@ -55326,8 +55326,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55326
55326
  context: unknown;
55327
55327
  submittedAt: number;
55328
55328
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55329
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55330
55329
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55330
+ writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55331
55331
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55332
55332
  model: "static";
55333
55333
  } : Partial<OptionPricingParams> & {
@@ -55338,8 +55338,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55338
55338
  newPricingAddr: `0x${string}`;
55339
55339
  }>;
55340
55340
  } | {
55341
- data: undefined;
55342
55341
  error: _wagmi_core0.WriteContractErrorType;
55342
+ data: undefined;
55343
55343
  status: "error";
55344
55344
  isError: true;
55345
55345
  isPending: false;
@@ -55352,8 +55352,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55352
55352
  functionName: string;
55353
55353
  args?: readonly unknown[] | undefined;
55354
55354
  address: Address;
55355
- chain?: viem491.Chain | null | undefined;
55356
- account?: `0x${string}` | viem491.Account | null | undefined;
55355
+ chain?: viem356.Chain | null | undefined;
55356
+ account?: `0x${string}` | viem356.Account | null | undefined;
55357
55357
  value?: bigint | undefined;
55358
55358
  dataSuffix?: `0x${string}` | undefined;
55359
55359
  gas?: bigint | undefined;
@@ -55376,8 +55376,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55376
55376
  functionName: string;
55377
55377
  args?: readonly unknown[] | undefined;
55378
55378
  address: Address;
55379
- chain?: viem491.Chain | null | undefined;
55380
- account?: `0x${string}` | viem491.Account | null | undefined;
55379
+ chain?: viem356.Chain | null | undefined;
55380
+ account?: `0x${string}` | viem356.Account | null | undefined;
55381
55381
  value?: bigint | undefined;
55382
55382
  dataSuffix?: `0x${string}` | undefined;
55383
55383
  gas?: bigint | undefined;
@@ -55390,7 +55390,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55390
55390
  maxFeePerBlobGas?: undefined | undefined;
55391
55391
  maxFeePerGas?: undefined | undefined;
55392
55392
  maxPriorityFeePerGas?: undefined | undefined;
55393
- accessList?: viem491.AccessList | undefined;
55393
+ accessList?: viem356.AccessList | undefined;
55394
55394
  sidecars?: undefined;
55395
55395
  authorizationList?: undefined;
55396
55396
  chainId?: number | undefined;
@@ -55400,8 +55400,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55400
55400
  functionName: string;
55401
55401
  args?: readonly unknown[] | undefined;
55402
55402
  address: Address;
55403
- chain?: viem491.Chain | null | undefined;
55404
- account?: `0x${string}` | viem491.Account | null | undefined;
55403
+ chain?: viem356.Chain | null | undefined;
55404
+ account?: `0x${string}` | viem356.Account | null | undefined;
55405
55405
  value?: bigint | undefined;
55406
55406
  dataSuffix?: `0x${string}` | undefined;
55407
55407
  gas?: bigint | undefined;
@@ -55414,7 +55414,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55414
55414
  maxFeePerBlobGas?: undefined | undefined;
55415
55415
  maxFeePerGas?: bigint | undefined;
55416
55416
  maxPriorityFeePerGas?: bigint | undefined;
55417
- accessList?: viem491.AccessList | undefined;
55417
+ accessList?: viem356.AccessList | undefined;
55418
55418
  sidecars?: undefined;
55419
55419
  authorizationList?: undefined;
55420
55420
  chainId?: number | undefined;
@@ -55424,22 +55424,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55424
55424
  functionName: string;
55425
55425
  args?: readonly unknown[] | undefined;
55426
55426
  address: Address;
55427
- chain?: viem491.Chain | null | undefined;
55428
- account?: `0x${string}` | viem491.Account | null | undefined;
55427
+ chain?: viem356.Chain | null | undefined;
55428
+ account?: `0x${string}` | viem356.Account | null | undefined;
55429
55429
  value?: bigint | undefined;
55430
55430
  dataSuffix?: `0x${string}` | undefined;
55431
55431
  gas?: bigint | undefined;
55432
55432
  nonce?: number | undefined;
55433
55433
  type?: "eip4844" | undefined;
55434
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55435
- blobVersionedHashes: readonly viem491.Hex[];
55434
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
55435
+ blobVersionedHashes: readonly viem356.Hex[];
55436
55436
  kzg?: undefined;
55437
55437
  gasPrice?: undefined | undefined;
55438
55438
  maxFeePerBlobGas?: bigint | undefined;
55439
55439
  maxFeePerGas?: bigint | undefined;
55440
55440
  maxPriorityFeePerGas?: bigint | undefined;
55441
- accessList?: viem491.AccessList | undefined;
55442
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55441
+ accessList?: viem356.AccessList | undefined;
55442
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
55443
55443
  authorizationList?: undefined;
55444
55444
  chainId?: number | undefined;
55445
55445
  connector?: wagmi0.Connector | undefined;
@@ -55448,22 +55448,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55448
55448
  functionName: string;
55449
55449
  args?: readonly unknown[] | undefined;
55450
55450
  address: Address;
55451
- chain?: viem491.Chain | null | undefined;
55452
- account?: `0x${string}` | viem491.Account | null | undefined;
55451
+ chain?: viem356.Chain | null | undefined;
55452
+ account?: `0x${string}` | viem356.Account | null | undefined;
55453
55453
  value?: bigint | undefined;
55454
55454
  dataSuffix?: `0x${string}` | undefined;
55455
55455
  gas?: bigint | undefined;
55456
55456
  nonce?: number | undefined;
55457
55457
  type?: "eip4844" | undefined;
55458
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55458
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
55459
55459
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55460
- kzg?: viem491.Kzg | undefined;
55460
+ kzg?: viem356.Kzg | undefined;
55461
55461
  gasPrice?: undefined | undefined;
55462
55462
  maxFeePerBlobGas?: bigint | undefined;
55463
55463
  maxFeePerGas?: bigint | undefined;
55464
55464
  maxPriorityFeePerGas?: bigint | undefined;
55465
- accessList?: viem491.AccessList | undefined;
55466
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55465
+ accessList?: viem356.AccessList | undefined;
55466
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
55467
55467
  authorizationList?: undefined;
55468
55468
  chainId?: number | undefined;
55469
55469
  connector?: wagmi0.Connector | undefined;
@@ -55472,8 +55472,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55472
55472
  functionName: string;
55473
55473
  args?: readonly unknown[] | undefined;
55474
55474
  address: Address;
55475
- chain?: viem491.Chain | null | undefined;
55476
- account?: `0x${string}` | viem491.Account | null | undefined;
55475
+ chain?: viem356.Chain | null | undefined;
55476
+ account?: `0x${string}` | viem356.Account | null | undefined;
55477
55477
  value?: bigint | undefined;
55478
55478
  dataSuffix?: `0x${string}` | undefined;
55479
55479
  gas?: bigint | undefined;
@@ -55486,9 +55486,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55486
55486
  maxFeePerBlobGas?: undefined | undefined;
55487
55487
  maxFeePerGas?: bigint | undefined;
55488
55488
  maxPriorityFeePerGas?: bigint | undefined;
55489
- accessList?: viem491.AccessList | undefined;
55489
+ accessList?: viem356.AccessList | undefined;
55490
55490
  sidecars?: undefined;
55491
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55491
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
55492
55492
  chainId?: number | undefined;
55493
55493
  connector?: wagmi0.Connector | undefined;
55494
55494
  };
@@ -55497,8 +55497,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55497
55497
  context: unknown;
55498
55498
  submittedAt: number;
55499
55499
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55500
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55501
55500
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55501
+ writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55502
55502
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55503
55503
  model: "static";
55504
55504
  } : Partial<OptionPricingParams> & {
@@ -55509,8 +55509,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55509
55509
  newPricingAddr: `0x${string}`;
55510
55510
  }>;
55511
55511
  } | {
55512
- data: `0x${string}`;
55513
55512
  error: null;
55513
+ data: `0x${string}`;
55514
55514
  status: "success";
55515
55515
  isError: false;
55516
55516
  isPending: false;
@@ -55523,8 +55523,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55523
55523
  functionName: string;
55524
55524
  args?: readonly unknown[] | undefined;
55525
55525
  address: Address;
55526
- chain?: viem491.Chain | null | undefined;
55527
- account?: `0x${string}` | viem491.Account | null | undefined;
55526
+ chain?: viem356.Chain | null | undefined;
55527
+ account?: `0x${string}` | viem356.Account | null | undefined;
55528
55528
  value?: bigint | undefined;
55529
55529
  dataSuffix?: `0x${string}` | undefined;
55530
55530
  gas?: bigint | undefined;
@@ -55547,8 +55547,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55547
55547
  functionName: string;
55548
55548
  args?: readonly unknown[] | undefined;
55549
55549
  address: Address;
55550
- chain?: viem491.Chain | null | undefined;
55551
- account?: `0x${string}` | viem491.Account | null | undefined;
55550
+ chain?: viem356.Chain | null | undefined;
55551
+ account?: `0x${string}` | viem356.Account | null | undefined;
55552
55552
  value?: bigint | undefined;
55553
55553
  dataSuffix?: `0x${string}` | undefined;
55554
55554
  gas?: bigint | undefined;
@@ -55561,7 +55561,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55561
55561
  maxFeePerBlobGas?: undefined | undefined;
55562
55562
  maxFeePerGas?: undefined | undefined;
55563
55563
  maxPriorityFeePerGas?: undefined | undefined;
55564
- accessList?: viem491.AccessList | undefined;
55564
+ accessList?: viem356.AccessList | undefined;
55565
55565
  sidecars?: undefined;
55566
55566
  authorizationList?: undefined;
55567
55567
  chainId?: number | undefined;
@@ -55571,8 +55571,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55571
55571
  functionName: string;
55572
55572
  args?: readonly unknown[] | undefined;
55573
55573
  address: Address;
55574
- chain?: viem491.Chain | null | undefined;
55575
- account?: `0x${string}` | viem491.Account | null | undefined;
55574
+ chain?: viem356.Chain | null | undefined;
55575
+ account?: `0x${string}` | viem356.Account | null | undefined;
55576
55576
  value?: bigint | undefined;
55577
55577
  dataSuffix?: `0x${string}` | undefined;
55578
55578
  gas?: bigint | undefined;
@@ -55585,7 +55585,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55585
55585
  maxFeePerBlobGas?: undefined | undefined;
55586
55586
  maxFeePerGas?: bigint | undefined;
55587
55587
  maxPriorityFeePerGas?: bigint | undefined;
55588
- accessList?: viem491.AccessList | undefined;
55588
+ accessList?: viem356.AccessList | undefined;
55589
55589
  sidecars?: undefined;
55590
55590
  authorizationList?: undefined;
55591
55591
  chainId?: number | undefined;
@@ -55595,22 +55595,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55595
55595
  functionName: string;
55596
55596
  args?: readonly unknown[] | undefined;
55597
55597
  address: Address;
55598
- chain?: viem491.Chain | null | undefined;
55599
- account?: `0x${string}` | viem491.Account | null | undefined;
55598
+ chain?: viem356.Chain | null | undefined;
55599
+ account?: `0x${string}` | viem356.Account | null | undefined;
55600
55600
  value?: bigint | undefined;
55601
55601
  dataSuffix?: `0x${string}` | undefined;
55602
55602
  gas?: bigint | undefined;
55603
55603
  nonce?: number | undefined;
55604
55604
  type?: "eip4844" | undefined;
55605
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55606
- blobVersionedHashes: readonly viem491.Hex[];
55605
+ blobs?: readonly `0x${string}`[] | readonly viem356.ByteArray[] | undefined;
55606
+ blobVersionedHashes: readonly viem356.Hex[];
55607
55607
  kzg?: undefined;
55608
55608
  gasPrice?: undefined | undefined;
55609
55609
  maxFeePerBlobGas?: bigint | undefined;
55610
55610
  maxFeePerGas?: bigint | undefined;
55611
55611
  maxPriorityFeePerGas?: bigint | undefined;
55612
- accessList?: viem491.AccessList | undefined;
55613
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55612
+ accessList?: viem356.AccessList | undefined;
55613
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
55614
55614
  authorizationList?: undefined;
55615
55615
  chainId?: number | undefined;
55616
55616
  connector?: wagmi0.Connector | undefined;
@@ -55619,22 +55619,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55619
55619
  functionName: string;
55620
55620
  args?: readonly unknown[] | undefined;
55621
55621
  address: Address;
55622
- chain?: viem491.Chain | null | undefined;
55623
- account?: `0x${string}` | viem491.Account | null | undefined;
55622
+ chain?: viem356.Chain | null | undefined;
55623
+ account?: `0x${string}` | viem356.Account | null | undefined;
55624
55624
  value?: bigint | undefined;
55625
55625
  dataSuffix?: `0x${string}` | undefined;
55626
55626
  gas?: bigint | undefined;
55627
55627
  nonce?: number | undefined;
55628
55628
  type?: "eip4844" | undefined;
55629
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55629
+ blobs: readonly viem356.Hex[] | readonly viem356.ByteArray[];
55630
55630
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55631
- kzg?: viem491.Kzg | undefined;
55631
+ kzg?: viem356.Kzg | undefined;
55632
55632
  gasPrice?: undefined | undefined;
55633
55633
  maxFeePerBlobGas?: bigint | undefined;
55634
55634
  maxFeePerGas?: bigint | undefined;
55635
55635
  maxPriorityFeePerGas?: bigint | undefined;
55636
- accessList?: viem491.AccessList | undefined;
55637
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55636
+ accessList?: viem356.AccessList | undefined;
55637
+ sidecars?: readonly viem356.BlobSidecar<`0x${string}`>[] | undefined;
55638
55638
  authorizationList?: undefined;
55639
55639
  chainId?: number | undefined;
55640
55640
  connector?: wagmi0.Connector | undefined;
@@ -55643,8 +55643,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55643
55643
  functionName: string;
55644
55644
  args?: readonly unknown[] | undefined;
55645
55645
  address: Address;
55646
- chain?: viem491.Chain | null | undefined;
55647
- account?: `0x${string}` | viem491.Account | null | undefined;
55646
+ chain?: viem356.Chain | null | undefined;
55647
+ account?: `0x${string}` | viem356.Account | null | undefined;
55648
55648
  value?: bigint | undefined;
55649
55649
  dataSuffix?: `0x${string}` | undefined;
55650
55650
  gas?: bigint | undefined;
@@ -55657,9 +55657,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55657
55657
  maxFeePerBlobGas?: undefined | undefined;
55658
55658
  maxFeePerGas?: bigint | undefined;
55659
55659
  maxPriorityFeePerGas?: bigint | undefined;
55660
- accessList?: viem491.AccessList | undefined;
55660
+ accessList?: viem356.AccessList | undefined;
55661
55661
  sidecars?: undefined;
55662
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55662
+ authorizationList?: viem356.AuthorizationList<number, boolean> | undefined;
55663
55663
  chainId?: number | undefined;
55664
55664
  connector?: wagmi0.Connector | undefined;
55665
55665
  };
@@ -55668,8 +55668,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55668
55668
  context: unknown;
55669
55669
  submittedAt: number;
55670
55670
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55671
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55672
55671
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55672
+ writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55673
55673
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55674
55674
  model: "static";
55675
55675
  } : Partial<OptionPricingParams> & {
@@ -55685,7 +55685,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55685
55685
  declare const useLens: () => {
55686
55686
  timelockLens: {
55687
55687
  read: {
55688
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
55688
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
55689
55689
  readonly type: "function";
55690
55690
  readonly name: "batchGetRefTick";
55691
55691
  readonly inputs: readonly [{
@@ -56631,8 +56631,8 @@ declare const useLens: () => {
56631
56631
  readonly internalType: "uint256";
56632
56632
  }];
56633
56633
  readonly stateMutability: "view";
56634
- }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
56635
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
56634
+ }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
56635
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
56636
56636
  readonly type: "function";
56637
56637
  readonly name: "batchGetRefTick";
56638
56638
  readonly inputs: readonly [{
@@ -57578,7 +57578,7 @@ declare const useLens: () => {
57578
57578
  readonly internalType: "uint256";
57579
57579
  }];
57580
57580
  readonly stateMutability: "view";
57581
- }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
57581
+ }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
57582
57582
  tickLower: number;
57583
57583
  tickUpper: number;
57584
57584
  prevTickLower: number;
@@ -57592,7 +57592,7 @@ declare const useLens: () => {
57592
57592
  borrowedAmount0: bigint;
57593
57593
  borrowedAmount1: bigint;
57594
57594
  }[]>;
57595
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
57595
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
57596
57596
  readonly type: "function";
57597
57597
  readonly name: "batchGetRefTick";
57598
57598
  readonly inputs: readonly [{
@@ -58538,7 +58538,7 @@ declare const useLens: () => {
58538
58538
  readonly internalType: "uint256";
58539
58539
  }];
58540
58540
  readonly stateMutability: "view";
58541
- }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
58541
+ }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
58542
58542
  optionId: bigint;
58543
58543
  owner: `0x${string}`;
58544
58544
  optionType: number;
@@ -58549,7 +58549,7 @@ declare const useLens: () => {
58549
58549
  expiresAt: number;
58550
58550
  liquidities: readonly bigint[];
58551
58551
  }[]>;
58552
- getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
58552
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
58553
58553
  readonly type: "function";
58554
58554
  readonly name: "batchGetRefTick";
58555
58555
  readonly inputs: readonly [{
@@ -59495,14 +59495,14 @@ declare const useLens: () => {
59495
59495
  readonly internalType: "uint256";
59496
59496
  }];
59497
59497
  readonly stateMutability: "view";
59498
- }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
59498
+ }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
59499
59499
  openingFeeRate: number;
59500
59500
  baseFeeRate: number;
59501
59501
  minOpeningFee: bigint;
59502
59502
  minBaseFee: bigint;
59503
59503
  feeRecipient: `0x${string}`;
59504
59504
  }>;
59505
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
59505
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
59506
59506
  readonly type: "function";
59507
59507
  readonly name: "batchGetRefTick";
59508
59508
  readonly inputs: readonly [{
@@ -60448,7 +60448,7 @@ declare const useLens: () => {
60448
60448
  readonly internalType: "uint256";
60449
60449
  }];
60450
60450
  readonly stateMutability: "view";
60451
- }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
60451
+ }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
60452
60452
  globalMintPaused: {
60453
60453
  paused: boolean;
60454
60454
  updatedAt: bigint;
@@ -60465,7 +60465,7 @@ declare const useLens: () => {
60465
60465
  senderIsAdmin: boolean;
60466
60466
  senderIsPauser: boolean;
60467
60467
  }>;
60468
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
60468
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
60469
60469
  readonly type: "function";
60470
60470
  readonly name: "batchGetRefTick";
60471
60471
  readonly inputs: readonly [{
@@ -61411,8 +61411,8 @@ declare const useLens: () => {
61411
61411
  readonly internalType: "uint256";
61412
61412
  }];
61413
61413
  readonly stateMutability: "view";
61414
- }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
61415
- getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
61414
+ }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
61415
+ getMarketData: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
61416
61416
  readonly type: "function";
61417
61417
  readonly name: "batchGetRefTick";
61418
61418
  readonly inputs: readonly [{
@@ -62358,7 +62358,7 @@ declare const useLens: () => {
62358
62358
  readonly internalType: "uint256";
62359
62359
  }];
62360
62360
  readonly stateMutability: "view";
62361
- }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
62361
+ }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
62362
62362
  guardian: `0x${string}`;
62363
62363
  vault: `0x${string}`;
62364
62364
  poolManager: `0x${string}`;
@@ -62380,7 +62380,7 @@ declare const useLens: () => {
62380
62380
  optionAssetName: string;
62381
62381
  payoutAssetName: string;
62382
62382
  }>;
62383
- getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
62383
+ getMarketState: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
62384
62384
  readonly type: "function";
62385
62385
  readonly name: "batchGetRefTick";
62386
62386
  readonly inputs: readonly [{
@@ -63326,13 +63326,13 @@ declare const useLens: () => {
63326
63326
  readonly internalType: "uint256";
63327
63327
  }];
63328
63328
  readonly stateMutability: "view";
63329
- }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
63329
+ }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
63330
63330
  optionsCount: bigint;
63331
63331
  optionPricing: `0x${string}`;
63332
63332
  feeStrategy: `0x${string}`;
63333
63333
  owner: `0x${string}`;
63334
63334
  }>;
63335
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
63335
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
63336
63336
  readonly type: "function";
63337
63337
  readonly name: "batchGetRefTick";
63338
63338
  readonly inputs: readonly [{
@@ -64278,8 +64278,8 @@ declare const useLens: () => {
64278
64278
  readonly internalType: "uint256";
64279
64279
  }];
64280
64280
  readonly stateMutability: "view";
64281
- }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
64282
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
64281
+ }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
64282
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
64283
64283
  readonly type: "function";
64284
64284
  readonly name: "batchGetRefTick";
64285
64285
  readonly inputs: readonly [{
@@ -65225,8 +65225,8 @@ declare const useLens: () => {
65225
65225
  readonly internalType: "uint256";
65226
65226
  }];
65227
65227
  readonly stateMutability: "view";
65228
- }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
65229
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
65228
+ }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
65229
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
65230
65230
  readonly type: "function";
65231
65231
  readonly name: "batchGetRefTick";
65232
65232
  readonly inputs: readonly [{
@@ -66172,8 +66172,8 @@ declare const useLens: () => {
66172
66172
  readonly internalType: "uint256";
66173
66173
  }];
66174
66174
  readonly stateMutability: "view";
66175
- }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
66176
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
66175
+ }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
66176
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
66177
66177
  readonly type: "function";
66178
66178
  readonly name: "batchGetRefTick";
66179
66179
  readonly inputs: readonly [{
@@ -67119,8 +67119,8 @@ declare const useLens: () => {
67119
67119
  readonly internalType: "uint256";
67120
67120
  }];
67121
67121
  readonly stateMutability: "view";
67122
- }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
67123
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
67122
+ }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
67123
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
67124
67124
  readonly type: "function";
67125
67125
  readonly name: "batchGetRefTick";
67126
67126
  readonly inputs: readonly [{
@@ -68066,7 +68066,7 @@ declare const useLens: () => {
68066
68066
  readonly internalType: "uint256";
68067
68067
  }];
68068
68068
  readonly stateMutability: "view";
68069
- }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
68069
+ }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
68070
68070
  optionId: bigint;
68071
68071
  owner: `0x${string}`;
68072
68072
  optionType: number;
@@ -68077,7 +68077,7 @@ declare const useLens: () => {
68077
68077
  expiresAt: number;
68078
68078
  liquidities: readonly bigint[];
68079
68079
  }>;
68080
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
68080
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
68081
68081
  readonly type: "function";
68082
68082
  readonly name: "batchGetRefTick";
68083
68083
  readonly inputs: readonly [{
@@ -69023,14 +69023,14 @@ declare const useLens: () => {
69023
69023
  readonly internalType: "uint256";
69024
69024
  }];
69025
69025
  readonly stateMutability: "view";
69026
- }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
69026
+ }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
69027
69027
  logicContract: `0x${string}`;
69028
69028
  iv: number;
69029
69029
  riskFreeRate: number;
69030
69030
  minPremiumDailyRate: number;
69031
69031
  minPremiumAmount: bigint;
69032
69032
  }>;
69033
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
69033
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
69034
69034
  readonly type: "function";
69035
69035
  readonly name: "batchGetRefTick";
69036
69036
  readonly inputs: readonly [{
@@ -69976,7 +69976,7 @@ declare const useLens: () => {
69976
69976
  readonly internalType: "uint256";
69977
69977
  }];
69978
69978
  readonly stateMutability: "view";
69979
- }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
69979
+ }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
69980
69980
  optionId: bigint;
69981
69981
  owner: `0x${string}`;
69982
69982
  optionType: number;
@@ -69993,7 +69993,7 @@ declare const useLens: () => {
69993
69993
  fee: number;
69994
69994
  tickSpacing: number;
69995
69995
  hooks: `0x${string}`;
69996
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
69996
+ }], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
69997
69997
  readonly type: "function";
69998
69998
  readonly name: "batchGetRefTick";
69999
69999
  readonly inputs: readonly [{
@@ -70945,7 +70945,7 @@ declare const useLens: () => {
70945
70945
  fee: number;
70946
70946
  tickSpacing: number;
70947
70947
  hooks: `0x${string}`;
70948
- }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
70948
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
70949
70949
  token0: `0x${string}`;
70950
70950
  token1: `0x${string}`;
70951
70951
  token0Decimals: number;
@@ -70957,7 +70957,7 @@ declare const useLens: () => {
70957
70957
  tickSpacing: number;
70958
70958
  fee: number;
70959
70959
  }>;
70960
- getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
70960
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
70961
70961
  readonly type: "function";
70962
70962
  readonly name: "batchGetRefTick";
70963
70963
  readonly inputs: readonly [{
@@ -71903,8 +71903,8 @@ declare const useLens: () => {
71903
71903
  readonly internalType: "uint256";
71904
71904
  }];
71905
71905
  readonly stateMutability: "view";
71906
- }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
71907
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
71906
+ }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [number, `0x${string}`]>;
71907
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
71908
71908
  readonly type: "function";
71909
71909
  readonly name: "batchGetRefTick";
71910
71910
  readonly inputs: readonly [{
@@ -72850,8 +72850,8 @@ declare const useLens: () => {
72850
72850
  readonly internalType: "uint256";
72851
72851
  }];
72852
72852
  readonly stateMutability: "view";
72853
- }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
72854
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
72853
+ }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
72854
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
72855
72855
  readonly type: "function";
72856
72856
  readonly name: "batchGetRefTick";
72857
72857
  readonly inputs: readonly [{
@@ -73797,11 +73797,11 @@ declare const useLens: () => {
73797
73797
  readonly internalType: "uint256";
73798
73798
  }];
73799
73799
  readonly stateMutability: "view";
73800
- }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
73800
+ }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
73801
73801
  dailyFundingRate: number;
73802
73802
  minFundingAmount: bigint;
73803
73803
  }>;
73804
- getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
73804
+ getTokenData: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
73805
73805
  readonly type: "function";
73806
73806
  readonly name: "batchGetRefTick";
73807
73807
  readonly inputs: readonly [{
@@ -74747,12 +74747,12 @@ declare const useLens: () => {
74747
74747
  readonly internalType: "uint256";
74748
74748
  }];
74749
74749
  readonly stateMutability: "view";
74750
- }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
74750
+ }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
74751
74751
  decimals: number;
74752
74752
  symbol: string;
74753
74753
  name: string;
74754
74754
  }>;
74755
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
74755
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
74756
74756
  readonly type: "function";
74757
74757
  readonly name: "batchGetRefTick";
74758
74758
  readonly inputs: readonly [{
@@ -75698,7 +75698,7 @@ declare const useLens: () => {
75698
75698
  readonly internalType: "uint256";
75699
75699
  }];
75700
75700
  readonly stateMutability: "view";
75701
- }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly {
75701
+ }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [readonly {
75702
75702
  optionId: bigint;
75703
75703
  owner: `0x${string}`;
75704
75704
  optionType: number;
@@ -75709,7 +75709,7 @@ declare const useLens: () => {
75709
75709
  expiresAt: number;
75710
75710
  liquidities: readonly bigint[];
75711
75711
  }[], bigint, boolean]>;
75712
- getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
75712
+ getVaultData: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
75713
75713
  readonly type: "function";
75714
75714
  readonly name: "batchGetRefTick";
75715
75715
  readonly inputs: readonly [{
@@ -76655,7 +76655,7 @@ declare const useLens: () => {
76655
76655
  readonly internalType: "uint256";
76656
76656
  }];
76657
76657
  readonly stateMutability: "view";
76658
- }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
76658
+ }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
76659
76659
  poolManager: `0x${string}`;
76660
76660
  poolKey: {
76661
76661
  currency0: `0x${string}`;
@@ -76666,7 +76666,7 @@ declare const useLens: () => {
76666
76666
  };
76667
76667
  poolId: `0x${string}`;
76668
76668
  }>;
76669
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
76669
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
76670
76670
  readonly type: "function";
76671
76671
  readonly name: "batchGetRefTick";
76672
76672
  readonly inputs: readonly [{
@@ -77612,7 +77612,7 @@ declare const useLens: () => {
77612
77612
  readonly internalType: "uint256";
77613
77613
  }];
77614
77614
  readonly stateMutability: "view";
77615
- }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
77615
+ }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
77616
77616
  };
77617
77617
  address: `0x${string}`;
77618
77618
  abi: readonly [{
@@ -78565,7 +78565,7 @@ declare const useLens: () => {
78565
78565
  } | undefined;
78566
78566
  stateView: {
78567
78567
  read: {
78568
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
78568
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
78569
78569
  readonly type: "function";
78570
78570
  readonly name: "getFeeGrowthGlobals";
78571
78571
  readonly inputs: readonly [{
@@ -79406,13 +79406,13 @@ declare const useLens: () => {
79406
79406
  fee: number;
79407
79407
  tickSpacing: number;
79408
79408
  hooks: `0x${string}`;
79409
- }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
79409
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
79410
79410
  currency0: `0x${string}`;
79411
79411
  currency1: `0x${string}`;
79412
79412
  fee: number;
79413
79413
  tickSpacing: number;
79414
79414
  hooks: `0x${string}`;
79415
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
79415
+ }], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
79416
79416
  readonly type: "function";
79417
79417
  readonly name: "getFeeGrowthGlobals";
79418
79418
  readonly inputs: readonly [{
@@ -80253,8 +80253,8 @@ declare const useLens: () => {
80253
80253
  fee: number;
80254
80254
  tickSpacing: number;
80255
80255
  hooks: `0x${string}`;
80256
- }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
80257
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
80256
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
80257
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
80258
80258
  readonly type: "function";
80259
80259
  readonly name: "getFeeGrowthGlobals";
80260
80260
  readonly inputs: readonly [{
@@ -81095,13 +81095,13 @@ declare const useLens: () => {
81095
81095
  fee: number;
81096
81096
  tickSpacing: number;
81097
81097
  hooks: `0x${string}`;
81098
- }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
81098
+ }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
81099
81099
  currency0: `0x${string}`;
81100
81100
  currency1: `0x${string}`;
81101
81101
  fee: number;
81102
81102
  tickSpacing: number;
81103
81103
  hooks: `0x${string}`;
81104
- }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
81104
+ }, number, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
81105
81105
  readonly type: "function";
81106
81106
  readonly name: "getFeeGrowthGlobals";
81107
81107
  readonly inputs: readonly [{
@@ -81942,8 +81942,8 @@ declare const useLens: () => {
81942
81942
  fee: number;
81943
81943
  tickSpacing: number;
81944
81944
  hooks: `0x${string}`;
81945
- }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
81946
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
81945
+ }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
81946
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
81947
81947
  readonly type: "function";
81948
81948
  readonly name: "getFeeGrowthGlobals";
81949
81949
  readonly inputs: readonly [{
@@ -82784,13 +82784,13 @@ declare const useLens: () => {
82784
82784
  fee: number;
82785
82785
  tickSpacing: number;
82786
82786
  hooks: `0x${string}`;
82787
- }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
82787
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
82788
82788
  currency0: `0x${string}`;
82789
82789
  currency1: `0x${string}`;
82790
82790
  fee: number;
82791
82791
  tickSpacing: number;
82792
82792
  hooks: `0x${string}`;
82793
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
82793
+ }], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
82794
82794
  readonly type: "function";
82795
82795
  readonly name: "getFeeGrowthGlobals";
82796
82796
  readonly inputs: readonly [{
@@ -83631,8 +83631,8 @@ declare const useLens: () => {
83631
83631
  fee: number;
83632
83632
  tickSpacing: number;
83633
83633
  hooks: `0x${string}`;
83634
- }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
83635
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
83634
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
83635
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
83636
83636
  readonly type: "function";
83637
83637
  readonly name: "getFeeGrowthGlobals";
83638
83638
  readonly inputs: readonly [{
@@ -84479,7 +84479,7 @@ declare const useLens: () => {
84479
84479
  fee: number;
84480
84480
  tickSpacing: number;
84481
84481
  hooks: `0x${string}`;
84482
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
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?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
84483
84483
  readonly type: "function";
84484
84484
  readonly name: "getFeeGrowthGlobals";
84485
84485
  readonly inputs: readonly [{
@@ -85326,13 +85326,13 @@ declare const useLens: () => {
85326
85326
  fee: number;
85327
85327
  tickSpacing: number;
85328
85328
  hooks: `0x${string}`;
85329
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
85329
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
85330
85330
  currency0: `0x${string}`;
85331
85331
  currency1: `0x${string}`;
85332
85332
  fee: number;
85333
85333
  tickSpacing: number;
85334
85334
  hooks: `0x${string}`;
85335
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
85335
+ }, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
85336
85336
  readonly type: "function";
85337
85337
  readonly name: "getFeeGrowthGlobals";
85338
85338
  readonly inputs: readonly [{
@@ -86179,13 +86179,13 @@ declare const useLens: () => {
86179
86179
  fee: number;
86180
86180
  tickSpacing: number;
86181
86181
  hooks: `0x${string}`;
86182
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
86182
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
86183
86183
  currency0: `0x${string}`;
86184
86184
  currency1: `0x${string}`;
86185
86185
  fee: number;
86186
86186
  tickSpacing: number;
86187
86187
  hooks: `0x${string}`;
86188
- }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
86188
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
86189
86189
  readonly type: "function";
86190
86190
  readonly name: "getFeeGrowthGlobals";
86191
86191
  readonly inputs: readonly [{
@@ -87032,8 +87032,8 @@ declare const useLens: () => {
87032
87032
  fee: number;
87033
87033
  tickSpacing: number;
87034
87034
  hooks: `0x${string}`;
87035
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
87036
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
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?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
87037
87037
  readonly type: "function";
87038
87038
  readonly name: "getFeeGrowthGlobals";
87039
87039
  readonly inputs: readonly [{
@@ -87874,13 +87874,13 @@ declare const useLens: () => {
87874
87874
  fee: number;
87875
87875
  tickSpacing: number;
87876
87876
  hooks: `0x${string}`;
87877
- }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
87877
+ }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
87878
87878
  currency0: `0x${string}`;
87879
87879
  currency1: `0x${string}`;
87880
87880
  fee: number;
87881
87881
  tickSpacing: number;
87882
87882
  hooks: `0x${string}`;
87883
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
87883
+ }, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
87884
87884
  readonly type: "function";
87885
87885
  readonly name: "getFeeGrowthGlobals";
87886
87886
  readonly inputs: readonly [{
@@ -88721,14 +88721,14 @@ declare const useLens: () => {
88721
88721
  fee: number;
88722
88722
  tickSpacing: number;
88723
88723
  hooks: `0x${string}`;
88724
- }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
88724
+ }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
88725
88725
  getSlot0: (args: readonly [`0x${string}`, {
88726
88726
  currency0: `0x${string}`;
88727
88727
  currency1: `0x${string}`;
88728
88728
  fee: number;
88729
88729
  tickSpacing: number;
88730
88730
  hooks: `0x${string}`;
88731
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
88731
+ }], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
88732
88732
  readonly type: "function";
88733
88733
  readonly name: "getFeeGrowthGlobals";
88734
88734
  readonly inputs: readonly [{
@@ -89569,8 +89569,8 @@ declare const useLens: () => {
89569
89569
  fee: number;
89570
89570
  tickSpacing: number;
89571
89571
  hooks: `0x${string}`;
89572
- }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89573
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
89572
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89573
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
89574
89574
  readonly type: "function";
89575
89575
  readonly name: "getFeeGrowthGlobals";
89576
89576
  readonly inputs: readonly [{
@@ -90405,8 +90405,8 @@ declare const useLens: () => {
90405
90405
  readonly internalType: "int128";
90406
90406
  }];
90407
90407
  readonly stateMutability: "view";
90408
- }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | 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 [{
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?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
90410
90410
  readonly type: "function";
90411
90411
  readonly name: "getFeeGrowthGlobals";
90412
90412
  readonly inputs: readonly [{
@@ -91247,13 +91247,13 @@ declare const useLens: () => {
91247
91247
  fee: number;
91248
91248
  tickSpacing: number;
91249
91249
  hooks: `0x${string}`;
91250
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
91250
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
91251
91251
  currency0: `0x${string}`;
91252
91252
  currency1: `0x${string}`;
91253
91253
  fee: number;
91254
91254
  tickSpacing: number;
91255
91255
  hooks: `0x${string}`;
91256
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
91256
+ }, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
91257
91257
  readonly type: "function";
91258
91258
  readonly name: "getFeeGrowthGlobals";
91259
91259
  readonly inputs: readonly [{
@@ -92094,8 +92094,8 @@ declare const useLens: () => {
92094
92094
  fee: number;
92095
92095
  tickSpacing: number;
92096
92096
  hooks: `0x${string}`;
92097
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
92098
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
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?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
92099
92099
  readonly type: "function";
92100
92100
  readonly name: "getFeeGrowthGlobals";
92101
92101
  readonly inputs: readonly [{
@@ -92936,13 +92936,13 @@ declare const useLens: () => {
92936
92936
  fee: number;
92937
92937
  tickSpacing: number;
92938
92938
  hooks: `0x${string}`;
92939
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
92939
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
92940
92940
  currency0: `0x${string}`;
92941
92941
  currency1: `0x${string}`;
92942
92942
  fee: number;
92943
92943
  tickSpacing: number;
92944
92944
  hooks: `0x${string}`;
92945
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
92945
+ }, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
92946
92946
  readonly type: "function";
92947
92947
  readonly name: "getFeeGrowthGlobals";
92948
92948
  readonly inputs: readonly [{
@@ -93783,8 +93783,8 @@ declare const useLens: () => {
93783
93783
  fee: number;
93784
93784
  tickSpacing: number;
93785
93785
  hooks: `0x${string}`;
93786
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
93787
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
93786
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
93787
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
93788
93788
  readonly type: "function";
93789
93789
  readonly name: "getFeeGrowthGlobals";
93790
93790
  readonly inputs: readonly [{
@@ -94625,13 +94625,13 @@ declare const useLens: () => {
94625
94625
  fee: number;
94626
94626
  tickSpacing: number;
94627
94627
  hooks: `0x${string}`;
94628
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
94628
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
94629
94629
  currency0: `0x${string}`;
94630
94630
  currency1: `0x${string}`;
94631
94631
  fee: number;
94632
94632
  tickSpacing: number;
94633
94633
  hooks: `0x${string}`;
94634
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
94634
+ }, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
94635
94635
  readonly type: "function";
94636
94636
  readonly name: "getFeeGrowthGlobals";
94637
94637
  readonly inputs: readonly [{
@@ -95472,8 +95472,8 @@ declare const useLens: () => {
95472
95472
  fee: number;
95473
95473
  tickSpacing: number;
95474
95474
  hooks: `0x${string}`;
95475
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
95476
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
95475
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
95476
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
95477
95477
  readonly type: "function";
95478
95478
  readonly name: "getFeeGrowthGlobals";
95479
95479
  readonly inputs: readonly [{
@@ -96314,13 +96314,13 @@ declare const useLens: () => {
96314
96314
  fee: number;
96315
96315
  tickSpacing: number;
96316
96316
  hooks: `0x${string}`;
96317
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
96317
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
96318
96318
  currency0: `0x${string}`;
96319
96319
  currency1: `0x${string}`;
96320
96320
  fee: number;
96321
96321
  tickSpacing: number;
96322
96322
  hooks: `0x${string}`;
96323
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
96323
+ }, number], options?: viem356.Prettify<viem356.UnionOmit<viem356.ReadContractParameters<readonly [{
96324
96324
  readonly type: "function";
96325
96325
  readonly name: "getFeeGrowthGlobals";
96326
96326
  readonly inputs: readonly [{
@@ -97161,7 +97161,7 @@ declare const useLens: () => {
97161
97161
  fee: number;
97162
97162
  tickSpacing: number;
97163
97163
  hooks: `0x${string}`;
97164
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
97164
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
97165
97165
  };
97166
97166
  address: `0x${string}`;
97167
97167
  abi: readonly [{
@@ -98004,4 +98004,4 @@ declare const useLens: () => {
98004
98004
  };
98005
98005
  //#endregion
98006
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-PzQKkikV.d.ts.map
98007
+ //# sourceMappingURL=client-3oF5mDiF.d.ts.map