timelock-sdk 0.0.185 → 0.0.187

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-B0Om62Sk.cjs";
2
- import * as viem491 from "viem";
2
+ import * as viem0 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
4
  import React, { ReactNode } from "react";
5
5
  import "graphql";
@@ -247,7 +247,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
247
247
  };
248
248
  declare const getErc20: (address: Address, client: Client) => {
249
249
  read: {
250
- symbol: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
250
+ symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
251
251
  readonly type: "constructor";
252
252
  readonly inputs: readonly [{
253
253
  readonly name: "name_";
@@ -426,7 +426,7 @@ declare const getErc20: (address: Address, client: Client) => {
426
426
  }];
427
427
  readonly stateMutability: "nonpayable";
428
428
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
429
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
429
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
430
430
  readonly type: "constructor";
431
431
  readonly inputs: readonly [{
432
432
  readonly name: "name_";
@@ -605,7 +605,7 @@ declare const getErc20: (address: Address, client: Client) => {
605
605
  }];
606
606
  readonly stateMutability: "nonpayable";
607
607
  }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
608
- balanceOf: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
608
+ balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
609
609
  readonly type: "constructor";
610
610
  readonly inputs: readonly [{
611
611
  readonly name: "name_";
@@ -784,7 +784,7 @@ declare const getErc20: (address: Address, client: Client) => {
784
784
  }];
785
785
  readonly stateMutability: "nonpayable";
786
786
  }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
787
- decimals: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
787
+ decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
788
788
  readonly type: "constructor";
789
789
  readonly inputs: readonly [{
790
790
  readonly name: "name_";
@@ -963,7 +963,7 @@ declare const getErc20: (address: Address, client: Client) => {
963
963
  }];
964
964
  readonly stateMutability: "nonpayable";
965
965
  }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
966
- name: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
966
+ name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
967
967
  readonly type: "constructor";
968
968
  readonly inputs: readonly [{
969
969
  readonly name: "name_";
@@ -1142,7 +1142,7 @@ declare const getErc20: (address: Address, client: Client) => {
1142
1142
  }];
1143
1143
  readonly stateMutability: "nonpayable";
1144
1144
  }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1145
- totalSupply: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
1145
+ totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1146
1146
  readonly type: "constructor";
1147
1147
  readonly inputs: readonly [{
1148
1148
  readonly name: "name_";
@@ -1323,7 +1323,7 @@ declare const getErc20: (address: Address, client: Client) => {
1323
1323
  }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1324
1324
  };
1325
1325
  estimateGas: {
1326
- approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1326
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1327
1327
  readonly type: "constructor";
1328
1328
  readonly inputs: readonly [{
1329
1329
  readonly name: "name_";
@@ -1501,8 +1501,8 @@ declare const getErc20: (address: Address, client: Client) => {
1501
1501
  readonly internalType: "bool";
1502
1502
  }];
1503
1503
  readonly stateMutability: "nonpayable";
1504
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1505
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1504
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1505
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1506
1506
  readonly type: "constructor";
1507
1507
  readonly inputs: readonly [{
1508
1508
  readonly name: "name_";
@@ -1680,8 +1680,8 @@ declare const getErc20: (address: Address, client: Client) => {
1680
1680
  readonly internalType: "bool";
1681
1681
  }];
1682
1682
  readonly stateMutability: "nonpayable";
1683
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1684
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1683
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1684
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1685
1685
  readonly type: "constructor";
1686
1686
  readonly inputs: readonly [{
1687
1687
  readonly name: "name_";
@@ -1859,8 +1859,8 @@ declare const getErc20: (address: Address, client: Client) => {
1859
1859
  readonly internalType: "bool";
1860
1860
  }];
1861
1861
  readonly stateMutability: "nonpayable";
1862
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1863
- transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1862
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1863
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1864
1864
  readonly type: "constructor";
1865
1865
  readonly inputs: readonly [{
1866
1866
  readonly name: "name_";
@@ -2038,8 +2038,8 @@ declare const getErc20: (address: Address, client: Client) => {
2038
2038
  readonly internalType: "bool";
2039
2039
  }];
2040
2040
  readonly stateMutability: "nonpayable";
2041
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2042
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2041
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2042
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2043
2043
  readonly type: "constructor";
2044
2044
  readonly inputs: readonly [{
2045
2045
  readonly name: "name_";
@@ -2217,9 +2217,9 @@ declare const getErc20: (address: Address, client: Client) => {
2217
2217
  readonly internalType: "bool";
2218
2218
  }];
2219
2219
  readonly stateMutability: "nonpayable";
2220
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2220
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2221
2221
  } & {
2222
- approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2222
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2223
2223
  readonly type: "constructor";
2224
2224
  readonly inputs: readonly [{
2225
2225
  readonly name: "name_";
@@ -2397,8 +2397,8 @@ declare const getErc20: (address: Address, client: Client) => {
2397
2397
  readonly internalType: "bool";
2398
2398
  }];
2399
2399
  readonly stateMutability: "nonpayable";
2400
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2401
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2400
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2401
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2402
2402
  readonly type: "constructor";
2403
2403
  readonly inputs: readonly [{
2404
2404
  readonly name: "name_";
@@ -2576,8 +2576,8 @@ declare const getErc20: (address: Address, client: Client) => {
2576
2576
  readonly internalType: "bool";
2577
2577
  }];
2578
2578
  readonly stateMutability: "nonpayable";
2579
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2580
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2579
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2580
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2581
2581
  readonly type: "constructor";
2582
2582
  readonly inputs: readonly [{
2583
2583
  readonly name: "name_";
@@ -2755,8 +2755,8 @@ declare const getErc20: (address: Address, client: Client) => {
2755
2755
  readonly internalType: "bool";
2756
2756
  }];
2757
2757
  readonly stateMutability: "nonpayable";
2758
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2759
- transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2758
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2759
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2760
2760
  readonly type: "constructor";
2761
2761
  readonly inputs: readonly [{
2762
2762
  readonly name: "name_";
@@ -2934,8 +2934,8 @@ declare const getErc20: (address: Address, client: Client) => {
2934
2934
  readonly internalType: "bool";
2935
2935
  }];
2936
2936
  readonly stateMutability: "nonpayable";
2937
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2938
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2937
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2938
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2939
2939
  readonly type: "constructor";
2940
2940
  readonly inputs: readonly [{
2941
2941
  readonly name: "name_";
@@ -3113,10 +3113,10 @@ declare const getErc20: (address: Address, client: Client) => {
3113
3113
  readonly internalType: "bool";
3114
3114
  }];
3115
3115
  readonly stateMutability: "nonpayable";
3116
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
3116
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
3117
3117
  };
3118
3118
  simulate: {
3119
- approve: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3119
+ approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3120
3120
  readonly type: "constructor";
3121
3121
  readonly inputs: readonly [{
3122
3122
  readonly name: "name_";
@@ -3294,7 +3294,7 @@ declare const getErc20: (address: Address, client: Client) => {
3294
3294
  readonly internalType: "bool";
3295
3295
  }];
3296
3296
  readonly stateMutability: "nonpayable";
3297
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3297
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3298
3298
  readonly type: "constructor";
3299
3299
  readonly inputs: readonly [{
3300
3300
  readonly name: "name_";
@@ -3472,8 +3472,8 @@ declare const getErc20: (address: Address, client: Client) => {
3472
3472
  readonly internalType: "bool";
3473
3473
  }];
3474
3474
  readonly stateMutability: "nonpayable";
3475
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
3476
- decreaseAllowance: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3475
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3476
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3477
3477
  readonly type: "constructor";
3478
3478
  readonly inputs: readonly [{
3479
3479
  readonly name: "name_";
@@ -3651,7 +3651,7 @@ declare const getErc20: (address: Address, client: Client) => {
3651
3651
  readonly internalType: "bool";
3652
3652
  }];
3653
3653
  readonly stateMutability: "nonpayable";
3654
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3654
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3655
3655
  readonly type: "constructor";
3656
3656
  readonly inputs: readonly [{
3657
3657
  readonly name: "name_";
@@ -3829,8 +3829,8 @@ declare const getErc20: (address: Address, client: Client) => {
3829
3829
  readonly internalType: "bool";
3830
3830
  }];
3831
3831
  readonly stateMutability: "nonpayable";
3832
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
3833
- increaseAllowance: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
3832
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3833
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3834
3834
  readonly type: "constructor";
3835
3835
  readonly inputs: readonly [{
3836
3836
  readonly name: "name_";
@@ -4008,7 +4008,7 @@ declare const getErc20: (address: Address, client: Client) => {
4008
4008
  readonly internalType: "bool";
4009
4009
  }];
4010
4010
  readonly stateMutability: "nonpayable";
4011
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4011
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4012
4012
  readonly type: "constructor";
4013
4013
  readonly inputs: readonly [{
4014
4014
  readonly name: "name_";
@@ -4186,8 +4186,8 @@ declare const getErc20: (address: Address, client: Client) => {
4186
4186
  readonly internalType: "bool";
4187
4187
  }];
4188
4188
  readonly stateMutability: "nonpayable";
4189
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4190
- transfer: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
4189
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4190
+ transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4191
4191
  readonly type: "constructor";
4192
4192
  readonly inputs: readonly [{
4193
4193
  readonly name: "name_";
@@ -4365,7 +4365,7 @@ declare const getErc20: (address: Address, client: Client) => {
4365
4365
  readonly internalType: "bool";
4366
4366
  }];
4367
4367
  readonly stateMutability: "nonpayable";
4368
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4368
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4369
4369
  readonly type: "constructor";
4370
4370
  readonly inputs: readonly [{
4371
4371
  readonly name: "name_";
@@ -4543,8 +4543,8 @@ declare const getErc20: (address: Address, client: Client) => {
4543
4543
  readonly internalType: "bool";
4544
4544
  }];
4545
4545
  readonly stateMutability: "nonpayable";
4546
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4547
- transferFrom: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
4546
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4547
+ transferFrom: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4548
4548
  readonly type: "constructor";
4549
4549
  readonly inputs: readonly [{
4550
4550
  readonly name: "name_";
@@ -4722,7 +4722,7 @@ declare const getErc20: (address: Address, client: Client) => {
4722
4722
  readonly internalType: "bool";
4723
4723
  }];
4724
4724
  readonly stateMutability: "nonpayable";
4725
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4725
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4726
4726
  readonly type: "constructor";
4727
4727
  readonly inputs: readonly [{
4728
4728
  readonly name: "name_";
@@ -4900,10 +4900,10 @@ declare const getErc20: (address: Address, client: Client) => {
4900
4900
  readonly internalType: "bool";
4901
4901
  }];
4902
4902
  readonly stateMutability: "nonpayable";
4903
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride, accountOverride>>;
4903
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4904
4904
  };
4905
4905
  write: {
4906
- approve: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
4906
+ approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4907
4907
  readonly type: "constructor";
4908
4908
  readonly inputs: readonly [{
4909
4909
  readonly name: "name_";
@@ -5081,8 +5081,8 @@ declare const getErc20: (address: Address, client: Client) => {
5081
5081
  readonly internalType: "bool";
5082
5082
  }];
5083
5083
  readonly stateMutability: "nonpayable";
5084
- }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5085
- decreaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5084
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5085
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5086
5086
  readonly type: "constructor";
5087
5087
  readonly inputs: readonly [{
5088
5088
  readonly name: "name_";
@@ -5260,8 +5260,8 @@ declare const getErc20: (address: Address, client: Client) => {
5260
5260
  readonly internalType: "bool";
5261
5261
  }];
5262
5262
  readonly stateMutability: "nonpayable";
5263
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5264
- increaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5263
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5264
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5265
5265
  readonly type: "constructor";
5266
5266
  readonly inputs: readonly [{
5267
5267
  readonly name: "name_";
@@ -5439,8 +5439,8 @@ declare const getErc20: (address: Address, client: Client) => {
5439
5439
  readonly internalType: "bool";
5440
5440
  }];
5441
5441
  readonly stateMutability: "nonpayable";
5442
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5443
- transfer: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5442
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5443
+ transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5444
5444
  readonly type: "constructor";
5445
5445
  readonly inputs: readonly [{
5446
5446
  readonly name: "name_";
@@ -5618,8 +5618,8 @@ declare const getErc20: (address: Address, client: Client) => {
5618
5618
  readonly internalType: "bool";
5619
5619
  }];
5620
5620
  readonly stateMutability: "nonpayable";
5621
- }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5622
- transferFrom: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.WriteContractParameters<readonly [{
5621
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5622
+ transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5623
5623
  readonly type: "constructor";
5624
5624
  readonly inputs: readonly [{
5625
5625
  readonly name: "name_";
@@ -5797,7 +5797,7 @@ declare const getErc20: (address: Address, client: Client) => {
5797
5797
  readonly internalType: "bool";
5798
5798
  }];
5799
5799
  readonly stateMutability: "nonpayable";
5800
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5800
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5801
5801
  };
5802
5802
  address: `0x${string}`;
5803
5803
  abi: readonly [{
@@ -5983,7 +5983,7 @@ declare const getErc20: (address: Address, client: Client) => {
5983
5983
  declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
5984
5984
  declare const getStateView: (client: PublicClient, address?: Address) => Promise<{
5985
5985
  read: {
5986
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
5986
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
5987
5987
  readonly type: "function";
5988
5988
  readonly name: "getFeeGrowthGlobals";
5989
5989
  readonly inputs: readonly [{
@@ -6830,7 +6830,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
6830
6830
  fee: number;
6831
6831
  tickSpacing: number;
6832
6832
  hooks: `0x${string}`;
6833
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
6833
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6834
6834
  readonly type: "function";
6835
6835
  readonly name: "getFeeGrowthGlobals";
6836
6836
  readonly inputs: readonly [{
@@ -7672,7 +7672,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
7672
7672
  tickSpacing: number;
7673
7673
  hooks: `0x${string}`;
7674
7674
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
7675
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
7675
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7676
7676
  readonly type: "function";
7677
7677
  readonly name: "getFeeGrowthGlobals";
7678
7678
  readonly inputs: readonly [{
@@ -8519,7 +8519,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
8519
8519
  fee: number;
8520
8520
  tickSpacing: number;
8521
8521
  hooks: `0x${string}`;
8522
- }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
8522
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8523
8523
  readonly type: "function";
8524
8524
  readonly name: "getFeeGrowthGlobals";
8525
8525
  readonly inputs: readonly [{
@@ -9361,7 +9361,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
9361
9361
  tickSpacing: number;
9362
9362
  hooks: `0x${string}`;
9363
9363
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
9364
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
9364
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9365
9365
  readonly type: "function";
9366
9366
  readonly name: "getFeeGrowthGlobals";
9367
9367
  readonly inputs: readonly [{
@@ -10208,7 +10208,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
10208
10208
  fee: number;
10209
10209
  tickSpacing: number;
10210
10210
  hooks: `0x${string}`;
10211
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
10211
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10212
10212
  readonly type: "function";
10213
10213
  readonly name: "getFeeGrowthGlobals";
10214
10214
  readonly inputs: readonly [{
@@ -11050,7 +11050,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11050
11050
  tickSpacing: number;
11051
11051
  hooks: `0x${string}`;
11052
11052
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
11053
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11053
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11054
11054
  readonly type: "function";
11055
11055
  readonly name: "getFeeGrowthGlobals";
11056
11056
  readonly inputs: readonly [{
@@ -11897,7 +11897,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11897
11897
  fee: number;
11898
11898
  tickSpacing: number;
11899
11899
  hooks: `0x${string}`;
11900
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11900
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11901
11901
  readonly type: "function";
11902
11902
  readonly name: "getFeeGrowthGlobals";
11903
11903
  readonly inputs: readonly [{
@@ -12750,7 +12750,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
12750
12750
  fee: number;
12751
12751
  tickSpacing: number;
12752
12752
  hooks: `0x${string}`;
12753
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
12753
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12754
12754
  readonly type: "function";
12755
12755
  readonly name: "getFeeGrowthGlobals";
12756
12756
  readonly inputs: readonly [{
@@ -13603,7 +13603,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
13603
13603
  fee: number;
13604
13604
  tickSpacing: number;
13605
13605
  hooks: `0x${string}`;
13606
- }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
13606
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13607
13607
  readonly type: "function";
13608
13608
  readonly name: "getFeeGrowthGlobals";
13609
13609
  readonly inputs: readonly [{
@@ -14451,7 +14451,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
14451
14451
  tickSpacing: number;
14452
14452
  hooks: `0x${string}`;
14453
14453
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
14454
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
14454
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14455
14455
  readonly type: "function";
14456
14456
  readonly name: "getFeeGrowthGlobals";
14457
14457
  readonly inputs: readonly [{
@@ -15298,7 +15298,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
15298
15298
  fee: number;
15299
15299
  tickSpacing: number;
15300
15300
  hooks: `0x${string}`;
15301
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
15301
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15302
15302
  readonly type: "function";
15303
15303
  readonly name: "getFeeGrowthGlobals";
15304
15304
  readonly inputs: readonly [{
@@ -16146,7 +16146,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16146
16146
  fee: number;
16147
16147
  tickSpacing: number;
16148
16148
  hooks: `0x${string}`;
16149
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16149
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16150
16150
  readonly type: "function";
16151
16151
  readonly name: "getFeeGrowthGlobals";
16152
16152
  readonly inputs: readonly [{
@@ -16988,7 +16988,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16988
16988
  tickSpacing: number;
16989
16989
  hooks: `0x${string}`;
16990
16990
  }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16991
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16991
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16992
16992
  readonly type: "function";
16993
16993
  readonly name: "getFeeGrowthGlobals";
16994
16994
  readonly inputs: readonly [{
@@ -17824,7 +17824,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
17824
17824
  }];
17825
17825
  readonly stateMutability: "view";
17826
17826
  }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17827
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
17827
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17828
17828
  readonly type: "function";
17829
17829
  readonly name: "getFeeGrowthGlobals";
17830
17830
  readonly inputs: readonly [{
@@ -18671,7 +18671,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
18671
18671
  fee: number;
18672
18672
  tickSpacing: number;
18673
18673
  hooks: `0x${string}`;
18674
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
18674
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18675
18675
  readonly type: "function";
18676
18676
  readonly name: "getFeeGrowthGlobals";
18677
18677
  readonly inputs: readonly [{
@@ -19513,7 +19513,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
19513
19513
  tickSpacing: number;
19514
19514
  hooks: `0x${string}`;
19515
19515
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
19516
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
19516
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19517
19517
  readonly type: "function";
19518
19518
  readonly name: "getFeeGrowthGlobals";
19519
19519
  readonly inputs: readonly [{
@@ -20360,7 +20360,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
20360
20360
  fee: number;
20361
20361
  tickSpacing: number;
20362
20362
  hooks: `0x${string}`;
20363
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
20363
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20364
20364
  readonly type: "function";
20365
20365
  readonly name: "getFeeGrowthGlobals";
20366
20366
  readonly inputs: readonly [{
@@ -21202,7 +21202,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
21202
21202
  tickSpacing: number;
21203
21203
  hooks: `0x${string}`;
21204
21204
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
21205
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
21205
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21206
21206
  readonly type: "function";
21207
21207
  readonly name: "getFeeGrowthGlobals";
21208
21208
  readonly inputs: readonly [{
@@ -22049,7 +22049,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22049
22049
  fee: number;
22050
22050
  tickSpacing: number;
22051
22051
  hooks: `0x${string}`;
22052
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22052
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22053
22053
  readonly type: "function";
22054
22054
  readonly name: "getFeeGrowthGlobals";
22055
22055
  readonly inputs: readonly [{
@@ -22891,7 +22891,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22891
22891
  tickSpacing: number;
22892
22892
  hooks: `0x${string}`;
22893
22893
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
22894
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22894
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22895
22895
  readonly type: "function";
22896
22896
  readonly name: "getFeeGrowthGlobals";
22897
22897
  readonly inputs: readonly [{
@@ -23738,7 +23738,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
23738
23738
  fee: number;
23739
23739
  tickSpacing: number;
23740
23740
  hooks: `0x${string}`;
23741
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
23741
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23742
23742
  readonly type: "function";
23743
23743
  readonly name: "getFeeGrowthGlobals";
23744
23744
  readonly inputs: readonly [{
@@ -25421,7 +25421,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
25421
25421
  }>;
25422
25422
  declare const getTimelockLens: (client: PublicClient, address?: Address) => Promise<{
25423
25423
  read: {
25424
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
25424
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25425
25425
  readonly type: "function";
25426
25426
  readonly name: "batchGetRefTick";
25427
25427
  readonly inputs: readonly [{
@@ -26364,7 +26364,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
26364
26364
  }];
26365
26365
  readonly stateMutability: "view";
26366
26366
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26367
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
26367
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26368
26368
  readonly type: "function";
26369
26369
  readonly name: "batchGetRefTick";
26370
26370
  readonly inputs: readonly [{
@@ -27319,7 +27319,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27319
27319
  borrowedAmount0: bigint;
27320
27320
  borrowedAmount1: bigint;
27321
27321
  }[]>;
27322
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
27322
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27323
27323
  readonly type: "function";
27324
27324
  readonly name: "batchGetRefTick";
27325
27325
  readonly inputs: readonly [{
@@ -28272,7 +28272,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
28272
28272
  expiresAt: number;
28273
28273
  liquidities: readonly bigint[];
28274
28274
  }[]>;
28275
- getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
28275
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28276
28276
  readonly type: "function";
28277
28277
  readonly name: "batchGetRefTick";
28278
28278
  readonly inputs: readonly [{
@@ -29221,7 +29221,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
29221
29221
  minBaseFee: bigint;
29222
29222
  feeRecipient: `0x${string}`;
29223
29223
  }>;
29224
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
29224
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29225
29225
  readonly type: "function";
29226
29226
  readonly name: "batchGetRefTick";
29227
29227
  readonly inputs: readonly [{
@@ -30180,7 +30180,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
30180
30180
  senderIsAdmin: boolean;
30181
30181
  senderIsPauser: boolean;
30182
30182
  }>;
30183
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
30183
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30184
30184
  readonly type: "function";
30185
30185
  readonly name: "batchGetRefTick";
30186
30186
  readonly inputs: readonly [{
@@ -31123,7 +31123,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
31123
31123
  }];
31124
31124
  readonly stateMutability: "view";
31125
31125
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
31126
- getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
31126
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31127
31127
  readonly type: "function";
31128
31128
  readonly name: "batchGetRefTick";
31129
31129
  readonly inputs: readonly [{
@@ -32087,7 +32087,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
32087
32087
  optionAssetName: string;
32088
32088
  payoutAssetName: string;
32089
32089
  }>;
32090
- getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
32090
+ getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
32091
32091
  readonly type: "function";
32092
32092
  readonly name: "batchGetRefTick";
32093
32093
  readonly inputs: readonly [{
@@ -33035,7 +33035,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33035
33035
  feeStrategy: `0x${string}`;
33036
33036
  owner: `0x${string}`;
33037
33037
  }>;
33038
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
33038
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33039
33039
  readonly type: "function";
33040
33040
  readonly name: "batchGetRefTick";
33041
33041
  readonly inputs: readonly [{
@@ -33978,7 +33978,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33978
33978
  }];
33979
33979
  readonly stateMutability: "view";
33980
33980
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
33981
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
33981
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
33982
33982
  readonly type: "function";
33983
33983
  readonly name: "batchGetRefTick";
33984
33984
  readonly inputs: readonly [{
@@ -34921,7 +34921,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34921
34921
  }];
34922
34922
  readonly stateMutability: "view";
34923
34923
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
34924
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
34924
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
34925
34925
  readonly type: "function";
34926
34926
  readonly name: "batchGetRefTick";
34927
34927
  readonly inputs: readonly [{
@@ -35864,7 +35864,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
35864
35864
  }];
35865
35865
  readonly stateMutability: "view";
35866
35866
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
35867
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
35867
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
35868
35868
  readonly type: "function";
35869
35869
  readonly name: "batchGetRefTick";
35870
35870
  readonly inputs: readonly [{
@@ -36807,7 +36807,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
36807
36807
  }];
36808
36808
  readonly stateMutability: "view";
36809
36809
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
36810
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
36810
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
36811
36811
  readonly type: "function";
36812
36812
  readonly name: "batchGetRefTick";
36813
36813
  readonly inputs: readonly [{
@@ -37760,7 +37760,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
37760
37760
  expiresAt: number;
37761
37761
  liquidities: readonly bigint[];
37762
37762
  }>;
37763
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
37763
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
37764
37764
  readonly type: "function";
37765
37765
  readonly name: "batchGetRefTick";
37766
37766
  readonly inputs: readonly [{
@@ -38709,7 +38709,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
38709
38709
  minPremiumDailyRate: number;
38710
38710
  minPremiumAmount: bigint;
38711
38711
  }>;
38712
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
38712
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
38713
38713
  readonly type: "function";
38714
38714
  readonly name: "batchGetRefTick";
38715
38715
  readonly inputs: readonly [{
@@ -39668,7 +39668,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
39668
39668
  fee: number;
39669
39669
  tickSpacing: number;
39670
39670
  hooks: `0x${string}`;
39671
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
39671
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
39672
39672
  readonly type: "function";
39673
39673
  readonly name: "batchGetRefTick";
39674
39674
  readonly inputs: readonly [{
@@ -40628,7 +40628,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
40628
40628
  tickSpacing: number;
40629
40629
  fee: number;
40630
40630
  }>;
40631
- getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
40631
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
40632
40632
  readonly type: "function";
40633
40633
  readonly name: "batchGetRefTick";
40634
40634
  readonly inputs: readonly [{
@@ -41571,7 +41571,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
41571
41571
  }];
41572
41572
  readonly stateMutability: "view";
41573
41573
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41574
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
41574
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
41575
41575
  readonly type: "function";
41576
41576
  readonly name: "batchGetRefTick";
41577
41577
  readonly inputs: readonly [{
@@ -42514,7 +42514,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
42514
42514
  }];
42515
42515
  readonly stateMutability: "view";
42516
42516
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
42517
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
42517
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
42518
42518
  readonly type: "function";
42519
42519
  readonly name: "batchGetRefTick";
42520
42520
  readonly inputs: readonly [{
@@ -43460,7 +43460,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
43460
43460
  dailyFundingRate: number;
43461
43461
  minFundingAmount: bigint;
43462
43462
  }>;
43463
- getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
43463
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
43464
43464
  readonly type: "function";
43465
43465
  readonly name: "batchGetRefTick";
43466
43466
  readonly inputs: readonly [{
@@ -44407,7 +44407,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
44407
44407
  symbol: string;
44408
44408
  name: string;
44409
44409
  }>;
44410
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
44410
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
44411
44411
  readonly type: "function";
44412
44412
  readonly name: "batchGetRefTick";
44413
44413
  readonly inputs: readonly [{
@@ -45360,7 +45360,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
45360
45360
  expiresAt: number;
45361
45361
  liquidities: readonly bigint[];
45362
45362
  }[], bigint, boolean]>;
45363
- getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
45363
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
45364
45364
  readonly type: "function";
45365
45365
  readonly name: "batchGetRefTick";
45366
45366
  readonly inputs: readonly [{
@@ -46313,7 +46313,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
46313
46313
  };
46314
46314
  poolId: `0x${string}`;
46315
46315
  }>;
46316
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
46316
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
46317
46317
  readonly type: "function";
46318
46318
  readonly name: "batchGetRefTick";
46319
46319
  readonly inputs: readonly [{
@@ -49286,7 +49286,7 @@ declare const formatUSD: (value: Big | string | number) => string;
49286
49286
  //#endregion
49287
49287
  //#region src/hooks/options/useMaxPositionSize.d.ts
49288
49288
  declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
49289
- error: viem491.ReadContractErrorType;
49289
+ error: viem0.ReadContractErrorType;
49290
49290
  isError: true;
49291
49291
  isPending: false;
49292
49292
  isLoading: false;
@@ -49298,7 +49298,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49298
49298
  dataUpdatedAt: number;
49299
49299
  errorUpdatedAt: number;
49300
49300
  failureCount: number;
49301
- failureReason: viem491.ReadContractErrorType | null;
49301
+ failureReason: viem0.ReadContractErrorType | null;
49302
49302
  errorUpdateCount: number;
49303
49303
  isFetched: boolean;
49304
49304
  isFetchedAfterMount: boolean;
@@ -49308,7 +49308,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49308
49308
  isRefetching: boolean;
49309
49309
  isStale: boolean;
49310
49310
  isEnabled: boolean;
49311
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49311
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49312
49312
  fetchStatus: _tanstack_query_core0.FetchStatus;
49313
49313
  promise: Promise<never>;
49314
49314
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49327,7 +49327,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49327
49327
  dataUpdatedAt: number;
49328
49328
  errorUpdatedAt: number;
49329
49329
  failureCount: number;
49330
- failureReason: viem491.ReadContractErrorType | null;
49330
+ failureReason: viem0.ReadContractErrorType | null;
49331
49331
  errorUpdateCount: number;
49332
49332
  isFetched: boolean;
49333
49333
  isFetchedAfterMount: boolean;
@@ -49337,14 +49337,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49337
49337
  isRefetching: boolean;
49338
49338
  isStale: boolean;
49339
49339
  isEnabled: boolean;
49340
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49340
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49341
49341
  fetchStatus: _tanstack_query_core0.FetchStatus;
49342
49342
  promise: Promise<never>;
49343
49343
  queryKey: _tanstack_query_core0.QueryKey;
49344
49344
  maxCallSize: Amount | undefined;
49345
49345
  maxPutSize: Amount | undefined;
49346
49346
  } | {
49347
- error: viem491.ReadContractErrorType;
49347
+ error: viem0.ReadContractErrorType;
49348
49348
  isError: true;
49349
49349
  isPending: false;
49350
49350
  isLoading: false;
@@ -49356,7 +49356,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49356
49356
  dataUpdatedAt: number;
49357
49357
  errorUpdatedAt: number;
49358
49358
  failureCount: number;
49359
- failureReason: viem491.ReadContractErrorType | null;
49359
+ failureReason: viem0.ReadContractErrorType | null;
49360
49360
  errorUpdateCount: number;
49361
49361
  isFetched: boolean;
49362
49362
  isFetchedAfterMount: boolean;
@@ -49366,7 +49366,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49366
49366
  isRefetching: boolean;
49367
49367
  isStale: boolean;
49368
49368
  isEnabled: boolean;
49369
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49369
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49370
49370
  fetchStatus: _tanstack_query_core0.FetchStatus;
49371
49371
  promise: Promise<never>;
49372
49372
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49385,7 +49385,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49385
49385
  dataUpdatedAt: number;
49386
49386
  errorUpdatedAt: number;
49387
49387
  failureCount: number;
49388
- failureReason: viem491.ReadContractErrorType | null;
49388
+ failureReason: viem0.ReadContractErrorType | null;
49389
49389
  errorUpdateCount: number;
49390
49390
  isFetched: boolean;
49391
49391
  isFetchedAfterMount: boolean;
@@ -49395,7 +49395,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49395
49395
  isRefetching: boolean;
49396
49396
  isStale: boolean;
49397
49397
  isEnabled: boolean;
49398
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49398
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49399
49399
  fetchStatus: _tanstack_query_core0.FetchStatus;
49400
49400
  promise: Promise<never>;
49401
49401
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49413,7 +49413,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49413
49413
  dataUpdatedAt: number;
49414
49414
  errorUpdatedAt: number;
49415
49415
  failureCount: number;
49416
- failureReason: viem491.ReadContractErrorType | null;
49416
+ failureReason: viem0.ReadContractErrorType | null;
49417
49417
  errorUpdateCount: number;
49418
49418
  isFetched: boolean;
49419
49419
  isFetchedAfterMount: boolean;
@@ -49424,7 +49424,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49424
49424
  isRefetching: boolean;
49425
49425
  isStale: boolean;
49426
49426
  isEnabled: boolean;
49427
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49427
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49428
49428
  fetchStatus: _tanstack_query_core0.FetchStatus;
49429
49429
  promise: Promise<never>;
49430
49430
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49443,7 +49443,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49443
49443
  dataUpdatedAt: number;
49444
49444
  errorUpdatedAt: number;
49445
49445
  failureCount: number;
49446
- failureReason: viem491.ReadContractErrorType | null;
49446
+ failureReason: viem0.ReadContractErrorType | null;
49447
49447
  errorUpdateCount: number;
49448
49448
  isFetched: boolean;
49449
49449
  isFetchedAfterMount: boolean;
@@ -49453,7 +49453,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49453
49453
  isRefetching: boolean;
49454
49454
  isStale: boolean;
49455
49455
  isEnabled: boolean;
49456
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem491.ReadContractErrorType>>;
49456
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem0.ReadContractErrorType>>;
49457
49457
  fetchStatus: _tanstack_query_core0.FetchStatus;
49458
49458
  promise: Promise<never>;
49459
49459
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49692,7 +49692,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
49692
49692
  //#endregion
49693
49693
  //#region src/hooks/operators/useOperatorPerms.d.ts
49694
49694
  declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
49695
- error: viem491.ReadContractErrorType;
49695
+ error: viem0.ReadContractErrorType;
49696
49696
  isError: true;
49697
49697
  isPending: false;
49698
49698
  isLoading: false;
@@ -49704,7 +49704,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49704
49704
  dataUpdatedAt: number;
49705
49705
  errorUpdatedAt: number;
49706
49706
  failureCount: number;
49707
- failureReason: viem491.ReadContractErrorType | null;
49707
+ failureReason: viem0.ReadContractErrorType | null;
49708
49708
  errorUpdateCount: number;
49709
49709
  isFetched: boolean;
49710
49710
  isFetchedAfterMount: boolean;
@@ -49714,7 +49714,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49714
49714
  isRefetching: boolean;
49715
49715
  isStale: boolean;
49716
49716
  isEnabled: boolean;
49717
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49717
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49718
49718
  fetchStatus: _tanstack_query_core0.FetchStatus;
49719
49719
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49720
49720
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49739,7 +49739,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49739
49739
  dataUpdatedAt: number;
49740
49740
  errorUpdatedAt: number;
49741
49741
  failureCount: number;
49742
- failureReason: viem491.ReadContractErrorType | null;
49742
+ failureReason: viem0.ReadContractErrorType | null;
49743
49743
  errorUpdateCount: number;
49744
49744
  isFetched: boolean;
49745
49745
  isFetchedAfterMount: boolean;
@@ -49749,7 +49749,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49749
49749
  isRefetching: boolean;
49750
49750
  isStale: boolean;
49751
49751
  isEnabled: boolean;
49752
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49752
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49753
49753
  fetchStatus: _tanstack_query_core0.FetchStatus;
49754
49754
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49755
49755
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49762,7 +49762,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49762
49762
  effectiveApproval: bigint;
49763
49763
  };
49764
49764
  } | {
49765
- error: viem491.ReadContractErrorType;
49765
+ error: viem0.ReadContractErrorType;
49766
49766
  isError: true;
49767
49767
  isPending: false;
49768
49768
  isLoading: false;
@@ -49774,7 +49774,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49774
49774
  dataUpdatedAt: number;
49775
49775
  errorUpdatedAt: number;
49776
49776
  failureCount: number;
49777
- failureReason: viem491.ReadContractErrorType | null;
49777
+ failureReason: viem0.ReadContractErrorType | null;
49778
49778
  errorUpdateCount: number;
49779
49779
  isFetched: boolean;
49780
49780
  isFetchedAfterMount: boolean;
@@ -49784,7 +49784,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49784
49784
  isRefetching: boolean;
49785
49785
  isStale: boolean;
49786
49786
  isEnabled: boolean;
49787
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49787
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49788
49788
  fetchStatus: _tanstack_query_core0.FetchStatus;
49789
49789
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49790
49790
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49809,7 +49809,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49809
49809
  dataUpdatedAt: number;
49810
49810
  errorUpdatedAt: number;
49811
49811
  failureCount: number;
49812
- failureReason: viem491.ReadContractErrorType | null;
49812
+ failureReason: viem0.ReadContractErrorType | null;
49813
49813
  errorUpdateCount: number;
49814
49814
  isFetched: boolean;
49815
49815
  isFetchedAfterMount: boolean;
@@ -49819,7 +49819,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49819
49819
  isRefetching: boolean;
49820
49820
  isStale: boolean;
49821
49821
  isEnabled: boolean;
49822
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49822
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49823
49823
  fetchStatus: _tanstack_query_core0.FetchStatus;
49824
49824
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49825
49825
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49843,7 +49843,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49843
49843
  dataUpdatedAt: number;
49844
49844
  errorUpdatedAt: number;
49845
49845
  failureCount: number;
49846
- failureReason: viem491.ReadContractErrorType | null;
49846
+ failureReason: viem0.ReadContractErrorType | null;
49847
49847
  errorUpdateCount: number;
49848
49848
  isFetched: boolean;
49849
49849
  isFetchedAfterMount: boolean;
@@ -49854,7 +49854,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49854
49854
  isRefetching: boolean;
49855
49855
  isStale: boolean;
49856
49856
  isEnabled: boolean;
49857
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49857
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49858
49858
  fetchStatus: _tanstack_query_core0.FetchStatus;
49859
49859
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49860
49860
  queryKey: _tanstack_query_core0.QueryKey;
@@ -49879,7 +49879,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49879
49879
  dataUpdatedAt: number;
49880
49880
  errorUpdatedAt: number;
49881
49881
  failureCount: number;
49882
- failureReason: viem491.ReadContractErrorType | null;
49882
+ failureReason: viem0.ReadContractErrorType | null;
49883
49883
  errorUpdateCount: number;
49884
49884
  isFetched: boolean;
49885
49885
  isFetchedAfterMount: boolean;
@@ -49889,7 +49889,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
49889
49889
  isRefetching: boolean;
49890
49890
  isStale: boolean;
49891
49891
  isEnabled: boolean;
49892
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem491.ReadContractErrorType>>;
49892
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
49893
49893
  fetchStatus: _tanstack_query_core0.FetchStatus;
49894
49894
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
49895
49895
  queryKey: _tanstack_query_core0.QueryKey;
@@ -50869,7 +50869,7 @@ declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
50869
50869
  //#region src/hooks/vault/useLiquidityBlocks.d.ts
50870
50870
  type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
50871
50871
  declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50872
- error: viem491.ReadContractErrorType;
50872
+ error: viem0.ReadContractErrorType;
50873
50873
  isError: true;
50874
50874
  isPending: false;
50875
50875
  isLoading: false;
@@ -50881,7 +50881,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50881
50881
  dataUpdatedAt: number;
50882
50882
  errorUpdatedAt: number;
50883
50883
  failureCount: number;
50884
- failureReason: viem491.ReadContractErrorType | null;
50884
+ failureReason: viem0.ReadContractErrorType | null;
50885
50885
  errorUpdateCount: number;
50886
50886
  isFetched: boolean;
50887
50887
  isFetchedAfterMount: boolean;
@@ -50903,7 +50903,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50903
50903
  totalAmount1: bigint;
50904
50904
  borrowedAmount0: bigint;
50905
50905
  borrowedAmount1: bigint;
50906
- }[], viem491.ReadContractErrorType>>;
50906
+ }[], viem0.ReadContractErrorType>>;
50907
50907
  fetchStatus: _tanstack_query_core0.FetchStatus;
50908
50908
  promise: Promise<readonly {
50909
50909
  tickLower: number;
@@ -50945,7 +50945,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50945
50945
  dataUpdatedAt: number;
50946
50946
  errorUpdatedAt: number;
50947
50947
  failureCount: number;
50948
- failureReason: viem491.ReadContractErrorType | null;
50948
+ failureReason: viem0.ReadContractErrorType | null;
50949
50949
  errorUpdateCount: number;
50950
50950
  isFetched: boolean;
50951
50951
  isFetchedAfterMount: boolean;
@@ -50967,7 +50967,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50967
50967
  totalAmount1: bigint;
50968
50968
  borrowedAmount0: bigint;
50969
50969
  borrowedAmount1: bigint;
50970
- }[], viem491.ReadContractErrorType>>;
50970
+ }[], viem0.ReadContractErrorType>>;
50971
50971
  fetchStatus: _tanstack_query_core0.FetchStatus;
50972
50972
  promise: Promise<readonly {
50973
50973
  tickLower: number;
@@ -50997,7 +50997,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50997
50997
  borrowedAmount1: bigint;
50998
50998
  }[];
50999
50999
  } | {
51000
- error: viem491.ReadContractErrorType;
51000
+ error: viem0.ReadContractErrorType;
51001
51001
  isError: true;
51002
51002
  isPending: false;
51003
51003
  isLoading: false;
@@ -51009,7 +51009,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51009
51009
  dataUpdatedAt: number;
51010
51010
  errorUpdatedAt: number;
51011
51011
  failureCount: number;
51012
- failureReason: viem491.ReadContractErrorType | null;
51012
+ failureReason: viem0.ReadContractErrorType | null;
51013
51013
  errorUpdateCount: number;
51014
51014
  isFetched: boolean;
51015
51015
  isFetchedAfterMount: boolean;
@@ -51031,7 +51031,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51031
51031
  totalAmount1: bigint;
51032
51032
  borrowedAmount0: bigint;
51033
51033
  borrowedAmount1: bigint;
51034
- }[], viem491.ReadContractErrorType>>;
51034
+ }[], viem0.ReadContractErrorType>>;
51035
51035
  fetchStatus: _tanstack_query_core0.FetchStatus;
51036
51036
  promise: Promise<readonly {
51037
51037
  tickLower: number;
@@ -51073,7 +51073,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51073
51073
  dataUpdatedAt: number;
51074
51074
  errorUpdatedAt: number;
51075
51075
  failureCount: number;
51076
- failureReason: viem491.ReadContractErrorType | null;
51076
+ failureReason: viem0.ReadContractErrorType | null;
51077
51077
  errorUpdateCount: number;
51078
51078
  isFetched: boolean;
51079
51079
  isFetchedAfterMount: boolean;
@@ -51095,7 +51095,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51095
51095
  totalAmount1: bigint;
51096
51096
  borrowedAmount0: bigint;
51097
51097
  borrowedAmount1: bigint;
51098
- }[], viem491.ReadContractErrorType>>;
51098
+ }[], viem0.ReadContractErrorType>>;
51099
51099
  fetchStatus: _tanstack_query_core0.FetchStatus;
51100
51100
  promise: Promise<readonly {
51101
51101
  tickLower: number;
@@ -51136,7 +51136,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51136
51136
  dataUpdatedAt: number;
51137
51137
  errorUpdatedAt: number;
51138
51138
  failureCount: number;
51139
- failureReason: viem491.ReadContractErrorType | null;
51139
+ failureReason: viem0.ReadContractErrorType | null;
51140
51140
  errorUpdateCount: number;
51141
51141
  isFetched: boolean;
51142
51142
  isFetchedAfterMount: boolean;
@@ -51159,7 +51159,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51159
51159
  totalAmount1: bigint;
51160
51160
  borrowedAmount0: bigint;
51161
51161
  borrowedAmount1: bigint;
51162
- }[], viem491.ReadContractErrorType>>;
51162
+ }[], viem0.ReadContractErrorType>>;
51163
51163
  fetchStatus: _tanstack_query_core0.FetchStatus;
51164
51164
  promise: Promise<readonly {
51165
51165
  tickLower: number;
@@ -51201,7 +51201,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51201
51201
  dataUpdatedAt: number;
51202
51202
  errorUpdatedAt: number;
51203
51203
  failureCount: number;
51204
- failureReason: viem491.ReadContractErrorType | null;
51204
+ failureReason: viem0.ReadContractErrorType | null;
51205
51205
  errorUpdateCount: number;
51206
51206
  isFetched: boolean;
51207
51207
  isFetchedAfterMount: boolean;
@@ -51223,7 +51223,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51223
51223
  totalAmount1: bigint;
51224
51224
  borrowedAmount0: bigint;
51225
51225
  borrowedAmount1: bigint;
51226
- }[], viem491.ReadContractErrorType>>;
51226
+ }[], viem0.ReadContractErrorType>>;
51227
51227
  fetchStatus: _tanstack_query_core0.FetchStatus;
51228
51228
  promise: Promise<readonly {
51229
51229
  tickLower: number;
@@ -51299,7 +51299,7 @@ declare const useVaultTVL: (vaultAddr: Address | undefined) => {
51299
51299
  borrowed0: Amount;
51300
51300
  borrowed1: Amount;
51301
51301
  blocksCount: bigint;
51302
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem491.ReadContractErrorType>>;
51302
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
51303
51303
  };
51304
51304
  //#endregion
51305
51305
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -51312,7 +51312,7 @@ declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndef
51312
51312
  //#endregion
51313
51313
  //#region src/hooks/tokens/useTokenBalance.d.ts
51314
51314
  declare const useTokenBalance: (token?: Address, user?: Address) => {
51315
- error: viem491.ReadContractErrorType;
51315
+ error: viem0.ReadContractErrorType;
51316
51316
  isError: true;
51317
51317
  isPending: false;
51318
51318
  isLoading: false;
@@ -51324,7 +51324,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51324
51324
  dataUpdatedAt: number;
51325
51325
  errorUpdatedAt: number;
51326
51326
  failureCount: number;
51327
- failureReason: viem491.ReadContractErrorType | null;
51327
+ failureReason: viem0.ReadContractErrorType | null;
51328
51328
  errorUpdateCount: number;
51329
51329
  isFetched: boolean;
51330
51330
  isFetchedAfterMount: boolean;
@@ -51334,7 +51334,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51334
51334
  isRefetching: boolean;
51335
51335
  isStale: boolean;
51336
51336
  isEnabled: boolean;
51337
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51337
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51338
51338
  fetchStatus: _tanstack_query_core0.FetchStatus;
51339
51339
  promise: Promise<bigint>;
51340
51340
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51352,7 +51352,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51352
51352
  dataUpdatedAt: number;
51353
51353
  errorUpdatedAt: number;
51354
51354
  failureCount: number;
51355
- failureReason: viem491.ReadContractErrorType | null;
51355
+ failureReason: viem0.ReadContractErrorType | null;
51356
51356
  errorUpdateCount: number;
51357
51357
  isFetched: boolean;
51358
51358
  isFetchedAfterMount: boolean;
@@ -51362,13 +51362,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51362
51362
  isRefetching: boolean;
51363
51363
  isStale: boolean;
51364
51364
  isEnabled: boolean;
51365
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51365
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51366
51366
  fetchStatus: _tanstack_query_core0.FetchStatus;
51367
51367
  promise: Promise<bigint>;
51368
51368
  queryKey: _tanstack_query_core0.QueryKey;
51369
51369
  data: Amount | undefined;
51370
51370
  } | {
51371
- error: viem491.ReadContractErrorType;
51371
+ error: viem0.ReadContractErrorType;
51372
51372
  isError: true;
51373
51373
  isPending: false;
51374
51374
  isLoading: false;
@@ -51380,7 +51380,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51380
51380
  dataUpdatedAt: number;
51381
51381
  errorUpdatedAt: number;
51382
51382
  failureCount: number;
51383
- failureReason: viem491.ReadContractErrorType | null;
51383
+ failureReason: viem0.ReadContractErrorType | null;
51384
51384
  errorUpdateCount: number;
51385
51385
  isFetched: boolean;
51386
51386
  isFetchedAfterMount: boolean;
@@ -51390,7 +51390,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51390
51390
  isRefetching: boolean;
51391
51391
  isStale: boolean;
51392
51392
  isEnabled: boolean;
51393
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51393
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51394
51394
  fetchStatus: _tanstack_query_core0.FetchStatus;
51395
51395
  promise: Promise<bigint>;
51396
51396
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51408,7 +51408,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51408
51408
  dataUpdatedAt: number;
51409
51409
  errorUpdatedAt: number;
51410
51410
  failureCount: number;
51411
- failureReason: viem491.ReadContractErrorType | null;
51411
+ failureReason: viem0.ReadContractErrorType | null;
51412
51412
  errorUpdateCount: number;
51413
51413
  isFetched: boolean;
51414
51414
  isFetchedAfterMount: boolean;
@@ -51418,7 +51418,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51418
51418
  isRefetching: boolean;
51419
51419
  isStale: boolean;
51420
51420
  isEnabled: boolean;
51421
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51421
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51422
51422
  fetchStatus: _tanstack_query_core0.FetchStatus;
51423
51423
  promise: Promise<bigint>;
51424
51424
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51435,7 +51435,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51435
51435
  dataUpdatedAt: number;
51436
51436
  errorUpdatedAt: number;
51437
51437
  failureCount: number;
51438
- failureReason: viem491.ReadContractErrorType | null;
51438
+ failureReason: viem0.ReadContractErrorType | null;
51439
51439
  errorUpdateCount: number;
51440
51440
  isFetched: boolean;
51441
51441
  isFetchedAfterMount: boolean;
@@ -51446,7 +51446,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51446
51446
  isRefetching: boolean;
51447
51447
  isStale: boolean;
51448
51448
  isEnabled: boolean;
51449
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51449
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51450
51450
  fetchStatus: _tanstack_query_core0.FetchStatus;
51451
51451
  promise: Promise<bigint>;
51452
51452
  queryKey: _tanstack_query_core0.QueryKey;
@@ -51464,7 +51464,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51464
51464
  dataUpdatedAt: number;
51465
51465
  errorUpdatedAt: number;
51466
51466
  failureCount: number;
51467
- failureReason: viem491.ReadContractErrorType | null;
51467
+ failureReason: viem0.ReadContractErrorType | null;
51468
51468
  errorUpdateCount: number;
51469
51469
  isFetched: boolean;
51470
51470
  isFetchedAfterMount: boolean;
@@ -51474,7 +51474,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
51474
51474
  isRefetching: boolean;
51475
51475
  isStale: boolean;
51476
51476
  isEnabled: boolean;
51477
- refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem491.ReadContractErrorType>>;
51477
+ refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
51478
51478
  fetchStatus: _tanstack_query_core0.FetchStatus;
51479
51479
  promise: Promise<bigint>;
51480
51480
  queryKey: _tanstack_query_core0.QueryKey;
@@ -52456,16 +52456,16 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52456
52456
  data: undefined;
52457
52457
  error: null;
52458
52458
  status: "idle";
52459
+ variables: undefined;
52459
52460
  isError: false;
52461
+ isIdle: true;
52460
52462
  isPending: false;
52461
52463
  isSuccess: false;
52464
+ reset: () => void;
52465
+ context: unknown;
52462
52466
  failureCount: number;
52463
52467
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52464
52468
  isPaused: boolean;
52465
- variables: undefined;
52466
- isIdle: true;
52467
- reset: () => void;
52468
- context: unknown;
52469
52469
  submittedAt: number;
52470
52470
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52471
52471
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52473,24 +52473,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52473
52473
  data: undefined;
52474
52474
  error: null;
52475
52475
  status: "pending";
52476
- isError: false;
52477
- isPending: true;
52478
- isSuccess: false;
52479
- failureCount: number;
52480
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52481
- isPaused: boolean;
52482
52476
  variables: {
52483
52477
  abi: abitype0.Abi;
52484
52478
  functionName: string;
52485
52479
  args?: readonly unknown[] | undefined;
52486
52480
  address: Address;
52487
- chain?: viem491.Chain | null | undefined;
52488
- account?: `0x${string}` | viem491.Account | null | undefined;
52481
+ chain?: viem0.Chain | null | undefined;
52482
+ account?: `0x${string}` | viem0.Account | null | undefined;
52489
52483
  value?: bigint | undefined;
52490
52484
  dataSuffix?: `0x${string}` | undefined;
52485
+ type?: "legacy" | undefined;
52491
52486
  gas?: bigint | undefined;
52492
52487
  nonce?: number | undefined;
52493
- type?: "legacy" | undefined;
52494
52488
  blobs?: undefined;
52495
52489
  blobVersionedHashes?: undefined;
52496
52490
  kzg?: undefined;
@@ -52508,13 +52502,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52508
52502
  functionName: string;
52509
52503
  args?: readonly unknown[] | undefined;
52510
52504
  address: Address;
52511
- chain?: viem491.Chain | null | undefined;
52512
- account?: `0x${string}` | viem491.Account | null | undefined;
52505
+ chain?: viem0.Chain | null | undefined;
52506
+ account?: `0x${string}` | viem0.Account | null | undefined;
52513
52507
  value?: bigint | undefined;
52514
52508
  dataSuffix?: `0x${string}` | undefined;
52509
+ type?: "eip2930" | undefined;
52515
52510
  gas?: bigint | undefined;
52516
52511
  nonce?: number | undefined;
52517
- type?: "eip2930" | undefined;
52518
52512
  blobs?: undefined;
52519
52513
  blobVersionedHashes?: undefined;
52520
52514
  kzg?: undefined;
@@ -52522,7 +52516,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52522
52516
  maxFeePerBlobGas?: undefined | undefined;
52523
52517
  maxFeePerGas?: undefined | undefined;
52524
52518
  maxPriorityFeePerGas?: undefined | undefined;
52525
- accessList?: viem491.AccessList | undefined;
52519
+ accessList?: viem0.AccessList | undefined;
52526
52520
  sidecars?: undefined;
52527
52521
  authorizationList?: undefined;
52528
52522
  chainId?: number | undefined;
@@ -52532,13 +52526,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52532
52526
  functionName: string;
52533
52527
  args?: readonly unknown[] | undefined;
52534
52528
  address: Address;
52535
- chain?: viem491.Chain | null | undefined;
52536
- account?: `0x${string}` | viem491.Account | null | undefined;
52529
+ chain?: viem0.Chain | null | undefined;
52530
+ account?: `0x${string}` | viem0.Account | null | undefined;
52537
52531
  value?: bigint | undefined;
52538
52532
  dataSuffix?: `0x${string}` | undefined;
52533
+ type?: "eip1559" | undefined;
52539
52534
  gas?: bigint | undefined;
52540
52535
  nonce?: number | undefined;
52541
- type?: "eip1559" | undefined;
52542
52536
  blobs?: undefined;
52543
52537
  blobVersionedHashes?: undefined;
52544
52538
  kzg?: undefined;
@@ -52546,7 +52540,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52546
52540
  maxFeePerBlobGas?: undefined | undefined;
52547
52541
  maxFeePerGas?: bigint | undefined;
52548
52542
  maxPriorityFeePerGas?: bigint | undefined;
52549
- accessList?: viem491.AccessList | undefined;
52543
+ accessList?: viem0.AccessList | undefined;
52550
52544
  sidecars?: undefined;
52551
52545
  authorizationList?: undefined;
52552
52546
  chainId?: number | undefined;
@@ -52556,22 +52550,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52556
52550
  functionName: string;
52557
52551
  args?: readonly unknown[] | undefined;
52558
52552
  address: Address;
52559
- chain?: viem491.Chain | null | undefined;
52560
- account?: `0x${string}` | viem491.Account | null | undefined;
52553
+ chain?: viem0.Chain | null | undefined;
52554
+ account?: `0x${string}` | viem0.Account | null | undefined;
52561
52555
  value?: bigint | undefined;
52562
52556
  dataSuffix?: `0x${string}` | undefined;
52557
+ type?: "eip4844" | undefined;
52563
52558
  gas?: bigint | undefined;
52564
52559
  nonce?: number | undefined;
52565
- type?: "eip4844" | undefined;
52566
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52567
- blobVersionedHashes: readonly viem491.Hex[];
52560
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52561
+ blobVersionedHashes: readonly viem0.Hex[];
52568
52562
  kzg?: undefined;
52569
52563
  gasPrice?: undefined | undefined;
52570
52564
  maxFeePerBlobGas?: bigint | undefined;
52571
52565
  maxFeePerGas?: bigint | undefined;
52572
52566
  maxPriorityFeePerGas?: bigint | undefined;
52573
- accessList?: viem491.AccessList | undefined;
52574
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52567
+ accessList?: viem0.AccessList | undefined;
52568
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52575
52569
  authorizationList?: undefined;
52576
52570
  chainId?: number | undefined;
52577
52571
  connector?: wagmi0.Connector | undefined;
@@ -52580,22 +52574,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52580
52574
  functionName: string;
52581
52575
  args?: readonly unknown[] | undefined;
52582
52576
  address: Address;
52583
- chain?: viem491.Chain | null | undefined;
52584
- account?: `0x${string}` | viem491.Account | null | undefined;
52577
+ chain?: viem0.Chain | null | undefined;
52578
+ account?: `0x${string}` | viem0.Account | null | undefined;
52585
52579
  value?: bigint | undefined;
52586
52580
  dataSuffix?: `0x${string}` | undefined;
52581
+ type?: "eip4844" | undefined;
52587
52582
  gas?: bigint | undefined;
52588
52583
  nonce?: number | undefined;
52589
- type?: "eip4844" | undefined;
52590
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52584
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52591
52585
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52592
- kzg?: viem491.Kzg | undefined;
52586
+ kzg?: viem0.Kzg | undefined;
52593
52587
  gasPrice?: undefined | undefined;
52594
52588
  maxFeePerBlobGas?: bigint | undefined;
52595
52589
  maxFeePerGas?: bigint | undefined;
52596
52590
  maxPriorityFeePerGas?: bigint | undefined;
52597
- accessList?: viem491.AccessList | undefined;
52598
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52591
+ accessList?: viem0.AccessList | undefined;
52592
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52599
52593
  authorizationList?: undefined;
52600
52594
  chainId?: number | undefined;
52601
52595
  connector?: wagmi0.Connector | undefined;
@@ -52604,13 +52598,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52604
52598
  functionName: string;
52605
52599
  args?: readonly unknown[] | undefined;
52606
52600
  address: Address;
52607
- chain?: viem491.Chain | null | undefined;
52608
- account?: `0x${string}` | viem491.Account | null | undefined;
52601
+ chain?: viem0.Chain | null | undefined;
52602
+ account?: `0x${string}` | viem0.Account | null | undefined;
52609
52603
  value?: bigint | undefined;
52610
52604
  dataSuffix?: `0x${string}` | undefined;
52605
+ type?: "eip7702" | undefined;
52611
52606
  gas?: bigint | undefined;
52612
52607
  nonce?: number | undefined;
52613
- type?: "eip7702" | undefined;
52614
52608
  blobs?: undefined;
52615
52609
  blobVersionedHashes?: undefined;
52616
52610
  kzg?: undefined;
@@ -52618,15 +52612,21 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52618
52612
  maxFeePerBlobGas?: undefined | undefined;
52619
52613
  maxFeePerGas?: bigint | undefined;
52620
52614
  maxPriorityFeePerGas?: bigint | undefined;
52621
- accessList?: viem491.AccessList | undefined;
52615
+ accessList?: viem0.AccessList | undefined;
52622
52616
  sidecars?: undefined;
52623
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52617
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52624
52618
  chainId?: number | undefined;
52625
52619
  connector?: wagmi0.Connector | undefined;
52626
52620
  };
52621
+ isError: false;
52627
52622
  isIdle: false;
52623
+ isPending: true;
52624
+ isSuccess: false;
52628
52625
  reset: () => void;
52629
52626
  context: unknown;
52627
+ failureCount: number;
52628
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52629
+ isPaused: boolean;
52630
52630
  submittedAt: number;
52631
52631
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52632
52632
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52634,24 +52634,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52634
52634
  data: undefined;
52635
52635
  error: _wagmi_core0.WriteContractErrorType;
52636
52636
  status: "error";
52637
- isError: true;
52638
- isPending: false;
52639
- isSuccess: false;
52640
- failureCount: number;
52641
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52642
- isPaused: boolean;
52643
52637
  variables: {
52644
52638
  abi: abitype0.Abi;
52645
52639
  functionName: string;
52646
52640
  args?: readonly unknown[] | undefined;
52647
52641
  address: Address;
52648
- chain?: viem491.Chain | null | undefined;
52649
- account?: `0x${string}` | viem491.Account | null | undefined;
52642
+ chain?: viem0.Chain | null | undefined;
52643
+ account?: `0x${string}` | viem0.Account | null | undefined;
52650
52644
  value?: bigint | undefined;
52651
52645
  dataSuffix?: `0x${string}` | undefined;
52646
+ type?: "legacy" | undefined;
52652
52647
  gas?: bigint | undefined;
52653
52648
  nonce?: number | undefined;
52654
- type?: "legacy" | undefined;
52655
52649
  blobs?: undefined;
52656
52650
  blobVersionedHashes?: undefined;
52657
52651
  kzg?: undefined;
@@ -52669,13 +52663,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52669
52663
  functionName: string;
52670
52664
  args?: readonly unknown[] | undefined;
52671
52665
  address: Address;
52672
- chain?: viem491.Chain | null | undefined;
52673
- account?: `0x${string}` | viem491.Account | null | undefined;
52666
+ chain?: viem0.Chain | null | undefined;
52667
+ account?: `0x${string}` | viem0.Account | null | undefined;
52674
52668
  value?: bigint | undefined;
52675
52669
  dataSuffix?: `0x${string}` | undefined;
52670
+ type?: "eip2930" | undefined;
52676
52671
  gas?: bigint | undefined;
52677
52672
  nonce?: number | undefined;
52678
- type?: "eip2930" | undefined;
52679
52673
  blobs?: undefined;
52680
52674
  blobVersionedHashes?: undefined;
52681
52675
  kzg?: undefined;
@@ -52683,7 +52677,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52683
52677
  maxFeePerBlobGas?: undefined | undefined;
52684
52678
  maxFeePerGas?: undefined | undefined;
52685
52679
  maxPriorityFeePerGas?: undefined | undefined;
52686
- accessList?: viem491.AccessList | undefined;
52680
+ accessList?: viem0.AccessList | undefined;
52687
52681
  sidecars?: undefined;
52688
52682
  authorizationList?: undefined;
52689
52683
  chainId?: number | undefined;
@@ -52693,13 +52687,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52693
52687
  functionName: string;
52694
52688
  args?: readonly unknown[] | undefined;
52695
52689
  address: Address;
52696
- chain?: viem491.Chain | null | undefined;
52697
- account?: `0x${string}` | viem491.Account | null | undefined;
52690
+ chain?: viem0.Chain | null | undefined;
52691
+ account?: `0x${string}` | viem0.Account | null | undefined;
52698
52692
  value?: bigint | undefined;
52699
52693
  dataSuffix?: `0x${string}` | undefined;
52694
+ type?: "eip1559" | undefined;
52700
52695
  gas?: bigint | undefined;
52701
52696
  nonce?: number | undefined;
52702
- type?: "eip1559" | undefined;
52703
52697
  blobs?: undefined;
52704
52698
  blobVersionedHashes?: undefined;
52705
52699
  kzg?: undefined;
@@ -52707,7 +52701,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52707
52701
  maxFeePerBlobGas?: undefined | undefined;
52708
52702
  maxFeePerGas?: bigint | undefined;
52709
52703
  maxPriorityFeePerGas?: bigint | undefined;
52710
- accessList?: viem491.AccessList | undefined;
52704
+ accessList?: viem0.AccessList | undefined;
52711
52705
  sidecars?: undefined;
52712
52706
  authorizationList?: undefined;
52713
52707
  chainId?: number | undefined;
@@ -52717,22 +52711,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52717
52711
  functionName: string;
52718
52712
  args?: readonly unknown[] | undefined;
52719
52713
  address: Address;
52720
- chain?: viem491.Chain | null | undefined;
52721
- account?: `0x${string}` | viem491.Account | null | undefined;
52714
+ chain?: viem0.Chain | null | undefined;
52715
+ account?: `0x${string}` | viem0.Account | null | undefined;
52722
52716
  value?: bigint | undefined;
52723
52717
  dataSuffix?: `0x${string}` | undefined;
52718
+ type?: "eip4844" | undefined;
52724
52719
  gas?: bigint | undefined;
52725
52720
  nonce?: number | undefined;
52726
- type?: "eip4844" | undefined;
52727
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52728
- blobVersionedHashes: readonly viem491.Hex[];
52721
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52722
+ blobVersionedHashes: readonly viem0.Hex[];
52729
52723
  kzg?: undefined;
52730
52724
  gasPrice?: undefined | undefined;
52731
52725
  maxFeePerBlobGas?: bigint | undefined;
52732
52726
  maxFeePerGas?: bigint | undefined;
52733
52727
  maxPriorityFeePerGas?: bigint | undefined;
52734
- accessList?: viem491.AccessList | undefined;
52735
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52728
+ accessList?: viem0.AccessList | undefined;
52729
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52736
52730
  authorizationList?: undefined;
52737
52731
  chainId?: number | undefined;
52738
52732
  connector?: wagmi0.Connector | undefined;
@@ -52741,22 +52735,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52741
52735
  functionName: string;
52742
52736
  args?: readonly unknown[] | undefined;
52743
52737
  address: Address;
52744
- chain?: viem491.Chain | null | undefined;
52745
- account?: `0x${string}` | viem491.Account | null | undefined;
52738
+ chain?: viem0.Chain | null | undefined;
52739
+ account?: `0x${string}` | viem0.Account | null | undefined;
52746
52740
  value?: bigint | undefined;
52747
52741
  dataSuffix?: `0x${string}` | undefined;
52742
+ type?: "eip4844" | undefined;
52748
52743
  gas?: bigint | undefined;
52749
52744
  nonce?: number | undefined;
52750
- type?: "eip4844" | undefined;
52751
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52745
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52752
52746
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52753
- kzg?: viem491.Kzg | undefined;
52747
+ kzg?: viem0.Kzg | undefined;
52754
52748
  gasPrice?: undefined | undefined;
52755
52749
  maxFeePerBlobGas?: bigint | undefined;
52756
52750
  maxFeePerGas?: bigint | undefined;
52757
52751
  maxPriorityFeePerGas?: bigint | undefined;
52758
- accessList?: viem491.AccessList | undefined;
52759
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52752
+ accessList?: viem0.AccessList | undefined;
52753
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52760
52754
  authorizationList?: undefined;
52761
52755
  chainId?: number | undefined;
52762
52756
  connector?: wagmi0.Connector | undefined;
@@ -52765,13 +52759,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52765
52759
  functionName: string;
52766
52760
  args?: readonly unknown[] | undefined;
52767
52761
  address: Address;
52768
- chain?: viem491.Chain | null | undefined;
52769
- account?: `0x${string}` | viem491.Account | null | undefined;
52762
+ chain?: viem0.Chain | null | undefined;
52763
+ account?: `0x${string}` | viem0.Account | null | undefined;
52770
52764
  value?: bigint | undefined;
52771
52765
  dataSuffix?: `0x${string}` | undefined;
52766
+ type?: "eip7702" | undefined;
52772
52767
  gas?: bigint | undefined;
52773
52768
  nonce?: number | undefined;
52774
- type?: "eip7702" | undefined;
52775
52769
  blobs?: undefined;
52776
52770
  blobVersionedHashes?: undefined;
52777
52771
  kzg?: undefined;
@@ -52779,15 +52773,21 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52779
52773
  maxFeePerBlobGas?: undefined | undefined;
52780
52774
  maxFeePerGas?: bigint | undefined;
52781
52775
  maxPriorityFeePerGas?: bigint | undefined;
52782
- accessList?: viem491.AccessList | undefined;
52776
+ accessList?: viem0.AccessList | undefined;
52783
52777
  sidecars?: undefined;
52784
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52778
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52785
52779
  chainId?: number | undefined;
52786
52780
  connector?: wagmi0.Connector | undefined;
52787
52781
  };
52782
+ isError: true;
52788
52783
  isIdle: false;
52784
+ isPending: false;
52785
+ isSuccess: false;
52789
52786
  reset: () => void;
52790
52787
  context: unknown;
52788
+ failureCount: number;
52789
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52790
+ isPaused: boolean;
52791
52791
  submittedAt: number;
52792
52792
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52793
52793
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52795,24 +52795,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52795
52795
  data: `0x${string}`;
52796
52796
  error: null;
52797
52797
  status: "success";
52798
- isError: false;
52799
- isPending: false;
52800
- isSuccess: true;
52801
- failureCount: number;
52802
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52803
- isPaused: boolean;
52804
52798
  variables: {
52805
52799
  abi: abitype0.Abi;
52806
52800
  functionName: string;
52807
52801
  args?: readonly unknown[] | undefined;
52808
52802
  address: Address;
52809
- chain?: viem491.Chain | null | undefined;
52810
- account?: `0x${string}` | viem491.Account | null | undefined;
52803
+ chain?: viem0.Chain | null | undefined;
52804
+ account?: `0x${string}` | viem0.Account | null | undefined;
52811
52805
  value?: bigint | undefined;
52812
52806
  dataSuffix?: `0x${string}` | undefined;
52807
+ type?: "legacy" | undefined;
52813
52808
  gas?: bigint | undefined;
52814
52809
  nonce?: number | undefined;
52815
- type?: "legacy" | undefined;
52816
52810
  blobs?: undefined;
52817
52811
  blobVersionedHashes?: undefined;
52818
52812
  kzg?: undefined;
@@ -52830,13 +52824,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52830
52824
  functionName: string;
52831
52825
  args?: readonly unknown[] | undefined;
52832
52826
  address: Address;
52833
- chain?: viem491.Chain | null | undefined;
52834
- account?: `0x${string}` | viem491.Account | null | undefined;
52827
+ chain?: viem0.Chain | null | undefined;
52828
+ account?: `0x${string}` | viem0.Account | null | undefined;
52835
52829
  value?: bigint | undefined;
52836
52830
  dataSuffix?: `0x${string}` | undefined;
52831
+ type?: "eip2930" | undefined;
52837
52832
  gas?: bigint | undefined;
52838
52833
  nonce?: number | undefined;
52839
- type?: "eip2930" | undefined;
52840
52834
  blobs?: undefined;
52841
52835
  blobVersionedHashes?: undefined;
52842
52836
  kzg?: undefined;
@@ -52844,7 +52838,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52844
52838
  maxFeePerBlobGas?: undefined | undefined;
52845
52839
  maxFeePerGas?: undefined | undefined;
52846
52840
  maxPriorityFeePerGas?: undefined | undefined;
52847
- accessList?: viem491.AccessList | undefined;
52841
+ accessList?: viem0.AccessList | undefined;
52848
52842
  sidecars?: undefined;
52849
52843
  authorizationList?: undefined;
52850
52844
  chainId?: number | undefined;
@@ -52854,13 +52848,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52854
52848
  functionName: string;
52855
52849
  args?: readonly unknown[] | undefined;
52856
52850
  address: Address;
52857
- chain?: viem491.Chain | null | undefined;
52858
- account?: `0x${string}` | viem491.Account | null | undefined;
52851
+ chain?: viem0.Chain | null | undefined;
52852
+ account?: `0x${string}` | viem0.Account | null | undefined;
52859
52853
  value?: bigint | undefined;
52860
52854
  dataSuffix?: `0x${string}` | undefined;
52855
+ type?: "eip1559" | undefined;
52861
52856
  gas?: bigint | undefined;
52862
52857
  nonce?: number | undefined;
52863
- type?: "eip1559" | undefined;
52864
52858
  blobs?: undefined;
52865
52859
  blobVersionedHashes?: undefined;
52866
52860
  kzg?: undefined;
@@ -52868,7 +52862,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52868
52862
  maxFeePerBlobGas?: undefined | undefined;
52869
52863
  maxFeePerGas?: bigint | undefined;
52870
52864
  maxPriorityFeePerGas?: bigint | undefined;
52871
- accessList?: viem491.AccessList | undefined;
52865
+ accessList?: viem0.AccessList | undefined;
52872
52866
  sidecars?: undefined;
52873
52867
  authorizationList?: undefined;
52874
52868
  chainId?: number | undefined;
@@ -52878,22 +52872,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52878
52872
  functionName: string;
52879
52873
  args?: readonly unknown[] | undefined;
52880
52874
  address: Address;
52881
- chain?: viem491.Chain | null | undefined;
52882
- account?: `0x${string}` | viem491.Account | null | undefined;
52875
+ chain?: viem0.Chain | null | undefined;
52876
+ account?: `0x${string}` | viem0.Account | null | undefined;
52883
52877
  value?: bigint | undefined;
52884
52878
  dataSuffix?: `0x${string}` | undefined;
52879
+ type?: "eip4844" | undefined;
52885
52880
  gas?: bigint | undefined;
52886
52881
  nonce?: number | undefined;
52887
- type?: "eip4844" | undefined;
52888
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52889
- blobVersionedHashes: readonly viem491.Hex[];
52882
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
52883
+ blobVersionedHashes: readonly viem0.Hex[];
52890
52884
  kzg?: undefined;
52891
52885
  gasPrice?: undefined | undefined;
52892
52886
  maxFeePerBlobGas?: bigint | undefined;
52893
52887
  maxFeePerGas?: bigint | undefined;
52894
52888
  maxPriorityFeePerGas?: bigint | undefined;
52895
- accessList?: viem491.AccessList | undefined;
52896
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52889
+ accessList?: viem0.AccessList | undefined;
52890
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52897
52891
  authorizationList?: undefined;
52898
52892
  chainId?: number | undefined;
52899
52893
  connector?: wagmi0.Connector | undefined;
@@ -52902,22 +52896,22 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52902
52896
  functionName: string;
52903
52897
  args?: readonly unknown[] | undefined;
52904
52898
  address: Address;
52905
- chain?: viem491.Chain | null | undefined;
52906
- account?: `0x${string}` | viem491.Account | null | undefined;
52899
+ chain?: viem0.Chain | null | undefined;
52900
+ account?: `0x${string}` | viem0.Account | null | undefined;
52907
52901
  value?: bigint | undefined;
52908
52902
  dataSuffix?: `0x${string}` | undefined;
52903
+ type?: "eip4844" | undefined;
52909
52904
  gas?: bigint | undefined;
52910
52905
  nonce?: number | undefined;
52911
- type?: "eip4844" | undefined;
52912
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52906
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
52913
52907
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52914
- kzg?: viem491.Kzg | undefined;
52908
+ kzg?: viem0.Kzg | undefined;
52915
52909
  gasPrice?: undefined | undefined;
52916
52910
  maxFeePerBlobGas?: bigint | undefined;
52917
52911
  maxFeePerGas?: bigint | undefined;
52918
52912
  maxPriorityFeePerGas?: bigint | undefined;
52919
- accessList?: viem491.AccessList | undefined;
52920
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
52913
+ accessList?: viem0.AccessList | undefined;
52914
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
52921
52915
  authorizationList?: undefined;
52922
52916
  chainId?: number | undefined;
52923
52917
  connector?: wagmi0.Connector | undefined;
@@ -52926,13 +52920,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52926
52920
  functionName: string;
52927
52921
  args?: readonly unknown[] | undefined;
52928
52922
  address: Address;
52929
- chain?: viem491.Chain | null | undefined;
52930
- account?: `0x${string}` | viem491.Account | null | undefined;
52923
+ chain?: viem0.Chain | null | undefined;
52924
+ account?: `0x${string}` | viem0.Account | null | undefined;
52931
52925
  value?: bigint | undefined;
52932
52926
  dataSuffix?: `0x${string}` | undefined;
52927
+ type?: "eip7702" | undefined;
52933
52928
  gas?: bigint | undefined;
52934
52929
  nonce?: number | undefined;
52935
- type?: "eip7702" | undefined;
52936
52930
  blobs?: undefined;
52937
52931
  blobVersionedHashes?: undefined;
52938
52932
  kzg?: undefined;
@@ -52940,15 +52934,21 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52940
52934
  maxFeePerBlobGas?: undefined | undefined;
52941
52935
  maxFeePerGas?: bigint | undefined;
52942
52936
  maxPriorityFeePerGas?: bigint | undefined;
52943
- accessList?: viem491.AccessList | undefined;
52937
+ accessList?: viem0.AccessList | undefined;
52944
52938
  sidecars?: undefined;
52945
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
52939
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
52946
52940
  chainId?: number | undefined;
52947
52941
  connector?: wagmi0.Connector | undefined;
52948
52942
  };
52943
+ isError: false;
52949
52944
  isIdle: false;
52945
+ isPending: false;
52946
+ isSuccess: true;
52950
52947
  reset: () => void;
52951
52948
  context: unknown;
52949
+ failureCount: number;
52950
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52951
+ isPaused: boolean;
52952
52952
  submittedAt: number;
52953
52953
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52954
52954
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52959,16 +52959,16 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52959
52959
  data: undefined;
52960
52960
  error: null;
52961
52961
  status: "idle";
52962
+ variables: undefined;
52962
52963
  isError: false;
52964
+ isIdle: true;
52963
52965
  isPending: false;
52964
52966
  isSuccess: false;
52967
+ reset: () => void;
52968
+ context: unknown;
52965
52969
  failureCount: number;
52966
52970
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52967
52971
  isPaused: boolean;
52968
- variables: undefined;
52969
- isIdle: true;
52970
- reset: () => void;
52971
- context: unknown;
52972
52972
  submittedAt: number;
52973
52973
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52974
52974
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52976,24 +52976,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52976
52976
  data: undefined;
52977
52977
  error: null;
52978
52978
  status: "pending";
52979
- isError: false;
52980
- isPending: true;
52981
- isSuccess: false;
52982
- failureCount: number;
52983
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52984
- isPaused: boolean;
52985
52979
  variables: {
52986
52980
  abi: abitype0.Abi;
52987
52981
  functionName: string;
52988
52982
  args?: readonly unknown[] | undefined;
52989
52983
  address: Address;
52990
- chain?: viem491.Chain | null | undefined;
52991
- account?: `0x${string}` | viem491.Account | null | undefined;
52984
+ chain?: viem0.Chain | null | undefined;
52985
+ account?: `0x${string}` | viem0.Account | null | undefined;
52992
52986
  value?: bigint | undefined;
52993
52987
  dataSuffix?: `0x${string}` | undefined;
52988
+ type?: "legacy" | undefined;
52994
52989
  gas?: bigint | undefined;
52995
52990
  nonce?: number | undefined;
52996
- type?: "legacy" | undefined;
52997
52991
  blobs?: undefined;
52998
52992
  blobVersionedHashes?: undefined;
52999
52993
  kzg?: undefined;
@@ -53011,13 +53005,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53011
53005
  functionName: string;
53012
53006
  args?: readonly unknown[] | undefined;
53013
53007
  address: Address;
53014
- chain?: viem491.Chain | null | undefined;
53015
- account?: `0x${string}` | viem491.Account | null | undefined;
53008
+ chain?: viem0.Chain | null | undefined;
53009
+ account?: `0x${string}` | viem0.Account | null | undefined;
53016
53010
  value?: bigint | undefined;
53017
53011
  dataSuffix?: `0x${string}` | undefined;
53012
+ type?: "eip2930" | undefined;
53018
53013
  gas?: bigint | undefined;
53019
53014
  nonce?: number | undefined;
53020
- type?: "eip2930" | undefined;
53021
53015
  blobs?: undefined;
53022
53016
  blobVersionedHashes?: undefined;
53023
53017
  kzg?: undefined;
@@ -53025,7 +53019,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53025
53019
  maxFeePerBlobGas?: undefined | undefined;
53026
53020
  maxFeePerGas?: undefined | undefined;
53027
53021
  maxPriorityFeePerGas?: undefined | undefined;
53028
- accessList?: viem491.AccessList | undefined;
53022
+ accessList?: viem0.AccessList | undefined;
53029
53023
  sidecars?: undefined;
53030
53024
  authorizationList?: undefined;
53031
53025
  chainId?: number | undefined;
@@ -53035,13 +53029,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53035
53029
  functionName: string;
53036
53030
  args?: readonly unknown[] | undefined;
53037
53031
  address: Address;
53038
- chain?: viem491.Chain | null | undefined;
53039
- account?: `0x${string}` | viem491.Account | null | undefined;
53032
+ chain?: viem0.Chain | null | undefined;
53033
+ account?: `0x${string}` | viem0.Account | null | undefined;
53040
53034
  value?: bigint | undefined;
53041
53035
  dataSuffix?: `0x${string}` | undefined;
53036
+ type?: "eip1559" | undefined;
53042
53037
  gas?: bigint | undefined;
53043
53038
  nonce?: number | undefined;
53044
- type?: "eip1559" | undefined;
53045
53039
  blobs?: undefined;
53046
53040
  blobVersionedHashes?: undefined;
53047
53041
  kzg?: undefined;
@@ -53049,7 +53043,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53049
53043
  maxFeePerBlobGas?: undefined | undefined;
53050
53044
  maxFeePerGas?: bigint | undefined;
53051
53045
  maxPriorityFeePerGas?: bigint | undefined;
53052
- accessList?: viem491.AccessList | undefined;
53046
+ accessList?: viem0.AccessList | undefined;
53053
53047
  sidecars?: undefined;
53054
53048
  authorizationList?: undefined;
53055
53049
  chainId?: number | undefined;
@@ -53059,22 +53053,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53059
53053
  functionName: string;
53060
53054
  args?: readonly unknown[] | undefined;
53061
53055
  address: Address;
53062
- chain?: viem491.Chain | null | undefined;
53063
- account?: `0x${string}` | viem491.Account | null | undefined;
53056
+ chain?: viem0.Chain | null | undefined;
53057
+ account?: `0x${string}` | viem0.Account | null | undefined;
53064
53058
  value?: bigint | undefined;
53065
53059
  dataSuffix?: `0x${string}` | undefined;
53060
+ type?: "eip4844" | undefined;
53066
53061
  gas?: bigint | undefined;
53067
53062
  nonce?: number | undefined;
53068
- type?: "eip4844" | undefined;
53069
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53070
- blobVersionedHashes: readonly viem491.Hex[];
53063
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53064
+ blobVersionedHashes: readonly viem0.Hex[];
53071
53065
  kzg?: undefined;
53072
53066
  gasPrice?: undefined | undefined;
53073
53067
  maxFeePerBlobGas?: bigint | undefined;
53074
53068
  maxFeePerGas?: bigint | undefined;
53075
53069
  maxPriorityFeePerGas?: bigint | undefined;
53076
- accessList?: viem491.AccessList | undefined;
53077
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53070
+ accessList?: viem0.AccessList | undefined;
53071
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53078
53072
  authorizationList?: undefined;
53079
53073
  chainId?: number | undefined;
53080
53074
  connector?: wagmi0.Connector | undefined;
@@ -53083,22 +53077,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53083
53077
  functionName: string;
53084
53078
  args?: readonly unknown[] | undefined;
53085
53079
  address: Address;
53086
- chain?: viem491.Chain | null | undefined;
53087
- account?: `0x${string}` | viem491.Account | null | undefined;
53080
+ chain?: viem0.Chain | null | undefined;
53081
+ account?: `0x${string}` | viem0.Account | null | undefined;
53088
53082
  value?: bigint | undefined;
53089
53083
  dataSuffix?: `0x${string}` | undefined;
53084
+ type?: "eip4844" | undefined;
53090
53085
  gas?: bigint | undefined;
53091
53086
  nonce?: number | undefined;
53092
- type?: "eip4844" | undefined;
53093
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53087
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53094
53088
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53095
- kzg?: viem491.Kzg | undefined;
53089
+ kzg?: viem0.Kzg | undefined;
53096
53090
  gasPrice?: undefined | undefined;
53097
53091
  maxFeePerBlobGas?: bigint | undefined;
53098
53092
  maxFeePerGas?: bigint | undefined;
53099
53093
  maxPriorityFeePerGas?: bigint | undefined;
53100
- accessList?: viem491.AccessList | undefined;
53101
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53094
+ accessList?: viem0.AccessList | undefined;
53095
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53102
53096
  authorizationList?: undefined;
53103
53097
  chainId?: number | undefined;
53104
53098
  connector?: wagmi0.Connector | undefined;
@@ -53107,13 +53101,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53107
53101
  functionName: string;
53108
53102
  args?: readonly unknown[] | undefined;
53109
53103
  address: Address;
53110
- chain?: viem491.Chain | null | undefined;
53111
- account?: `0x${string}` | viem491.Account | null | undefined;
53104
+ chain?: viem0.Chain | null | undefined;
53105
+ account?: `0x${string}` | viem0.Account | null | undefined;
53112
53106
  value?: bigint | undefined;
53113
53107
  dataSuffix?: `0x${string}` | undefined;
53108
+ type?: "eip7702" | undefined;
53114
53109
  gas?: bigint | undefined;
53115
53110
  nonce?: number | undefined;
53116
- type?: "eip7702" | undefined;
53117
53111
  blobs?: undefined;
53118
53112
  blobVersionedHashes?: undefined;
53119
53113
  kzg?: undefined;
@@ -53121,15 +53115,21 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53121
53115
  maxFeePerBlobGas?: undefined | undefined;
53122
53116
  maxFeePerGas?: bigint | undefined;
53123
53117
  maxPriorityFeePerGas?: bigint | undefined;
53124
- accessList?: viem491.AccessList | undefined;
53118
+ accessList?: viem0.AccessList | undefined;
53125
53119
  sidecars?: undefined;
53126
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53120
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53127
53121
  chainId?: number | undefined;
53128
53122
  connector?: wagmi0.Connector | undefined;
53129
53123
  };
53124
+ isError: false;
53130
53125
  isIdle: false;
53126
+ isPending: true;
53127
+ isSuccess: false;
53131
53128
  reset: () => void;
53132
53129
  context: unknown;
53130
+ failureCount: number;
53131
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53132
+ isPaused: boolean;
53133
53133
  submittedAt: number;
53134
53134
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53135
53135
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -53137,24 +53137,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53137
53137
  data: undefined;
53138
53138
  error: _wagmi_core0.WriteContractErrorType;
53139
53139
  status: "error";
53140
- isError: true;
53141
- isPending: false;
53142
- isSuccess: false;
53143
- failureCount: number;
53144
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53145
- isPaused: boolean;
53146
53140
  variables: {
53147
53141
  abi: abitype0.Abi;
53148
53142
  functionName: string;
53149
53143
  args?: readonly unknown[] | undefined;
53150
53144
  address: Address;
53151
- chain?: viem491.Chain | null | undefined;
53152
- account?: `0x${string}` | viem491.Account | null | undefined;
53145
+ chain?: viem0.Chain | null | undefined;
53146
+ account?: `0x${string}` | viem0.Account | null | undefined;
53153
53147
  value?: bigint | undefined;
53154
53148
  dataSuffix?: `0x${string}` | undefined;
53149
+ type?: "legacy" | undefined;
53155
53150
  gas?: bigint | undefined;
53156
53151
  nonce?: number | undefined;
53157
- type?: "legacy" | undefined;
53158
53152
  blobs?: undefined;
53159
53153
  blobVersionedHashes?: undefined;
53160
53154
  kzg?: undefined;
@@ -53172,13 +53166,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53172
53166
  functionName: string;
53173
53167
  args?: readonly unknown[] | undefined;
53174
53168
  address: Address;
53175
- chain?: viem491.Chain | null | undefined;
53176
- account?: `0x${string}` | viem491.Account | null | undefined;
53169
+ chain?: viem0.Chain | null | undefined;
53170
+ account?: `0x${string}` | viem0.Account | null | undefined;
53177
53171
  value?: bigint | undefined;
53178
53172
  dataSuffix?: `0x${string}` | undefined;
53173
+ type?: "eip2930" | undefined;
53179
53174
  gas?: bigint | undefined;
53180
53175
  nonce?: number | undefined;
53181
- type?: "eip2930" | undefined;
53182
53176
  blobs?: undefined;
53183
53177
  blobVersionedHashes?: undefined;
53184
53178
  kzg?: undefined;
@@ -53186,7 +53180,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53186
53180
  maxFeePerBlobGas?: undefined | undefined;
53187
53181
  maxFeePerGas?: undefined | undefined;
53188
53182
  maxPriorityFeePerGas?: undefined | undefined;
53189
- accessList?: viem491.AccessList | undefined;
53183
+ accessList?: viem0.AccessList | undefined;
53190
53184
  sidecars?: undefined;
53191
53185
  authorizationList?: undefined;
53192
53186
  chainId?: number | undefined;
@@ -53196,13 +53190,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53196
53190
  functionName: string;
53197
53191
  args?: readonly unknown[] | undefined;
53198
53192
  address: Address;
53199
- chain?: viem491.Chain | null | undefined;
53200
- account?: `0x${string}` | viem491.Account | null | undefined;
53193
+ chain?: viem0.Chain | null | undefined;
53194
+ account?: `0x${string}` | viem0.Account | null | undefined;
53201
53195
  value?: bigint | undefined;
53202
53196
  dataSuffix?: `0x${string}` | undefined;
53197
+ type?: "eip1559" | undefined;
53203
53198
  gas?: bigint | undefined;
53204
53199
  nonce?: number | undefined;
53205
- type?: "eip1559" | undefined;
53206
53200
  blobs?: undefined;
53207
53201
  blobVersionedHashes?: undefined;
53208
53202
  kzg?: undefined;
@@ -53210,7 +53204,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53210
53204
  maxFeePerBlobGas?: undefined | undefined;
53211
53205
  maxFeePerGas?: bigint | undefined;
53212
53206
  maxPriorityFeePerGas?: bigint | undefined;
53213
- accessList?: viem491.AccessList | undefined;
53207
+ accessList?: viem0.AccessList | undefined;
53214
53208
  sidecars?: undefined;
53215
53209
  authorizationList?: undefined;
53216
53210
  chainId?: number | undefined;
@@ -53220,22 +53214,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53220
53214
  functionName: string;
53221
53215
  args?: readonly unknown[] | undefined;
53222
53216
  address: Address;
53223
- chain?: viem491.Chain | null | undefined;
53224
- account?: `0x${string}` | viem491.Account | null | undefined;
53217
+ chain?: viem0.Chain | null | undefined;
53218
+ account?: `0x${string}` | viem0.Account | null | undefined;
53225
53219
  value?: bigint | undefined;
53226
53220
  dataSuffix?: `0x${string}` | undefined;
53221
+ type?: "eip4844" | undefined;
53227
53222
  gas?: bigint | undefined;
53228
53223
  nonce?: number | undefined;
53229
- type?: "eip4844" | undefined;
53230
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53231
- blobVersionedHashes: readonly viem491.Hex[];
53224
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53225
+ blobVersionedHashes: readonly viem0.Hex[];
53232
53226
  kzg?: undefined;
53233
53227
  gasPrice?: undefined | undefined;
53234
53228
  maxFeePerBlobGas?: bigint | undefined;
53235
53229
  maxFeePerGas?: bigint | undefined;
53236
53230
  maxPriorityFeePerGas?: bigint | undefined;
53237
- accessList?: viem491.AccessList | undefined;
53238
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53231
+ accessList?: viem0.AccessList | undefined;
53232
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53239
53233
  authorizationList?: undefined;
53240
53234
  chainId?: number | undefined;
53241
53235
  connector?: wagmi0.Connector | undefined;
@@ -53244,22 +53238,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53244
53238
  functionName: string;
53245
53239
  args?: readonly unknown[] | undefined;
53246
53240
  address: Address;
53247
- chain?: viem491.Chain | null | undefined;
53248
- account?: `0x${string}` | viem491.Account | null | undefined;
53241
+ chain?: viem0.Chain | null | undefined;
53242
+ account?: `0x${string}` | viem0.Account | null | undefined;
53249
53243
  value?: bigint | undefined;
53250
53244
  dataSuffix?: `0x${string}` | undefined;
53245
+ type?: "eip4844" | undefined;
53251
53246
  gas?: bigint | undefined;
53252
53247
  nonce?: number | undefined;
53253
- type?: "eip4844" | undefined;
53254
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53248
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53255
53249
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53256
- kzg?: viem491.Kzg | undefined;
53250
+ kzg?: viem0.Kzg | undefined;
53257
53251
  gasPrice?: undefined | undefined;
53258
53252
  maxFeePerBlobGas?: bigint | undefined;
53259
53253
  maxFeePerGas?: bigint | undefined;
53260
53254
  maxPriorityFeePerGas?: bigint | undefined;
53261
- accessList?: viem491.AccessList | undefined;
53262
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53255
+ accessList?: viem0.AccessList | undefined;
53256
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53263
53257
  authorizationList?: undefined;
53264
53258
  chainId?: number | undefined;
53265
53259
  connector?: wagmi0.Connector | undefined;
@@ -53268,13 +53262,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53268
53262
  functionName: string;
53269
53263
  args?: readonly unknown[] | undefined;
53270
53264
  address: Address;
53271
- chain?: viem491.Chain | null | undefined;
53272
- account?: `0x${string}` | viem491.Account | null | undefined;
53265
+ chain?: viem0.Chain | null | undefined;
53266
+ account?: `0x${string}` | viem0.Account | null | undefined;
53273
53267
  value?: bigint | undefined;
53274
53268
  dataSuffix?: `0x${string}` | undefined;
53269
+ type?: "eip7702" | undefined;
53275
53270
  gas?: bigint | undefined;
53276
53271
  nonce?: number | undefined;
53277
- type?: "eip7702" | undefined;
53278
53272
  blobs?: undefined;
53279
53273
  blobVersionedHashes?: undefined;
53280
53274
  kzg?: undefined;
@@ -53282,15 +53276,21 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53282
53276
  maxFeePerBlobGas?: undefined | undefined;
53283
53277
  maxFeePerGas?: bigint | undefined;
53284
53278
  maxPriorityFeePerGas?: bigint | undefined;
53285
- accessList?: viem491.AccessList | undefined;
53279
+ accessList?: viem0.AccessList | undefined;
53286
53280
  sidecars?: undefined;
53287
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53281
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53288
53282
  chainId?: number | undefined;
53289
53283
  connector?: wagmi0.Connector | undefined;
53290
53284
  };
53285
+ isError: true;
53291
53286
  isIdle: false;
53287
+ isPending: false;
53288
+ isSuccess: false;
53292
53289
  reset: () => void;
53293
53290
  context: unknown;
53291
+ failureCount: number;
53292
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53293
+ isPaused: boolean;
53294
53294
  submittedAt: number;
53295
53295
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53296
53296
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -53298,24 +53298,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53298
53298
  data: `0x${string}`;
53299
53299
  error: null;
53300
53300
  status: "success";
53301
- isError: false;
53302
- isPending: false;
53303
- isSuccess: true;
53304
- failureCount: number;
53305
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53306
- isPaused: boolean;
53307
53301
  variables: {
53308
53302
  abi: abitype0.Abi;
53309
53303
  functionName: string;
53310
53304
  args?: readonly unknown[] | undefined;
53311
53305
  address: Address;
53312
- chain?: viem491.Chain | null | undefined;
53313
- account?: `0x${string}` | viem491.Account | null | undefined;
53306
+ chain?: viem0.Chain | null | undefined;
53307
+ account?: `0x${string}` | viem0.Account | null | undefined;
53314
53308
  value?: bigint | undefined;
53315
53309
  dataSuffix?: `0x${string}` | undefined;
53310
+ type?: "legacy" | undefined;
53316
53311
  gas?: bigint | undefined;
53317
53312
  nonce?: number | undefined;
53318
- type?: "legacy" | undefined;
53319
53313
  blobs?: undefined;
53320
53314
  blobVersionedHashes?: undefined;
53321
53315
  kzg?: undefined;
@@ -53333,13 +53327,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53333
53327
  functionName: string;
53334
53328
  args?: readonly unknown[] | undefined;
53335
53329
  address: Address;
53336
- chain?: viem491.Chain | null | undefined;
53337
- account?: `0x${string}` | viem491.Account | null | undefined;
53330
+ chain?: viem0.Chain | null | undefined;
53331
+ account?: `0x${string}` | viem0.Account | null | undefined;
53338
53332
  value?: bigint | undefined;
53339
53333
  dataSuffix?: `0x${string}` | undefined;
53334
+ type?: "eip2930" | undefined;
53340
53335
  gas?: bigint | undefined;
53341
53336
  nonce?: number | undefined;
53342
- type?: "eip2930" | undefined;
53343
53337
  blobs?: undefined;
53344
53338
  blobVersionedHashes?: undefined;
53345
53339
  kzg?: undefined;
@@ -53347,7 +53341,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53347
53341
  maxFeePerBlobGas?: undefined | undefined;
53348
53342
  maxFeePerGas?: undefined | undefined;
53349
53343
  maxPriorityFeePerGas?: undefined | undefined;
53350
- accessList?: viem491.AccessList | undefined;
53344
+ accessList?: viem0.AccessList | undefined;
53351
53345
  sidecars?: undefined;
53352
53346
  authorizationList?: undefined;
53353
53347
  chainId?: number | undefined;
@@ -53357,13 +53351,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53357
53351
  functionName: string;
53358
53352
  args?: readonly unknown[] | undefined;
53359
53353
  address: Address;
53360
- chain?: viem491.Chain | null | undefined;
53361
- account?: `0x${string}` | viem491.Account | null | undefined;
53354
+ chain?: viem0.Chain | null | undefined;
53355
+ account?: `0x${string}` | viem0.Account | null | undefined;
53362
53356
  value?: bigint | undefined;
53363
53357
  dataSuffix?: `0x${string}` | undefined;
53358
+ type?: "eip1559" | undefined;
53364
53359
  gas?: bigint | undefined;
53365
53360
  nonce?: number | undefined;
53366
- type?: "eip1559" | undefined;
53367
53361
  blobs?: undefined;
53368
53362
  blobVersionedHashes?: undefined;
53369
53363
  kzg?: undefined;
@@ -53371,7 +53365,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53371
53365
  maxFeePerBlobGas?: undefined | undefined;
53372
53366
  maxFeePerGas?: bigint | undefined;
53373
53367
  maxPriorityFeePerGas?: bigint | undefined;
53374
- accessList?: viem491.AccessList | undefined;
53368
+ accessList?: viem0.AccessList | undefined;
53375
53369
  sidecars?: undefined;
53376
53370
  authorizationList?: undefined;
53377
53371
  chainId?: number | undefined;
@@ -53381,22 +53375,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53381
53375
  functionName: string;
53382
53376
  args?: readonly unknown[] | undefined;
53383
53377
  address: Address;
53384
- chain?: viem491.Chain | null | undefined;
53385
- account?: `0x${string}` | viem491.Account | null | undefined;
53378
+ chain?: viem0.Chain | null | undefined;
53379
+ account?: `0x${string}` | viem0.Account | null | undefined;
53386
53380
  value?: bigint | undefined;
53387
53381
  dataSuffix?: `0x${string}` | undefined;
53382
+ type?: "eip4844" | undefined;
53388
53383
  gas?: bigint | undefined;
53389
53384
  nonce?: number | undefined;
53390
- type?: "eip4844" | undefined;
53391
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53392
- blobVersionedHashes: readonly viem491.Hex[];
53385
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53386
+ blobVersionedHashes: readonly viem0.Hex[];
53393
53387
  kzg?: undefined;
53394
53388
  gasPrice?: undefined | undefined;
53395
53389
  maxFeePerBlobGas?: bigint | undefined;
53396
53390
  maxFeePerGas?: bigint | undefined;
53397
53391
  maxPriorityFeePerGas?: bigint | undefined;
53398
- accessList?: viem491.AccessList | undefined;
53399
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53392
+ accessList?: viem0.AccessList | undefined;
53393
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53400
53394
  authorizationList?: undefined;
53401
53395
  chainId?: number | undefined;
53402
53396
  connector?: wagmi0.Connector | undefined;
@@ -53405,22 +53399,22 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53405
53399
  functionName: string;
53406
53400
  args?: readonly unknown[] | undefined;
53407
53401
  address: Address;
53408
- chain?: viem491.Chain | null | undefined;
53409
- account?: `0x${string}` | viem491.Account | null | undefined;
53402
+ chain?: viem0.Chain | null | undefined;
53403
+ account?: `0x${string}` | viem0.Account | null | undefined;
53410
53404
  value?: bigint | undefined;
53411
53405
  dataSuffix?: `0x${string}` | undefined;
53406
+ type?: "eip4844" | undefined;
53412
53407
  gas?: bigint | undefined;
53413
53408
  nonce?: number | undefined;
53414
- type?: "eip4844" | undefined;
53415
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53409
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53416
53410
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53417
- kzg?: viem491.Kzg | undefined;
53411
+ kzg?: viem0.Kzg | undefined;
53418
53412
  gasPrice?: undefined | undefined;
53419
53413
  maxFeePerBlobGas?: bigint | undefined;
53420
53414
  maxFeePerGas?: bigint | undefined;
53421
53415
  maxPriorityFeePerGas?: bigint | undefined;
53422
- accessList?: viem491.AccessList | undefined;
53423
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53416
+ accessList?: viem0.AccessList | undefined;
53417
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53424
53418
  authorizationList?: undefined;
53425
53419
  chainId?: number | undefined;
53426
53420
  connector?: wagmi0.Connector | undefined;
@@ -53429,13 +53423,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53429
53423
  functionName: string;
53430
53424
  args?: readonly unknown[] | undefined;
53431
53425
  address: Address;
53432
- chain?: viem491.Chain | null | undefined;
53433
- account?: `0x${string}` | viem491.Account | null | undefined;
53426
+ chain?: viem0.Chain | null | undefined;
53427
+ account?: `0x${string}` | viem0.Account | null | undefined;
53434
53428
  value?: bigint | undefined;
53435
53429
  dataSuffix?: `0x${string}` | undefined;
53430
+ type?: "eip7702" | undefined;
53436
53431
  gas?: bigint | undefined;
53437
53432
  nonce?: number | undefined;
53438
- type?: "eip7702" | undefined;
53439
53433
  blobs?: undefined;
53440
53434
  blobVersionedHashes?: undefined;
53441
53435
  kzg?: undefined;
@@ -53443,15 +53437,21 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53443
53437
  maxFeePerBlobGas?: undefined | undefined;
53444
53438
  maxFeePerGas?: bigint | undefined;
53445
53439
  maxPriorityFeePerGas?: bigint | undefined;
53446
- accessList?: viem491.AccessList | undefined;
53440
+ accessList?: viem0.AccessList | undefined;
53447
53441
  sidecars?: undefined;
53448
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53442
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53449
53443
  chainId?: number | undefined;
53450
53444
  connector?: wagmi0.Connector | undefined;
53451
53445
  };
53446
+ isError: false;
53452
53447
  isIdle: false;
53448
+ isPending: false;
53449
+ isSuccess: true;
53453
53450
  reset: () => void;
53454
53451
  context: unknown;
53452
+ failureCount: number;
53453
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53454
+ isPaused: boolean;
53455
53455
  submittedAt: number;
53456
53456
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53457
53457
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -53471,16 +53471,16 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53471
53471
  data: undefined;
53472
53472
  error: null;
53473
53473
  status: "idle";
53474
+ variables: undefined;
53474
53475
  isError: false;
53476
+ isIdle: true;
53475
53477
  isPending: false;
53476
53478
  isSuccess: false;
53479
+ reset: () => void;
53480
+ context: unknown;
53477
53481
  failureCount: number;
53478
53482
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53479
53483
  isPaused: boolean;
53480
- variables: undefined;
53481
- isIdle: true;
53482
- reset: () => void;
53483
- context: unknown;
53484
53484
  submittedAt: number;
53485
53485
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53486
53486
  updateMarketFees: (rates: {
@@ -53498,24 +53498,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53498
53498
  data: undefined;
53499
53499
  error: null;
53500
53500
  status: "pending";
53501
- isError: false;
53502
- isPending: true;
53503
- isSuccess: false;
53504
- failureCount: number;
53505
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53506
- isPaused: boolean;
53507
53501
  variables: {
53508
53502
  abi: abitype0.Abi;
53509
53503
  functionName: string;
53510
53504
  args?: readonly unknown[] | undefined;
53511
53505
  address: Address;
53512
- chain?: viem491.Chain | null | undefined;
53513
- account?: `0x${string}` | viem491.Account | null | undefined;
53506
+ chain?: viem0.Chain | null | undefined;
53507
+ account?: `0x${string}` | viem0.Account | null | undefined;
53514
53508
  value?: bigint | undefined;
53515
53509
  dataSuffix?: `0x${string}` | undefined;
53510
+ type?: "legacy" | undefined;
53516
53511
  gas?: bigint | undefined;
53517
53512
  nonce?: number | undefined;
53518
- type?: "legacy" | undefined;
53519
53513
  blobs?: undefined;
53520
53514
  blobVersionedHashes?: undefined;
53521
53515
  kzg?: undefined;
@@ -53533,13 +53527,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53533
53527
  functionName: string;
53534
53528
  args?: readonly unknown[] | undefined;
53535
53529
  address: Address;
53536
- chain?: viem491.Chain | null | undefined;
53537
- account?: `0x${string}` | viem491.Account | null | undefined;
53530
+ chain?: viem0.Chain | null | undefined;
53531
+ account?: `0x${string}` | viem0.Account | null | undefined;
53538
53532
  value?: bigint | undefined;
53539
53533
  dataSuffix?: `0x${string}` | undefined;
53534
+ type?: "eip2930" | undefined;
53540
53535
  gas?: bigint | undefined;
53541
53536
  nonce?: number | undefined;
53542
- type?: "eip2930" | undefined;
53543
53537
  blobs?: undefined;
53544
53538
  blobVersionedHashes?: undefined;
53545
53539
  kzg?: undefined;
@@ -53547,7 +53541,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53547
53541
  maxFeePerBlobGas?: undefined | undefined;
53548
53542
  maxFeePerGas?: undefined | undefined;
53549
53543
  maxPriorityFeePerGas?: undefined | undefined;
53550
- accessList?: viem491.AccessList | undefined;
53544
+ accessList?: viem0.AccessList | undefined;
53551
53545
  sidecars?: undefined;
53552
53546
  authorizationList?: undefined;
53553
53547
  chainId?: number | undefined;
@@ -53557,13 +53551,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53557
53551
  functionName: string;
53558
53552
  args?: readonly unknown[] | undefined;
53559
53553
  address: Address;
53560
- chain?: viem491.Chain | null | undefined;
53561
- account?: `0x${string}` | viem491.Account | null | undefined;
53554
+ chain?: viem0.Chain | null | undefined;
53555
+ account?: `0x${string}` | viem0.Account | null | undefined;
53562
53556
  value?: bigint | undefined;
53563
53557
  dataSuffix?: `0x${string}` | undefined;
53558
+ type?: "eip1559" | undefined;
53564
53559
  gas?: bigint | undefined;
53565
53560
  nonce?: number | undefined;
53566
- type?: "eip1559" | undefined;
53567
53561
  blobs?: undefined;
53568
53562
  blobVersionedHashes?: undefined;
53569
53563
  kzg?: undefined;
@@ -53571,7 +53565,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53571
53565
  maxFeePerBlobGas?: undefined | undefined;
53572
53566
  maxFeePerGas?: bigint | undefined;
53573
53567
  maxPriorityFeePerGas?: bigint | undefined;
53574
- accessList?: viem491.AccessList | undefined;
53568
+ accessList?: viem0.AccessList | undefined;
53575
53569
  sidecars?: undefined;
53576
53570
  authorizationList?: undefined;
53577
53571
  chainId?: number | undefined;
@@ -53581,22 +53575,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53581
53575
  functionName: string;
53582
53576
  args?: readonly unknown[] | undefined;
53583
53577
  address: Address;
53584
- chain?: viem491.Chain | null | undefined;
53585
- account?: `0x${string}` | viem491.Account | null | undefined;
53578
+ chain?: viem0.Chain | null | undefined;
53579
+ account?: `0x${string}` | viem0.Account | null | undefined;
53586
53580
  value?: bigint | undefined;
53587
53581
  dataSuffix?: `0x${string}` | undefined;
53582
+ type?: "eip4844" | undefined;
53588
53583
  gas?: bigint | undefined;
53589
53584
  nonce?: number | undefined;
53590
- type?: "eip4844" | undefined;
53591
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53592
- blobVersionedHashes: readonly viem491.Hex[];
53585
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53586
+ blobVersionedHashes: readonly viem0.Hex[];
53593
53587
  kzg?: undefined;
53594
53588
  gasPrice?: undefined | undefined;
53595
53589
  maxFeePerBlobGas?: bigint | undefined;
53596
53590
  maxFeePerGas?: bigint | undefined;
53597
53591
  maxPriorityFeePerGas?: bigint | undefined;
53598
- accessList?: viem491.AccessList | undefined;
53599
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53592
+ accessList?: viem0.AccessList | undefined;
53593
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53600
53594
  authorizationList?: undefined;
53601
53595
  chainId?: number | undefined;
53602
53596
  connector?: wagmi0.Connector | undefined;
@@ -53605,22 +53599,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53605
53599
  functionName: string;
53606
53600
  args?: readonly unknown[] | undefined;
53607
53601
  address: Address;
53608
- chain?: viem491.Chain | null | undefined;
53609
- account?: `0x${string}` | viem491.Account | null | undefined;
53602
+ chain?: viem0.Chain | null | undefined;
53603
+ account?: `0x${string}` | viem0.Account | null | undefined;
53610
53604
  value?: bigint | undefined;
53611
53605
  dataSuffix?: `0x${string}` | undefined;
53606
+ type?: "eip4844" | undefined;
53612
53607
  gas?: bigint | undefined;
53613
53608
  nonce?: number | undefined;
53614
- type?: "eip4844" | undefined;
53615
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53609
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53616
53610
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53617
- kzg?: viem491.Kzg | undefined;
53611
+ kzg?: viem0.Kzg | undefined;
53618
53612
  gasPrice?: undefined | undefined;
53619
53613
  maxFeePerBlobGas?: bigint | undefined;
53620
53614
  maxFeePerGas?: bigint | undefined;
53621
53615
  maxPriorityFeePerGas?: bigint | undefined;
53622
- accessList?: viem491.AccessList | undefined;
53623
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53616
+ accessList?: viem0.AccessList | undefined;
53617
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53624
53618
  authorizationList?: undefined;
53625
53619
  chainId?: number | undefined;
53626
53620
  connector?: wagmi0.Connector | undefined;
@@ -53629,13 +53623,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53629
53623
  functionName: string;
53630
53624
  args?: readonly unknown[] | undefined;
53631
53625
  address: Address;
53632
- chain?: viem491.Chain | null | undefined;
53633
- account?: `0x${string}` | viem491.Account | null | undefined;
53626
+ chain?: viem0.Chain | null | undefined;
53627
+ account?: `0x${string}` | viem0.Account | null | undefined;
53634
53628
  value?: bigint | undefined;
53635
53629
  dataSuffix?: `0x${string}` | undefined;
53630
+ type?: "eip7702" | undefined;
53636
53631
  gas?: bigint | undefined;
53637
53632
  nonce?: number | undefined;
53638
- type?: "eip7702" | undefined;
53639
53633
  blobs?: undefined;
53640
53634
  blobVersionedHashes?: undefined;
53641
53635
  kzg?: undefined;
@@ -53643,15 +53637,21 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53643
53637
  maxFeePerBlobGas?: undefined | undefined;
53644
53638
  maxFeePerGas?: bigint | undefined;
53645
53639
  maxPriorityFeePerGas?: bigint | undefined;
53646
- accessList?: viem491.AccessList | undefined;
53640
+ accessList?: viem0.AccessList | undefined;
53647
53641
  sidecars?: undefined;
53648
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53642
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53649
53643
  chainId?: number | undefined;
53650
53644
  connector?: wagmi0.Connector | undefined;
53651
53645
  };
53646
+ isError: false;
53652
53647
  isIdle: false;
53648
+ isPending: true;
53649
+ isSuccess: false;
53653
53650
  reset: () => void;
53654
53651
  context: unknown;
53652
+ failureCount: number;
53653
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53654
+ isPaused: boolean;
53655
53655
  submittedAt: number;
53656
53656
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53657
53657
  updateMarketFees: (rates: {
@@ -53669,24 +53669,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53669
53669
  data: undefined;
53670
53670
  error: _wagmi_core0.WriteContractErrorType;
53671
53671
  status: "error";
53672
- isError: true;
53673
- isPending: false;
53674
- isSuccess: false;
53675
- failureCount: number;
53676
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53677
- isPaused: boolean;
53678
53672
  variables: {
53679
53673
  abi: abitype0.Abi;
53680
53674
  functionName: string;
53681
53675
  args?: readonly unknown[] | undefined;
53682
53676
  address: Address;
53683
- chain?: viem491.Chain | null | undefined;
53684
- account?: `0x${string}` | viem491.Account | null | undefined;
53677
+ chain?: viem0.Chain | null | undefined;
53678
+ account?: `0x${string}` | viem0.Account | null | undefined;
53685
53679
  value?: bigint | undefined;
53686
53680
  dataSuffix?: `0x${string}` | undefined;
53681
+ type?: "legacy" | undefined;
53687
53682
  gas?: bigint | undefined;
53688
53683
  nonce?: number | undefined;
53689
- type?: "legacy" | undefined;
53690
53684
  blobs?: undefined;
53691
53685
  blobVersionedHashes?: undefined;
53692
53686
  kzg?: undefined;
@@ -53704,13 +53698,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53704
53698
  functionName: string;
53705
53699
  args?: readonly unknown[] | undefined;
53706
53700
  address: Address;
53707
- chain?: viem491.Chain | null | undefined;
53708
- account?: `0x${string}` | viem491.Account | null | undefined;
53701
+ chain?: viem0.Chain | null | undefined;
53702
+ account?: `0x${string}` | viem0.Account | null | undefined;
53709
53703
  value?: bigint | undefined;
53710
53704
  dataSuffix?: `0x${string}` | undefined;
53705
+ type?: "eip2930" | undefined;
53711
53706
  gas?: bigint | undefined;
53712
53707
  nonce?: number | undefined;
53713
- type?: "eip2930" | undefined;
53714
53708
  blobs?: undefined;
53715
53709
  blobVersionedHashes?: undefined;
53716
53710
  kzg?: undefined;
@@ -53718,7 +53712,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53718
53712
  maxFeePerBlobGas?: undefined | undefined;
53719
53713
  maxFeePerGas?: undefined | undefined;
53720
53714
  maxPriorityFeePerGas?: undefined | undefined;
53721
- accessList?: viem491.AccessList | undefined;
53715
+ accessList?: viem0.AccessList | undefined;
53722
53716
  sidecars?: undefined;
53723
53717
  authorizationList?: undefined;
53724
53718
  chainId?: number | undefined;
@@ -53728,13 +53722,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53728
53722
  functionName: string;
53729
53723
  args?: readonly unknown[] | undefined;
53730
53724
  address: Address;
53731
- chain?: viem491.Chain | null | undefined;
53732
- account?: `0x${string}` | viem491.Account | null | undefined;
53725
+ chain?: viem0.Chain | null | undefined;
53726
+ account?: `0x${string}` | viem0.Account | null | undefined;
53733
53727
  value?: bigint | undefined;
53734
53728
  dataSuffix?: `0x${string}` | undefined;
53729
+ type?: "eip1559" | undefined;
53735
53730
  gas?: bigint | undefined;
53736
53731
  nonce?: number | undefined;
53737
- type?: "eip1559" | undefined;
53738
53732
  blobs?: undefined;
53739
53733
  blobVersionedHashes?: undefined;
53740
53734
  kzg?: undefined;
@@ -53742,7 +53736,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53742
53736
  maxFeePerBlobGas?: undefined | undefined;
53743
53737
  maxFeePerGas?: bigint | undefined;
53744
53738
  maxPriorityFeePerGas?: bigint | undefined;
53745
- accessList?: viem491.AccessList | undefined;
53739
+ accessList?: viem0.AccessList | undefined;
53746
53740
  sidecars?: undefined;
53747
53741
  authorizationList?: undefined;
53748
53742
  chainId?: number | undefined;
@@ -53752,22 +53746,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53752
53746
  functionName: string;
53753
53747
  args?: readonly unknown[] | undefined;
53754
53748
  address: Address;
53755
- chain?: viem491.Chain | null | undefined;
53756
- account?: `0x${string}` | viem491.Account | null | undefined;
53749
+ chain?: viem0.Chain | null | undefined;
53750
+ account?: `0x${string}` | viem0.Account | null | undefined;
53757
53751
  value?: bigint | undefined;
53758
53752
  dataSuffix?: `0x${string}` | undefined;
53753
+ type?: "eip4844" | undefined;
53759
53754
  gas?: bigint | undefined;
53760
53755
  nonce?: number | undefined;
53761
- type?: "eip4844" | undefined;
53762
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53763
- blobVersionedHashes: readonly viem491.Hex[];
53756
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53757
+ blobVersionedHashes: readonly viem0.Hex[];
53764
53758
  kzg?: undefined;
53765
53759
  gasPrice?: undefined | undefined;
53766
53760
  maxFeePerBlobGas?: bigint | undefined;
53767
53761
  maxFeePerGas?: bigint | undefined;
53768
53762
  maxPriorityFeePerGas?: bigint | undefined;
53769
- accessList?: viem491.AccessList | undefined;
53770
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53763
+ accessList?: viem0.AccessList | undefined;
53764
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53771
53765
  authorizationList?: undefined;
53772
53766
  chainId?: number | undefined;
53773
53767
  connector?: wagmi0.Connector | undefined;
@@ -53776,22 +53770,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53776
53770
  functionName: string;
53777
53771
  args?: readonly unknown[] | undefined;
53778
53772
  address: Address;
53779
- chain?: viem491.Chain | null | undefined;
53780
- account?: `0x${string}` | viem491.Account | null | undefined;
53773
+ chain?: viem0.Chain | null | undefined;
53774
+ account?: `0x${string}` | viem0.Account | null | undefined;
53781
53775
  value?: bigint | undefined;
53782
53776
  dataSuffix?: `0x${string}` | undefined;
53777
+ type?: "eip4844" | undefined;
53783
53778
  gas?: bigint | undefined;
53784
53779
  nonce?: number | undefined;
53785
- type?: "eip4844" | undefined;
53786
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53780
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53787
53781
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53788
- kzg?: viem491.Kzg | undefined;
53782
+ kzg?: viem0.Kzg | undefined;
53789
53783
  gasPrice?: undefined | undefined;
53790
53784
  maxFeePerBlobGas?: bigint | undefined;
53791
53785
  maxFeePerGas?: bigint | undefined;
53792
53786
  maxPriorityFeePerGas?: bigint | undefined;
53793
- accessList?: viem491.AccessList | undefined;
53794
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53787
+ accessList?: viem0.AccessList | undefined;
53788
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53795
53789
  authorizationList?: undefined;
53796
53790
  chainId?: number | undefined;
53797
53791
  connector?: wagmi0.Connector | undefined;
@@ -53800,13 +53794,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53800
53794
  functionName: string;
53801
53795
  args?: readonly unknown[] | undefined;
53802
53796
  address: Address;
53803
- chain?: viem491.Chain | null | undefined;
53804
- account?: `0x${string}` | viem491.Account | null | undefined;
53797
+ chain?: viem0.Chain | null | undefined;
53798
+ account?: `0x${string}` | viem0.Account | null | undefined;
53805
53799
  value?: bigint | undefined;
53806
53800
  dataSuffix?: `0x${string}` | undefined;
53801
+ type?: "eip7702" | undefined;
53807
53802
  gas?: bigint | undefined;
53808
53803
  nonce?: number | undefined;
53809
- type?: "eip7702" | undefined;
53810
53804
  blobs?: undefined;
53811
53805
  blobVersionedHashes?: undefined;
53812
53806
  kzg?: undefined;
@@ -53814,15 +53808,21 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53814
53808
  maxFeePerBlobGas?: undefined | undefined;
53815
53809
  maxFeePerGas?: bigint | undefined;
53816
53810
  maxPriorityFeePerGas?: bigint | undefined;
53817
- accessList?: viem491.AccessList | undefined;
53811
+ accessList?: viem0.AccessList | undefined;
53818
53812
  sidecars?: undefined;
53819
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53813
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53820
53814
  chainId?: number | undefined;
53821
53815
  connector?: wagmi0.Connector | undefined;
53822
53816
  };
53817
+ isError: true;
53823
53818
  isIdle: false;
53819
+ isPending: false;
53820
+ isSuccess: false;
53824
53821
  reset: () => void;
53825
53822
  context: unknown;
53823
+ failureCount: number;
53824
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53825
+ isPaused: boolean;
53826
53826
  submittedAt: number;
53827
53827
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53828
53828
  updateMarketFees: (rates: {
@@ -53840,24 +53840,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53840
53840
  data: `0x${string}`;
53841
53841
  error: null;
53842
53842
  status: "success";
53843
- isError: false;
53844
- isPending: false;
53845
- isSuccess: true;
53846
- failureCount: number;
53847
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53848
- isPaused: boolean;
53849
53843
  variables: {
53850
53844
  abi: abitype0.Abi;
53851
53845
  functionName: string;
53852
53846
  args?: readonly unknown[] | undefined;
53853
53847
  address: Address;
53854
- chain?: viem491.Chain | null | undefined;
53855
- account?: `0x${string}` | viem491.Account | null | undefined;
53848
+ chain?: viem0.Chain | null | undefined;
53849
+ account?: `0x${string}` | viem0.Account | null | undefined;
53856
53850
  value?: bigint | undefined;
53857
53851
  dataSuffix?: `0x${string}` | undefined;
53852
+ type?: "legacy" | undefined;
53858
53853
  gas?: bigint | undefined;
53859
53854
  nonce?: number | undefined;
53860
- type?: "legacy" | undefined;
53861
53855
  blobs?: undefined;
53862
53856
  blobVersionedHashes?: undefined;
53863
53857
  kzg?: undefined;
@@ -53875,13 +53869,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53875
53869
  functionName: string;
53876
53870
  args?: readonly unknown[] | undefined;
53877
53871
  address: Address;
53878
- chain?: viem491.Chain | null | undefined;
53879
- account?: `0x${string}` | viem491.Account | null | undefined;
53872
+ chain?: viem0.Chain | null | undefined;
53873
+ account?: `0x${string}` | viem0.Account | null | undefined;
53880
53874
  value?: bigint | undefined;
53881
53875
  dataSuffix?: `0x${string}` | undefined;
53876
+ type?: "eip2930" | undefined;
53882
53877
  gas?: bigint | undefined;
53883
53878
  nonce?: number | undefined;
53884
- type?: "eip2930" | undefined;
53885
53879
  blobs?: undefined;
53886
53880
  blobVersionedHashes?: undefined;
53887
53881
  kzg?: undefined;
@@ -53889,7 +53883,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53889
53883
  maxFeePerBlobGas?: undefined | undefined;
53890
53884
  maxFeePerGas?: undefined | undefined;
53891
53885
  maxPriorityFeePerGas?: undefined | undefined;
53892
- accessList?: viem491.AccessList | undefined;
53886
+ accessList?: viem0.AccessList | undefined;
53893
53887
  sidecars?: undefined;
53894
53888
  authorizationList?: undefined;
53895
53889
  chainId?: number | undefined;
@@ -53899,13 +53893,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53899
53893
  functionName: string;
53900
53894
  args?: readonly unknown[] | undefined;
53901
53895
  address: Address;
53902
- chain?: viem491.Chain | null | undefined;
53903
- account?: `0x${string}` | viem491.Account | null | undefined;
53896
+ chain?: viem0.Chain | null | undefined;
53897
+ account?: `0x${string}` | viem0.Account | null | undefined;
53904
53898
  value?: bigint | undefined;
53905
53899
  dataSuffix?: `0x${string}` | undefined;
53900
+ type?: "eip1559" | undefined;
53906
53901
  gas?: bigint | undefined;
53907
53902
  nonce?: number | undefined;
53908
- type?: "eip1559" | undefined;
53909
53903
  blobs?: undefined;
53910
53904
  blobVersionedHashes?: undefined;
53911
53905
  kzg?: undefined;
@@ -53913,7 +53907,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53913
53907
  maxFeePerBlobGas?: undefined | undefined;
53914
53908
  maxFeePerGas?: bigint | undefined;
53915
53909
  maxPriorityFeePerGas?: bigint | undefined;
53916
- accessList?: viem491.AccessList | undefined;
53910
+ accessList?: viem0.AccessList | undefined;
53917
53911
  sidecars?: undefined;
53918
53912
  authorizationList?: undefined;
53919
53913
  chainId?: number | undefined;
@@ -53923,22 +53917,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53923
53917
  functionName: string;
53924
53918
  args?: readonly unknown[] | undefined;
53925
53919
  address: Address;
53926
- chain?: viem491.Chain | null | undefined;
53927
- account?: `0x${string}` | viem491.Account | null | undefined;
53920
+ chain?: viem0.Chain | null | undefined;
53921
+ account?: `0x${string}` | viem0.Account | null | undefined;
53928
53922
  value?: bigint | undefined;
53929
53923
  dataSuffix?: `0x${string}` | undefined;
53924
+ type?: "eip4844" | undefined;
53930
53925
  gas?: bigint | undefined;
53931
53926
  nonce?: number | undefined;
53932
- type?: "eip4844" | undefined;
53933
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53934
- blobVersionedHashes: readonly viem491.Hex[];
53927
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
53928
+ blobVersionedHashes: readonly viem0.Hex[];
53935
53929
  kzg?: undefined;
53936
53930
  gasPrice?: undefined | undefined;
53937
53931
  maxFeePerBlobGas?: bigint | undefined;
53938
53932
  maxFeePerGas?: bigint | undefined;
53939
53933
  maxPriorityFeePerGas?: bigint | undefined;
53940
- accessList?: viem491.AccessList | undefined;
53941
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53934
+ accessList?: viem0.AccessList | undefined;
53935
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53942
53936
  authorizationList?: undefined;
53943
53937
  chainId?: number | undefined;
53944
53938
  connector?: wagmi0.Connector | undefined;
@@ -53947,22 +53941,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53947
53941
  functionName: string;
53948
53942
  args?: readonly unknown[] | undefined;
53949
53943
  address: Address;
53950
- chain?: viem491.Chain | null | undefined;
53951
- account?: `0x${string}` | viem491.Account | null | undefined;
53944
+ chain?: viem0.Chain | null | undefined;
53945
+ account?: `0x${string}` | viem0.Account | null | undefined;
53952
53946
  value?: bigint | undefined;
53953
53947
  dataSuffix?: `0x${string}` | undefined;
53948
+ type?: "eip4844" | undefined;
53954
53949
  gas?: bigint | undefined;
53955
53950
  nonce?: number | undefined;
53956
- type?: "eip4844" | undefined;
53957
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53951
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
53958
53952
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53959
- kzg?: viem491.Kzg | undefined;
53953
+ kzg?: viem0.Kzg | undefined;
53960
53954
  gasPrice?: undefined | undefined;
53961
53955
  maxFeePerBlobGas?: bigint | undefined;
53962
53956
  maxFeePerGas?: bigint | undefined;
53963
53957
  maxPriorityFeePerGas?: bigint | undefined;
53964
- accessList?: viem491.AccessList | undefined;
53965
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
53958
+ accessList?: viem0.AccessList | undefined;
53959
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
53966
53960
  authorizationList?: undefined;
53967
53961
  chainId?: number | undefined;
53968
53962
  connector?: wagmi0.Connector | undefined;
@@ -53971,13 +53965,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53971
53965
  functionName: string;
53972
53966
  args?: readonly unknown[] | undefined;
53973
53967
  address: Address;
53974
- chain?: viem491.Chain | null | undefined;
53975
- account?: `0x${string}` | viem491.Account | null | undefined;
53968
+ chain?: viem0.Chain | null | undefined;
53969
+ account?: `0x${string}` | viem0.Account | null | undefined;
53976
53970
  value?: bigint | undefined;
53977
53971
  dataSuffix?: `0x${string}` | undefined;
53972
+ type?: "eip7702" | undefined;
53978
53973
  gas?: bigint | undefined;
53979
53974
  nonce?: number | undefined;
53980
- type?: "eip7702" | undefined;
53981
53975
  blobs?: undefined;
53982
53976
  blobVersionedHashes?: undefined;
53983
53977
  kzg?: undefined;
@@ -53985,15 +53979,21 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53985
53979
  maxFeePerBlobGas?: undefined | undefined;
53986
53980
  maxFeePerGas?: bigint | undefined;
53987
53981
  maxPriorityFeePerGas?: bigint | undefined;
53988
- accessList?: viem491.AccessList | undefined;
53982
+ accessList?: viem0.AccessList | undefined;
53989
53983
  sidecars?: undefined;
53990
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
53984
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
53991
53985
  chainId?: number | undefined;
53992
53986
  connector?: wagmi0.Connector | undefined;
53993
53987
  };
53988
+ isError: false;
53994
53989
  isIdle: false;
53990
+ isPending: false;
53991
+ isSuccess: true;
53995
53992
  reset: () => void;
53996
53993
  context: unknown;
53994
+ failureCount: number;
53995
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53996
+ isPaused: boolean;
53997
53997
  submittedAt: number;
53998
53998
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53999
53999
  updateMarketFees: (rates: {
@@ -54988,16 +54988,16 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
54988
54988
  data: undefined;
54989
54989
  error: null;
54990
54990
  status: "idle";
54991
+ variables: undefined;
54991
54992
  isError: false;
54993
+ isIdle: true;
54992
54994
  isPending: false;
54993
54995
  isSuccess: false;
54996
+ reset: () => void;
54997
+ context: unknown;
54994
54998
  failureCount: number;
54995
54999
  failureReason: _wagmi_core0.WriteContractErrorType | null;
54996
55000
  isPaused: boolean;
54997
- variables: undefined;
54998
- isIdle: true;
54999
- reset: () => void;
55000
- context: unknown;
55001
55001
  submittedAt: number;
55002
55002
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55003
55003
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55013,24 +55013,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55013
55013
  data: undefined;
55014
55014
  error: null;
55015
55015
  status: "pending";
55016
- isError: false;
55017
- isPending: true;
55018
- isSuccess: false;
55019
- failureCount: number;
55020
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55021
- isPaused: boolean;
55022
55016
  variables: {
55023
55017
  abi: abitype0.Abi;
55024
55018
  functionName: string;
55025
55019
  args?: readonly unknown[] | undefined;
55026
55020
  address: Address;
55027
- chain?: viem491.Chain | null | undefined;
55028
- account?: `0x${string}` | viem491.Account | null | undefined;
55021
+ chain?: viem0.Chain | null | undefined;
55022
+ account?: `0x${string}` | viem0.Account | null | undefined;
55029
55023
  value?: bigint | undefined;
55030
55024
  dataSuffix?: `0x${string}` | undefined;
55025
+ type?: "legacy" | undefined;
55031
55026
  gas?: bigint | undefined;
55032
55027
  nonce?: number | undefined;
55033
- type?: "legacy" | undefined;
55034
55028
  blobs?: undefined;
55035
55029
  blobVersionedHashes?: undefined;
55036
55030
  kzg?: undefined;
@@ -55048,13 +55042,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55048
55042
  functionName: string;
55049
55043
  args?: readonly unknown[] | undefined;
55050
55044
  address: Address;
55051
- chain?: viem491.Chain | null | undefined;
55052
- account?: `0x${string}` | viem491.Account | null | undefined;
55045
+ chain?: viem0.Chain | null | undefined;
55046
+ account?: `0x${string}` | viem0.Account | null | undefined;
55053
55047
  value?: bigint | undefined;
55054
55048
  dataSuffix?: `0x${string}` | undefined;
55049
+ type?: "eip2930" | undefined;
55055
55050
  gas?: bigint | undefined;
55056
55051
  nonce?: number | undefined;
55057
- type?: "eip2930" | undefined;
55058
55052
  blobs?: undefined;
55059
55053
  blobVersionedHashes?: undefined;
55060
55054
  kzg?: undefined;
@@ -55062,7 +55056,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55062
55056
  maxFeePerBlobGas?: undefined | undefined;
55063
55057
  maxFeePerGas?: undefined | undefined;
55064
55058
  maxPriorityFeePerGas?: undefined | undefined;
55065
- accessList?: viem491.AccessList | undefined;
55059
+ accessList?: viem0.AccessList | undefined;
55066
55060
  sidecars?: undefined;
55067
55061
  authorizationList?: undefined;
55068
55062
  chainId?: number | undefined;
@@ -55072,13 +55066,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55072
55066
  functionName: string;
55073
55067
  args?: readonly unknown[] | undefined;
55074
55068
  address: Address;
55075
- chain?: viem491.Chain | null | undefined;
55076
- account?: `0x${string}` | viem491.Account | null | undefined;
55069
+ chain?: viem0.Chain | null | undefined;
55070
+ account?: `0x${string}` | viem0.Account | null | undefined;
55077
55071
  value?: bigint | undefined;
55078
55072
  dataSuffix?: `0x${string}` | undefined;
55073
+ type?: "eip1559" | undefined;
55079
55074
  gas?: bigint | undefined;
55080
55075
  nonce?: number | undefined;
55081
- type?: "eip1559" | undefined;
55082
55076
  blobs?: undefined;
55083
55077
  blobVersionedHashes?: undefined;
55084
55078
  kzg?: undefined;
@@ -55086,7 +55080,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55086
55080
  maxFeePerBlobGas?: undefined | undefined;
55087
55081
  maxFeePerGas?: bigint | undefined;
55088
55082
  maxPriorityFeePerGas?: bigint | undefined;
55089
- accessList?: viem491.AccessList | undefined;
55083
+ accessList?: viem0.AccessList | undefined;
55090
55084
  sidecars?: undefined;
55091
55085
  authorizationList?: undefined;
55092
55086
  chainId?: number | undefined;
@@ -55096,22 +55090,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55096
55090
  functionName: string;
55097
55091
  args?: readonly unknown[] | undefined;
55098
55092
  address: Address;
55099
- chain?: viem491.Chain | null | undefined;
55100
- account?: `0x${string}` | viem491.Account | null | undefined;
55093
+ chain?: viem0.Chain | null | undefined;
55094
+ account?: `0x${string}` | viem0.Account | null | undefined;
55101
55095
  value?: bigint | undefined;
55102
55096
  dataSuffix?: `0x${string}` | undefined;
55097
+ type?: "eip4844" | undefined;
55103
55098
  gas?: bigint | undefined;
55104
55099
  nonce?: number | undefined;
55105
- type?: "eip4844" | undefined;
55106
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55107
- blobVersionedHashes: readonly viem491.Hex[];
55100
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55101
+ blobVersionedHashes: readonly viem0.Hex[];
55108
55102
  kzg?: undefined;
55109
55103
  gasPrice?: undefined | undefined;
55110
55104
  maxFeePerBlobGas?: bigint | undefined;
55111
55105
  maxFeePerGas?: bigint | undefined;
55112
55106
  maxPriorityFeePerGas?: bigint | undefined;
55113
- accessList?: viem491.AccessList | undefined;
55114
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55107
+ accessList?: viem0.AccessList | undefined;
55108
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55115
55109
  authorizationList?: undefined;
55116
55110
  chainId?: number | undefined;
55117
55111
  connector?: wagmi0.Connector | undefined;
@@ -55120,22 +55114,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55120
55114
  functionName: string;
55121
55115
  args?: readonly unknown[] | undefined;
55122
55116
  address: Address;
55123
- chain?: viem491.Chain | null | undefined;
55124
- account?: `0x${string}` | viem491.Account | null | undefined;
55117
+ chain?: viem0.Chain | null | undefined;
55118
+ account?: `0x${string}` | viem0.Account | null | undefined;
55125
55119
  value?: bigint | undefined;
55126
55120
  dataSuffix?: `0x${string}` | undefined;
55121
+ type?: "eip4844" | undefined;
55127
55122
  gas?: bigint | undefined;
55128
55123
  nonce?: number | undefined;
55129
- type?: "eip4844" | undefined;
55130
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55124
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55131
55125
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55132
- kzg?: viem491.Kzg | undefined;
55126
+ kzg?: viem0.Kzg | undefined;
55133
55127
  gasPrice?: undefined | undefined;
55134
55128
  maxFeePerBlobGas?: bigint | undefined;
55135
55129
  maxFeePerGas?: bigint | undefined;
55136
55130
  maxPriorityFeePerGas?: bigint | undefined;
55137
- accessList?: viem491.AccessList | undefined;
55138
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55131
+ accessList?: viem0.AccessList | undefined;
55132
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55139
55133
  authorizationList?: undefined;
55140
55134
  chainId?: number | undefined;
55141
55135
  connector?: wagmi0.Connector | undefined;
@@ -55144,13 +55138,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55144
55138
  functionName: string;
55145
55139
  args?: readonly unknown[] | undefined;
55146
55140
  address: Address;
55147
- chain?: viem491.Chain | null | undefined;
55148
- account?: `0x${string}` | viem491.Account | null | undefined;
55141
+ chain?: viem0.Chain | null | undefined;
55142
+ account?: `0x${string}` | viem0.Account | null | undefined;
55149
55143
  value?: bigint | undefined;
55150
55144
  dataSuffix?: `0x${string}` | undefined;
55145
+ type?: "eip7702" | undefined;
55151
55146
  gas?: bigint | undefined;
55152
55147
  nonce?: number | undefined;
55153
- type?: "eip7702" | undefined;
55154
55148
  blobs?: undefined;
55155
55149
  blobVersionedHashes?: undefined;
55156
55150
  kzg?: undefined;
@@ -55158,15 +55152,21 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55158
55152
  maxFeePerBlobGas?: undefined | undefined;
55159
55153
  maxFeePerGas?: bigint | undefined;
55160
55154
  maxPriorityFeePerGas?: bigint | undefined;
55161
- accessList?: viem491.AccessList | undefined;
55155
+ accessList?: viem0.AccessList | undefined;
55162
55156
  sidecars?: undefined;
55163
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55157
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55164
55158
  chainId?: number | undefined;
55165
55159
  connector?: wagmi0.Connector | undefined;
55166
55160
  };
55161
+ isError: false;
55167
55162
  isIdle: false;
55163
+ isPending: true;
55164
+ isSuccess: false;
55168
55165
  reset: () => void;
55169
55166
  context: unknown;
55167
+ failureCount: number;
55168
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55169
+ isPaused: boolean;
55170
55170
  submittedAt: number;
55171
55171
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55172
55172
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55182,24 +55182,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55182
55182
  data: undefined;
55183
55183
  error: _wagmi_core0.WriteContractErrorType;
55184
55184
  status: "error";
55185
- isError: true;
55186
- isPending: false;
55187
- isSuccess: false;
55188
- failureCount: number;
55189
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55190
- isPaused: boolean;
55191
55185
  variables: {
55192
55186
  abi: abitype0.Abi;
55193
55187
  functionName: string;
55194
55188
  args?: readonly unknown[] | undefined;
55195
55189
  address: Address;
55196
- chain?: viem491.Chain | null | undefined;
55197
- account?: `0x${string}` | viem491.Account | null | undefined;
55190
+ chain?: viem0.Chain | null | undefined;
55191
+ account?: `0x${string}` | viem0.Account | null | undefined;
55198
55192
  value?: bigint | undefined;
55199
55193
  dataSuffix?: `0x${string}` | undefined;
55194
+ type?: "legacy" | undefined;
55200
55195
  gas?: bigint | undefined;
55201
55196
  nonce?: number | undefined;
55202
- type?: "legacy" | undefined;
55203
55197
  blobs?: undefined;
55204
55198
  blobVersionedHashes?: undefined;
55205
55199
  kzg?: undefined;
@@ -55217,13 +55211,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55217
55211
  functionName: string;
55218
55212
  args?: readonly unknown[] | undefined;
55219
55213
  address: Address;
55220
- chain?: viem491.Chain | null | undefined;
55221
- account?: `0x${string}` | viem491.Account | null | undefined;
55214
+ chain?: viem0.Chain | null | undefined;
55215
+ account?: `0x${string}` | viem0.Account | null | undefined;
55222
55216
  value?: bigint | undefined;
55223
55217
  dataSuffix?: `0x${string}` | undefined;
55218
+ type?: "eip2930" | undefined;
55224
55219
  gas?: bigint | undefined;
55225
55220
  nonce?: number | undefined;
55226
- type?: "eip2930" | undefined;
55227
55221
  blobs?: undefined;
55228
55222
  blobVersionedHashes?: undefined;
55229
55223
  kzg?: undefined;
@@ -55231,7 +55225,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55231
55225
  maxFeePerBlobGas?: undefined | undefined;
55232
55226
  maxFeePerGas?: undefined | undefined;
55233
55227
  maxPriorityFeePerGas?: undefined | undefined;
55234
- accessList?: viem491.AccessList | undefined;
55228
+ accessList?: viem0.AccessList | undefined;
55235
55229
  sidecars?: undefined;
55236
55230
  authorizationList?: undefined;
55237
55231
  chainId?: number | undefined;
@@ -55241,13 +55235,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55241
55235
  functionName: string;
55242
55236
  args?: readonly unknown[] | undefined;
55243
55237
  address: Address;
55244
- chain?: viem491.Chain | null | undefined;
55245
- account?: `0x${string}` | viem491.Account | null | undefined;
55238
+ chain?: viem0.Chain | null | undefined;
55239
+ account?: `0x${string}` | viem0.Account | null | undefined;
55246
55240
  value?: bigint | undefined;
55247
55241
  dataSuffix?: `0x${string}` | undefined;
55242
+ type?: "eip1559" | undefined;
55248
55243
  gas?: bigint | undefined;
55249
55244
  nonce?: number | undefined;
55250
- type?: "eip1559" | undefined;
55251
55245
  blobs?: undefined;
55252
55246
  blobVersionedHashes?: undefined;
55253
55247
  kzg?: undefined;
@@ -55255,7 +55249,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55255
55249
  maxFeePerBlobGas?: undefined | undefined;
55256
55250
  maxFeePerGas?: bigint | undefined;
55257
55251
  maxPriorityFeePerGas?: bigint | undefined;
55258
- accessList?: viem491.AccessList | undefined;
55252
+ accessList?: viem0.AccessList | undefined;
55259
55253
  sidecars?: undefined;
55260
55254
  authorizationList?: undefined;
55261
55255
  chainId?: number | undefined;
@@ -55265,22 +55259,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55265
55259
  functionName: string;
55266
55260
  args?: readonly unknown[] | undefined;
55267
55261
  address: Address;
55268
- chain?: viem491.Chain | null | undefined;
55269
- account?: `0x${string}` | viem491.Account | null | undefined;
55262
+ chain?: viem0.Chain | null | undefined;
55263
+ account?: `0x${string}` | viem0.Account | null | undefined;
55270
55264
  value?: bigint | undefined;
55271
55265
  dataSuffix?: `0x${string}` | undefined;
55266
+ type?: "eip4844" | undefined;
55272
55267
  gas?: bigint | undefined;
55273
55268
  nonce?: number | undefined;
55274
- type?: "eip4844" | undefined;
55275
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55276
- blobVersionedHashes: readonly viem491.Hex[];
55269
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55270
+ blobVersionedHashes: readonly viem0.Hex[];
55277
55271
  kzg?: undefined;
55278
55272
  gasPrice?: undefined | undefined;
55279
55273
  maxFeePerBlobGas?: bigint | undefined;
55280
55274
  maxFeePerGas?: bigint | undefined;
55281
55275
  maxPriorityFeePerGas?: bigint | undefined;
55282
- accessList?: viem491.AccessList | undefined;
55283
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55276
+ accessList?: viem0.AccessList | undefined;
55277
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55284
55278
  authorizationList?: undefined;
55285
55279
  chainId?: number | undefined;
55286
55280
  connector?: wagmi0.Connector | undefined;
@@ -55289,22 +55283,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55289
55283
  functionName: string;
55290
55284
  args?: readonly unknown[] | undefined;
55291
55285
  address: Address;
55292
- chain?: viem491.Chain | null | undefined;
55293
- account?: `0x${string}` | viem491.Account | null | undefined;
55286
+ chain?: viem0.Chain | null | undefined;
55287
+ account?: `0x${string}` | viem0.Account | null | undefined;
55294
55288
  value?: bigint | undefined;
55295
55289
  dataSuffix?: `0x${string}` | undefined;
55290
+ type?: "eip4844" | undefined;
55296
55291
  gas?: bigint | undefined;
55297
55292
  nonce?: number | undefined;
55298
- type?: "eip4844" | undefined;
55299
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55293
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55300
55294
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55301
- kzg?: viem491.Kzg | undefined;
55295
+ kzg?: viem0.Kzg | undefined;
55302
55296
  gasPrice?: undefined | undefined;
55303
55297
  maxFeePerBlobGas?: bigint | undefined;
55304
55298
  maxFeePerGas?: bigint | undefined;
55305
55299
  maxPriorityFeePerGas?: bigint | undefined;
55306
- accessList?: viem491.AccessList | undefined;
55307
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55300
+ accessList?: viem0.AccessList | undefined;
55301
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55308
55302
  authorizationList?: undefined;
55309
55303
  chainId?: number | undefined;
55310
55304
  connector?: wagmi0.Connector | undefined;
@@ -55313,13 +55307,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55313
55307
  functionName: string;
55314
55308
  args?: readonly unknown[] | undefined;
55315
55309
  address: Address;
55316
- chain?: viem491.Chain | null | undefined;
55317
- account?: `0x${string}` | viem491.Account | null | undefined;
55310
+ chain?: viem0.Chain | null | undefined;
55311
+ account?: `0x${string}` | viem0.Account | null | undefined;
55318
55312
  value?: bigint | undefined;
55319
55313
  dataSuffix?: `0x${string}` | undefined;
55314
+ type?: "eip7702" | undefined;
55320
55315
  gas?: bigint | undefined;
55321
55316
  nonce?: number | undefined;
55322
- type?: "eip7702" | undefined;
55323
55317
  blobs?: undefined;
55324
55318
  blobVersionedHashes?: undefined;
55325
55319
  kzg?: undefined;
@@ -55327,15 +55321,21 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55327
55321
  maxFeePerBlobGas?: undefined | undefined;
55328
55322
  maxFeePerGas?: bigint | undefined;
55329
55323
  maxPriorityFeePerGas?: bigint | undefined;
55330
- accessList?: viem491.AccessList | undefined;
55324
+ accessList?: viem0.AccessList | undefined;
55331
55325
  sidecars?: undefined;
55332
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55326
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55333
55327
  chainId?: number | undefined;
55334
55328
  connector?: wagmi0.Connector | undefined;
55335
55329
  };
55330
+ isError: true;
55336
55331
  isIdle: false;
55332
+ isPending: false;
55333
+ isSuccess: false;
55337
55334
  reset: () => void;
55338
55335
  context: unknown;
55336
+ failureCount: number;
55337
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55338
+ isPaused: boolean;
55339
55339
  submittedAt: number;
55340
55340
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55341
55341
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55351,24 +55351,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55351
55351
  data: `0x${string}`;
55352
55352
  error: null;
55353
55353
  status: "success";
55354
- isError: false;
55355
- isPending: false;
55356
- isSuccess: true;
55357
- failureCount: number;
55358
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55359
- isPaused: boolean;
55360
55354
  variables: {
55361
55355
  abi: abitype0.Abi;
55362
55356
  functionName: string;
55363
55357
  args?: readonly unknown[] | undefined;
55364
55358
  address: Address;
55365
- chain?: viem491.Chain | null | undefined;
55366
- account?: `0x${string}` | viem491.Account | null | undefined;
55359
+ chain?: viem0.Chain | null | undefined;
55360
+ account?: `0x${string}` | viem0.Account | null | undefined;
55367
55361
  value?: bigint | undefined;
55368
55362
  dataSuffix?: `0x${string}` | undefined;
55363
+ type?: "legacy" | undefined;
55369
55364
  gas?: bigint | undefined;
55370
55365
  nonce?: number | undefined;
55371
- type?: "legacy" | undefined;
55372
55366
  blobs?: undefined;
55373
55367
  blobVersionedHashes?: undefined;
55374
55368
  kzg?: undefined;
@@ -55386,13 +55380,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55386
55380
  functionName: string;
55387
55381
  args?: readonly unknown[] | undefined;
55388
55382
  address: Address;
55389
- chain?: viem491.Chain | null | undefined;
55390
- account?: `0x${string}` | viem491.Account | null | undefined;
55383
+ chain?: viem0.Chain | null | undefined;
55384
+ account?: `0x${string}` | viem0.Account | null | undefined;
55391
55385
  value?: bigint | undefined;
55392
55386
  dataSuffix?: `0x${string}` | undefined;
55387
+ type?: "eip2930" | undefined;
55393
55388
  gas?: bigint | undefined;
55394
55389
  nonce?: number | undefined;
55395
- type?: "eip2930" | undefined;
55396
55390
  blobs?: undefined;
55397
55391
  blobVersionedHashes?: undefined;
55398
55392
  kzg?: undefined;
@@ -55400,7 +55394,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55400
55394
  maxFeePerBlobGas?: undefined | undefined;
55401
55395
  maxFeePerGas?: undefined | undefined;
55402
55396
  maxPriorityFeePerGas?: undefined | undefined;
55403
- accessList?: viem491.AccessList | undefined;
55397
+ accessList?: viem0.AccessList | undefined;
55404
55398
  sidecars?: undefined;
55405
55399
  authorizationList?: undefined;
55406
55400
  chainId?: number | undefined;
@@ -55410,13 +55404,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55410
55404
  functionName: string;
55411
55405
  args?: readonly unknown[] | undefined;
55412
55406
  address: Address;
55413
- chain?: viem491.Chain | null | undefined;
55414
- account?: `0x${string}` | viem491.Account | null | undefined;
55407
+ chain?: viem0.Chain | null | undefined;
55408
+ account?: `0x${string}` | viem0.Account | null | undefined;
55415
55409
  value?: bigint | undefined;
55416
55410
  dataSuffix?: `0x${string}` | undefined;
55411
+ type?: "eip1559" | undefined;
55417
55412
  gas?: bigint | undefined;
55418
55413
  nonce?: number | undefined;
55419
- type?: "eip1559" | undefined;
55420
55414
  blobs?: undefined;
55421
55415
  blobVersionedHashes?: undefined;
55422
55416
  kzg?: undefined;
@@ -55424,7 +55418,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55424
55418
  maxFeePerBlobGas?: undefined | undefined;
55425
55419
  maxFeePerGas?: bigint | undefined;
55426
55420
  maxPriorityFeePerGas?: bigint | undefined;
55427
- accessList?: viem491.AccessList | undefined;
55421
+ accessList?: viem0.AccessList | undefined;
55428
55422
  sidecars?: undefined;
55429
55423
  authorizationList?: undefined;
55430
55424
  chainId?: number | undefined;
@@ -55434,22 +55428,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55434
55428
  functionName: string;
55435
55429
  args?: readonly unknown[] | undefined;
55436
55430
  address: Address;
55437
- chain?: viem491.Chain | null | undefined;
55438
- account?: `0x${string}` | viem491.Account | null | undefined;
55431
+ chain?: viem0.Chain | null | undefined;
55432
+ account?: `0x${string}` | viem0.Account | null | undefined;
55439
55433
  value?: bigint | undefined;
55440
55434
  dataSuffix?: `0x${string}` | undefined;
55435
+ type?: "eip4844" | undefined;
55441
55436
  gas?: bigint | undefined;
55442
55437
  nonce?: number | undefined;
55443
- type?: "eip4844" | undefined;
55444
- blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55445
- blobVersionedHashes: readonly viem491.Hex[];
55438
+ blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
55439
+ blobVersionedHashes: readonly viem0.Hex[];
55446
55440
  kzg?: undefined;
55447
55441
  gasPrice?: undefined | undefined;
55448
55442
  maxFeePerBlobGas?: bigint | undefined;
55449
55443
  maxFeePerGas?: bigint | undefined;
55450
55444
  maxPriorityFeePerGas?: bigint | undefined;
55451
- accessList?: viem491.AccessList | undefined;
55452
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55445
+ accessList?: viem0.AccessList | undefined;
55446
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55453
55447
  authorizationList?: undefined;
55454
55448
  chainId?: number | undefined;
55455
55449
  connector?: wagmi0.Connector | undefined;
@@ -55458,22 +55452,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55458
55452
  functionName: string;
55459
55453
  args?: readonly unknown[] | undefined;
55460
55454
  address: Address;
55461
- chain?: viem491.Chain | null | undefined;
55462
- account?: `0x${string}` | viem491.Account | null | undefined;
55455
+ chain?: viem0.Chain | null | undefined;
55456
+ account?: `0x${string}` | viem0.Account | null | undefined;
55463
55457
  value?: bigint | undefined;
55464
55458
  dataSuffix?: `0x${string}` | undefined;
55459
+ type?: "eip4844" | undefined;
55465
55460
  gas?: bigint | undefined;
55466
55461
  nonce?: number | undefined;
55467
- type?: "eip4844" | undefined;
55468
- blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55462
+ blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
55469
55463
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55470
- kzg?: viem491.Kzg | undefined;
55464
+ kzg?: viem0.Kzg | undefined;
55471
55465
  gasPrice?: undefined | undefined;
55472
55466
  maxFeePerBlobGas?: bigint | undefined;
55473
55467
  maxFeePerGas?: bigint | undefined;
55474
55468
  maxPriorityFeePerGas?: bigint | undefined;
55475
- accessList?: viem491.AccessList | undefined;
55476
- sidecars?: readonly viem491.BlobSidecar<`0x${string}`>[] | undefined;
55469
+ accessList?: viem0.AccessList | undefined;
55470
+ sidecars?: readonly viem0.BlobSidecar<`0x${string}`>[] | undefined;
55477
55471
  authorizationList?: undefined;
55478
55472
  chainId?: number | undefined;
55479
55473
  connector?: wagmi0.Connector | undefined;
@@ -55482,13 +55476,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55482
55476
  functionName: string;
55483
55477
  args?: readonly unknown[] | undefined;
55484
55478
  address: Address;
55485
- chain?: viem491.Chain | null | undefined;
55486
- account?: `0x${string}` | viem491.Account | null | undefined;
55479
+ chain?: viem0.Chain | null | undefined;
55480
+ account?: `0x${string}` | viem0.Account | null | undefined;
55487
55481
  value?: bigint | undefined;
55488
55482
  dataSuffix?: `0x${string}` | undefined;
55483
+ type?: "eip7702" | undefined;
55489
55484
  gas?: bigint | undefined;
55490
55485
  nonce?: number | undefined;
55491
- type?: "eip7702" | undefined;
55492
55486
  blobs?: undefined;
55493
55487
  blobVersionedHashes?: undefined;
55494
55488
  kzg?: undefined;
@@ -55496,15 +55490,21 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55496
55490
  maxFeePerBlobGas?: undefined | undefined;
55497
55491
  maxFeePerGas?: bigint | undefined;
55498
55492
  maxPriorityFeePerGas?: bigint | undefined;
55499
- accessList?: viem491.AccessList | undefined;
55493
+ accessList?: viem0.AccessList | undefined;
55500
55494
  sidecars?: undefined;
55501
- authorizationList?: viem491.AuthorizationList<number, boolean> | undefined;
55495
+ authorizationList?: viem0.AuthorizationList<number, boolean> | undefined;
55502
55496
  chainId?: number | undefined;
55503
55497
  connector?: wagmi0.Connector | undefined;
55504
55498
  };
55499
+ isError: false;
55505
55500
  isIdle: false;
55501
+ isPending: false;
55502
+ isSuccess: true;
55506
55503
  reset: () => void;
55507
55504
  context: unknown;
55505
+ failureCount: number;
55506
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55507
+ isPaused: boolean;
55508
55508
  submittedAt: number;
55509
55509
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55510
55510
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55522,7 +55522,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55522
55522
  declare const useLens: () => {
55523
55523
  timelockLens: {
55524
55524
  read: {
55525
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
55525
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
55526
55526
  readonly type: "function";
55527
55527
  readonly name: "batchGetRefTick";
55528
55528
  readonly inputs: readonly [{
@@ -56465,7 +56465,7 @@ declare const useLens: () => {
56465
56465
  }];
56466
56466
  readonly stateMutability: "view";
56467
56467
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
56468
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
56468
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
56469
56469
  readonly type: "function";
56470
56470
  readonly name: "batchGetRefTick";
56471
56471
  readonly inputs: readonly [{
@@ -57420,7 +57420,7 @@ declare const useLens: () => {
57420
57420
  borrowedAmount0: bigint;
57421
57421
  borrowedAmount1: bigint;
57422
57422
  }[]>;
57423
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
57423
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
57424
57424
  readonly type: "function";
57425
57425
  readonly name: "batchGetRefTick";
57426
57426
  readonly inputs: readonly [{
@@ -58373,7 +58373,7 @@ declare const useLens: () => {
58373
58373
  expiresAt: number;
58374
58374
  liquidities: readonly bigint[];
58375
58375
  }[]>;
58376
- getFeeRates: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
58376
+ getFeeRates: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
58377
58377
  readonly type: "function";
58378
58378
  readonly name: "batchGetRefTick";
58379
58379
  readonly inputs: readonly [{
@@ -59322,7 +59322,7 @@ declare const useLens: () => {
59322
59322
  minBaseFee: bigint;
59323
59323
  feeRecipient: `0x${string}`;
59324
59324
  }>;
59325
- getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
59325
+ getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
59326
59326
  readonly type: "function";
59327
59327
  readonly name: "batchGetRefTick";
59328
59328
  readonly inputs: readonly [{
@@ -60281,7 +60281,7 @@ declare const useLens: () => {
60281
60281
  senderIsAdmin: boolean;
60282
60282
  senderIsPauser: boolean;
60283
60283
  }>;
60284
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
60284
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
60285
60285
  readonly type: "function";
60286
60286
  readonly name: "batchGetRefTick";
60287
60287
  readonly inputs: readonly [{
@@ -61224,7 +61224,7 @@ declare const useLens: () => {
61224
61224
  }];
61225
61225
  readonly stateMutability: "view";
61226
61226
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
61227
- getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
61227
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
61228
61228
  readonly type: "function";
61229
61229
  readonly name: "batchGetRefTick";
61230
61230
  readonly inputs: readonly [{
@@ -62188,7 +62188,7 @@ declare const useLens: () => {
62188
62188
  optionAssetName: string;
62189
62189
  payoutAssetName: string;
62190
62190
  }>;
62191
- getMarketState: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
62191
+ getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
62192
62192
  readonly type: "function";
62193
62193
  readonly name: "batchGetRefTick";
62194
62194
  readonly inputs: readonly [{
@@ -63136,7 +63136,7 @@ declare const useLens: () => {
63136
63136
  feeStrategy: `0x${string}`;
63137
63137
  owner: `0x${string}`;
63138
63138
  }>;
63139
- getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
63139
+ getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
63140
63140
  readonly type: "function";
63141
63141
  readonly name: "batchGetRefTick";
63142
63142
  readonly inputs: readonly [{
@@ -64079,7 +64079,7 @@ declare const useLens: () => {
64079
64079
  }];
64080
64080
  readonly stateMutability: "view";
64081
64081
  }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
64082
- getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
64082
+ getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
64083
64083
  readonly type: "function";
64084
64084
  readonly name: "batchGetRefTick";
64085
64085
  readonly inputs: readonly [{
@@ -65022,7 +65022,7 @@ declare const useLens: () => {
65022
65022
  }];
65023
65023
  readonly stateMutability: "view";
65024
65024
  }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
65025
- getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
65025
+ getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65026
65026
  readonly type: "function";
65027
65027
  readonly name: "batchGetRefTick";
65028
65028
  readonly inputs: readonly [{
@@ -65965,7 +65965,7 @@ declare const useLens: () => {
65965
65965
  }];
65966
65966
  readonly stateMutability: "view";
65967
65967
  }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
65968
- getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
65968
+ getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
65969
65969
  readonly type: "function";
65970
65970
  readonly name: "batchGetRefTick";
65971
65971
  readonly inputs: readonly [{
@@ -66908,7 +66908,7 @@ declare const useLens: () => {
66908
66908
  }];
66909
66909
  readonly stateMutability: "view";
66910
66910
  }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
66911
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
66911
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
66912
66912
  readonly type: "function";
66913
66913
  readonly name: "batchGetRefTick";
66914
66914
  readonly inputs: readonly [{
@@ -67861,7 +67861,7 @@ declare const useLens: () => {
67861
67861
  expiresAt: number;
67862
67862
  liquidities: readonly bigint[];
67863
67863
  }>;
67864
- getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
67864
+ getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
67865
67865
  readonly type: "function";
67866
67866
  readonly name: "batchGetRefTick";
67867
67867
  readonly inputs: readonly [{
@@ -68810,7 +68810,7 @@ declare const useLens: () => {
68810
68810
  minPremiumDailyRate: number;
68811
68811
  minPremiumAmount: bigint;
68812
68812
  }>;
68813
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
68813
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
68814
68814
  readonly type: "function";
68815
68815
  readonly name: "batchGetRefTick";
68816
68816
  readonly inputs: readonly [{
@@ -69769,7 +69769,7 @@ declare const useLens: () => {
69769
69769
  fee: number;
69770
69770
  tickSpacing: number;
69771
69771
  hooks: `0x${string}`;
69772
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
69772
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
69773
69773
  readonly type: "function";
69774
69774
  readonly name: "batchGetRefTick";
69775
69775
  readonly inputs: readonly [{
@@ -70729,7 +70729,7 @@ declare const useLens: () => {
70729
70729
  tickSpacing: number;
70730
70730
  fee: number;
70731
70731
  }>;
70732
- getPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
70732
+ getPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
70733
70733
  readonly type: "function";
70734
70734
  readonly name: "batchGetRefTick";
70735
70735
  readonly inputs: readonly [{
@@ -71672,7 +71672,7 @@ declare const useLens: () => {
71672
71672
  }];
71673
71673
  readonly stateMutability: "view";
71674
71674
  }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
71675
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
71675
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
71676
71676
  readonly type: "function";
71677
71677
  readonly name: "batchGetRefTick";
71678
71678
  readonly inputs: readonly [{
@@ -72615,7 +72615,7 @@ declare const useLens: () => {
72615
72615
  }];
72616
72616
  readonly stateMutability: "view";
72617
72617
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
72618
- getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
72618
+ getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
72619
72619
  readonly type: "function";
72620
72620
  readonly name: "batchGetRefTick";
72621
72621
  readonly inputs: readonly [{
@@ -73561,7 +73561,7 @@ declare const useLens: () => {
73561
73561
  dailyFundingRate: number;
73562
73562
  minFundingAmount: bigint;
73563
73563
  }>;
73564
- getTokenData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
73564
+ getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
73565
73565
  readonly type: "function";
73566
73566
  readonly name: "batchGetRefTick";
73567
73567
  readonly inputs: readonly [{
@@ -74508,7 +74508,7 @@ declare const useLens: () => {
74508
74508
  symbol: string;
74509
74509
  name: string;
74510
74510
  }>;
74511
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
74511
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
74512
74512
  readonly type: "function";
74513
74513
  readonly name: "batchGetRefTick";
74514
74514
  readonly inputs: readonly [{
@@ -75461,7 +75461,7 @@ declare const useLens: () => {
75461
75461
  expiresAt: number;
75462
75462
  liquidities: readonly bigint[];
75463
75463
  }[], bigint, boolean]>;
75464
- getVaultData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
75464
+ getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
75465
75465
  readonly type: "function";
75466
75466
  readonly name: "batchGetRefTick";
75467
75467
  readonly inputs: readonly [{
@@ -76414,7 +76414,7 @@ declare const useLens: () => {
76414
76414
  };
76415
76415
  poolId: `0x${string}`;
76416
76416
  }>;
76417
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
76417
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
76418
76418
  readonly type: "function";
76419
76419
  readonly name: "batchGetRefTick";
76420
76420
  readonly inputs: readonly [{
@@ -78305,7 +78305,7 @@ declare const useLens: () => {
78305
78305
  } | undefined;
78306
78306
  stateView: {
78307
78307
  read: {
78308
- getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
78308
+ getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
78309
78309
  readonly type: "function";
78310
78310
  readonly name: "getFeeGrowthGlobals";
78311
78311
  readonly inputs: readonly [{
@@ -79152,7 +79152,7 @@ declare const useLens: () => {
79152
79152
  fee: number;
79153
79153
  tickSpacing: number;
79154
79154
  hooks: `0x${string}`;
79155
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
79155
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
79156
79156
  readonly type: "function";
79157
79157
  readonly name: "getFeeGrowthGlobals";
79158
79158
  readonly inputs: readonly [{
@@ -79994,7 +79994,7 @@ declare const useLens: () => {
79994
79994
  tickSpacing: number;
79995
79995
  hooks: `0x${string}`;
79996
79996
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
79997
- getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
79997
+ getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
79998
79998
  readonly type: "function";
79999
79999
  readonly name: "getFeeGrowthGlobals";
80000
80000
  readonly inputs: readonly [{
@@ -80841,7 +80841,7 @@ declare const useLens: () => {
80841
80841
  fee: number;
80842
80842
  tickSpacing: number;
80843
80843
  hooks: `0x${string}`;
80844
- }, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
80844
+ }, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
80845
80845
  readonly type: "function";
80846
80846
  readonly name: "getFeeGrowthGlobals";
80847
80847
  readonly inputs: readonly [{
@@ -81683,7 +81683,7 @@ declare const useLens: () => {
81683
81683
  tickSpacing: number;
81684
81684
  hooks: `0x${string}`;
81685
81685
  }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
81686
- getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
81686
+ getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
81687
81687
  readonly type: "function";
81688
81688
  readonly name: "getFeeGrowthGlobals";
81689
81689
  readonly inputs: readonly [{
@@ -82530,7 +82530,7 @@ declare const useLens: () => {
82530
82530
  fee: number;
82531
82531
  tickSpacing: number;
82532
82532
  hooks: `0x${string}`;
82533
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
82533
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
82534
82534
  readonly type: "function";
82535
82535
  readonly name: "getFeeGrowthGlobals";
82536
82536
  readonly inputs: readonly [{
@@ -83372,7 +83372,7 @@ declare const useLens: () => {
83372
83372
  tickSpacing: number;
83373
83373
  hooks: `0x${string}`;
83374
83374
  }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
83375
- getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
83375
+ getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
83376
83376
  readonly type: "function";
83377
83377
  readonly name: "getFeeGrowthGlobals";
83378
83378
  readonly inputs: readonly [{
@@ -84219,7 +84219,7 @@ declare const useLens: () => {
84219
84219
  fee: number;
84220
84220
  tickSpacing: number;
84221
84221
  hooks: `0x${string}`;
84222
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
84222
+ }, `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 [{
84223
84223
  readonly type: "function";
84224
84224
  readonly name: "getFeeGrowthGlobals";
84225
84225
  readonly inputs: readonly [{
@@ -85072,7 +85072,7 @@ declare const useLens: () => {
85072
85072
  fee: number;
85073
85073
  tickSpacing: number;
85074
85074
  hooks: `0x${string}`;
85075
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
85075
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
85076
85076
  readonly type: "function";
85077
85077
  readonly name: "getFeeGrowthGlobals";
85078
85078
  readonly inputs: readonly [{
@@ -85925,7 +85925,7 @@ declare const useLens: () => {
85925
85925
  fee: number;
85926
85926
  tickSpacing: number;
85927
85927
  hooks: `0x${string}`;
85928
- }, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
85928
+ }, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
85929
85929
  readonly type: "function";
85930
85930
  readonly name: "getFeeGrowthGlobals";
85931
85931
  readonly inputs: readonly [{
@@ -86773,7 +86773,7 @@ declare const useLens: () => {
86773
86773
  tickSpacing: number;
86774
86774
  hooks: `0x${string}`;
86775
86775
  }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
86776
- getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
86776
+ getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
86777
86777
  readonly type: "function";
86778
86778
  readonly name: "getFeeGrowthGlobals";
86779
86779
  readonly inputs: readonly [{
@@ -87620,7 +87620,7 @@ declare const useLens: () => {
87620
87620
  fee: number;
87621
87621
  tickSpacing: number;
87622
87622
  hooks: `0x${string}`;
87623
- }, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
87623
+ }, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
87624
87624
  readonly type: "function";
87625
87625
  readonly name: "getFeeGrowthGlobals";
87626
87626
  readonly inputs: readonly [{
@@ -88468,7 +88468,7 @@ declare const useLens: () => {
88468
88468
  fee: number;
88469
88469
  tickSpacing: number;
88470
88470
  hooks: `0x${string}`;
88471
- }], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
88471
+ }], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
88472
88472
  readonly type: "function";
88473
88473
  readonly name: "getFeeGrowthGlobals";
88474
88474
  readonly inputs: readonly [{
@@ -89310,7 +89310,7 @@ declare const useLens: () => {
89310
89310
  tickSpacing: number;
89311
89311
  hooks: `0x${string}`;
89312
89312
  }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89313
- getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
89313
+ getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
89314
89314
  readonly type: "function";
89315
89315
  readonly name: "getFeeGrowthGlobals";
89316
89316
  readonly inputs: readonly [{
@@ -90146,7 +90146,7 @@ declare const useLens: () => {
90146
90146
  }];
90147
90147
  readonly stateMutability: "view";
90148
90148
  }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
90149
- getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
90149
+ getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
90150
90150
  readonly type: "function";
90151
90151
  readonly name: "getFeeGrowthGlobals";
90152
90152
  readonly inputs: readonly [{
@@ -90993,7 +90993,7 @@ declare const useLens: () => {
90993
90993
  fee: number;
90994
90994
  tickSpacing: number;
90995
90995
  hooks: `0x${string}`;
90996
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
90996
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
90997
90997
  readonly type: "function";
90998
90998
  readonly name: "getFeeGrowthGlobals";
90999
90999
  readonly inputs: readonly [{
@@ -91835,7 +91835,7 @@ declare const useLens: () => {
91835
91835
  tickSpacing: number;
91836
91836
  hooks: `0x${string}`;
91837
91837
  }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
91838
- getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
91838
+ getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
91839
91839
  readonly type: "function";
91840
91840
  readonly name: "getFeeGrowthGlobals";
91841
91841
  readonly inputs: readonly [{
@@ -92682,7 +92682,7 @@ declare const useLens: () => {
92682
92682
  fee: number;
92683
92683
  tickSpacing: number;
92684
92684
  hooks: `0x${string}`;
92685
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
92685
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
92686
92686
  readonly type: "function";
92687
92687
  readonly name: "getFeeGrowthGlobals";
92688
92688
  readonly inputs: readonly [{
@@ -93524,7 +93524,7 @@ declare const useLens: () => {
93524
93524
  tickSpacing: number;
93525
93525
  hooks: `0x${string}`;
93526
93526
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
93527
- getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
93527
+ getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
93528
93528
  readonly type: "function";
93529
93529
  readonly name: "getFeeGrowthGlobals";
93530
93530
  readonly inputs: readonly [{
@@ -94371,7 +94371,7 @@ declare const useLens: () => {
94371
94371
  fee: number;
94372
94372
  tickSpacing: number;
94373
94373
  hooks: `0x${string}`;
94374
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
94374
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
94375
94375
  readonly type: "function";
94376
94376
  readonly name: "getFeeGrowthGlobals";
94377
94377
  readonly inputs: readonly [{
@@ -95213,7 +95213,7 @@ declare const useLens: () => {
95213
95213
  tickSpacing: number;
95214
95214
  hooks: `0x${string}`;
95215
95215
  }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
95216
- getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
95216
+ getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
95217
95217
  readonly type: "function";
95218
95218
  readonly name: "getFeeGrowthGlobals";
95219
95219
  readonly inputs: readonly [{
@@ -96060,7 +96060,7 @@ declare const useLens: () => {
96060
96060
  fee: number;
96061
96061
  tickSpacing: number;
96062
96062
  hooks: `0x${string}`;
96063
- }, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
96063
+ }, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
96064
96064
  readonly type: "function";
96065
96065
  readonly name: "getFeeGrowthGlobals";
96066
96066
  readonly inputs: readonly [{
@@ -97744,4 +97744,4 @@ declare const useLens: () => {
97744
97744
  };
97745
97745
  //#endregion
97746
97746
  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 };
97747
- //# sourceMappingURL=client-PAFF9s1V.d.cts.map
97747
+ //# sourceMappingURL=client-D_0Cm9hR.d.cts.map