timelock-sdk 0.0.179 → 0.0.181

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-2HZ-p_dl.js";
2
- import * as viem416 from "viem";
2
+ import * as viem0 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";
@@ -247,7 +247,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
247
247
  };
248
248
  declare const getErc20: (address: Address, client: Client) => {
249
249
  read: {
250
- symbol: (options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
250
+ symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
251
251
  readonly type: "constructor";
252
252
  readonly inputs: readonly [{
253
253
  readonly name: "name_";
@@ -426,7 +426,7 @@ declare const getErc20: (address: Address, client: Client) => {
426
426
  }];
427
427
  readonly stateMutability: "nonpayable";
428
428
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
429
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
429
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
430
430
  readonly type: "constructor";
431
431
  readonly inputs: readonly [{
432
432
  readonly name: "name_";
@@ -605,7 +605,7 @@ declare const getErc20: (address: Address, client: Client) => {
605
605
  }];
606
606
  readonly stateMutability: "nonpayable";
607
607
  }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
608
- balanceOf: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
608
+ balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
609
609
  readonly type: "constructor";
610
610
  readonly inputs: readonly [{
611
611
  readonly name: "name_";
@@ -784,7 +784,7 @@ declare const getErc20: (address: Address, client: Client) => {
784
784
  }];
785
785
  readonly stateMutability: "nonpayable";
786
786
  }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
787
- decimals: (options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
787
+ decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
788
788
  readonly type: "constructor";
789
789
  readonly inputs: readonly [{
790
790
  readonly name: "name_";
@@ -963,7 +963,7 @@ declare const getErc20: (address: Address, client: Client) => {
963
963
  }];
964
964
  readonly stateMutability: "nonpayable";
965
965
  }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
966
- name: (options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
966
+ name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
967
967
  readonly type: "constructor";
968
968
  readonly inputs: readonly [{
969
969
  readonly name: "name_";
@@ -1142,7 +1142,7 @@ declare const getErc20: (address: Address, client: Client) => {
1142
1142
  }];
1143
1143
  readonly stateMutability: "nonpayable";
1144
1144
  }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1145
- totalSupply: (options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
1145
+ totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1146
1146
  readonly type: "constructor";
1147
1147
  readonly inputs: readonly [{
1148
1148
  readonly name: "name_";
@@ -1323,7 +1323,7 @@ declare const getErc20: (address: Address, client: Client) => {
1323
1323
  }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1324
1324
  };
1325
1325
  estimateGas: {
1326
- approve: (args: readonly [`0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
1326
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1327
1327
  readonly type: "constructor";
1328
1328
  readonly inputs: readonly [{
1329
1329
  readonly name: "name_";
@@ -1501,8 +1501,8 @@ declare const getErc20: (address: Address, client: Client) => {
1501
1501
  readonly internalType: "bool";
1502
1502
  }];
1503
1503
  readonly stateMutability: "nonpayable";
1504
- }], "approve", readonly [`0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
1505
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
1504
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1505
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1506
1506
  readonly type: "constructor";
1507
1507
  readonly inputs: readonly [{
1508
1508
  readonly name: "name_";
@@ -1680,8 +1680,8 @@ declare const getErc20: (address: Address, client: Client) => {
1680
1680
  readonly internalType: "bool";
1681
1681
  }];
1682
1682
  readonly stateMutability: "nonpayable";
1683
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
1684
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
1683
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1684
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1685
1685
  readonly type: "constructor";
1686
1686
  readonly inputs: readonly [{
1687
1687
  readonly name: "name_";
@@ -1859,8 +1859,8 @@ declare const getErc20: (address: Address, client: Client) => {
1859
1859
  readonly internalType: "bool";
1860
1860
  }];
1861
1861
  readonly stateMutability: "nonpayable";
1862
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
1863
- transfer: (args: readonly [`0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
1862
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1863
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1864
1864
  readonly type: "constructor";
1865
1865
  readonly inputs: readonly [{
1866
1866
  readonly name: "name_";
@@ -2038,8 +2038,8 @@ declare const getErc20: (address: Address, client: Client) => {
2038
2038
  readonly internalType: "bool";
2039
2039
  }];
2040
2040
  readonly stateMutability: "nonpayable";
2041
- }], "transfer", readonly [`0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
2042
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
2041
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2042
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2043
2043
  readonly type: "constructor";
2044
2044
  readonly inputs: readonly [{
2045
2045
  readonly name: "name_";
@@ -2217,9 +2217,9 @@ declare const getErc20: (address: Address, client: Client) => {
2217
2217
  readonly internalType: "bool";
2218
2218
  }];
2219
2219
  readonly stateMutability: "nonpayable";
2220
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
2220
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2221
2221
  } & {
2222
- approve: (args: readonly [`0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
2222
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2223
2223
  readonly type: "constructor";
2224
2224
  readonly inputs: readonly [{
2225
2225
  readonly name: "name_";
@@ -2397,8 +2397,8 @@ declare const getErc20: (address: Address, client: Client) => {
2397
2397
  readonly internalType: "bool";
2398
2398
  }];
2399
2399
  readonly stateMutability: "nonpayable";
2400
- }], "approve", readonly [`0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
2401
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
2400
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2401
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2402
2402
  readonly type: "constructor";
2403
2403
  readonly inputs: readonly [{
2404
2404
  readonly name: "name_";
@@ -2576,8 +2576,8 @@ declare const getErc20: (address: Address, client: Client) => {
2576
2576
  readonly internalType: "bool";
2577
2577
  }];
2578
2578
  readonly stateMutability: "nonpayable";
2579
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
2580
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
2579
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2580
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2581
2581
  readonly type: "constructor";
2582
2582
  readonly inputs: readonly [{
2583
2583
  readonly name: "name_";
@@ -2755,8 +2755,8 @@ declare const getErc20: (address: Address, client: Client) => {
2755
2755
  readonly internalType: "bool";
2756
2756
  }];
2757
2757
  readonly stateMutability: "nonpayable";
2758
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
2759
- transfer: (args: readonly [`0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
2758
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2759
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2760
2760
  readonly type: "constructor";
2761
2761
  readonly inputs: readonly [{
2762
2762
  readonly name: "name_";
@@ -2934,8 +2934,8 @@ declare const getErc20: (address: Address, client: Client) => {
2934
2934
  readonly internalType: "bool";
2935
2935
  }];
2936
2936
  readonly stateMutability: "nonpayable";
2937
- }], "transfer", readonly [`0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
2938
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem416.Prettify<viem416.UnionOmit<viem416.EstimateContractGasParameters<readonly [{
2937
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2938
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2939
2939
  readonly type: "constructor";
2940
2940
  readonly inputs: readonly [{
2941
2941
  readonly name: "name_";
@@ -3113,10 +3113,10 @@ declare const getErc20: (address: Address, client: Client) => {
3113
3113
  readonly internalType: "bool";
3114
3114
  }];
3115
3115
  readonly stateMutability: "nonpayable";
3116
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem416.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem416.EstimateContractGasReturnType>;
3116
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3117
3117
  };
3118
3118
  simulate: {
3119
- approve: <chainOverride extends viem416.Chain | undefined = undefined, accountOverride extends viem416.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem416.SimulateContractParameters<readonly [{
3119
+ approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3120
3120
  readonly type: "constructor";
3121
3121
  readonly inputs: readonly [{
3122
3122
  readonly name: "name_";
@@ -3294,7 +3294,7 @@ declare const getErc20: (address: Address, client: Client) => {
3294
3294
  readonly internalType: "bool";
3295
3295
  }];
3296
3296
  readonly stateMutability: "nonpayable";
3297
- }], "approve", readonly [`0x${string}`, bigint], viem416.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem416.SimulateContractReturnType<readonly [{
3297
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3298
3298
  readonly type: "constructor";
3299
3299
  readonly inputs: readonly [{
3300
3300
  readonly name: "name_";
@@ -3472,8 +3472,8 @@ declare const getErc20: (address: Address, client: Client) => {
3472
3472
  readonly internalType: "bool";
3473
3473
  }];
3474
3474
  readonly stateMutability: "nonpayable";
3475
- }], "approve", readonly [`0x${string}`, bigint], viem416.Chain | undefined, viem416.Account | undefined, chainOverride, accountOverride>>;
3476
- decreaseAllowance: <chainOverride extends viem416.Chain | undefined = undefined, accountOverride extends viem416.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem416.SimulateContractParameters<readonly [{
3475
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3476
+ transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3477
3477
  readonly type: "constructor";
3478
3478
  readonly inputs: readonly [{
3479
3479
  readonly name: "name_";
@@ -3651,7 +3651,7 @@ declare const getErc20: (address: Address, client: Client) => {
3651
3651
  readonly internalType: "bool";
3652
3652
  }];
3653
3653
  readonly stateMutability: "nonpayable";
3654
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem416.SimulateContractReturnType<readonly [{
3654
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3655
3655
  readonly type: "constructor";
3656
3656
  readonly inputs: readonly [{
3657
3657
  readonly name: "name_";
@@ -3829,8 +3829,8 @@ declare const getErc20: (address: Address, client: Client) => {
3829
3829
  readonly internalType: "bool";
3830
3830
  }];
3831
3831
  readonly stateMutability: "nonpayable";
3832
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined, viem416.Account | undefined, chainOverride, accountOverride>>;
3833
- increaseAllowance: <chainOverride extends viem416.Chain | undefined = undefined, accountOverride extends viem416.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem416.SimulateContractParameters<readonly [{
3832
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3833
+ transferFrom: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3834
3834
  readonly type: "constructor";
3835
3835
  readonly inputs: readonly [{
3836
3836
  readonly name: "name_";
@@ -4008,7 +4008,7 @@ declare const getErc20: (address: Address, client: Client) => {
4008
4008
  readonly internalType: "bool";
4009
4009
  }];
4010
4010
  readonly stateMutability: "nonpayable";
4011
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem416.SimulateContractReturnType<readonly [{
4011
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4012
4012
  readonly type: "constructor";
4013
4013
  readonly inputs: readonly [{
4014
4014
  readonly name: "name_";
@@ -4186,8 +4186,8 @@ declare const getErc20: (address: Address, client: Client) => {
4186
4186
  readonly internalType: "bool";
4187
4187
  }];
4188
4188
  readonly stateMutability: "nonpayable";
4189
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined, viem416.Account | undefined, chainOverride, accountOverride>>;
4190
- transfer: <chainOverride extends viem416.Chain | undefined = undefined, accountOverride extends viem416.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem416.SimulateContractParameters<readonly [{
4189
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4190
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4191
4191
  readonly type: "constructor";
4192
4192
  readonly inputs: readonly [{
4193
4193
  readonly name: "name_";
@@ -4365,7 +4365,7 @@ declare const getErc20: (address: Address, client: Client) => {
4365
4365
  readonly internalType: "bool";
4366
4366
  }];
4367
4367
  readonly stateMutability: "nonpayable";
4368
- }], "transfer", readonly [`0x${string}`, bigint], viem416.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem416.SimulateContractReturnType<readonly [{
4368
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4369
4369
  readonly type: "constructor";
4370
4370
  readonly inputs: readonly [{
4371
4371
  readonly name: "name_";
@@ -4543,8 +4543,8 @@ declare const getErc20: (address: Address, client: Client) => {
4543
4543
  readonly internalType: "bool";
4544
4544
  }];
4545
4545
  readonly stateMutability: "nonpayable";
4546
- }], "transfer", readonly [`0x${string}`, bigint], viem416.Chain | undefined, viem416.Account | undefined, chainOverride, accountOverride>>;
4547
- transferFrom: <chainOverride extends viem416.Chain | undefined = undefined, accountOverride extends viem416.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem416.SimulateContractParameters<readonly [{
4546
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4547
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4548
4548
  readonly type: "constructor";
4549
4549
  readonly inputs: readonly [{
4550
4550
  readonly name: "name_";
@@ -4722,7 +4722,7 @@ declare const getErc20: (address: Address, client: Client) => {
4722
4722
  readonly internalType: "bool";
4723
4723
  }];
4724
4724
  readonly stateMutability: "nonpayable";
4725
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem416.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem416.SimulateContractReturnType<readonly [{
4725
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4726
4726
  readonly type: "constructor";
4727
4727
  readonly inputs: readonly [{
4728
4728
  readonly name: "name_";
@@ -4900,10 +4900,10 @@ declare const getErc20: (address: Address, client: Client) => {
4900
4900
  readonly internalType: "bool";
4901
4901
  }];
4902
4902
  readonly stateMutability: "nonpayable";
4903
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem416.Chain | undefined, viem416.Account | undefined, chainOverride, accountOverride>>;
4903
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4904
4904
  };
4905
4905
  write: {
4906
- approve: <chainOverride extends viem416.Chain | undefined, options extends (viem416.UnionOmit<viem416.WriteContractParameters<readonly [{
4906
+ approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4907
4907
  readonly type: "constructor";
4908
4908
  readonly inputs: readonly [{
4909
4909
  readonly name: "name_";
@@ -5081,8 +5081,8 @@ declare const getErc20: (address: Address, client: Client) => {
5081
5081
  readonly internalType: "bool";
5082
5082
  }];
5083
5083
  readonly stateMutability: "nonpayable";
5084
- }], "approve", readonly [`0x${string}`, bigint], viem416.Chain | undefined, viem416.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<viem416.WriteContractReturnType>;
5085
- decreaseAllowance: <chainOverride extends viem416.Chain | undefined, options extends (viem416.UnionOmit<viem416.WriteContractParameters<readonly [{
5084
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5085
+ transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5086
5086
  readonly type: "constructor";
5087
5087
  readonly inputs: readonly [{
5088
5088
  readonly name: "name_";
@@ -5260,8 +5260,8 @@ declare const getErc20: (address: Address, client: Client) => {
5260
5260
  readonly internalType: "bool";
5261
5261
  }];
5262
5262
  readonly stateMutability: "nonpayable";
5263
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined, viem416.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<viem416.WriteContractReturnType>;
5264
- increaseAllowance: <chainOverride extends viem416.Chain | undefined, options extends (viem416.UnionOmit<viem416.WriteContractParameters<readonly [{
5263
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5264
+ transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5265
5265
  readonly type: "constructor";
5266
5266
  readonly inputs: readonly [{
5267
5267
  readonly name: "name_";
@@ -5439,8 +5439,8 @@ declare const getErc20: (address: Address, client: Client) => {
5439
5439
  readonly internalType: "bool";
5440
5440
  }];
5441
5441
  readonly stateMutability: "nonpayable";
5442
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem416.Chain | undefined, viem416.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<viem416.WriteContractReturnType>;
5443
- transfer: <chainOverride extends viem416.Chain | undefined, options extends (viem416.UnionOmit<viem416.WriteContractParameters<readonly [{
5442
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5443
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5444
5444
  readonly type: "constructor";
5445
5445
  readonly inputs: readonly [{
5446
5446
  readonly name: "name_";
@@ -5618,8 +5618,8 @@ declare const getErc20: (address: Address, client: Client) => {
5618
5618
  readonly internalType: "bool";
5619
5619
  }];
5620
5620
  readonly stateMutability: "nonpayable";
5621
- }], "transfer", readonly [`0x${string}`, bigint], viem416.Chain | undefined, viem416.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<viem416.WriteContractReturnType>;
5622
- transferFrom: <chainOverride extends viem416.Chain | undefined, options extends (viem416.UnionOmit<viem416.WriteContractParameters<readonly [{
5621
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5622
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5623
5623
  readonly type: "constructor";
5624
5624
  readonly inputs: readonly [{
5625
5625
  readonly name: "name_";
@@ -5797,7 +5797,7 @@ declare const getErc20: (address: Address, client: Client) => {
5797
5797
  readonly internalType: "bool";
5798
5798
  }];
5799
5799
  readonly stateMutability: "nonpayable";
5800
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem416.Chain | undefined, viem416.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<viem416.WriteContractReturnType>;
5800
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5801
5801
  };
5802
5802
  address: `0x${string}`;
5803
5803
  abi: readonly [{
@@ -5983,7 +5983,7 @@ declare const getErc20: (address: Address, client: Client) => {
5983
5983
  declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
5984
5984
  declare const getStateView: (client: PublicClient, address?: Address) => Promise<{
5985
5985
  read: {
5986
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
5986
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
5987
5987
  readonly type: "function";
5988
5988
  readonly name: "getFeeGrowthGlobals";
5989
5989
  readonly inputs: readonly [{
@@ -6830,7 +6830,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
6830
6830
  fee: number;
6831
6831
  tickSpacing: number;
6832
6832
  hooks: `0x${string}`;
6833
- }], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
6833
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6834
6834
  readonly type: "function";
6835
6835
  readonly name: "getFeeGrowthGlobals";
6836
6836
  readonly inputs: readonly [{
@@ -7672,7 +7672,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
7672
7672
  tickSpacing: number;
7673
7673
  hooks: `0x${string}`;
7674
7674
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
7675
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
7675
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7676
7676
  readonly type: "function";
7677
7677
  readonly name: "getFeeGrowthGlobals";
7678
7678
  readonly inputs: readonly [{
@@ -8519,7 +8519,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
8519
8519
  fee: number;
8520
8520
  tickSpacing: number;
8521
8521
  hooks: `0x${string}`;
8522
- }, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
8522
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8523
8523
  readonly type: "function";
8524
8524
  readonly name: "getFeeGrowthGlobals";
8525
8525
  readonly inputs: readonly [{
@@ -9361,7 +9361,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
9361
9361
  tickSpacing: number;
9362
9362
  hooks: `0x${string}`;
9363
9363
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
9364
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
9364
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9365
9365
  readonly type: "function";
9366
9366
  readonly name: "getFeeGrowthGlobals";
9367
9367
  readonly inputs: readonly [{
@@ -10208,7 +10208,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
10208
10208
  fee: number;
10209
10209
  tickSpacing: number;
10210
10210
  hooks: `0x${string}`;
10211
- }], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
10211
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10212
10212
  readonly type: "function";
10213
10213
  readonly name: "getFeeGrowthGlobals";
10214
10214
  readonly inputs: readonly [{
@@ -11050,7 +11050,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11050
11050
  tickSpacing: number;
11051
11051
  hooks: `0x${string}`;
11052
11052
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
11053
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
11053
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11054
11054
  readonly type: "function";
11055
11055
  readonly name: "getFeeGrowthGlobals";
11056
11056
  readonly inputs: readonly [{
@@ -11897,7 +11897,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11897
11897
  fee: number;
11898
11898
  tickSpacing: number;
11899
11899
  hooks: `0x${string}`;
11900
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
11900
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11901
11901
  readonly type: "function";
11902
11902
  readonly name: "getFeeGrowthGlobals";
11903
11903
  readonly inputs: readonly [{
@@ -12750,7 +12750,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
12750
12750
  fee: number;
12751
12751
  tickSpacing: number;
12752
12752
  hooks: `0x${string}`;
12753
- }, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
12753
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12754
12754
  readonly type: "function";
12755
12755
  readonly name: "getFeeGrowthGlobals";
12756
12756
  readonly inputs: readonly [{
@@ -13603,7 +13603,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
13603
13603
  fee: number;
13604
13604
  tickSpacing: number;
13605
13605
  hooks: `0x${string}`;
13606
- }, `0x${string}`, number, number, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
13606
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13607
13607
  readonly type: "function";
13608
13608
  readonly name: "getFeeGrowthGlobals";
13609
13609
  readonly inputs: readonly [{
@@ -14451,7 +14451,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
14451
14451
  tickSpacing: number;
14452
14452
  hooks: `0x${string}`;
14453
14453
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
14454
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
14454
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14455
14455
  readonly type: "function";
14456
14456
  readonly name: "getFeeGrowthGlobals";
14457
14457
  readonly inputs: readonly [{
@@ -15298,7 +15298,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
15298
15298
  fee: number;
15299
15299
  tickSpacing: number;
15300
15300
  hooks: `0x${string}`;
15301
- }, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
15301
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15302
15302
  readonly type: "function";
15303
15303
  readonly name: "getFeeGrowthGlobals";
15304
15304
  readonly inputs: readonly [{
@@ -16146,7 +16146,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16146
16146
  fee: number;
16147
16147
  tickSpacing: number;
16148
16148
  hooks: `0x${string}`;
16149
- }], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
16149
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16150
16150
  readonly type: "function";
16151
16151
  readonly name: "getFeeGrowthGlobals";
16152
16152
  readonly inputs: readonly [{
@@ -16988,7 +16988,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16988
16988
  tickSpacing: number;
16989
16989
  hooks: `0x${string}`;
16990
16990
  }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16991
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
16991
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16992
16992
  readonly type: "function";
16993
16993
  readonly name: "getFeeGrowthGlobals";
16994
16994
  readonly inputs: readonly [{
@@ -17824,7 +17824,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
17824
17824
  }];
17825
17825
  readonly stateMutability: "view";
17826
17826
  }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17827
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
17827
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17828
17828
  readonly type: "function";
17829
17829
  readonly name: "getFeeGrowthGlobals";
17830
17830
  readonly inputs: readonly [{
@@ -18671,7 +18671,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
18671
18671
  fee: number;
18672
18672
  tickSpacing: number;
18673
18673
  hooks: `0x${string}`;
18674
- }, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
18674
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18675
18675
  readonly type: "function";
18676
18676
  readonly name: "getFeeGrowthGlobals";
18677
18677
  readonly inputs: readonly [{
@@ -19513,7 +19513,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
19513
19513
  tickSpacing: number;
19514
19514
  hooks: `0x${string}`;
19515
19515
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
19516
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
19516
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19517
19517
  readonly type: "function";
19518
19518
  readonly name: "getFeeGrowthGlobals";
19519
19519
  readonly inputs: readonly [{
@@ -20360,7 +20360,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
20360
20360
  fee: number;
20361
20361
  tickSpacing: number;
20362
20362
  hooks: `0x${string}`;
20363
- }, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
20363
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20364
20364
  readonly type: "function";
20365
20365
  readonly name: "getFeeGrowthGlobals";
20366
20366
  readonly inputs: readonly [{
@@ -21202,7 +21202,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
21202
21202
  tickSpacing: number;
21203
21203
  hooks: `0x${string}`;
21204
21204
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
21205
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
21205
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21206
21206
  readonly type: "function";
21207
21207
  readonly name: "getFeeGrowthGlobals";
21208
21208
  readonly inputs: readonly [{
@@ -22049,7 +22049,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22049
22049
  fee: number;
22050
22050
  tickSpacing: number;
22051
22051
  hooks: `0x${string}`;
22052
- }, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
22052
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22053
22053
  readonly type: "function";
22054
22054
  readonly name: "getFeeGrowthGlobals";
22055
22055
  readonly inputs: readonly [{
@@ -22891,7 +22891,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22891
22891
  tickSpacing: number;
22892
22892
  hooks: `0x${string}`;
22893
22893
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
22894
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
22894
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22895
22895
  readonly type: "function";
22896
22896
  readonly name: "getFeeGrowthGlobals";
22897
22897
  readonly inputs: readonly [{
@@ -23738,7 +23738,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
23738
23738
  fee: number;
23739
23739
  tickSpacing: number;
23740
23740
  hooks: `0x${string}`;
23741
- }, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
23741
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23742
23742
  readonly type: "function";
23743
23743
  readonly name: "getFeeGrowthGlobals";
23744
23744
  readonly inputs: readonly [{
@@ -25421,7 +25421,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
25421
25421
  }>;
25422
25422
  declare const getTimelockLens: (client: PublicClient, address?: Address) => Promise<{
25423
25423
  read: {
25424
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
25424
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25425
25425
  readonly type: "function";
25426
25426
  readonly name: "batchGetRefTick";
25427
25427
  readonly inputs: readonly [{
@@ -26360,7 +26360,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
26360
26360
  }];
26361
26361
  readonly stateMutability: "view";
26362
26362
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26363
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
26363
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26364
26364
  readonly type: "function";
26365
26365
  readonly name: "batchGetRefTick";
26366
26366
  readonly inputs: readonly [{
@@ -27311,7 +27311,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27311
27311
  borrowedAmount0: bigint;
27312
27312
  borrowedAmount1: bigint;
27313
27313
  }[]>;
27314
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
27314
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27315
27315
  readonly type: "function";
27316
27316
  readonly name: "batchGetRefTick";
27317
27317
  readonly inputs: readonly [{
@@ -28260,7 +28260,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
28260
28260
  expiresAt: number;
28261
28261
  liquidities: readonly bigint[];
28262
28262
  }[]>;
28263
- getFeeRates: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
28263
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28264
28264
  readonly type: "function";
28265
28265
  readonly name: "batchGetRefTick";
28266
28266
  readonly inputs: readonly [{
@@ -29205,7 +29205,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
29205
29205
  minBaseFee: bigint;
29206
29206
  feeRecipient: `0x${string}`;
29207
29207
  }>;
29208
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
29208
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29209
29209
  readonly type: "function";
29210
29210
  readonly name: "batchGetRefTick";
29211
29211
  readonly inputs: readonly [{
@@ -30160,7 +30160,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
30160
30160
  senderIsAdmin: boolean;
30161
30161
  senderIsPauser: boolean;
30162
30162
  }>;
30163
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
30163
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30164
30164
  readonly type: "function";
30165
30165
  readonly name: "batchGetRefTick";
30166
30166
  readonly inputs: readonly [{
@@ -31099,7 +31099,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
31099
31099
  }];
31100
31100
  readonly stateMutability: "view";
31101
31101
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
31102
- getMarketData: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
31102
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31103
31103
  readonly type: "function";
31104
31104
  readonly name: "batchGetRefTick";
31105
31105
  readonly inputs: readonly [{
@@ -32058,7 +32058,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
32058
32058
  optionAssetName: string;
32059
32059
  payoutAssetName: string;
32060
32060
  }>;
32061
- getMarketState: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
32061
+ getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
32062
32062
  readonly type: "function";
32063
32063
  readonly name: "batchGetRefTick";
32064
32064
  readonly inputs: readonly [{
@@ -33002,7 +33002,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33002
33002
  feeStrategy: `0x${string}`;
33003
33003
  owner: `0x${string}`;
33004
33004
  }>;
33005
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
33005
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33006
33006
  readonly type: "function";
33007
33007
  readonly name: "batchGetRefTick";
33008
33008
  readonly inputs: readonly [{
@@ -33941,7 +33941,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33941
33941
  }];
33942
33942
  readonly stateMutability: "view";
33943
33943
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
33944
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
33944
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33945
33945
  readonly type: "function";
33946
33946
  readonly name: "batchGetRefTick";
33947
33947
  readonly inputs: readonly [{
@@ -34880,7 +34880,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34880
34880
  }];
34881
34881
  readonly stateMutability: "view";
34882
34882
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
34883
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
34883
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34884
34884
  readonly type: "function";
34885
34885
  readonly name: "batchGetRefTick";
34886
34886
  readonly inputs: readonly [{
@@ -35819,7 +35819,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
35819
35819
  }];
35820
35820
  readonly stateMutability: "view";
35821
35821
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
35822
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
35822
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
35823
35823
  readonly type: "function";
35824
35824
  readonly name: "batchGetRefTick";
35825
35825
  readonly inputs: readonly [{
@@ -36758,7 +36758,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
36758
36758
  }];
36759
36759
  readonly stateMutability: "view";
36760
36760
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
36761
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
36761
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36762
36762
  readonly type: "function";
36763
36763
  readonly name: "batchGetRefTick";
36764
36764
  readonly inputs: readonly [{
@@ -37707,7 +37707,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
37707
37707
  expiresAt: number;
37708
37708
  liquidities: readonly bigint[];
37709
37709
  }>;
37710
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
37710
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
37711
37711
  readonly type: "function";
37712
37712
  readonly name: "batchGetRefTick";
37713
37713
  readonly inputs: readonly [{
@@ -38652,7 +38652,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
38652
38652
  minPremiumDailyRate: number;
38653
38653
  minPremiumAmount: bigint;
38654
38654
  }>;
38655
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
38655
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
38656
38656
  readonly type: "function";
38657
38657
  readonly name: "batchGetRefTick";
38658
38658
  readonly inputs: readonly [{
@@ -39607,7 +39607,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
39607
39607
  fee: number;
39608
39608
  tickSpacing: number;
39609
39609
  hooks: `0x${string}`;
39610
- }], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
39610
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39611
39611
  readonly type: "function";
39612
39612
  readonly name: "batchGetRefTick";
39613
39613
  readonly inputs: readonly [{
@@ -40563,7 +40563,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
40563
40563
  tickSpacing: number;
40564
40564
  fee: number;
40565
40565
  }>;
40566
- getPricingParams: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
40566
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
40567
40567
  readonly type: "function";
40568
40568
  readonly name: "batchGetRefTick";
40569
40569
  readonly inputs: readonly [{
@@ -41502,7 +41502,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
41502
41502
  }];
41503
41503
  readonly stateMutability: "view";
41504
41504
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41505
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
41505
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41506
41506
  readonly type: "function";
41507
41507
  readonly name: "batchGetRefTick";
41508
41508
  readonly inputs: readonly [{
@@ -42441,7 +42441,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
42441
42441
  }];
42442
42442
  readonly stateMutability: "view";
42443
42443
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
42444
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
42444
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42445
42445
  readonly type: "function";
42446
42446
  readonly name: "batchGetRefTick";
42447
42447
  readonly inputs: readonly [{
@@ -43383,7 +43383,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
43383
43383
  dailyFundingRate: number;
43384
43384
  minFundingAmount: bigint;
43385
43385
  }>;
43386
- getTokenData: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
43386
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43387
43387
  readonly type: "function";
43388
43388
  readonly name: "batchGetRefTick";
43389
43389
  readonly inputs: readonly [{
@@ -44326,7 +44326,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
44326
44326
  symbol: string;
44327
44327
  name: string;
44328
44328
  }>;
44329
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
44329
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44330
44330
  readonly type: "function";
44331
44331
  readonly name: "batchGetRefTick";
44332
44332
  readonly inputs: readonly [{
@@ -45275,7 +45275,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
45275
45275
  expiresAt: number;
45276
45276
  liquidities: readonly bigint[];
45277
45277
  }[], bigint, boolean]>;
45278
- getVaultData: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
45278
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45279
45279
  readonly type: "function";
45280
45280
  readonly name: "batchGetRefTick";
45281
45281
  readonly inputs: readonly [{
@@ -46224,7 +46224,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
46224
46224
  };
46225
46225
  owner: `0x${string}`;
46226
46226
  }>;
46227
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
46227
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46228
46228
  readonly type: "function";
46229
46229
  readonly name: "batchGetRefTick";
46230
46230
  readonly inputs: readonly [{
@@ -49184,7 +49184,7 @@ declare const formatUSD: (value: Big | string | number) => string;
49184
49184
  //#endregion
49185
49185
  //#region src/hooks/options/useMaxPositionSize.d.ts
49186
49186
  declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
49187
- error: viem416.ReadContractErrorType;
49187
+ error: viem0.ReadContractErrorType;
49188
49188
  isError: true;
49189
49189
  isPending: false;
49190
49190
  isLoading: false;
@@ -49196,7 +49196,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49196
49196
  dataUpdatedAt: number;
49197
49197
  errorUpdatedAt: number;
49198
49198
  failureCount: number;
49199
- failureReason: viem416.ReadContractErrorType | null;
49199
+ failureReason: viem0.ReadContractErrorType | null;
49200
49200
  errorUpdateCount: number;
49201
49201
  isFetched: boolean;
49202
49202
  isFetchedAfterMount: boolean;
@@ -49206,7 +49206,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49206
49206
  isRefetching: boolean;
49207
49207
  isStale: boolean;
49208
49208
  isEnabled: boolean;
49209
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem416.ReadContractErrorType>>;
49209
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49210
49210
  fetchStatus: _tanstack_query_core0.FetchStatus;
49211
49211
  promise: Promise<never>;
49212
49212
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49225,7 +49225,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49225
49225
  dataUpdatedAt: number;
49226
49226
  errorUpdatedAt: number;
49227
49227
  failureCount: number;
49228
- failureReason: viem416.ReadContractErrorType | null;
49228
+ failureReason: viem0.ReadContractErrorType | null;
49229
49229
  errorUpdateCount: number;
49230
49230
  isFetched: boolean;
49231
49231
  isFetchedAfterMount: boolean;
@@ -49235,14 +49235,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49235
49235
  isRefetching: boolean;
49236
49236
  isStale: boolean;
49237
49237
  isEnabled: boolean;
49238
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem416.ReadContractErrorType>>;
49238
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49239
49239
  fetchStatus: _tanstack_query_core0.FetchStatus;
49240
49240
  promise: Promise<never>;
49241
49241
  queryKey: _tanstack_query_core0.QueryKey;
49242
49242
  maxCallSize: Amount | undefined;
49243
49243
  maxPutSize: Amount | undefined;
49244
49244
  } | {
49245
- error: viem416.ReadContractErrorType;
49245
+ error: viem0.ReadContractErrorType;
49246
49246
  isError: true;
49247
49247
  isPending: false;
49248
49248
  isLoading: false;
@@ -49254,7 +49254,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49254
49254
  dataUpdatedAt: number;
49255
49255
  errorUpdatedAt: number;
49256
49256
  failureCount: number;
49257
- failureReason: viem416.ReadContractErrorType | null;
49257
+ failureReason: viem0.ReadContractErrorType | null;
49258
49258
  errorUpdateCount: number;
49259
49259
  isFetched: boolean;
49260
49260
  isFetchedAfterMount: boolean;
@@ -49264,7 +49264,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49264
49264
  isRefetching: boolean;
49265
49265
  isStale: boolean;
49266
49266
  isEnabled: boolean;
49267
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem416.ReadContractErrorType>>;
49267
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49268
49268
  fetchStatus: _tanstack_query_core0.FetchStatus;
49269
49269
  promise: Promise<never>;
49270
49270
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49283,7 +49283,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49283
49283
  dataUpdatedAt: number;
49284
49284
  errorUpdatedAt: number;
49285
49285
  failureCount: number;
49286
- failureReason: viem416.ReadContractErrorType | null;
49286
+ failureReason: viem0.ReadContractErrorType | null;
49287
49287
  errorUpdateCount: number;
49288
49288
  isFetched: boolean;
49289
49289
  isFetchedAfterMount: boolean;
@@ -49293,7 +49293,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49293
49293
  isRefetching: boolean;
49294
49294
  isStale: boolean;
49295
49295
  isEnabled: boolean;
49296
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem416.ReadContractErrorType>>;
49296
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49297
49297
  fetchStatus: _tanstack_query_core0.FetchStatus;
49298
49298
  promise: Promise<never>;
49299
49299
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49311,7 +49311,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49311
49311
  dataUpdatedAt: number;
49312
49312
  errorUpdatedAt: number;
49313
49313
  failureCount: number;
49314
- failureReason: viem416.ReadContractErrorType | null;
49314
+ failureReason: viem0.ReadContractErrorType | null;
49315
49315
  errorUpdateCount: number;
49316
49316
  isFetched: boolean;
49317
49317
  isFetchedAfterMount: boolean;
@@ -49322,7 +49322,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49322
49322
  isRefetching: boolean;
49323
49323
  isStale: boolean;
49324
49324
  isEnabled: boolean;
49325
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem416.ReadContractErrorType>>;
49325
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49326
49326
  fetchStatus: _tanstack_query_core0.FetchStatus;
49327
49327
  promise: Promise<never>;
49328
49328
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49341,7 +49341,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49341
49341
  dataUpdatedAt: number;
49342
49342
  errorUpdatedAt: number;
49343
49343
  failureCount: number;
49344
- failureReason: viem416.ReadContractErrorType | null;
49344
+ failureReason: viem0.ReadContractErrorType | null;
49345
49345
  errorUpdateCount: number;
49346
49346
  isFetched: boolean;
49347
49347
  isFetchedAfterMount: boolean;
@@ -49351,7 +49351,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49351
49351
  isRefetching: boolean;
49352
49352
  isStale: boolean;
49353
49353
  isEnabled: boolean;
49354
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem416.ReadContractErrorType>>;
49354
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49355
49355
  fetchStatus: _tanstack_query_core0.FetchStatus;
49356
49356
  promise: Promise<never>;
49357
49357
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49369,7 +49369,7 @@ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_reac
49369
49369
  }, unknown>;
49370
49370
  //#endregion
49371
49371
  //#region src/hooks/options/useUserOptions.d.ts
49372
- type OptionData = ReturnType<typeof useUserOptions>['data'][0];
49372
+ type OptionData = NonUndefinedGuard<ReturnType<typeof useUserOptions>['data']>[number];
49373
49373
  declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query0.UseQueryResult<{
49374
49374
  optionId: bigint;
49375
49375
  marketAddr: Address;
@@ -49590,7 +49590,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
49590
49590
  //#endregion
49591
49591
  //#region src/hooks/operators/useOperatorPerms.d.ts
49592
49592
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
49593
- error: viem416.ReadContractErrorType;
49593
+ error: viem0.ReadContractErrorType;
49594
49594
  isError: true;
49595
49595
  isPending: false;
49596
49596
  isLoading: false;
@@ -49602,7 +49602,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49602
49602
  dataUpdatedAt: number;
49603
49603
  errorUpdatedAt: number;
49604
49604
  failureCount: number;
49605
- failureReason: viem416.ReadContractErrorType | null;
49605
+ failureReason: viem0.ReadContractErrorType | null;
49606
49606
  errorUpdateCount: number;
49607
49607
  isFetched: boolean;
49608
49608
  isFetchedAfterMount: boolean;
@@ -49612,7 +49612,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49612
49612
  isRefetching: boolean;
49613
49613
  isStale: boolean;
49614
49614
  isEnabled: boolean;
49615
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem416.ReadContractErrorType>>;
49615
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49616
49616
  fetchStatus: _tanstack_query_core0.FetchStatus;
49617
49617
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49618
49618
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49637,7 +49637,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49637
49637
  dataUpdatedAt: number;
49638
49638
  errorUpdatedAt: number;
49639
49639
  failureCount: number;
49640
- failureReason: viem416.ReadContractErrorType | null;
49640
+ failureReason: viem0.ReadContractErrorType | null;
49641
49641
  errorUpdateCount: number;
49642
49642
  isFetched: boolean;
49643
49643
  isFetchedAfterMount: boolean;
@@ -49647,7 +49647,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49647
49647
  isRefetching: boolean;
49648
49648
  isStale: boolean;
49649
49649
  isEnabled: boolean;
49650
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem416.ReadContractErrorType>>;
49650
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49651
49651
  fetchStatus: _tanstack_query_core0.FetchStatus;
49652
49652
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49653
49653
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49660,7 +49660,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49660
49660
  effectiveApproval: bigint;
49661
49661
  };
49662
49662
  } | {
49663
- error: viem416.ReadContractErrorType;
49663
+ error: viem0.ReadContractErrorType;
49664
49664
  isError: true;
49665
49665
  isPending: false;
49666
49666
  isLoading: false;
@@ -49672,7 +49672,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49672
49672
  dataUpdatedAt: number;
49673
49673
  errorUpdatedAt: number;
49674
49674
  failureCount: number;
49675
- failureReason: viem416.ReadContractErrorType | null;
49675
+ failureReason: viem0.ReadContractErrorType | null;
49676
49676
  errorUpdateCount: number;
49677
49677
  isFetched: boolean;
49678
49678
  isFetchedAfterMount: boolean;
@@ -49682,7 +49682,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49682
49682
  isRefetching: boolean;
49683
49683
  isStale: boolean;
49684
49684
  isEnabled: boolean;
49685
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem416.ReadContractErrorType>>;
49685
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49686
49686
  fetchStatus: _tanstack_query_core0.FetchStatus;
49687
49687
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49688
49688
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49707,7 +49707,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49707
49707
  dataUpdatedAt: number;
49708
49708
  errorUpdatedAt: number;
49709
49709
  failureCount: number;
49710
- failureReason: viem416.ReadContractErrorType | null;
49710
+ failureReason: viem0.ReadContractErrorType | null;
49711
49711
  errorUpdateCount: number;
49712
49712
  isFetched: boolean;
49713
49713
  isFetchedAfterMount: boolean;
@@ -49717,7 +49717,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49717
49717
  isRefetching: boolean;
49718
49718
  isStale: boolean;
49719
49719
  isEnabled: boolean;
49720
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem416.ReadContractErrorType>>;
49720
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49721
49721
  fetchStatus: _tanstack_query_core0.FetchStatus;
49722
49722
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49723
49723
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49741,7 +49741,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49741
49741
  dataUpdatedAt: number;
49742
49742
  errorUpdatedAt: number;
49743
49743
  failureCount: number;
49744
- failureReason: viem416.ReadContractErrorType | null;
49744
+ failureReason: viem0.ReadContractErrorType | null;
49745
49745
  errorUpdateCount: number;
49746
49746
  isFetched: boolean;
49747
49747
  isFetchedAfterMount: boolean;
@@ -49752,7 +49752,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49752
49752
  isRefetching: boolean;
49753
49753
  isStale: boolean;
49754
49754
  isEnabled: boolean;
49755
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem416.ReadContractErrorType>>;
49755
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49756
49756
  fetchStatus: _tanstack_query_core0.FetchStatus;
49757
49757
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49758
49758
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49777,7 +49777,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49777
49777
  dataUpdatedAt: number;
49778
49778
  errorUpdatedAt: number;
49779
49779
  failureCount: number;
49780
- failureReason: viem416.ReadContractErrorType | null;
49780
+ failureReason: viem0.ReadContractErrorType | null;
49781
49781
  errorUpdateCount: number;
49782
49782
  isFetched: boolean;
49783
49783
  isFetchedAfterMount: boolean;
@@ -49787,7 +49787,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49787
49787
  isRefetching: boolean;
49788
49788
  isStale: boolean;
49789
49789
  isEnabled: boolean;
49790
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem416.ReadContractErrorType>>;
49790
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49791
49791
  fetchStatus: _tanstack_query_core0.FetchStatus;
49792
49792
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49793
49793
  queryKey: _tanstack_query_core0.QueryKey;
@@ -50767,7 +50767,7 @@ declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
50767
50767
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
50768
50768
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
50769
50769
  declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50770
- error: viem416.ReadContractErrorType;
50770
+ error: viem0.ReadContractErrorType;
50771
50771
  isError: true;
50772
50772
  isPending: false;
50773
50773
  isLoading: false;
@@ -50779,7 +50779,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50779
50779
  dataUpdatedAt: number;
50780
50780
  errorUpdatedAt: number;
50781
50781
  failureCount: number;
50782
- failureReason: viem416.ReadContractErrorType | null;
50782
+ failureReason: viem0.ReadContractErrorType | null;
50783
50783
  errorUpdateCount: number;
50784
50784
  isFetched: boolean;
50785
50785
  isFetchedAfterMount: boolean;
@@ -50801,7 +50801,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50801
50801
  totalAmount1: bigint;
50802
50802
  borrowedAmount0: bigint;
50803
50803
  borrowedAmount1: bigint;
50804
- }[], viem416.ReadContractErrorType>>;
50804
+ }[], viem0.ReadContractErrorType>>;
50805
50805
  fetchStatus: _tanstack_query_core0.FetchStatus;
50806
50806
  promise: Promise<readonly {
50807
50807
  tickLower: number;
@@ -50843,7 +50843,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50843
50843
  dataUpdatedAt: number;
50844
50844
  errorUpdatedAt: number;
50845
50845
  failureCount: number;
50846
- failureReason: viem416.ReadContractErrorType | null;
50846
+ failureReason: viem0.ReadContractErrorType | null;
50847
50847
  errorUpdateCount: number;
50848
50848
  isFetched: boolean;
50849
50849
  isFetchedAfterMount: boolean;
@@ -50865,7 +50865,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50865
50865
  totalAmount1: bigint;
50866
50866
  borrowedAmount0: bigint;
50867
50867
  borrowedAmount1: bigint;
50868
- }[], viem416.ReadContractErrorType>>;
50868
+ }[], viem0.ReadContractErrorType>>;
50869
50869
  fetchStatus: _tanstack_query_core0.FetchStatus;
50870
50870
  promise: Promise<readonly {
50871
50871
  tickLower: number;
@@ -50895,7 +50895,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50895
50895
  borrowedAmount1: bigint;
50896
50896
  }[];
50897
50897
  } | {
50898
- error: viem416.ReadContractErrorType;
50898
+ error: viem0.ReadContractErrorType;
50899
50899
  isError: true;
50900
50900
  isPending: false;
50901
50901
  isLoading: false;
@@ -50907,7 +50907,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50907
50907
  dataUpdatedAt: number;
50908
50908
  errorUpdatedAt: number;
50909
50909
  failureCount: number;
50910
- failureReason: viem416.ReadContractErrorType | null;
50910
+ failureReason: viem0.ReadContractErrorType | null;
50911
50911
  errorUpdateCount: number;
50912
50912
  isFetched: boolean;
50913
50913
  isFetchedAfterMount: boolean;
@@ -50929,7 +50929,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50929
50929
  totalAmount1: bigint;
50930
50930
  borrowedAmount0: bigint;
50931
50931
  borrowedAmount1: bigint;
50932
- }[], viem416.ReadContractErrorType>>;
50932
+ }[], viem0.ReadContractErrorType>>;
50933
50933
  fetchStatus: _tanstack_query_core0.FetchStatus;
50934
50934
  promise: Promise<readonly {
50935
50935
  tickLower: number;
@@ -50971,7 +50971,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50971
50971
  dataUpdatedAt: number;
50972
50972
  errorUpdatedAt: number;
50973
50973
  failureCount: number;
50974
- failureReason: viem416.ReadContractErrorType | null;
50974
+ failureReason: viem0.ReadContractErrorType | null;
50975
50975
  errorUpdateCount: number;
50976
50976
  isFetched: boolean;
50977
50977
  isFetchedAfterMount: boolean;
@@ -50993,7 +50993,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50993
50993
  totalAmount1: bigint;
50994
50994
  borrowedAmount0: bigint;
50995
50995
  borrowedAmount1: bigint;
50996
- }[], viem416.ReadContractErrorType>>;
50996
+ }[], viem0.ReadContractErrorType>>;
50997
50997
  fetchStatus: _tanstack_query_core0.FetchStatus;
50998
50998
  promise: Promise<readonly {
50999
50999
  tickLower: number;
@@ -51034,7 +51034,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51034
51034
  dataUpdatedAt: number;
51035
51035
  errorUpdatedAt: number;
51036
51036
  failureCount: number;
51037
- failureReason: viem416.ReadContractErrorType | null;
51037
+ failureReason: viem0.ReadContractErrorType | null;
51038
51038
  errorUpdateCount: number;
51039
51039
  isFetched: boolean;
51040
51040
  isFetchedAfterMount: boolean;
@@ -51057,7 +51057,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51057
51057
  totalAmount1: bigint;
51058
51058
  borrowedAmount0: bigint;
51059
51059
  borrowedAmount1: bigint;
51060
- }[], viem416.ReadContractErrorType>>;
51060
+ }[], viem0.ReadContractErrorType>>;
51061
51061
  fetchStatus: _tanstack_query_core0.FetchStatus;
51062
51062
  promise: Promise<readonly {
51063
51063
  tickLower: number;
@@ -51099,7 +51099,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51099
51099
  dataUpdatedAt: number;
51100
51100
  errorUpdatedAt: number;
51101
51101
  failureCount: number;
51102
- failureReason: viem416.ReadContractErrorType | null;
51102
+ failureReason: viem0.ReadContractErrorType | null;
51103
51103
  errorUpdateCount: number;
51104
51104
  isFetched: boolean;
51105
51105
  isFetchedAfterMount: boolean;
@@ -51121,7 +51121,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51121
51121
  totalAmount1: bigint;
51122
51122
  borrowedAmount0: bigint;
51123
51123
  borrowedAmount1: bigint;
51124
- }[], viem416.ReadContractErrorType>>;
51124
+ }[], viem0.ReadContractErrorType>>;
51125
51125
  fetchStatus: _tanstack_query_core0.FetchStatus;
51126
51126
  promise: Promise<readonly {
51127
51127
  tickLower: number;
@@ -51197,7 +51197,7 @@ declare const useVaultTVL: (vaultAddr: Address | undefined) => {
51197
51197
  borrowed0: Amount;
51198
51198
  borrowed1: Amount;
51199
51199
  blocksCount: bigint;
51200
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem416.ReadContractErrorType>>;
51200
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
51201
51201
  };
51202
51202
  //#endregion
51203
51203
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -51210,7 +51210,7 @@ declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndef
51210
51210
  //#endregion
51211
51211
  //#region src/hooks/tokens/useTokenBalance.d.ts
51212
51212
  declare const useTokenBalance: (token?: Address, user?: Address) => {
51213
- error: viem416.ReadContractErrorType;
51213
+ error: viem0.ReadContractErrorType;
51214
51214
  isError: true;
51215
51215
  isPending: false;
51216
51216
  isLoading: false;
@@ -51222,7 +51222,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51222
51222
  dataUpdatedAt: number;
51223
51223
  errorUpdatedAt: number;
51224
51224
  failureCount: number;
51225
- failureReason: viem416.ReadContractErrorType | null;
51225
+ failureReason: viem0.ReadContractErrorType | null;
51226
51226
  errorUpdateCount: number;
51227
51227
  isFetched: boolean;
51228
51228
  isFetchedAfterMount: boolean;
@@ -51232,7 +51232,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51232
51232
  isRefetching: boolean;
51233
51233
  isStale: boolean;
51234
51234
  isEnabled: boolean;
51235
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem416.ReadContractErrorType>>;
51235
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51236
51236
  fetchStatus: _tanstack_query_core0.FetchStatus;
51237
51237
  promise: Promise<bigint>;
51238
51238
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51250,7 +51250,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51250
51250
  dataUpdatedAt: number;
51251
51251
  errorUpdatedAt: number;
51252
51252
  failureCount: number;
51253
- failureReason: viem416.ReadContractErrorType | null;
51253
+ failureReason: viem0.ReadContractErrorType | null;
51254
51254
  errorUpdateCount: number;
51255
51255
  isFetched: boolean;
51256
51256
  isFetchedAfterMount: boolean;
@@ -51260,13 +51260,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51260
51260
  isRefetching: boolean;
51261
51261
  isStale: boolean;
51262
51262
  isEnabled: boolean;
51263
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem416.ReadContractErrorType>>;
51263
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51264
51264
  fetchStatus: _tanstack_query_core0.FetchStatus;
51265
51265
  promise: Promise<bigint>;
51266
51266
  queryKey: _tanstack_query_core0.QueryKey;
51267
51267
  data: Amount | undefined;
51268
51268
  } | {
51269
- error: viem416.ReadContractErrorType;
51269
+ error: viem0.ReadContractErrorType;
51270
51270
  isError: true;
51271
51271
  isPending: false;
51272
51272
  isLoading: false;
@@ -51278,7 +51278,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51278
51278
  dataUpdatedAt: number;
51279
51279
  errorUpdatedAt: number;
51280
51280
  failureCount: number;
51281
- failureReason: viem416.ReadContractErrorType | null;
51281
+ failureReason: viem0.ReadContractErrorType | null;
51282
51282
  errorUpdateCount: number;
51283
51283
  isFetched: boolean;
51284
51284
  isFetchedAfterMount: boolean;
@@ -51288,7 +51288,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51288
51288
  isRefetching: boolean;
51289
51289
  isStale: boolean;
51290
51290
  isEnabled: boolean;
51291
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem416.ReadContractErrorType>>;
51291
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51292
51292
  fetchStatus: _tanstack_query_core0.FetchStatus;
51293
51293
  promise: Promise<bigint>;
51294
51294
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51306,7 +51306,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51306
51306
  dataUpdatedAt: number;
51307
51307
  errorUpdatedAt: number;
51308
51308
  failureCount: number;
51309
- failureReason: viem416.ReadContractErrorType | null;
51309
+ failureReason: viem0.ReadContractErrorType | null;
51310
51310
  errorUpdateCount: number;
51311
51311
  isFetched: boolean;
51312
51312
  isFetchedAfterMount: boolean;
@@ -51316,7 +51316,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51316
51316
  isRefetching: boolean;
51317
51317
  isStale: boolean;
51318
51318
  isEnabled: boolean;
51319
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem416.ReadContractErrorType>>;
51319
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51320
51320
  fetchStatus: _tanstack_query_core0.FetchStatus;
51321
51321
  promise: Promise<bigint>;
51322
51322
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51333,7 +51333,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51333
51333
  dataUpdatedAt: number;
51334
51334
  errorUpdatedAt: number;
51335
51335
  failureCount: number;
51336
- failureReason: viem416.ReadContractErrorType | null;
51336
+ failureReason: viem0.ReadContractErrorType | null;
51337
51337
  errorUpdateCount: number;
51338
51338
  isFetched: boolean;
51339
51339
  isFetchedAfterMount: boolean;
@@ -51344,7 +51344,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51344
51344
  isRefetching: boolean;
51345
51345
  isStale: boolean;
51346
51346
  isEnabled: boolean;
51347
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem416.ReadContractErrorType>>;
51347
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51348
51348
  fetchStatus: _tanstack_query_core0.FetchStatus;
51349
51349
  promise: Promise<bigint>;
51350
51350
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51362,7 +51362,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51362
51362
  dataUpdatedAt: number;
51363
51363
  errorUpdatedAt: number;
51364
51364
  failureCount: number;
51365
- failureReason: viem416.ReadContractErrorType | null;
51365
+ failureReason: viem0.ReadContractErrorType | null;
51366
51366
  errorUpdateCount: number;
51367
51367
  isFetched: boolean;
51368
51368
  isFetchedAfterMount: boolean;
@@ -51372,7 +51372,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51372
51372
  isRefetching: boolean;
51373
51373
  isStale: boolean;
51374
51374
  isEnabled: boolean;
51375
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem416.ReadContractErrorType>>;
51375
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51376
51376
  fetchStatus: _tanstack_query_core0.FetchStatus;
51377
51377
  promise: Promise<bigint>;
51378
51378
  queryKey: _tanstack_query_core0.QueryKey;
@@ -52350,16 +52350,16 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52350
52350
  data: undefined;
52351
52351
  error: null;
52352
52352
  status: "idle";
52353
- variables: undefined;
52354
52353
  isError: false;
52355
- isIdle: true;
52356
52354
  isPending: false;
52357
52355
  isSuccess: false;
52358
- reset: () => void;
52359
- context: unknown;
52360
52356
  failureCount: number;
52361
52357
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52362
52358
  isPaused: boolean;
52359
+ variables: undefined;
52360
+ isIdle: true;
52361
+ reset: () => void;
52362
+ context: unknown;
52363
52363
  submittedAt: number;
52364
52364
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
52365
52365
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52367,13 +52367,19 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52367
52367
  data: undefined;
52368
52368
  error: null;
52369
52369
  status: "pending";
52370
+ isError: false;
52371
+ isPending: true;
52372
+ isSuccess: false;
52373
+ failureCount: number;
52374
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52375
+ isPaused: boolean;
52370
52376
  variables: {
52371
52377
  abi: abitype17.Abi;
52372
52378
  functionName: string;
52373
52379
  args?: readonly unknown[] | undefined;
52374
52380
  address: Address;
52375
- chain?: viem416.Chain | null | undefined;
52376
- account?: `0x${string}` | viem416.Account | null | undefined;
52381
+ chain?: viem0.Chain | null | undefined;
52382
+ account?: `0x${string}` | viem0.Account | null | undefined;
52377
52383
  value?: bigint | undefined;
52378
52384
  dataSuffix?: `0x${string}` | undefined;
52379
52385
  type?: "legacy" | undefined;
@@ -52396,8 +52402,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52396
52402
  functionName: string;
52397
52403
  args?: readonly unknown[] | undefined;
52398
52404
  address: Address;
52399
- chain?: viem416.Chain | null | undefined;
52400
- account?: `0x${string}` | viem416.Account | null | undefined;
52405
+ chain?: viem0.Chain | null | undefined;
52406
+ account?: `0x${string}` | viem0.Account | null | undefined;
52401
52407
  value?: bigint | undefined;
52402
52408
  dataSuffix?: `0x${string}` | undefined;
52403
52409
  type?: "eip2930" | undefined;
@@ -52410,7 +52416,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52410
52416
  maxFeePerBlobGas?: undefined | undefined;
52411
52417
  maxFeePerGas?: undefined | undefined;
52412
52418
  maxPriorityFeePerGas?: undefined | undefined;
52413
- accessList?: viem416.AccessList | undefined;
52419
+ accessList?: viem0.AccessList | undefined;
52414
52420
  sidecars?: undefined;
52415
52421
  authorizationList?: undefined;
52416
52422
  chainId?: number | undefined;
@@ -52420,8 +52426,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52420
52426
  functionName: string;
52421
52427
  args?: readonly unknown[] | undefined;
52422
52428
  address: Address;
52423
- chain?: viem416.Chain | null | undefined;
52424
- account?: `0x${string}` | viem416.Account | null | undefined;
52429
+ chain?: viem0.Chain | null | undefined;
52430
+ account?: `0x${string}` | viem0.Account | null | undefined;
52425
52431
  value?: bigint | undefined;
52426
52432
  dataSuffix?: `0x${string}` | undefined;
52427
52433
  type?: "eip1559" | undefined;
@@ -52434,7 +52440,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52434
52440
  maxFeePerBlobGas?: undefined | undefined;
52435
52441
  maxFeePerGas?: bigint | undefined;
52436
52442
  maxPriorityFeePerGas?: bigint | undefined;
52437
- accessList?: viem416.AccessList | undefined;
52443
+ accessList?: viem0.AccessList | undefined;
52438
52444
  sidecars?: undefined;
52439
52445
  authorizationList?: undefined;
52440
52446
  chainId?: number | undefined;
@@ -52444,22 +52450,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52444
52450
  functionName: string;
52445
52451
  args?: readonly unknown[] | undefined;
52446
52452
  address: Address;
52447
- chain?: viem416.Chain | null | undefined;
52448
- account?: `0x${string}` | viem416.Account | null | undefined;
52453
+ chain?: viem0.Chain | null | undefined;
52454
+ account?: `0x${string}` | viem0.Account | null | undefined;
52449
52455
  value?: bigint | undefined;
52450
52456
  dataSuffix?: `0x${string}` | undefined;
52451
52457
  type?: "eip4844" | undefined;
52452
52458
  gas?: bigint | undefined;
52453
52459
  nonce?: number | undefined;
52454
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
52455
- blobVersionedHashes: readonly viem416.Hex[];
52460
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52461
+ blobVersionedHashes: readonly viem0.Hex[];
52456
52462
  kzg?: undefined;
52457
52463
  gasPrice?: undefined | undefined;
52458
52464
  maxFeePerBlobGas?: bigint | undefined;
52459
52465
  maxFeePerGas?: bigint | undefined;
52460
52466
  maxPriorityFeePerGas?: bigint | undefined;
52461
- accessList?: viem416.AccessList | undefined;
52462
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
52467
+ accessList?: viem0.AccessList | undefined;
52468
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52463
52469
  authorizationList?: undefined;
52464
52470
  chainId?: number | undefined;
52465
52471
  connector?: wagmi0.Connector | undefined;
@@ -52468,22 +52474,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52468
52474
  functionName: string;
52469
52475
  args?: readonly unknown[] | undefined;
52470
52476
  address: Address;
52471
- chain?: viem416.Chain | null | undefined;
52472
- account?: `0x${string}` | viem416.Account | null | undefined;
52477
+ chain?: viem0.Chain | null | undefined;
52478
+ account?: `0x${string}` | viem0.Account | null | undefined;
52473
52479
  value?: bigint | undefined;
52474
52480
  dataSuffix?: `0x${string}` | undefined;
52475
52481
  type?: "eip4844" | undefined;
52476
52482
  gas?: bigint | undefined;
52477
52483
  nonce?: number | undefined;
52478
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
52484
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52479
52485
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52480
- kzg?: viem416.Kzg | undefined;
52486
+ kzg?: viem0.Kzg | undefined;
52481
52487
  gasPrice?: undefined | undefined;
52482
52488
  maxFeePerBlobGas?: bigint | undefined;
52483
52489
  maxFeePerGas?: bigint | undefined;
52484
52490
  maxPriorityFeePerGas?: bigint | undefined;
52485
- accessList?: viem416.AccessList | undefined;
52486
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
52491
+ accessList?: viem0.AccessList | undefined;
52492
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52487
52493
  authorizationList?: undefined;
52488
52494
  chainId?: number | undefined;
52489
52495
  connector?: wagmi0.Connector | undefined;
@@ -52492,8 +52498,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52492
52498
  functionName: string;
52493
52499
  args?: readonly unknown[] | undefined;
52494
52500
  address: Address;
52495
- chain?: viem416.Chain | null | undefined;
52496
- account?: `0x${string}` | viem416.Account | null | undefined;
52501
+ chain?: viem0.Chain | null | undefined;
52502
+ account?: `0x${string}` | viem0.Account | null | undefined;
52497
52503
  value?: bigint | undefined;
52498
52504
  dataSuffix?: `0x${string}` | undefined;
52499
52505
  type?: "eip7702" | undefined;
@@ -52506,21 +52512,15 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52506
52512
  maxFeePerBlobGas?: undefined | undefined;
52507
52513
  maxFeePerGas?: bigint | undefined;
52508
52514
  maxPriorityFeePerGas?: bigint | undefined;
52509
- accessList?: viem416.AccessList | undefined;
52515
+ accessList?: viem0.AccessList | undefined;
52510
52516
  sidecars?: undefined;
52511
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
52517
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52512
52518
  chainId?: number | undefined;
52513
52519
  connector?: wagmi0.Connector | undefined;
52514
52520
  };
52515
- isError: false;
52516
52521
  isIdle: false;
52517
- isPending: true;
52518
- isSuccess: false;
52519
52522
  reset: () => void;
52520
52523
  context: unknown;
52521
- failureCount: number;
52522
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52523
- isPaused: boolean;
52524
52524
  submittedAt: number;
52525
52525
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
52526
52526
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52528,13 +52528,19 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52528
52528
  data: undefined;
52529
52529
  error: _wagmi_core0.WriteContractErrorType;
52530
52530
  status: "error";
52531
+ isError: true;
52532
+ isPending: false;
52533
+ isSuccess: false;
52534
+ failureCount: number;
52535
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52536
+ isPaused: boolean;
52531
52537
  variables: {
52532
52538
  abi: abitype17.Abi;
52533
52539
  functionName: string;
52534
52540
  args?: readonly unknown[] | undefined;
52535
52541
  address: Address;
52536
- chain?: viem416.Chain | null | undefined;
52537
- account?: `0x${string}` | viem416.Account | null | undefined;
52542
+ chain?: viem0.Chain | null | undefined;
52543
+ account?: `0x${string}` | viem0.Account | null | undefined;
52538
52544
  value?: bigint | undefined;
52539
52545
  dataSuffix?: `0x${string}` | undefined;
52540
52546
  type?: "legacy" | undefined;
@@ -52557,8 +52563,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52557
52563
  functionName: string;
52558
52564
  args?: readonly unknown[] | undefined;
52559
52565
  address: Address;
52560
- chain?: viem416.Chain | null | undefined;
52561
- account?: `0x${string}` | viem416.Account | null | undefined;
52566
+ chain?: viem0.Chain | null | undefined;
52567
+ account?: `0x${string}` | viem0.Account | null | undefined;
52562
52568
  value?: bigint | undefined;
52563
52569
  dataSuffix?: `0x${string}` | undefined;
52564
52570
  type?: "eip2930" | undefined;
@@ -52571,7 +52577,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52571
52577
  maxFeePerBlobGas?: undefined | undefined;
52572
52578
  maxFeePerGas?: undefined | undefined;
52573
52579
  maxPriorityFeePerGas?: undefined | undefined;
52574
- accessList?: viem416.AccessList | undefined;
52580
+ accessList?: viem0.AccessList | undefined;
52575
52581
  sidecars?: undefined;
52576
52582
  authorizationList?: undefined;
52577
52583
  chainId?: number | undefined;
@@ -52581,8 +52587,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52581
52587
  functionName: string;
52582
52588
  args?: readonly unknown[] | undefined;
52583
52589
  address: Address;
52584
- chain?: viem416.Chain | null | undefined;
52585
- account?: `0x${string}` | viem416.Account | null | undefined;
52590
+ chain?: viem0.Chain | null | undefined;
52591
+ account?: `0x${string}` | viem0.Account | null | undefined;
52586
52592
  value?: bigint | undefined;
52587
52593
  dataSuffix?: `0x${string}` | undefined;
52588
52594
  type?: "eip1559" | undefined;
@@ -52595,7 +52601,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52595
52601
  maxFeePerBlobGas?: undefined | undefined;
52596
52602
  maxFeePerGas?: bigint | undefined;
52597
52603
  maxPriorityFeePerGas?: bigint | undefined;
52598
- accessList?: viem416.AccessList | undefined;
52604
+ accessList?: viem0.AccessList | undefined;
52599
52605
  sidecars?: undefined;
52600
52606
  authorizationList?: undefined;
52601
52607
  chainId?: number | undefined;
@@ -52605,22 +52611,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52605
52611
  functionName: string;
52606
52612
  args?: readonly unknown[] | undefined;
52607
52613
  address: Address;
52608
- chain?: viem416.Chain | null | undefined;
52609
- account?: `0x${string}` | viem416.Account | null | undefined;
52614
+ chain?: viem0.Chain | null | undefined;
52615
+ account?: `0x${string}` | viem0.Account | null | undefined;
52610
52616
  value?: bigint | undefined;
52611
52617
  dataSuffix?: `0x${string}` | undefined;
52612
52618
  type?: "eip4844" | undefined;
52613
52619
  gas?: bigint | undefined;
52614
52620
  nonce?: number | undefined;
52615
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
52616
- blobVersionedHashes: readonly viem416.Hex[];
52621
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52622
+ blobVersionedHashes: readonly viem0.Hex[];
52617
52623
  kzg?: undefined;
52618
52624
  gasPrice?: undefined | undefined;
52619
52625
  maxFeePerBlobGas?: bigint | undefined;
52620
52626
  maxFeePerGas?: bigint | undefined;
52621
52627
  maxPriorityFeePerGas?: bigint | undefined;
52622
- accessList?: viem416.AccessList | undefined;
52623
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
52628
+ accessList?: viem0.AccessList | undefined;
52629
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52624
52630
  authorizationList?: undefined;
52625
52631
  chainId?: number | undefined;
52626
52632
  connector?: wagmi0.Connector | undefined;
@@ -52629,22 +52635,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52629
52635
  functionName: string;
52630
52636
  args?: readonly unknown[] | undefined;
52631
52637
  address: Address;
52632
- chain?: viem416.Chain | null | undefined;
52633
- account?: `0x${string}` | viem416.Account | null | undefined;
52638
+ chain?: viem0.Chain | null | undefined;
52639
+ account?: `0x${string}` | viem0.Account | null | undefined;
52634
52640
  value?: bigint | undefined;
52635
52641
  dataSuffix?: `0x${string}` | undefined;
52636
52642
  type?: "eip4844" | undefined;
52637
52643
  gas?: bigint | undefined;
52638
52644
  nonce?: number | undefined;
52639
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
52645
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52640
52646
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52641
- kzg?: viem416.Kzg | undefined;
52647
+ kzg?: viem0.Kzg | undefined;
52642
52648
  gasPrice?: undefined | undefined;
52643
52649
  maxFeePerBlobGas?: bigint | undefined;
52644
52650
  maxFeePerGas?: bigint | undefined;
52645
52651
  maxPriorityFeePerGas?: bigint | undefined;
52646
- accessList?: viem416.AccessList | undefined;
52647
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
52652
+ accessList?: viem0.AccessList | undefined;
52653
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52648
52654
  authorizationList?: undefined;
52649
52655
  chainId?: number | undefined;
52650
52656
  connector?: wagmi0.Connector | undefined;
@@ -52653,8 +52659,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52653
52659
  functionName: string;
52654
52660
  args?: readonly unknown[] | undefined;
52655
52661
  address: Address;
52656
- chain?: viem416.Chain | null | undefined;
52657
- account?: `0x${string}` | viem416.Account | null | undefined;
52662
+ chain?: viem0.Chain | null | undefined;
52663
+ account?: `0x${string}` | viem0.Account | null | undefined;
52658
52664
  value?: bigint | undefined;
52659
52665
  dataSuffix?: `0x${string}` | undefined;
52660
52666
  type?: "eip7702" | undefined;
@@ -52667,21 +52673,15 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52667
52673
  maxFeePerBlobGas?: undefined | undefined;
52668
52674
  maxFeePerGas?: bigint | undefined;
52669
52675
  maxPriorityFeePerGas?: bigint | undefined;
52670
- accessList?: viem416.AccessList | undefined;
52676
+ accessList?: viem0.AccessList | undefined;
52671
52677
  sidecars?: undefined;
52672
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
52678
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52673
52679
  chainId?: number | undefined;
52674
52680
  connector?: wagmi0.Connector | undefined;
52675
52681
  };
52676
- isError: true;
52677
52682
  isIdle: false;
52678
- isPending: false;
52679
- isSuccess: false;
52680
52683
  reset: () => void;
52681
52684
  context: unknown;
52682
- failureCount: number;
52683
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52684
- isPaused: boolean;
52685
52685
  submittedAt: number;
52686
52686
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
52687
52687
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52689,13 +52689,19 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52689
52689
  data: `0x${string}`;
52690
52690
  error: null;
52691
52691
  status: "success";
52692
+ isError: false;
52693
+ isPending: false;
52694
+ isSuccess: true;
52695
+ failureCount: number;
52696
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52697
+ isPaused: boolean;
52692
52698
  variables: {
52693
52699
  abi: abitype17.Abi;
52694
52700
  functionName: string;
52695
52701
  args?: readonly unknown[] | undefined;
52696
52702
  address: Address;
52697
- chain?: viem416.Chain | null | undefined;
52698
- account?: `0x${string}` | viem416.Account | null | undefined;
52703
+ chain?: viem0.Chain | null | undefined;
52704
+ account?: `0x${string}` | viem0.Account | null | undefined;
52699
52705
  value?: bigint | undefined;
52700
52706
  dataSuffix?: `0x${string}` | undefined;
52701
52707
  type?: "legacy" | undefined;
@@ -52718,8 +52724,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52718
52724
  functionName: string;
52719
52725
  args?: readonly unknown[] | undefined;
52720
52726
  address: Address;
52721
- chain?: viem416.Chain | null | undefined;
52722
- account?: `0x${string}` | viem416.Account | null | undefined;
52727
+ chain?: viem0.Chain | null | undefined;
52728
+ account?: `0x${string}` | viem0.Account | null | undefined;
52723
52729
  value?: bigint | undefined;
52724
52730
  dataSuffix?: `0x${string}` | undefined;
52725
52731
  type?: "eip2930" | undefined;
@@ -52732,7 +52738,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52732
52738
  maxFeePerBlobGas?: undefined | undefined;
52733
52739
  maxFeePerGas?: undefined | undefined;
52734
52740
  maxPriorityFeePerGas?: undefined | undefined;
52735
- accessList?: viem416.AccessList | undefined;
52741
+ accessList?: viem0.AccessList | undefined;
52736
52742
  sidecars?: undefined;
52737
52743
  authorizationList?: undefined;
52738
52744
  chainId?: number | undefined;
@@ -52742,8 +52748,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52742
52748
  functionName: string;
52743
52749
  args?: readonly unknown[] | undefined;
52744
52750
  address: Address;
52745
- chain?: viem416.Chain | null | undefined;
52746
- account?: `0x${string}` | viem416.Account | null | undefined;
52751
+ chain?: viem0.Chain | null | undefined;
52752
+ account?: `0x${string}` | viem0.Account | null | undefined;
52747
52753
  value?: bigint | undefined;
52748
52754
  dataSuffix?: `0x${string}` | undefined;
52749
52755
  type?: "eip1559" | undefined;
@@ -52756,7 +52762,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52756
52762
  maxFeePerBlobGas?: undefined | undefined;
52757
52763
  maxFeePerGas?: bigint | undefined;
52758
52764
  maxPriorityFeePerGas?: bigint | undefined;
52759
- accessList?: viem416.AccessList | undefined;
52765
+ accessList?: viem0.AccessList | undefined;
52760
52766
  sidecars?: undefined;
52761
52767
  authorizationList?: undefined;
52762
52768
  chainId?: number | undefined;
@@ -52766,22 +52772,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52766
52772
  functionName: string;
52767
52773
  args?: readonly unknown[] | undefined;
52768
52774
  address: Address;
52769
- chain?: viem416.Chain | null | undefined;
52770
- account?: `0x${string}` | viem416.Account | null | undefined;
52775
+ chain?: viem0.Chain | null | undefined;
52776
+ account?: `0x${string}` | viem0.Account | null | undefined;
52771
52777
  value?: bigint | undefined;
52772
52778
  dataSuffix?: `0x${string}` | undefined;
52773
52779
  type?: "eip4844" | undefined;
52774
52780
  gas?: bigint | undefined;
52775
52781
  nonce?: number | undefined;
52776
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
52777
- blobVersionedHashes: readonly viem416.Hex[];
52782
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52783
+ blobVersionedHashes: readonly viem0.Hex[];
52778
52784
  kzg?: undefined;
52779
52785
  gasPrice?: undefined | undefined;
52780
52786
  maxFeePerBlobGas?: bigint | undefined;
52781
52787
  maxFeePerGas?: bigint | undefined;
52782
52788
  maxPriorityFeePerGas?: bigint | undefined;
52783
- accessList?: viem416.AccessList | undefined;
52784
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
52789
+ accessList?: viem0.AccessList | undefined;
52790
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52785
52791
  authorizationList?: undefined;
52786
52792
  chainId?: number | undefined;
52787
52793
  connector?: wagmi0.Connector | undefined;
@@ -52790,22 +52796,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52790
52796
  functionName: string;
52791
52797
  args?: readonly unknown[] | undefined;
52792
52798
  address: Address;
52793
- chain?: viem416.Chain | null | undefined;
52794
- account?: `0x${string}` | viem416.Account | null | undefined;
52799
+ chain?: viem0.Chain | null | undefined;
52800
+ account?: `0x${string}` | viem0.Account | null | undefined;
52795
52801
  value?: bigint | undefined;
52796
52802
  dataSuffix?: `0x${string}` | undefined;
52797
52803
  type?: "eip4844" | undefined;
52798
52804
  gas?: bigint | undefined;
52799
52805
  nonce?: number | undefined;
52800
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
52806
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52801
52807
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52802
- kzg?: viem416.Kzg | undefined;
52808
+ kzg?: viem0.Kzg | undefined;
52803
52809
  gasPrice?: undefined | undefined;
52804
52810
  maxFeePerBlobGas?: bigint | undefined;
52805
52811
  maxFeePerGas?: bigint | undefined;
52806
52812
  maxPriorityFeePerGas?: bigint | undefined;
52807
- accessList?: viem416.AccessList | undefined;
52808
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
52813
+ accessList?: viem0.AccessList | undefined;
52814
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52809
52815
  authorizationList?: undefined;
52810
52816
  chainId?: number | undefined;
52811
52817
  connector?: wagmi0.Connector | undefined;
@@ -52814,8 +52820,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52814
52820
  functionName: string;
52815
52821
  args?: readonly unknown[] | undefined;
52816
52822
  address: Address;
52817
- chain?: viem416.Chain | null | undefined;
52818
- account?: `0x${string}` | viem416.Account | null | undefined;
52823
+ chain?: viem0.Chain | null | undefined;
52824
+ account?: `0x${string}` | viem0.Account | null | undefined;
52819
52825
  value?: bigint | undefined;
52820
52826
  dataSuffix?: `0x${string}` | undefined;
52821
52827
  type?: "eip7702" | undefined;
@@ -52828,21 +52834,15 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52828
52834
  maxFeePerBlobGas?: undefined | undefined;
52829
52835
  maxFeePerGas?: bigint | undefined;
52830
52836
  maxPriorityFeePerGas?: bigint | undefined;
52831
- accessList?: viem416.AccessList | undefined;
52837
+ accessList?: viem0.AccessList | undefined;
52832
52838
  sidecars?: undefined;
52833
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
52839
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52834
52840
  chainId?: number | undefined;
52835
52841
  connector?: wagmi0.Connector | undefined;
52836
52842
  };
52837
- isError: false;
52838
52843
  isIdle: false;
52839
- isPending: false;
52840
- isSuccess: true;
52841
52844
  reset: () => void;
52842
52845
  context: unknown;
52843
- failureCount: number;
52844
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52845
- isPaused: boolean;
52846
52846
  submittedAt: number;
52847
52847
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
52848
52848
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52853,16 +52853,16 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52853
52853
  data: undefined;
52854
52854
  error: null;
52855
52855
  status: "idle";
52856
- variables: undefined;
52857
52856
  isError: false;
52858
- isIdle: true;
52859
52857
  isPending: false;
52860
52858
  isSuccess: false;
52861
- reset: () => void;
52862
- context: unknown;
52863
52859
  failureCount: number;
52864
52860
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52865
52861
  isPaused: boolean;
52862
+ variables: undefined;
52863
+ isIdle: true;
52864
+ reset: () => void;
52865
+ context: unknown;
52866
52866
  submittedAt: number;
52867
52867
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
52868
52868
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52870,13 +52870,19 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52870
52870
  data: undefined;
52871
52871
  error: null;
52872
52872
  status: "pending";
52873
+ isError: false;
52874
+ isPending: true;
52875
+ isSuccess: false;
52876
+ failureCount: number;
52877
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52878
+ isPaused: boolean;
52873
52879
  variables: {
52874
52880
  abi: abitype17.Abi;
52875
52881
  functionName: string;
52876
52882
  args?: readonly unknown[] | undefined;
52877
52883
  address: Address;
52878
- chain?: viem416.Chain | null | undefined;
52879
- account?: `0x${string}` | viem416.Account | null | undefined;
52884
+ chain?: viem0.Chain | null | undefined;
52885
+ account?: `0x${string}` | viem0.Account | null | undefined;
52880
52886
  value?: bigint | undefined;
52881
52887
  dataSuffix?: `0x${string}` | undefined;
52882
52888
  type?: "legacy" | undefined;
@@ -52899,8 +52905,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52899
52905
  functionName: string;
52900
52906
  args?: readonly unknown[] | undefined;
52901
52907
  address: Address;
52902
- chain?: viem416.Chain | null | undefined;
52903
- account?: `0x${string}` | viem416.Account | null | undefined;
52908
+ chain?: viem0.Chain | null | undefined;
52909
+ account?: `0x${string}` | viem0.Account | null | undefined;
52904
52910
  value?: bigint | undefined;
52905
52911
  dataSuffix?: `0x${string}` | undefined;
52906
52912
  type?: "eip2930" | undefined;
@@ -52913,7 +52919,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52913
52919
  maxFeePerBlobGas?: undefined | undefined;
52914
52920
  maxFeePerGas?: undefined | undefined;
52915
52921
  maxPriorityFeePerGas?: undefined | undefined;
52916
- accessList?: viem416.AccessList | undefined;
52922
+ accessList?: viem0.AccessList | undefined;
52917
52923
  sidecars?: undefined;
52918
52924
  authorizationList?: undefined;
52919
52925
  chainId?: number | undefined;
@@ -52923,8 +52929,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52923
52929
  functionName: string;
52924
52930
  args?: readonly unknown[] | undefined;
52925
52931
  address: Address;
52926
- chain?: viem416.Chain | null | undefined;
52927
- account?: `0x${string}` | viem416.Account | null | undefined;
52932
+ chain?: viem0.Chain | null | undefined;
52933
+ account?: `0x${string}` | viem0.Account | null | undefined;
52928
52934
  value?: bigint | undefined;
52929
52935
  dataSuffix?: `0x${string}` | undefined;
52930
52936
  type?: "eip1559" | undefined;
@@ -52937,7 +52943,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52937
52943
  maxFeePerBlobGas?: undefined | undefined;
52938
52944
  maxFeePerGas?: bigint | undefined;
52939
52945
  maxPriorityFeePerGas?: bigint | undefined;
52940
- accessList?: viem416.AccessList | undefined;
52946
+ accessList?: viem0.AccessList | undefined;
52941
52947
  sidecars?: undefined;
52942
52948
  authorizationList?: undefined;
52943
52949
  chainId?: number | undefined;
@@ -52947,22 +52953,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52947
52953
  functionName: string;
52948
52954
  args?: readonly unknown[] | undefined;
52949
52955
  address: Address;
52950
- chain?: viem416.Chain | null | undefined;
52951
- account?: `0x${string}` | viem416.Account | null | undefined;
52956
+ chain?: viem0.Chain | null | undefined;
52957
+ account?: `0x${string}` | viem0.Account | null | undefined;
52952
52958
  value?: bigint | undefined;
52953
52959
  dataSuffix?: `0x${string}` | undefined;
52954
52960
  type?: "eip4844" | undefined;
52955
52961
  gas?: bigint | undefined;
52956
52962
  nonce?: number | undefined;
52957
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
52958
- blobVersionedHashes: readonly viem416.Hex[];
52963
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52964
+ blobVersionedHashes: readonly viem0.Hex[];
52959
52965
  kzg?: undefined;
52960
52966
  gasPrice?: undefined | undefined;
52961
52967
  maxFeePerBlobGas?: bigint | undefined;
52962
52968
  maxFeePerGas?: bigint | undefined;
52963
52969
  maxPriorityFeePerGas?: bigint | undefined;
52964
- accessList?: viem416.AccessList | undefined;
52965
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
52970
+ accessList?: viem0.AccessList | undefined;
52971
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52966
52972
  authorizationList?: undefined;
52967
52973
  chainId?: number | undefined;
52968
52974
  connector?: wagmi0.Connector | undefined;
@@ -52971,22 +52977,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52971
52977
  functionName: string;
52972
52978
  args?: readonly unknown[] | undefined;
52973
52979
  address: Address;
52974
- chain?: viem416.Chain | null | undefined;
52975
- account?: `0x${string}` | viem416.Account | null | undefined;
52980
+ chain?: viem0.Chain | null | undefined;
52981
+ account?: `0x${string}` | viem0.Account | null | undefined;
52976
52982
  value?: bigint | undefined;
52977
52983
  dataSuffix?: `0x${string}` | undefined;
52978
52984
  type?: "eip4844" | undefined;
52979
52985
  gas?: bigint | undefined;
52980
52986
  nonce?: number | undefined;
52981
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
52987
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52982
52988
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52983
- kzg?: viem416.Kzg | undefined;
52989
+ kzg?: viem0.Kzg | undefined;
52984
52990
  gasPrice?: undefined | undefined;
52985
52991
  maxFeePerBlobGas?: bigint | undefined;
52986
52992
  maxFeePerGas?: bigint | undefined;
52987
52993
  maxPriorityFeePerGas?: bigint | undefined;
52988
- accessList?: viem416.AccessList | undefined;
52989
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
52994
+ accessList?: viem0.AccessList | undefined;
52995
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52990
52996
  authorizationList?: undefined;
52991
52997
  chainId?: number | undefined;
52992
52998
  connector?: wagmi0.Connector | undefined;
@@ -52995,8 +53001,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52995
53001
  functionName: string;
52996
53002
  args?: readonly unknown[] | undefined;
52997
53003
  address: Address;
52998
- chain?: viem416.Chain | null | undefined;
52999
- account?: `0x${string}` | viem416.Account | null | undefined;
53004
+ chain?: viem0.Chain | null | undefined;
53005
+ account?: `0x${string}` | viem0.Account | null | undefined;
53000
53006
  value?: bigint | undefined;
53001
53007
  dataSuffix?: `0x${string}` | undefined;
53002
53008
  type?: "eip7702" | undefined;
@@ -53009,21 +53015,15 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53009
53015
  maxFeePerBlobGas?: undefined | undefined;
53010
53016
  maxFeePerGas?: bigint | undefined;
53011
53017
  maxPriorityFeePerGas?: bigint | undefined;
53012
- accessList?: viem416.AccessList | undefined;
53018
+ accessList?: viem0.AccessList | undefined;
53013
53019
  sidecars?: undefined;
53014
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
53020
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53015
53021
  chainId?: number | undefined;
53016
53022
  connector?: wagmi0.Connector | undefined;
53017
53023
  };
53018
- isError: false;
53019
53024
  isIdle: false;
53020
- isPending: true;
53021
- isSuccess: false;
53022
53025
  reset: () => void;
53023
53026
  context: unknown;
53024
- failureCount: number;
53025
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53026
- isPaused: boolean;
53027
53027
  submittedAt: number;
53028
53028
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
53029
53029
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -53031,13 +53031,19 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53031
53031
  data: undefined;
53032
53032
  error: _wagmi_core0.WriteContractErrorType;
53033
53033
  status: "error";
53034
+ isError: true;
53035
+ isPending: false;
53036
+ isSuccess: false;
53037
+ failureCount: number;
53038
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53039
+ isPaused: boolean;
53034
53040
  variables: {
53035
53041
  abi: abitype17.Abi;
53036
53042
  functionName: string;
53037
53043
  args?: readonly unknown[] | undefined;
53038
53044
  address: Address;
53039
- chain?: viem416.Chain | null | undefined;
53040
- account?: `0x${string}` | viem416.Account | null | undefined;
53045
+ chain?: viem0.Chain | null | undefined;
53046
+ account?: `0x${string}` | viem0.Account | null | undefined;
53041
53047
  value?: bigint | undefined;
53042
53048
  dataSuffix?: `0x${string}` | undefined;
53043
53049
  type?: "legacy" | undefined;
@@ -53060,8 +53066,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53060
53066
  functionName: string;
53061
53067
  args?: readonly unknown[] | undefined;
53062
53068
  address: Address;
53063
- chain?: viem416.Chain | null | undefined;
53064
- account?: `0x${string}` | viem416.Account | null | undefined;
53069
+ chain?: viem0.Chain | null | undefined;
53070
+ account?: `0x${string}` | viem0.Account | null | undefined;
53065
53071
  value?: bigint | undefined;
53066
53072
  dataSuffix?: `0x${string}` | undefined;
53067
53073
  type?: "eip2930" | undefined;
@@ -53074,7 +53080,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53074
53080
  maxFeePerBlobGas?: undefined | undefined;
53075
53081
  maxFeePerGas?: undefined | undefined;
53076
53082
  maxPriorityFeePerGas?: undefined | undefined;
53077
- accessList?: viem416.AccessList | undefined;
53083
+ accessList?: viem0.AccessList | undefined;
53078
53084
  sidecars?: undefined;
53079
53085
  authorizationList?: undefined;
53080
53086
  chainId?: number | undefined;
@@ -53084,8 +53090,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53084
53090
  functionName: string;
53085
53091
  args?: readonly unknown[] | undefined;
53086
53092
  address: Address;
53087
- chain?: viem416.Chain | null | undefined;
53088
- account?: `0x${string}` | viem416.Account | null | undefined;
53093
+ chain?: viem0.Chain | null | undefined;
53094
+ account?: `0x${string}` | viem0.Account | null | undefined;
53089
53095
  value?: bigint | undefined;
53090
53096
  dataSuffix?: `0x${string}` | undefined;
53091
53097
  type?: "eip1559" | undefined;
@@ -53098,7 +53104,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53098
53104
  maxFeePerBlobGas?: undefined | undefined;
53099
53105
  maxFeePerGas?: bigint | undefined;
53100
53106
  maxPriorityFeePerGas?: bigint | undefined;
53101
- accessList?: viem416.AccessList | undefined;
53107
+ accessList?: viem0.AccessList | undefined;
53102
53108
  sidecars?: undefined;
53103
53109
  authorizationList?: undefined;
53104
53110
  chainId?: number | undefined;
@@ -53108,22 +53114,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53108
53114
  functionName: string;
53109
53115
  args?: readonly unknown[] | undefined;
53110
53116
  address: Address;
53111
- chain?: viem416.Chain | null | undefined;
53112
- account?: `0x${string}` | viem416.Account | null | undefined;
53117
+ chain?: viem0.Chain | null | undefined;
53118
+ account?: `0x${string}` | viem0.Account | null | undefined;
53113
53119
  value?: bigint | undefined;
53114
53120
  dataSuffix?: `0x${string}` | undefined;
53115
53121
  type?: "eip4844" | undefined;
53116
53122
  gas?: bigint | undefined;
53117
53123
  nonce?: number | undefined;
53118
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
53119
- blobVersionedHashes: readonly viem416.Hex[];
53124
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53125
+ blobVersionedHashes: readonly viem0.Hex[];
53120
53126
  kzg?: undefined;
53121
53127
  gasPrice?: undefined | undefined;
53122
53128
  maxFeePerBlobGas?: bigint | undefined;
53123
53129
  maxFeePerGas?: bigint | undefined;
53124
53130
  maxPriorityFeePerGas?: bigint | undefined;
53125
- accessList?: viem416.AccessList | undefined;
53126
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53131
+ accessList?: viem0.AccessList | undefined;
53132
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53127
53133
  authorizationList?: undefined;
53128
53134
  chainId?: number | undefined;
53129
53135
  connector?: wagmi0.Connector | undefined;
@@ -53132,22 +53138,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53132
53138
  functionName: string;
53133
53139
  args?: readonly unknown[] | undefined;
53134
53140
  address: Address;
53135
- chain?: viem416.Chain | null | undefined;
53136
- account?: `0x${string}` | viem416.Account | null | undefined;
53141
+ chain?: viem0.Chain | null | undefined;
53142
+ account?: `0x${string}` | viem0.Account | null | undefined;
53137
53143
  value?: bigint | undefined;
53138
53144
  dataSuffix?: `0x${string}` | undefined;
53139
53145
  type?: "eip4844" | undefined;
53140
53146
  gas?: bigint | undefined;
53141
53147
  nonce?: number | undefined;
53142
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
53148
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53143
53149
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53144
- kzg?: viem416.Kzg | undefined;
53150
+ kzg?: viem0.Kzg | undefined;
53145
53151
  gasPrice?: undefined | undefined;
53146
53152
  maxFeePerBlobGas?: bigint | undefined;
53147
53153
  maxFeePerGas?: bigint | undefined;
53148
53154
  maxPriorityFeePerGas?: bigint | undefined;
53149
- accessList?: viem416.AccessList | undefined;
53150
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53155
+ accessList?: viem0.AccessList | undefined;
53156
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53151
53157
  authorizationList?: undefined;
53152
53158
  chainId?: number | undefined;
53153
53159
  connector?: wagmi0.Connector | undefined;
@@ -53156,8 +53162,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53156
53162
  functionName: string;
53157
53163
  args?: readonly unknown[] | undefined;
53158
53164
  address: Address;
53159
- chain?: viem416.Chain | null | undefined;
53160
- account?: `0x${string}` | viem416.Account | null | undefined;
53165
+ chain?: viem0.Chain | null | undefined;
53166
+ account?: `0x${string}` | viem0.Account | null | undefined;
53161
53167
  value?: bigint | undefined;
53162
53168
  dataSuffix?: `0x${string}` | undefined;
53163
53169
  type?: "eip7702" | undefined;
@@ -53170,21 +53176,15 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53170
53176
  maxFeePerBlobGas?: undefined | undefined;
53171
53177
  maxFeePerGas?: bigint | undefined;
53172
53178
  maxPriorityFeePerGas?: bigint | undefined;
53173
- accessList?: viem416.AccessList | undefined;
53179
+ accessList?: viem0.AccessList | undefined;
53174
53180
  sidecars?: undefined;
53175
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
53181
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53176
53182
  chainId?: number | undefined;
53177
53183
  connector?: wagmi0.Connector | undefined;
53178
53184
  };
53179
- isError: true;
53180
53185
  isIdle: false;
53181
- isPending: false;
53182
- isSuccess: false;
53183
53186
  reset: () => void;
53184
53187
  context: unknown;
53185
- failureCount: number;
53186
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53187
- isPaused: boolean;
53188
53188
  submittedAt: number;
53189
53189
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
53190
53190
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -53192,13 +53192,19 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53192
53192
  data: `0x${string}`;
53193
53193
  error: null;
53194
53194
  status: "success";
53195
+ isError: false;
53196
+ isPending: false;
53197
+ isSuccess: true;
53198
+ failureCount: number;
53199
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53200
+ isPaused: boolean;
53195
53201
  variables: {
53196
53202
  abi: abitype17.Abi;
53197
53203
  functionName: string;
53198
53204
  args?: readonly unknown[] | undefined;
53199
53205
  address: Address;
53200
- chain?: viem416.Chain | null | undefined;
53201
- account?: `0x${string}` | viem416.Account | null | undefined;
53206
+ chain?: viem0.Chain | null | undefined;
53207
+ account?: `0x${string}` | viem0.Account | null | undefined;
53202
53208
  value?: bigint | undefined;
53203
53209
  dataSuffix?: `0x${string}` | undefined;
53204
53210
  type?: "legacy" | undefined;
@@ -53221,8 +53227,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53221
53227
  functionName: string;
53222
53228
  args?: readonly unknown[] | undefined;
53223
53229
  address: Address;
53224
- chain?: viem416.Chain | null | undefined;
53225
- account?: `0x${string}` | viem416.Account | null | undefined;
53230
+ chain?: viem0.Chain | null | undefined;
53231
+ account?: `0x${string}` | viem0.Account | null | undefined;
53226
53232
  value?: bigint | undefined;
53227
53233
  dataSuffix?: `0x${string}` | undefined;
53228
53234
  type?: "eip2930" | undefined;
@@ -53235,7 +53241,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53235
53241
  maxFeePerBlobGas?: undefined | undefined;
53236
53242
  maxFeePerGas?: undefined | undefined;
53237
53243
  maxPriorityFeePerGas?: undefined | undefined;
53238
- accessList?: viem416.AccessList | undefined;
53244
+ accessList?: viem0.AccessList | undefined;
53239
53245
  sidecars?: undefined;
53240
53246
  authorizationList?: undefined;
53241
53247
  chainId?: number | undefined;
@@ -53245,8 +53251,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53245
53251
  functionName: string;
53246
53252
  args?: readonly unknown[] | undefined;
53247
53253
  address: Address;
53248
- chain?: viem416.Chain | null | undefined;
53249
- account?: `0x${string}` | viem416.Account | null | undefined;
53254
+ chain?: viem0.Chain | null | undefined;
53255
+ account?: `0x${string}` | viem0.Account | null | undefined;
53250
53256
  value?: bigint | undefined;
53251
53257
  dataSuffix?: `0x${string}` | undefined;
53252
53258
  type?: "eip1559" | undefined;
@@ -53259,7 +53265,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53259
53265
  maxFeePerBlobGas?: undefined | undefined;
53260
53266
  maxFeePerGas?: bigint | undefined;
53261
53267
  maxPriorityFeePerGas?: bigint | undefined;
53262
- accessList?: viem416.AccessList | undefined;
53268
+ accessList?: viem0.AccessList | undefined;
53263
53269
  sidecars?: undefined;
53264
53270
  authorizationList?: undefined;
53265
53271
  chainId?: number | undefined;
@@ -53269,22 +53275,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53269
53275
  functionName: string;
53270
53276
  args?: readonly unknown[] | undefined;
53271
53277
  address: Address;
53272
- chain?: viem416.Chain | null | undefined;
53273
- account?: `0x${string}` | viem416.Account | null | undefined;
53278
+ chain?: viem0.Chain | null | undefined;
53279
+ account?: `0x${string}` | viem0.Account | null | undefined;
53274
53280
  value?: bigint | undefined;
53275
53281
  dataSuffix?: `0x${string}` | undefined;
53276
53282
  type?: "eip4844" | undefined;
53277
53283
  gas?: bigint | undefined;
53278
53284
  nonce?: number | undefined;
53279
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
53280
- blobVersionedHashes: readonly viem416.Hex[];
53285
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53286
+ blobVersionedHashes: readonly viem0.Hex[];
53281
53287
  kzg?: undefined;
53282
53288
  gasPrice?: undefined | undefined;
53283
53289
  maxFeePerBlobGas?: bigint | undefined;
53284
53290
  maxFeePerGas?: bigint | undefined;
53285
53291
  maxPriorityFeePerGas?: bigint | undefined;
53286
- accessList?: viem416.AccessList | undefined;
53287
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53292
+ accessList?: viem0.AccessList | undefined;
53293
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53288
53294
  authorizationList?: undefined;
53289
53295
  chainId?: number | undefined;
53290
53296
  connector?: wagmi0.Connector | undefined;
@@ -53293,22 +53299,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53293
53299
  functionName: string;
53294
53300
  args?: readonly unknown[] | undefined;
53295
53301
  address: Address;
53296
- chain?: viem416.Chain | null | undefined;
53297
- account?: `0x${string}` | viem416.Account | null | undefined;
53302
+ chain?: viem0.Chain | null | undefined;
53303
+ account?: `0x${string}` | viem0.Account | null | undefined;
53298
53304
  value?: bigint | undefined;
53299
53305
  dataSuffix?: `0x${string}` | undefined;
53300
53306
  type?: "eip4844" | undefined;
53301
53307
  gas?: bigint | undefined;
53302
53308
  nonce?: number | undefined;
53303
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
53309
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53304
53310
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53305
- kzg?: viem416.Kzg | undefined;
53311
+ kzg?: viem0.Kzg | undefined;
53306
53312
  gasPrice?: undefined | undefined;
53307
53313
  maxFeePerBlobGas?: bigint | undefined;
53308
53314
  maxFeePerGas?: bigint | undefined;
53309
53315
  maxPriorityFeePerGas?: bigint | undefined;
53310
- accessList?: viem416.AccessList | undefined;
53311
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53316
+ accessList?: viem0.AccessList | undefined;
53317
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53312
53318
  authorizationList?: undefined;
53313
53319
  chainId?: number | undefined;
53314
53320
  connector?: wagmi0.Connector | undefined;
@@ -53317,8 +53323,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53317
53323
  functionName: string;
53318
53324
  args?: readonly unknown[] | undefined;
53319
53325
  address: Address;
53320
- chain?: viem416.Chain | null | undefined;
53321
- account?: `0x${string}` | viem416.Account | null | undefined;
53326
+ chain?: viem0.Chain | null | undefined;
53327
+ account?: `0x${string}` | viem0.Account | null | undefined;
53322
53328
  value?: bigint | undefined;
53323
53329
  dataSuffix?: `0x${string}` | undefined;
53324
53330
  type?: "eip7702" | undefined;
@@ -53331,21 +53337,15 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53331
53337
  maxFeePerBlobGas?: undefined | undefined;
53332
53338
  maxFeePerGas?: bigint | undefined;
53333
53339
  maxPriorityFeePerGas?: bigint | undefined;
53334
- accessList?: viem416.AccessList | undefined;
53340
+ accessList?: viem0.AccessList | undefined;
53335
53341
  sidecars?: undefined;
53336
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
53342
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53337
53343
  chainId?: number | undefined;
53338
53344
  connector?: wagmi0.Connector | undefined;
53339
53345
  };
53340
- isError: false;
53341
53346
  isIdle: false;
53342
- isPending: false;
53343
- isSuccess: true;
53344
53347
  reset: () => void;
53345
53348
  context: unknown;
53346
- failureCount: number;
53347
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53348
- isPaused: boolean;
53349
53349
  submittedAt: number;
53350
53350
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
53351
53351
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -53365,16 +53365,16 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53365
53365
  data: undefined;
53366
53366
  error: null;
53367
53367
  status: "idle";
53368
- variables: undefined;
53369
53368
  isError: false;
53370
- isIdle: true;
53371
53369
  isPending: false;
53372
53370
  isSuccess: false;
53373
- reset: () => void;
53374
- context: unknown;
53375
53371
  failureCount: number;
53376
53372
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53377
53373
  isPaused: boolean;
53374
+ variables: undefined;
53375
+ isIdle: true;
53376
+ reset: () => void;
53377
+ context: unknown;
53378
53378
  submittedAt: number;
53379
53379
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
53380
53380
  updateMarketFees: (rates: {
@@ -53392,13 +53392,19 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53392
53392
  data: undefined;
53393
53393
  error: null;
53394
53394
  status: "pending";
53395
+ isError: false;
53396
+ isPending: true;
53397
+ isSuccess: false;
53398
+ failureCount: number;
53399
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53400
+ isPaused: boolean;
53395
53401
  variables: {
53396
53402
  abi: abitype17.Abi;
53397
53403
  functionName: string;
53398
53404
  args?: readonly unknown[] | undefined;
53399
53405
  address: Address;
53400
- chain?: viem416.Chain | null | undefined;
53401
- account?: `0x${string}` | viem416.Account | null | undefined;
53406
+ chain?: viem0.Chain | null | undefined;
53407
+ account?: `0x${string}` | viem0.Account | null | undefined;
53402
53408
  value?: bigint | undefined;
53403
53409
  dataSuffix?: `0x${string}` | undefined;
53404
53410
  type?: "legacy" | undefined;
@@ -53421,8 +53427,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53421
53427
  functionName: string;
53422
53428
  args?: readonly unknown[] | undefined;
53423
53429
  address: Address;
53424
- chain?: viem416.Chain | null | undefined;
53425
- account?: `0x${string}` | viem416.Account | null | undefined;
53430
+ chain?: viem0.Chain | null | undefined;
53431
+ account?: `0x${string}` | viem0.Account | null | undefined;
53426
53432
  value?: bigint | undefined;
53427
53433
  dataSuffix?: `0x${string}` | undefined;
53428
53434
  type?: "eip2930" | undefined;
@@ -53435,7 +53441,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53435
53441
  maxFeePerBlobGas?: undefined | undefined;
53436
53442
  maxFeePerGas?: undefined | undefined;
53437
53443
  maxPriorityFeePerGas?: undefined | undefined;
53438
- accessList?: viem416.AccessList | undefined;
53444
+ accessList?: viem0.AccessList | undefined;
53439
53445
  sidecars?: undefined;
53440
53446
  authorizationList?: undefined;
53441
53447
  chainId?: number | undefined;
@@ -53445,8 +53451,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53445
53451
  functionName: string;
53446
53452
  args?: readonly unknown[] | undefined;
53447
53453
  address: Address;
53448
- chain?: viem416.Chain | null | undefined;
53449
- account?: `0x${string}` | viem416.Account | null | undefined;
53454
+ chain?: viem0.Chain | null | undefined;
53455
+ account?: `0x${string}` | viem0.Account | null | undefined;
53450
53456
  value?: bigint | undefined;
53451
53457
  dataSuffix?: `0x${string}` | undefined;
53452
53458
  type?: "eip1559" | undefined;
@@ -53459,7 +53465,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53459
53465
  maxFeePerBlobGas?: undefined | undefined;
53460
53466
  maxFeePerGas?: bigint | undefined;
53461
53467
  maxPriorityFeePerGas?: bigint | undefined;
53462
- accessList?: viem416.AccessList | undefined;
53468
+ accessList?: viem0.AccessList | undefined;
53463
53469
  sidecars?: undefined;
53464
53470
  authorizationList?: undefined;
53465
53471
  chainId?: number | undefined;
@@ -53469,22 +53475,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53469
53475
  functionName: string;
53470
53476
  args?: readonly unknown[] | undefined;
53471
53477
  address: Address;
53472
- chain?: viem416.Chain | null | undefined;
53473
- account?: `0x${string}` | viem416.Account | null | undefined;
53478
+ chain?: viem0.Chain | null | undefined;
53479
+ account?: `0x${string}` | viem0.Account | null | undefined;
53474
53480
  value?: bigint | undefined;
53475
53481
  dataSuffix?: `0x${string}` | undefined;
53476
53482
  type?: "eip4844" | undefined;
53477
53483
  gas?: bigint | undefined;
53478
53484
  nonce?: number | undefined;
53479
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
53480
- blobVersionedHashes: readonly viem416.Hex[];
53485
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53486
+ blobVersionedHashes: readonly viem0.Hex[];
53481
53487
  kzg?: undefined;
53482
53488
  gasPrice?: undefined | undefined;
53483
53489
  maxFeePerBlobGas?: bigint | undefined;
53484
53490
  maxFeePerGas?: bigint | undefined;
53485
53491
  maxPriorityFeePerGas?: bigint | undefined;
53486
- accessList?: viem416.AccessList | undefined;
53487
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53492
+ accessList?: viem0.AccessList | undefined;
53493
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53488
53494
  authorizationList?: undefined;
53489
53495
  chainId?: number | undefined;
53490
53496
  connector?: wagmi0.Connector | undefined;
@@ -53493,22 +53499,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53493
53499
  functionName: string;
53494
53500
  args?: readonly unknown[] | undefined;
53495
53501
  address: Address;
53496
- chain?: viem416.Chain | null | undefined;
53497
- account?: `0x${string}` | viem416.Account | null | undefined;
53502
+ chain?: viem0.Chain | null | undefined;
53503
+ account?: `0x${string}` | viem0.Account | null | undefined;
53498
53504
  value?: bigint | undefined;
53499
53505
  dataSuffix?: `0x${string}` | undefined;
53500
53506
  type?: "eip4844" | undefined;
53501
53507
  gas?: bigint | undefined;
53502
53508
  nonce?: number | undefined;
53503
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
53509
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53504
53510
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53505
- kzg?: viem416.Kzg | undefined;
53511
+ kzg?: viem0.Kzg | undefined;
53506
53512
  gasPrice?: undefined | undefined;
53507
53513
  maxFeePerBlobGas?: bigint | undefined;
53508
53514
  maxFeePerGas?: bigint | undefined;
53509
53515
  maxPriorityFeePerGas?: bigint | undefined;
53510
- accessList?: viem416.AccessList | undefined;
53511
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53516
+ accessList?: viem0.AccessList | undefined;
53517
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53512
53518
  authorizationList?: undefined;
53513
53519
  chainId?: number | undefined;
53514
53520
  connector?: wagmi0.Connector | undefined;
@@ -53517,8 +53523,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53517
53523
  functionName: string;
53518
53524
  args?: readonly unknown[] | undefined;
53519
53525
  address: Address;
53520
- chain?: viem416.Chain | null | undefined;
53521
- account?: `0x${string}` | viem416.Account | null | undefined;
53526
+ chain?: viem0.Chain | null | undefined;
53527
+ account?: `0x${string}` | viem0.Account | null | undefined;
53522
53528
  value?: bigint | undefined;
53523
53529
  dataSuffix?: `0x${string}` | undefined;
53524
53530
  type?: "eip7702" | undefined;
@@ -53531,21 +53537,15 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53531
53537
  maxFeePerBlobGas?: undefined | undefined;
53532
53538
  maxFeePerGas?: bigint | undefined;
53533
53539
  maxPriorityFeePerGas?: bigint | undefined;
53534
- accessList?: viem416.AccessList | undefined;
53540
+ accessList?: viem0.AccessList | undefined;
53535
53541
  sidecars?: undefined;
53536
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
53542
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53537
53543
  chainId?: number | undefined;
53538
53544
  connector?: wagmi0.Connector | undefined;
53539
53545
  };
53540
- isError: false;
53541
53546
  isIdle: false;
53542
- isPending: true;
53543
- isSuccess: false;
53544
53547
  reset: () => void;
53545
53548
  context: unknown;
53546
- failureCount: number;
53547
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53548
- isPaused: boolean;
53549
53549
  submittedAt: number;
53550
53550
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
53551
53551
  updateMarketFees: (rates: {
@@ -53563,13 +53563,19 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53563
53563
  data: undefined;
53564
53564
  error: _wagmi_core0.WriteContractErrorType;
53565
53565
  status: "error";
53566
+ isError: true;
53567
+ isPending: false;
53568
+ isSuccess: false;
53569
+ failureCount: number;
53570
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53571
+ isPaused: boolean;
53566
53572
  variables: {
53567
53573
  abi: abitype17.Abi;
53568
53574
  functionName: string;
53569
53575
  args?: readonly unknown[] | undefined;
53570
53576
  address: Address;
53571
- chain?: viem416.Chain | null | undefined;
53572
- account?: `0x${string}` | viem416.Account | null | undefined;
53577
+ chain?: viem0.Chain | null | undefined;
53578
+ account?: `0x${string}` | viem0.Account | null | undefined;
53573
53579
  value?: bigint | undefined;
53574
53580
  dataSuffix?: `0x${string}` | undefined;
53575
53581
  type?: "legacy" | undefined;
@@ -53592,8 +53598,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53592
53598
  functionName: string;
53593
53599
  args?: readonly unknown[] | undefined;
53594
53600
  address: Address;
53595
- chain?: viem416.Chain | null | undefined;
53596
- account?: `0x${string}` | viem416.Account | null | undefined;
53601
+ chain?: viem0.Chain | null | undefined;
53602
+ account?: `0x${string}` | viem0.Account | null | undefined;
53597
53603
  value?: bigint | undefined;
53598
53604
  dataSuffix?: `0x${string}` | undefined;
53599
53605
  type?: "eip2930" | undefined;
@@ -53606,7 +53612,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53606
53612
  maxFeePerBlobGas?: undefined | undefined;
53607
53613
  maxFeePerGas?: undefined | undefined;
53608
53614
  maxPriorityFeePerGas?: undefined | undefined;
53609
- accessList?: viem416.AccessList | undefined;
53615
+ accessList?: viem0.AccessList | undefined;
53610
53616
  sidecars?: undefined;
53611
53617
  authorizationList?: undefined;
53612
53618
  chainId?: number | undefined;
@@ -53616,8 +53622,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53616
53622
  functionName: string;
53617
53623
  args?: readonly unknown[] | undefined;
53618
53624
  address: Address;
53619
- chain?: viem416.Chain | null | undefined;
53620
- account?: `0x${string}` | viem416.Account | null | undefined;
53625
+ chain?: viem0.Chain | null | undefined;
53626
+ account?: `0x${string}` | viem0.Account | null | undefined;
53621
53627
  value?: bigint | undefined;
53622
53628
  dataSuffix?: `0x${string}` | undefined;
53623
53629
  type?: "eip1559" | undefined;
@@ -53630,7 +53636,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53630
53636
  maxFeePerBlobGas?: undefined | undefined;
53631
53637
  maxFeePerGas?: bigint | undefined;
53632
53638
  maxPriorityFeePerGas?: bigint | undefined;
53633
- accessList?: viem416.AccessList | undefined;
53639
+ accessList?: viem0.AccessList | undefined;
53634
53640
  sidecars?: undefined;
53635
53641
  authorizationList?: undefined;
53636
53642
  chainId?: number | undefined;
@@ -53640,22 +53646,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53640
53646
  functionName: string;
53641
53647
  args?: readonly unknown[] | undefined;
53642
53648
  address: Address;
53643
- chain?: viem416.Chain | null | undefined;
53644
- account?: `0x${string}` | viem416.Account | null | undefined;
53649
+ chain?: viem0.Chain | null | undefined;
53650
+ account?: `0x${string}` | viem0.Account | null | undefined;
53645
53651
  value?: bigint | undefined;
53646
53652
  dataSuffix?: `0x${string}` | undefined;
53647
53653
  type?: "eip4844" | undefined;
53648
53654
  gas?: bigint | undefined;
53649
53655
  nonce?: number | undefined;
53650
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
53651
- blobVersionedHashes: readonly viem416.Hex[];
53656
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53657
+ blobVersionedHashes: readonly viem0.Hex[];
53652
53658
  kzg?: undefined;
53653
53659
  gasPrice?: undefined | undefined;
53654
53660
  maxFeePerBlobGas?: bigint | undefined;
53655
53661
  maxFeePerGas?: bigint | undefined;
53656
53662
  maxPriorityFeePerGas?: bigint | undefined;
53657
- accessList?: viem416.AccessList | undefined;
53658
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53663
+ accessList?: viem0.AccessList | undefined;
53664
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53659
53665
  authorizationList?: undefined;
53660
53666
  chainId?: number | undefined;
53661
53667
  connector?: wagmi0.Connector | undefined;
@@ -53664,22 +53670,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53664
53670
  functionName: string;
53665
53671
  args?: readonly unknown[] | undefined;
53666
53672
  address: Address;
53667
- chain?: viem416.Chain | null | undefined;
53668
- account?: `0x${string}` | viem416.Account | null | undefined;
53673
+ chain?: viem0.Chain | null | undefined;
53674
+ account?: `0x${string}` | viem0.Account | null | undefined;
53669
53675
  value?: bigint | undefined;
53670
53676
  dataSuffix?: `0x${string}` | undefined;
53671
53677
  type?: "eip4844" | undefined;
53672
53678
  gas?: bigint | undefined;
53673
53679
  nonce?: number | undefined;
53674
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
53680
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53675
53681
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53676
- kzg?: viem416.Kzg | undefined;
53682
+ kzg?: viem0.Kzg | undefined;
53677
53683
  gasPrice?: undefined | undefined;
53678
53684
  maxFeePerBlobGas?: bigint | undefined;
53679
53685
  maxFeePerGas?: bigint | undefined;
53680
53686
  maxPriorityFeePerGas?: bigint | undefined;
53681
- accessList?: viem416.AccessList | undefined;
53682
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53687
+ accessList?: viem0.AccessList | undefined;
53688
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53683
53689
  authorizationList?: undefined;
53684
53690
  chainId?: number | undefined;
53685
53691
  connector?: wagmi0.Connector | undefined;
@@ -53688,8 +53694,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53688
53694
  functionName: string;
53689
53695
  args?: readonly unknown[] | undefined;
53690
53696
  address: Address;
53691
- chain?: viem416.Chain | null | undefined;
53692
- account?: `0x${string}` | viem416.Account | null | undefined;
53697
+ chain?: viem0.Chain | null | undefined;
53698
+ account?: `0x${string}` | viem0.Account | null | undefined;
53693
53699
  value?: bigint | undefined;
53694
53700
  dataSuffix?: `0x${string}` | undefined;
53695
53701
  type?: "eip7702" | undefined;
@@ -53702,21 +53708,15 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53702
53708
  maxFeePerBlobGas?: undefined | undefined;
53703
53709
  maxFeePerGas?: bigint | undefined;
53704
53710
  maxPriorityFeePerGas?: bigint | undefined;
53705
- accessList?: viem416.AccessList | undefined;
53711
+ accessList?: viem0.AccessList | undefined;
53706
53712
  sidecars?: undefined;
53707
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
53713
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53708
53714
  chainId?: number | undefined;
53709
53715
  connector?: wagmi0.Connector | undefined;
53710
53716
  };
53711
- isError: true;
53712
53717
  isIdle: false;
53713
- isPending: false;
53714
- isSuccess: false;
53715
53718
  reset: () => void;
53716
53719
  context: unknown;
53717
- failureCount: number;
53718
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53719
- isPaused: boolean;
53720
53720
  submittedAt: number;
53721
53721
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
53722
53722
  updateMarketFees: (rates: {
@@ -53734,13 +53734,19 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53734
53734
  data: `0x${string}`;
53735
53735
  error: null;
53736
53736
  status: "success";
53737
+ isError: false;
53738
+ isPending: false;
53739
+ isSuccess: true;
53740
+ failureCount: number;
53741
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53742
+ isPaused: boolean;
53737
53743
  variables: {
53738
53744
  abi: abitype17.Abi;
53739
53745
  functionName: string;
53740
53746
  args?: readonly unknown[] | undefined;
53741
53747
  address: Address;
53742
- chain?: viem416.Chain | null | undefined;
53743
- account?: `0x${string}` | viem416.Account | null | undefined;
53748
+ chain?: viem0.Chain | null | undefined;
53749
+ account?: `0x${string}` | viem0.Account | null | undefined;
53744
53750
  value?: bigint | undefined;
53745
53751
  dataSuffix?: `0x${string}` | undefined;
53746
53752
  type?: "legacy" | undefined;
@@ -53763,8 +53769,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53763
53769
  functionName: string;
53764
53770
  args?: readonly unknown[] | undefined;
53765
53771
  address: Address;
53766
- chain?: viem416.Chain | null | undefined;
53767
- account?: `0x${string}` | viem416.Account | null | undefined;
53772
+ chain?: viem0.Chain | null | undefined;
53773
+ account?: `0x${string}` | viem0.Account | null | undefined;
53768
53774
  value?: bigint | undefined;
53769
53775
  dataSuffix?: `0x${string}` | undefined;
53770
53776
  type?: "eip2930" | undefined;
@@ -53777,7 +53783,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53777
53783
  maxFeePerBlobGas?: undefined | undefined;
53778
53784
  maxFeePerGas?: undefined | undefined;
53779
53785
  maxPriorityFeePerGas?: undefined | undefined;
53780
- accessList?: viem416.AccessList | undefined;
53786
+ accessList?: viem0.AccessList | undefined;
53781
53787
  sidecars?: undefined;
53782
53788
  authorizationList?: undefined;
53783
53789
  chainId?: number | undefined;
@@ -53787,8 +53793,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53787
53793
  functionName: string;
53788
53794
  args?: readonly unknown[] | undefined;
53789
53795
  address: Address;
53790
- chain?: viem416.Chain | null | undefined;
53791
- account?: `0x${string}` | viem416.Account | null | undefined;
53796
+ chain?: viem0.Chain | null | undefined;
53797
+ account?: `0x${string}` | viem0.Account | null | undefined;
53792
53798
  value?: bigint | undefined;
53793
53799
  dataSuffix?: `0x${string}` | undefined;
53794
53800
  type?: "eip1559" | undefined;
@@ -53801,7 +53807,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53801
53807
  maxFeePerBlobGas?: undefined | undefined;
53802
53808
  maxFeePerGas?: bigint | undefined;
53803
53809
  maxPriorityFeePerGas?: bigint | undefined;
53804
- accessList?: viem416.AccessList | undefined;
53810
+ accessList?: viem0.AccessList | undefined;
53805
53811
  sidecars?: undefined;
53806
53812
  authorizationList?: undefined;
53807
53813
  chainId?: number | undefined;
@@ -53811,22 +53817,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53811
53817
  functionName: string;
53812
53818
  args?: readonly unknown[] | undefined;
53813
53819
  address: Address;
53814
- chain?: viem416.Chain | null | undefined;
53815
- account?: `0x${string}` | viem416.Account | null | undefined;
53820
+ chain?: viem0.Chain | null | undefined;
53821
+ account?: `0x${string}` | viem0.Account | null | undefined;
53816
53822
  value?: bigint | undefined;
53817
53823
  dataSuffix?: `0x${string}` | undefined;
53818
53824
  type?: "eip4844" | undefined;
53819
53825
  gas?: bigint | undefined;
53820
53826
  nonce?: number | undefined;
53821
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
53822
- blobVersionedHashes: readonly viem416.Hex[];
53827
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53828
+ blobVersionedHashes: readonly viem0.Hex[];
53823
53829
  kzg?: undefined;
53824
53830
  gasPrice?: undefined | undefined;
53825
53831
  maxFeePerBlobGas?: bigint | undefined;
53826
53832
  maxFeePerGas?: bigint | undefined;
53827
53833
  maxPriorityFeePerGas?: bigint | undefined;
53828
- accessList?: viem416.AccessList | undefined;
53829
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53834
+ accessList?: viem0.AccessList | undefined;
53835
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53830
53836
  authorizationList?: undefined;
53831
53837
  chainId?: number | undefined;
53832
53838
  connector?: wagmi0.Connector | undefined;
@@ -53835,22 +53841,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53835
53841
  functionName: string;
53836
53842
  args?: readonly unknown[] | undefined;
53837
53843
  address: Address;
53838
- chain?: viem416.Chain | null | undefined;
53839
- account?: `0x${string}` | viem416.Account | null | undefined;
53844
+ chain?: viem0.Chain | null | undefined;
53845
+ account?: `0x${string}` | viem0.Account | null | undefined;
53840
53846
  value?: bigint | undefined;
53841
53847
  dataSuffix?: `0x${string}` | undefined;
53842
53848
  type?: "eip4844" | undefined;
53843
53849
  gas?: bigint | undefined;
53844
53850
  nonce?: number | undefined;
53845
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
53851
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53846
53852
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53847
- kzg?: viem416.Kzg | undefined;
53853
+ kzg?: viem0.Kzg | undefined;
53848
53854
  gasPrice?: undefined | undefined;
53849
53855
  maxFeePerBlobGas?: bigint | undefined;
53850
53856
  maxFeePerGas?: bigint | undefined;
53851
53857
  maxPriorityFeePerGas?: bigint | undefined;
53852
- accessList?: viem416.AccessList | undefined;
53853
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
53858
+ accessList?: viem0.AccessList | undefined;
53859
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53854
53860
  authorizationList?: undefined;
53855
53861
  chainId?: number | undefined;
53856
53862
  connector?: wagmi0.Connector | undefined;
@@ -53859,8 +53865,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53859
53865
  functionName: string;
53860
53866
  args?: readonly unknown[] | undefined;
53861
53867
  address: Address;
53862
- chain?: viem416.Chain | null | undefined;
53863
- account?: `0x${string}` | viem416.Account | null | undefined;
53868
+ chain?: viem0.Chain | null | undefined;
53869
+ account?: `0x${string}` | viem0.Account | null | undefined;
53864
53870
  value?: bigint | undefined;
53865
53871
  dataSuffix?: `0x${string}` | undefined;
53866
53872
  type?: "eip7702" | undefined;
@@ -53873,21 +53879,15 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53873
53879
  maxFeePerBlobGas?: undefined | undefined;
53874
53880
  maxFeePerGas?: bigint | undefined;
53875
53881
  maxPriorityFeePerGas?: bigint | undefined;
53876
- accessList?: viem416.AccessList | undefined;
53882
+ accessList?: viem0.AccessList | undefined;
53877
53883
  sidecars?: undefined;
53878
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
53884
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53879
53885
  chainId?: number | undefined;
53880
53886
  connector?: wagmi0.Connector | undefined;
53881
53887
  };
53882
- isError: false;
53883
53888
  isIdle: false;
53884
- isPending: false;
53885
- isSuccess: true;
53886
53889
  reset: () => void;
53887
53890
  context: unknown;
53888
- failureCount: number;
53889
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53890
- isPaused: boolean;
53891
53891
  submittedAt: number;
53892
53892
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
53893
53893
  updateMarketFees: (rates: {
@@ -54878,16 +54878,16 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
54878
54878
  data: undefined;
54879
54879
  error: null;
54880
54880
  status: "idle";
54881
- variables: undefined;
54882
54881
  isError: false;
54883
- isIdle: true;
54884
54882
  isPending: false;
54885
54883
  isSuccess: false;
54886
- reset: () => void;
54887
- context: unknown;
54888
54884
  failureCount: number;
54889
54885
  failureReason: _wagmi_core0.WriteContractErrorType | null;
54890
54886
  isPaused: boolean;
54887
+ variables: undefined;
54888
+ isIdle: true;
54889
+ reset: () => void;
54890
+ context: unknown;
54891
54891
  submittedAt: number;
54892
54892
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
54893
54893
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -54903,13 +54903,19 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
54903
54903
  data: undefined;
54904
54904
  error: null;
54905
54905
  status: "pending";
54906
+ isError: false;
54907
+ isPending: true;
54908
+ isSuccess: false;
54909
+ failureCount: number;
54910
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
54911
+ isPaused: boolean;
54906
54912
  variables: {
54907
54913
  abi: abitype17.Abi;
54908
54914
  functionName: string;
54909
54915
  args?: readonly unknown[] | undefined;
54910
54916
  address: Address;
54911
- chain?: viem416.Chain | null | undefined;
54912
- account?: `0x${string}` | viem416.Account | null | undefined;
54917
+ chain?: viem0.Chain | null | undefined;
54918
+ account?: `0x${string}` | viem0.Account | null | undefined;
54913
54919
  value?: bigint | undefined;
54914
54920
  dataSuffix?: `0x${string}` | undefined;
54915
54921
  type?: "legacy" | undefined;
@@ -54932,8 +54938,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
54932
54938
  functionName: string;
54933
54939
  args?: readonly unknown[] | undefined;
54934
54940
  address: Address;
54935
- chain?: viem416.Chain | null | undefined;
54936
- account?: `0x${string}` | viem416.Account | null | undefined;
54941
+ chain?: viem0.Chain | null | undefined;
54942
+ account?: `0x${string}` | viem0.Account | null | undefined;
54937
54943
  value?: bigint | undefined;
54938
54944
  dataSuffix?: `0x${string}` | undefined;
54939
54945
  type?: "eip2930" | undefined;
@@ -54946,7 +54952,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
54946
54952
  maxFeePerBlobGas?: undefined | undefined;
54947
54953
  maxFeePerGas?: undefined | undefined;
54948
54954
  maxPriorityFeePerGas?: undefined | undefined;
54949
- accessList?: viem416.AccessList | undefined;
54955
+ accessList?: viem0.AccessList | undefined;
54950
54956
  sidecars?: undefined;
54951
54957
  authorizationList?: undefined;
54952
54958
  chainId?: number | undefined;
@@ -54956,8 +54962,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
54956
54962
  functionName: string;
54957
54963
  args?: readonly unknown[] | undefined;
54958
54964
  address: Address;
54959
- chain?: viem416.Chain | null | undefined;
54960
- account?: `0x${string}` | viem416.Account | null | undefined;
54965
+ chain?: viem0.Chain | null | undefined;
54966
+ account?: `0x${string}` | viem0.Account | null | undefined;
54961
54967
  value?: bigint | undefined;
54962
54968
  dataSuffix?: `0x${string}` | undefined;
54963
54969
  type?: "eip1559" | undefined;
@@ -54970,7 +54976,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
54970
54976
  maxFeePerBlobGas?: undefined | undefined;
54971
54977
  maxFeePerGas?: bigint | undefined;
54972
54978
  maxPriorityFeePerGas?: bigint | undefined;
54973
- accessList?: viem416.AccessList | undefined;
54979
+ accessList?: viem0.AccessList | undefined;
54974
54980
  sidecars?: undefined;
54975
54981
  authorizationList?: undefined;
54976
54982
  chainId?: number | undefined;
@@ -54980,22 +54986,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
54980
54986
  functionName: string;
54981
54987
  args?: readonly unknown[] | undefined;
54982
54988
  address: Address;
54983
- chain?: viem416.Chain | null | undefined;
54984
- account?: `0x${string}` | viem416.Account | null | undefined;
54989
+ chain?: viem0.Chain | null | undefined;
54990
+ account?: `0x${string}` | viem0.Account | null | undefined;
54985
54991
  value?: bigint | undefined;
54986
54992
  dataSuffix?: `0x${string}` | undefined;
54987
54993
  type?: "eip4844" | undefined;
54988
54994
  gas?: bigint | undefined;
54989
54995
  nonce?: number | undefined;
54990
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
54991
- blobVersionedHashes: readonly viem416.Hex[];
54996
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
54997
+ blobVersionedHashes: readonly viem0.Hex[];
54992
54998
  kzg?: undefined;
54993
54999
  gasPrice?: undefined | undefined;
54994
55000
  maxFeePerBlobGas?: bigint | undefined;
54995
55001
  maxFeePerGas?: bigint | undefined;
54996
55002
  maxPriorityFeePerGas?: bigint | undefined;
54997
- accessList?: viem416.AccessList | undefined;
54998
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
55003
+ accessList?: viem0.AccessList | undefined;
55004
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
54999
55005
  authorizationList?: undefined;
55000
55006
  chainId?: number | undefined;
55001
55007
  connector?: wagmi0.Connector | undefined;
@@ -55004,22 +55010,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55004
55010
  functionName: string;
55005
55011
  args?: readonly unknown[] | undefined;
55006
55012
  address: Address;
55007
- chain?: viem416.Chain | null | undefined;
55008
- account?: `0x${string}` | viem416.Account | null | undefined;
55013
+ chain?: viem0.Chain | null | undefined;
55014
+ account?: `0x${string}` | viem0.Account | null | undefined;
55009
55015
  value?: bigint | undefined;
55010
55016
  dataSuffix?: `0x${string}` | undefined;
55011
55017
  type?: "eip4844" | undefined;
55012
55018
  gas?: bigint | undefined;
55013
55019
  nonce?: number | undefined;
55014
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
55020
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55015
55021
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55016
- kzg?: viem416.Kzg | undefined;
55022
+ kzg?: viem0.Kzg | undefined;
55017
55023
  gasPrice?: undefined | undefined;
55018
55024
  maxFeePerBlobGas?: bigint | undefined;
55019
55025
  maxFeePerGas?: bigint | undefined;
55020
55026
  maxPriorityFeePerGas?: bigint | undefined;
55021
- accessList?: viem416.AccessList | undefined;
55022
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
55027
+ accessList?: viem0.AccessList | undefined;
55028
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55023
55029
  authorizationList?: undefined;
55024
55030
  chainId?: number | undefined;
55025
55031
  connector?: wagmi0.Connector | undefined;
@@ -55028,8 +55034,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55028
55034
  functionName: string;
55029
55035
  args?: readonly unknown[] | undefined;
55030
55036
  address: Address;
55031
- chain?: viem416.Chain | null | undefined;
55032
- account?: `0x${string}` | viem416.Account | null | undefined;
55037
+ chain?: viem0.Chain | null | undefined;
55038
+ account?: `0x${string}` | viem0.Account | null | undefined;
55033
55039
  value?: bigint | undefined;
55034
55040
  dataSuffix?: `0x${string}` | undefined;
55035
55041
  type?: "eip7702" | undefined;
@@ -55042,21 +55048,15 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55042
55048
  maxFeePerBlobGas?: undefined | undefined;
55043
55049
  maxFeePerGas?: bigint | undefined;
55044
55050
  maxPriorityFeePerGas?: bigint | undefined;
55045
- accessList?: viem416.AccessList | undefined;
55051
+ accessList?: viem0.AccessList | undefined;
55046
55052
  sidecars?: undefined;
55047
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
55053
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55048
55054
  chainId?: number | undefined;
55049
55055
  connector?: wagmi0.Connector | undefined;
55050
55056
  };
55051
- isError: false;
55052
55057
  isIdle: false;
55053
- isPending: true;
55054
- isSuccess: false;
55055
55058
  reset: () => void;
55056
55059
  context: unknown;
55057
- failureCount: number;
55058
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55059
- isPaused: boolean;
55060
55060
  submittedAt: number;
55061
55061
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
55062
55062
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55072,13 +55072,19 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55072
55072
  data: undefined;
55073
55073
  error: _wagmi_core0.WriteContractErrorType;
55074
55074
  status: "error";
55075
+ isError: true;
55076
+ isPending: false;
55077
+ isSuccess: false;
55078
+ failureCount: number;
55079
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55080
+ isPaused: boolean;
55075
55081
  variables: {
55076
55082
  abi: abitype17.Abi;
55077
55083
  functionName: string;
55078
55084
  args?: readonly unknown[] | undefined;
55079
55085
  address: Address;
55080
- chain?: viem416.Chain | null | undefined;
55081
- account?: `0x${string}` | viem416.Account | null | undefined;
55086
+ chain?: viem0.Chain | null | undefined;
55087
+ account?: `0x${string}` | viem0.Account | null | undefined;
55082
55088
  value?: bigint | undefined;
55083
55089
  dataSuffix?: `0x${string}` | undefined;
55084
55090
  type?: "legacy" | undefined;
@@ -55101,8 +55107,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55101
55107
  functionName: string;
55102
55108
  args?: readonly unknown[] | undefined;
55103
55109
  address: Address;
55104
- chain?: viem416.Chain | null | undefined;
55105
- account?: `0x${string}` | viem416.Account | null | undefined;
55110
+ chain?: viem0.Chain | null | undefined;
55111
+ account?: `0x${string}` | viem0.Account | null | undefined;
55106
55112
  value?: bigint | undefined;
55107
55113
  dataSuffix?: `0x${string}` | undefined;
55108
55114
  type?: "eip2930" | undefined;
@@ -55115,7 +55121,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55115
55121
  maxFeePerBlobGas?: undefined | undefined;
55116
55122
  maxFeePerGas?: undefined | undefined;
55117
55123
  maxPriorityFeePerGas?: undefined | undefined;
55118
- accessList?: viem416.AccessList | undefined;
55124
+ accessList?: viem0.AccessList | undefined;
55119
55125
  sidecars?: undefined;
55120
55126
  authorizationList?: undefined;
55121
55127
  chainId?: number | undefined;
@@ -55125,8 +55131,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55125
55131
  functionName: string;
55126
55132
  args?: readonly unknown[] | undefined;
55127
55133
  address: Address;
55128
- chain?: viem416.Chain | null | undefined;
55129
- account?: `0x${string}` | viem416.Account | null | undefined;
55134
+ chain?: viem0.Chain | null | undefined;
55135
+ account?: `0x${string}` | viem0.Account | null | undefined;
55130
55136
  value?: bigint | undefined;
55131
55137
  dataSuffix?: `0x${string}` | undefined;
55132
55138
  type?: "eip1559" | undefined;
@@ -55139,7 +55145,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55139
55145
  maxFeePerBlobGas?: undefined | undefined;
55140
55146
  maxFeePerGas?: bigint | undefined;
55141
55147
  maxPriorityFeePerGas?: bigint | undefined;
55142
- accessList?: viem416.AccessList | undefined;
55148
+ accessList?: viem0.AccessList | undefined;
55143
55149
  sidecars?: undefined;
55144
55150
  authorizationList?: undefined;
55145
55151
  chainId?: number | undefined;
@@ -55149,22 +55155,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55149
55155
  functionName: string;
55150
55156
  args?: readonly unknown[] | undefined;
55151
55157
  address: Address;
55152
- chain?: viem416.Chain | null | undefined;
55153
- account?: `0x${string}` | viem416.Account | null | undefined;
55158
+ chain?: viem0.Chain | null | undefined;
55159
+ account?: `0x${string}` | viem0.Account | null | undefined;
55154
55160
  value?: bigint | undefined;
55155
55161
  dataSuffix?: `0x${string}` | undefined;
55156
55162
  type?: "eip4844" | undefined;
55157
55163
  gas?: bigint | undefined;
55158
55164
  nonce?: number | undefined;
55159
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
55160
- blobVersionedHashes: readonly viem416.Hex[];
55165
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55166
+ blobVersionedHashes: readonly viem0.Hex[];
55161
55167
  kzg?: undefined;
55162
55168
  gasPrice?: undefined | undefined;
55163
55169
  maxFeePerBlobGas?: bigint | undefined;
55164
55170
  maxFeePerGas?: bigint | undefined;
55165
55171
  maxPriorityFeePerGas?: bigint | undefined;
55166
- accessList?: viem416.AccessList | undefined;
55167
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
55172
+ accessList?: viem0.AccessList | undefined;
55173
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55168
55174
  authorizationList?: undefined;
55169
55175
  chainId?: number | undefined;
55170
55176
  connector?: wagmi0.Connector | undefined;
@@ -55173,22 +55179,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55173
55179
  functionName: string;
55174
55180
  args?: readonly unknown[] | undefined;
55175
55181
  address: Address;
55176
- chain?: viem416.Chain | null | undefined;
55177
- account?: `0x${string}` | viem416.Account | null | undefined;
55182
+ chain?: viem0.Chain | null | undefined;
55183
+ account?: `0x${string}` | viem0.Account | null | undefined;
55178
55184
  value?: bigint | undefined;
55179
55185
  dataSuffix?: `0x${string}` | undefined;
55180
55186
  type?: "eip4844" | undefined;
55181
55187
  gas?: bigint | undefined;
55182
55188
  nonce?: number | undefined;
55183
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
55189
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55184
55190
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55185
- kzg?: viem416.Kzg | undefined;
55191
+ kzg?: viem0.Kzg | undefined;
55186
55192
  gasPrice?: undefined | undefined;
55187
55193
  maxFeePerBlobGas?: bigint | undefined;
55188
55194
  maxFeePerGas?: bigint | undefined;
55189
55195
  maxPriorityFeePerGas?: bigint | undefined;
55190
- accessList?: viem416.AccessList | undefined;
55191
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
55196
+ accessList?: viem0.AccessList | undefined;
55197
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55192
55198
  authorizationList?: undefined;
55193
55199
  chainId?: number | undefined;
55194
55200
  connector?: wagmi0.Connector | undefined;
@@ -55197,8 +55203,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55197
55203
  functionName: string;
55198
55204
  args?: readonly unknown[] | undefined;
55199
55205
  address: Address;
55200
- chain?: viem416.Chain | null | undefined;
55201
- account?: `0x${string}` | viem416.Account | null | undefined;
55206
+ chain?: viem0.Chain | null | undefined;
55207
+ account?: `0x${string}` | viem0.Account | null | undefined;
55202
55208
  value?: bigint | undefined;
55203
55209
  dataSuffix?: `0x${string}` | undefined;
55204
55210
  type?: "eip7702" | undefined;
@@ -55211,21 +55217,15 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55211
55217
  maxFeePerBlobGas?: undefined | undefined;
55212
55218
  maxFeePerGas?: bigint | undefined;
55213
55219
  maxPriorityFeePerGas?: bigint | undefined;
55214
- accessList?: viem416.AccessList | undefined;
55220
+ accessList?: viem0.AccessList | undefined;
55215
55221
  sidecars?: undefined;
55216
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
55222
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55217
55223
  chainId?: number | undefined;
55218
55224
  connector?: wagmi0.Connector | undefined;
55219
55225
  };
55220
- isError: true;
55221
55226
  isIdle: false;
55222
- isPending: false;
55223
- isSuccess: false;
55224
55227
  reset: () => void;
55225
55228
  context: unknown;
55226
- failureCount: number;
55227
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55228
- isPaused: boolean;
55229
55229
  submittedAt: number;
55230
55230
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
55231
55231
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55241,13 +55241,19 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55241
55241
  data: `0x${string}`;
55242
55242
  error: null;
55243
55243
  status: "success";
55244
+ isError: false;
55245
+ isPending: false;
55246
+ isSuccess: true;
55247
+ failureCount: number;
55248
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55249
+ isPaused: boolean;
55244
55250
  variables: {
55245
55251
  abi: abitype17.Abi;
55246
55252
  functionName: string;
55247
55253
  args?: readonly unknown[] | undefined;
55248
55254
  address: Address;
55249
- chain?: viem416.Chain | null | undefined;
55250
- account?: `0x${string}` | viem416.Account | null | undefined;
55255
+ chain?: viem0.Chain | null | undefined;
55256
+ account?: `0x${string}` | viem0.Account | null | undefined;
55251
55257
  value?: bigint | undefined;
55252
55258
  dataSuffix?: `0x${string}` | undefined;
55253
55259
  type?: "legacy" | undefined;
@@ -55270,8 +55276,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55270
55276
  functionName: string;
55271
55277
  args?: readonly unknown[] | undefined;
55272
55278
  address: Address;
55273
- chain?: viem416.Chain | null | undefined;
55274
- account?: `0x${string}` | viem416.Account | null | undefined;
55279
+ chain?: viem0.Chain | null | undefined;
55280
+ account?: `0x${string}` | viem0.Account | null | undefined;
55275
55281
  value?: bigint | undefined;
55276
55282
  dataSuffix?: `0x${string}` | undefined;
55277
55283
  type?: "eip2930" | undefined;
@@ -55284,7 +55290,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55284
55290
  maxFeePerBlobGas?: undefined | undefined;
55285
55291
  maxFeePerGas?: undefined | undefined;
55286
55292
  maxPriorityFeePerGas?: undefined | undefined;
55287
- accessList?: viem416.AccessList | undefined;
55293
+ accessList?: viem0.AccessList | undefined;
55288
55294
  sidecars?: undefined;
55289
55295
  authorizationList?: undefined;
55290
55296
  chainId?: number | undefined;
@@ -55294,8 +55300,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55294
55300
  functionName: string;
55295
55301
  args?: readonly unknown[] | undefined;
55296
55302
  address: Address;
55297
- chain?: viem416.Chain | null | undefined;
55298
- account?: `0x${string}` | viem416.Account | null | undefined;
55303
+ chain?: viem0.Chain | null | undefined;
55304
+ account?: `0x${string}` | viem0.Account | null | undefined;
55299
55305
  value?: bigint | undefined;
55300
55306
  dataSuffix?: `0x${string}` | undefined;
55301
55307
  type?: "eip1559" | undefined;
@@ -55308,7 +55314,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55308
55314
  maxFeePerBlobGas?: undefined | undefined;
55309
55315
  maxFeePerGas?: bigint | undefined;
55310
55316
  maxPriorityFeePerGas?: bigint | undefined;
55311
- accessList?: viem416.AccessList | undefined;
55317
+ accessList?: viem0.AccessList | undefined;
55312
55318
  sidecars?: undefined;
55313
55319
  authorizationList?: undefined;
55314
55320
  chainId?: number | undefined;
@@ -55318,22 +55324,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55318
55324
  functionName: string;
55319
55325
  args?: readonly unknown[] | undefined;
55320
55326
  address: Address;
55321
- chain?: viem416.Chain | null | undefined;
55322
- account?: `0x${string}` | viem416.Account | null | undefined;
55327
+ chain?: viem0.Chain | null | undefined;
55328
+ account?: `0x${string}` | viem0.Account | null | undefined;
55323
55329
  value?: bigint | undefined;
55324
55330
  dataSuffix?: `0x${string}` | undefined;
55325
55331
  type?: "eip4844" | undefined;
55326
55332
  gas?: bigint | undefined;
55327
55333
  nonce?: number | undefined;
55328
- blobs?: readonly `0x${string}`[] | readonly viem416.ByteArray[] | undefined;
55329
- blobVersionedHashes: readonly viem416.Hex[];
55334
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55335
+ blobVersionedHashes: readonly viem0.Hex[];
55330
55336
  kzg?: undefined;
55331
55337
  gasPrice?: undefined | undefined;
55332
55338
  maxFeePerBlobGas?: bigint | undefined;
55333
55339
  maxFeePerGas?: bigint | undefined;
55334
55340
  maxPriorityFeePerGas?: bigint | undefined;
55335
- accessList?: viem416.AccessList | undefined;
55336
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
55341
+ accessList?: viem0.AccessList | undefined;
55342
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55337
55343
  authorizationList?: undefined;
55338
55344
  chainId?: number | undefined;
55339
55345
  connector?: wagmi0.Connector | undefined;
@@ -55342,22 +55348,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55342
55348
  functionName: string;
55343
55349
  args?: readonly unknown[] | undefined;
55344
55350
  address: Address;
55345
- chain?: viem416.Chain | null | undefined;
55346
- account?: `0x${string}` | viem416.Account | null | undefined;
55351
+ chain?: viem0.Chain | null | undefined;
55352
+ account?: `0x${string}` | viem0.Account | null | undefined;
55347
55353
  value?: bigint | undefined;
55348
55354
  dataSuffix?: `0x${string}` | undefined;
55349
55355
  type?: "eip4844" | undefined;
55350
55356
  gas?: bigint | undefined;
55351
55357
  nonce?: number | undefined;
55352
- blobs: readonly viem416.Hex[] | readonly viem416.ByteArray[];
55358
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55353
55359
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55354
- kzg?: viem416.Kzg | undefined;
55360
+ kzg?: viem0.Kzg | undefined;
55355
55361
  gasPrice?: undefined | undefined;
55356
55362
  maxFeePerBlobGas?: bigint | undefined;
55357
55363
  maxFeePerGas?: bigint | undefined;
55358
55364
  maxPriorityFeePerGas?: bigint | undefined;
55359
- accessList?: viem416.AccessList | undefined;
55360
- sidecars?: readonly viem416.BlobSidecar<`0x${string}`>[] | undefined;
55365
+ accessList?: viem0.AccessList | undefined;
55366
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55361
55367
  authorizationList?: undefined;
55362
55368
  chainId?: number | undefined;
55363
55369
  connector?: wagmi0.Connector | undefined;
@@ -55366,8 +55372,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55366
55372
  functionName: string;
55367
55373
  args?: readonly unknown[] | undefined;
55368
55374
  address: Address;
55369
- chain?: viem416.Chain | null | undefined;
55370
- account?: `0x${string}` | viem416.Account | null | undefined;
55375
+ chain?: viem0.Chain | null | undefined;
55376
+ account?: `0x${string}` | viem0.Account | null | undefined;
55371
55377
  value?: bigint | undefined;
55372
55378
  dataSuffix?: `0x${string}` | undefined;
55373
55379
  type?: "eip7702" | undefined;
@@ -55380,21 +55386,15 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55380
55386
  maxFeePerBlobGas?: undefined | undefined;
55381
55387
  maxFeePerGas?: bigint | undefined;
55382
55388
  maxPriorityFeePerGas?: bigint | undefined;
55383
- accessList?: viem416.AccessList | undefined;
55389
+ accessList?: viem0.AccessList | undefined;
55384
55390
  sidecars?: undefined;
55385
- authorizationList?: viem416.AuthorizationList<number, boolean> | undefined;
55391
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55386
55392
  chainId?: number | undefined;
55387
55393
  connector?: wagmi0.Connector | undefined;
55388
55394
  };
55389
- isError: false;
55390
55395
  isIdle: false;
55391
- isPending: false;
55392
- isSuccess: true;
55393
55396
  reset: () => void;
55394
55397
  context: unknown;
55395
- failureCount: number;
55396
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55397
- isPaused: boolean;
55398
55398
  submittedAt: number;
55399
55399
  writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
55400
55400
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55412,7 +55412,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55412
55412
  declare const useLens: () => {
55413
55413
  timelockLens: {
55414
55414
  read: {
55415
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
55415
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55416
55416
  readonly type: "function";
55417
55417
  readonly name: "batchGetRefTick";
55418
55418
  readonly inputs: readonly [{
@@ -56351,7 +56351,7 @@ declare const useLens: () => {
56351
56351
  }];
56352
56352
  readonly stateMutability: "view";
56353
56353
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
56354
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
56354
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56355
56355
  readonly type: "function";
56356
56356
  readonly name: "batchGetRefTick";
56357
56357
  readonly inputs: readonly [{
@@ -57302,7 +57302,7 @@ declare const useLens: () => {
57302
57302
  borrowedAmount0: bigint;
57303
57303
  borrowedAmount1: bigint;
57304
57304
  }[]>;
57305
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
57305
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
57306
57306
  readonly type: "function";
57307
57307
  readonly name: "batchGetRefTick";
57308
57308
  readonly inputs: readonly [{
@@ -58251,7 +58251,7 @@ declare const useLens: () => {
58251
58251
  expiresAt: number;
58252
58252
  liquidities: readonly bigint[];
58253
58253
  }[]>;
58254
- getFeeRates: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
58254
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58255
58255
  readonly type: "function";
58256
58256
  readonly name: "batchGetRefTick";
58257
58257
  readonly inputs: readonly [{
@@ -59196,7 +59196,7 @@ declare const useLens: () => {
59196
59196
  minBaseFee: bigint;
59197
59197
  feeRecipient: `0x${string}`;
59198
59198
  }>;
59199
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
59199
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59200
59200
  readonly type: "function";
59201
59201
  readonly name: "batchGetRefTick";
59202
59202
  readonly inputs: readonly [{
@@ -60151,7 +60151,7 @@ declare const useLens: () => {
60151
60151
  senderIsAdmin: boolean;
60152
60152
  senderIsPauser: boolean;
60153
60153
  }>;
60154
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
60154
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60155
60155
  readonly type: "function";
60156
60156
  readonly name: "batchGetRefTick";
60157
60157
  readonly inputs: readonly [{
@@ -61090,7 +61090,7 @@ declare const useLens: () => {
61090
61090
  }];
61091
61091
  readonly stateMutability: "view";
61092
61092
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
61093
- getMarketData: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
61093
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61094
61094
  readonly type: "function";
61095
61095
  readonly name: "batchGetRefTick";
61096
61096
  readonly inputs: readonly [{
@@ -62049,7 +62049,7 @@ declare const useLens: () => {
62049
62049
  optionAssetName: string;
62050
62050
  payoutAssetName: string;
62051
62051
  }>;
62052
- getMarketState: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
62052
+ getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
62053
62053
  readonly type: "function";
62054
62054
  readonly name: "batchGetRefTick";
62055
62055
  readonly inputs: readonly [{
@@ -62993,7 +62993,7 @@ declare const useLens: () => {
62993
62993
  feeStrategy: `0x${string}`;
62994
62994
  owner: `0x${string}`;
62995
62995
  }>;
62996
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
62996
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
62997
62997
  readonly type: "function";
62998
62998
  readonly name: "batchGetRefTick";
62999
62999
  readonly inputs: readonly [{
@@ -63932,7 +63932,7 @@ declare const useLens: () => {
63932
63932
  }];
63933
63933
  readonly stateMutability: "view";
63934
63934
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
63935
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
63935
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
63936
63936
  readonly type: "function";
63937
63937
  readonly name: "batchGetRefTick";
63938
63938
  readonly inputs: readonly [{
@@ -64871,7 +64871,7 @@ declare const useLens: () => {
64871
64871
  }];
64872
64872
  readonly stateMutability: "view";
64873
64873
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
64874
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
64874
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
64875
64875
  readonly type: "function";
64876
64876
  readonly name: "batchGetRefTick";
64877
64877
  readonly inputs: readonly [{
@@ -65810,7 +65810,7 @@ declare const useLens: () => {
65810
65810
  }];
65811
65811
  readonly stateMutability: "view";
65812
65812
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
65813
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
65813
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65814
65814
  readonly type: "function";
65815
65815
  readonly name: "batchGetRefTick";
65816
65816
  readonly inputs: readonly [{
@@ -66749,7 +66749,7 @@ declare const useLens: () => {
66749
66749
  }];
66750
66750
  readonly stateMutability: "view";
66751
66751
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
66752
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
66752
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
66753
66753
  readonly type: "function";
66754
66754
  readonly name: "batchGetRefTick";
66755
66755
  readonly inputs: readonly [{
@@ -67698,7 +67698,7 @@ declare const useLens: () => {
67698
67698
  expiresAt: number;
67699
67699
  liquidities: readonly bigint[];
67700
67700
  }>;
67701
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
67701
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67702
67702
  readonly type: "function";
67703
67703
  readonly name: "batchGetRefTick";
67704
67704
  readonly inputs: readonly [{
@@ -68643,7 +68643,7 @@ declare const useLens: () => {
68643
68643
  minPremiumDailyRate: number;
68644
68644
  minPremiumAmount: bigint;
68645
68645
  }>;
68646
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
68646
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
68647
68647
  readonly type: "function";
68648
68648
  readonly name: "batchGetRefTick";
68649
68649
  readonly inputs: readonly [{
@@ -69598,7 +69598,7 @@ declare const useLens: () => {
69598
69598
  fee: number;
69599
69599
  tickSpacing: number;
69600
69600
  hooks: `0x${string}`;
69601
- }], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
69601
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69602
69602
  readonly type: "function";
69603
69603
  readonly name: "batchGetRefTick";
69604
69604
  readonly inputs: readonly [{
@@ -70554,7 +70554,7 @@ declare const useLens: () => {
70554
70554
  tickSpacing: number;
70555
70555
  fee: number;
70556
70556
  }>;
70557
- getPricingParams: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
70557
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
70558
70558
  readonly type: "function";
70559
70559
  readonly name: "batchGetRefTick";
70560
70560
  readonly inputs: readonly [{
@@ -71493,7 +71493,7 @@ declare const useLens: () => {
71493
71493
  }];
71494
71494
  readonly stateMutability: "view";
71495
71495
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
71496
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
71496
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
71497
71497
  readonly type: "function";
71498
71498
  readonly name: "batchGetRefTick";
71499
71499
  readonly inputs: readonly [{
@@ -72432,7 +72432,7 @@ declare const useLens: () => {
72432
72432
  }];
72433
72433
  readonly stateMutability: "view";
72434
72434
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
72435
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
72435
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72436
72436
  readonly type: "function";
72437
72437
  readonly name: "batchGetRefTick";
72438
72438
  readonly inputs: readonly [{
@@ -73374,7 +73374,7 @@ declare const useLens: () => {
73374
73374
  dailyFundingRate: number;
73375
73375
  minFundingAmount: bigint;
73376
73376
  }>;
73377
- getTokenData: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
73377
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
73378
73378
  readonly type: "function";
73379
73379
  readonly name: "batchGetRefTick";
73380
73380
  readonly inputs: readonly [{
@@ -74317,7 +74317,7 @@ declare const useLens: () => {
74317
74317
  symbol: string;
74318
74318
  name: string;
74319
74319
  }>;
74320
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
74320
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
74321
74321
  readonly type: "function";
74322
74322
  readonly name: "batchGetRefTick";
74323
74323
  readonly inputs: readonly [{
@@ -75266,7 +75266,7 @@ declare const useLens: () => {
75266
75266
  expiresAt: number;
75267
75267
  liquidities: readonly bigint[];
75268
75268
  }[], bigint, boolean]>;
75269
- getVaultData: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
75269
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
75270
75270
  readonly type: "function";
75271
75271
  readonly name: "batchGetRefTick";
75272
75272
  readonly inputs: readonly [{
@@ -76215,7 +76215,7 @@ declare const useLens: () => {
76215
76215
  };
76216
76216
  owner: `0x${string}`;
76217
76217
  }>;
76218
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
76218
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
76219
76219
  readonly type: "function";
76220
76220
  readonly name: "batchGetRefTick";
76221
76221
  readonly inputs: readonly [{
@@ -78098,7 +78098,7 @@ declare const useLens: () => {
78098
78098
  } | undefined;
78099
78099
  stateView: {
78100
78100
  read: {
78101
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
78101
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
78102
78102
  readonly type: "function";
78103
78103
  readonly name: "getFeeGrowthGlobals";
78104
78104
  readonly inputs: readonly [{
@@ -78945,7 +78945,7 @@ declare const useLens: () => {
78945
78945
  fee: number;
78946
78946
  tickSpacing: number;
78947
78947
  hooks: `0x${string}`;
78948
- }], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
78948
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
78949
78949
  readonly type: "function";
78950
78950
  readonly name: "getFeeGrowthGlobals";
78951
78951
  readonly inputs: readonly [{
@@ -79787,7 +79787,7 @@ declare const useLens: () => {
79787
79787
  tickSpacing: number;
79788
79788
  hooks: `0x${string}`;
79789
79789
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
79790
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
79790
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
79791
79791
  readonly type: "function";
79792
79792
  readonly name: "getFeeGrowthGlobals";
79793
79793
  readonly inputs: readonly [{
@@ -80634,7 +80634,7 @@ declare const useLens: () => {
80634
80634
  fee: number;
80635
80635
  tickSpacing: number;
80636
80636
  hooks: `0x${string}`;
80637
- }, number, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
80637
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
80638
80638
  readonly type: "function";
80639
80639
  readonly name: "getFeeGrowthGlobals";
80640
80640
  readonly inputs: readonly [{
@@ -81476,7 +81476,7 @@ declare const useLens: () => {
81476
81476
  tickSpacing: number;
81477
81477
  hooks: `0x${string}`;
81478
81478
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
81479
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
81479
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
81480
81480
  readonly type: "function";
81481
81481
  readonly name: "getFeeGrowthGlobals";
81482
81482
  readonly inputs: readonly [{
@@ -82323,7 +82323,7 @@ declare const useLens: () => {
82323
82323
  fee: number;
82324
82324
  tickSpacing: number;
82325
82325
  hooks: `0x${string}`;
82326
- }], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
82326
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
82327
82327
  readonly type: "function";
82328
82328
  readonly name: "getFeeGrowthGlobals";
82329
82329
  readonly inputs: readonly [{
@@ -83165,7 +83165,7 @@ declare const useLens: () => {
83165
83165
  tickSpacing: number;
83166
83166
  hooks: `0x${string}`;
83167
83167
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
83168
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
83168
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
83169
83169
  readonly type: "function";
83170
83170
  readonly name: "getFeeGrowthGlobals";
83171
83171
  readonly inputs: readonly [{
@@ -84012,7 +84012,7 @@ declare const useLens: () => {
84012
84012
  fee: number;
84013
84013
  tickSpacing: number;
84014
84014
  hooks: `0x${string}`;
84015
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
84015
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
84016
84016
  readonly type: "function";
84017
84017
  readonly name: "getFeeGrowthGlobals";
84018
84018
  readonly inputs: readonly [{
@@ -84865,7 +84865,7 @@ declare const useLens: () => {
84865
84865
  fee: number;
84866
84866
  tickSpacing: number;
84867
84867
  hooks: `0x${string}`;
84868
- }, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
84868
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
84869
84869
  readonly type: "function";
84870
84870
  readonly name: "getFeeGrowthGlobals";
84871
84871
  readonly inputs: readonly [{
@@ -85718,7 +85718,7 @@ declare const useLens: () => {
85718
85718
  fee: number;
85719
85719
  tickSpacing: number;
85720
85720
  hooks: `0x${string}`;
85721
- }, `0x${string}`, number, number, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
85721
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
85722
85722
  readonly type: "function";
85723
85723
  readonly name: "getFeeGrowthGlobals";
85724
85724
  readonly inputs: readonly [{
@@ -86566,7 +86566,7 @@ declare const useLens: () => {
86566
86566
  tickSpacing: number;
86567
86567
  hooks: `0x${string}`;
86568
86568
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
86569
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
86569
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
86570
86570
  readonly type: "function";
86571
86571
  readonly name: "getFeeGrowthGlobals";
86572
86572
  readonly inputs: readonly [{
@@ -87413,7 +87413,7 @@ declare const useLens: () => {
87413
87413
  fee: number;
87414
87414
  tickSpacing: number;
87415
87415
  hooks: `0x${string}`;
87416
- }, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
87416
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
87417
87417
  readonly type: "function";
87418
87418
  readonly name: "getFeeGrowthGlobals";
87419
87419
  readonly inputs: readonly [{
@@ -88261,7 +88261,7 @@ declare const useLens: () => {
88261
88261
  fee: number;
88262
88262
  tickSpacing: number;
88263
88263
  hooks: `0x${string}`;
88264
- }], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
88264
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
88265
88265
  readonly type: "function";
88266
88266
  readonly name: "getFeeGrowthGlobals";
88267
88267
  readonly inputs: readonly [{
@@ -89103,7 +89103,7 @@ declare const useLens: () => {
89103
89103
  tickSpacing: number;
89104
89104
  hooks: `0x${string}`;
89105
89105
  }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89106
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
89106
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
89107
89107
  readonly type: "function";
89108
89108
  readonly name: "getFeeGrowthGlobals";
89109
89109
  readonly inputs: readonly [{
@@ -89939,7 +89939,7 @@ declare const useLens: () => {
89939
89939
  }];
89940
89940
  readonly stateMutability: "view";
89941
89941
  }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89942
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
89942
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
89943
89943
  readonly type: "function";
89944
89944
  readonly name: "getFeeGrowthGlobals";
89945
89945
  readonly inputs: readonly [{
@@ -90786,7 +90786,7 @@ declare const useLens: () => {
90786
90786
  fee: number;
90787
90787
  tickSpacing: number;
90788
90788
  hooks: `0x${string}`;
90789
- }, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
90789
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
90790
90790
  readonly type: "function";
90791
90791
  readonly name: "getFeeGrowthGlobals";
90792
90792
  readonly inputs: readonly [{
@@ -91628,7 +91628,7 @@ declare const useLens: () => {
91628
91628
  tickSpacing: number;
91629
91629
  hooks: `0x${string}`;
91630
91630
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
91631
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
91631
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
91632
91632
  readonly type: "function";
91633
91633
  readonly name: "getFeeGrowthGlobals";
91634
91634
  readonly inputs: readonly [{
@@ -92475,7 +92475,7 @@ declare const useLens: () => {
92475
92475
  fee: number;
92476
92476
  tickSpacing: number;
92477
92477
  hooks: `0x${string}`;
92478
- }, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
92478
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
92479
92479
  readonly type: "function";
92480
92480
  readonly name: "getFeeGrowthGlobals";
92481
92481
  readonly inputs: readonly [{
@@ -93317,7 +93317,7 @@ declare const useLens: () => {
93317
93317
  tickSpacing: number;
93318
93318
  hooks: `0x${string}`;
93319
93319
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
93320
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
93320
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93321
93321
  readonly type: "function";
93322
93322
  readonly name: "getFeeGrowthGlobals";
93323
93323
  readonly inputs: readonly [{
@@ -94164,7 +94164,7 @@ declare const useLens: () => {
94164
94164
  fee: number;
94165
94165
  tickSpacing: number;
94166
94166
  hooks: `0x${string}`;
94167
- }, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
94167
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
94168
94168
  readonly type: "function";
94169
94169
  readonly name: "getFeeGrowthGlobals";
94170
94170
  readonly inputs: readonly [{
@@ -95006,7 +95006,7 @@ declare const useLens: () => {
95006
95006
  tickSpacing: number;
95007
95007
  hooks: `0x${string}`;
95008
95008
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
95009
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
95009
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
95010
95010
  readonly type: "function";
95011
95011
  readonly name: "getFeeGrowthGlobals";
95012
95012
  readonly inputs: readonly [{
@@ -95853,7 +95853,7 @@ declare const useLens: () => {
95853
95853
  fee: number;
95854
95854
  tickSpacing: number;
95855
95855
  hooks: `0x${string}`;
95856
- }, number], options?: viem416.Prettify<viem416.UnionOmit<viem416.ReadContractParameters<readonly [{
95856
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
95857
95857
  readonly type: "function";
95858
95858
  readonly name: "getFeeGrowthGlobals";
95859
95859
  readonly inputs: readonly [{
@@ -97537,4 +97537,4 @@ declare const useLens: () => {
97537
97537
  };
97538
97538
  //#endregion
97539
97539
  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 };
97540
- //# sourceMappingURL=client-CMpyJqb-.d.ts.map
97540
+ //# sourceMappingURL=client-B5bV235L.d.ts.map