timelock-sdk 0.0.206 → 0.0.208

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.
@@ -11,8 +11,8 @@ import * as _tanstack_query_core0 from "@tanstack/query-core";
11
11
  import Big from "big.js";
12
12
  import JSBI from "jsbi";
13
13
  import * as _wagmi_core0 from "@wagmi/core";
14
- import * as wagmi_query0 from "wagmi/query";
15
- import * as abitype0 from "abitype";
14
+ import * as wagmi_query23 from "wagmi/query";
15
+ import * as abitype35 from "abitype";
16
16
 
17
17
  //#region src/generated/graphql.d.ts
18
18
  type Exact<T$1 extends {
@@ -428,7 +428,7 @@ declare const getErc20: (address: Address, client: Client) => {
428
428
  }];
429
429
  readonly stateMutability: "nonpayable";
430
430
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
431
- name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
431
+ decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
432
432
  readonly type: "constructor";
433
433
  readonly inputs: readonly [{
434
434
  readonly name: "name_";
@@ -606,8 +606,8 @@ declare const getErc20: (address: Address, client: Client) => {
606
606
  readonly internalType: "bool";
607
607
  }];
608
608
  readonly stateMutability: "nonpayable";
609
- }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
610
- allowance: (args: readonly [owner: `0x${string}`, spender: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
609
+ }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
610
+ name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
611
611
  readonly type: "constructor";
612
612
  readonly inputs: readonly [{
613
613
  readonly name: "name_";
@@ -785,8 +785,8 @@ declare const getErc20: (address: Address, client: Client) => {
785
785
  readonly internalType: "bool";
786
786
  }];
787
787
  readonly stateMutability: "nonpayable";
788
- }], "allowance", readonly [owner: `0x${string}`, spender: `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
789
- balanceOf: (args: readonly [account: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
788
+ }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
789
+ allowance: (args: readonly [owner: `0x${string}`, spender: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
790
790
  readonly type: "constructor";
791
791
  readonly inputs: readonly [{
792
792
  readonly name: "name_";
@@ -964,8 +964,8 @@ declare const getErc20: (address: Address, client: Client) => {
964
964
  readonly internalType: "bool";
965
965
  }];
966
966
  readonly stateMutability: "nonpayable";
967
- }], "balanceOf", readonly [account: `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
968
- decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
967
+ }], "allowance", readonly [owner: `0x${string}`, spender: `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
968
+ balanceOf: (args: readonly [account: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
969
969
  readonly type: "constructor";
970
970
  readonly inputs: readonly [{
971
971
  readonly name: "name_";
@@ -1143,7 +1143,7 @@ declare const getErc20: (address: Address, client: Client) => {
1143
1143
  readonly internalType: "bool";
1144
1144
  }];
1145
1145
  readonly stateMutability: "nonpayable";
1146
- }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
1146
+ }], "balanceOf", readonly [account: `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1147
1147
  totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1148
1148
  readonly type: "constructor";
1149
1149
  readonly inputs: readonly [{
@@ -50249,7 +50249,7 @@ declare const getCurrentPrice: (poolAddr: Address, tokenAddr: Address) => Promis
50249
50249
  //#endregion
50250
50250
  //#region src/lib/liquidityUtils.d.ts
50251
50251
  declare const PRICE_PRECISION: bigint;
50252
- declare const getPriceAtSqrtPriceX96: (sqrtPriceX96: bigint) => bigint;
50252
+ declare const getPriceAtSqrtPriceX96: (sqrtPriceX96: bigint, token0For1?: boolean) => bigint;
50253
50253
  declare const getSqrtPriceX96AtPrice: (price: bigint) => JSBI;
50254
50254
  declare const getPriceAtTick: (tick: number) => bigint;
50255
50255
  declare const getTickAtPrice: (price: bigint) => number;
@@ -50291,7 +50291,7 @@ declare const usePoolData: (poolManager?: Address, poolKey?: PoolKey) => Partial
50291
50291
  } | undefined>>;
50292
50292
  //#endregion
50293
50293
  //#region src/hooks/pool/useCurrentPrice.d.ts
50294
- declare const useCurrentPrice: (poolManager?: Address, poolKey?: PoolKey) => {
50294
+ declare const useCurrentPrice: (poolManager?: Address, poolKey?: PoolKey, token0For1?: boolean) => {
50295
50295
  currentPrice: Amount | undefined;
50296
50296
  sqrtPriceX96: bigint | undefined;
50297
50297
  currentTick: number | undefined;
@@ -51146,7 +51146,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => wagm
51146
51146
  //#endregion
51147
51147
  //#region src/hooks/pool/usePriceAtTick.d.ts
51148
51148
  declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?: number) => Amount | undefined;
51149
- declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
51149
+ declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint, token0For1?: boolean) => Amount | undefined;
51150
51150
  //#endregion
51151
51151
  //#region src/hooks/pool/usePriceHistory.d.ts
51152
51152
  declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
@@ -52791,33 +52791,27 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52791
52791
  data: undefined;
52792
52792
  error: null;
52793
52793
  status: "idle";
52794
+ variables: undefined;
52794
52795
  isError: false;
52796
+ isIdle: true;
52795
52797
  isPending: false;
52796
52798
  isSuccess: false;
52799
+ reset: () => void;
52800
+ context: unknown;
52797
52801
  failureCount: number;
52798
52802
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52799
52803
  isPaused: boolean;
52800
- variables: undefined;
52801
- isIdle: true;
52802
- reset: () => void;
52803
- context: unknown;
52804
52804
  submittedAt: number;
52805
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52806
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
52807
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52805
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
52806
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
52807
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
52808
52808
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52809
52809
  } | {
52810
52810
  data: undefined;
52811
52811
  error: null;
52812
52812
  status: "pending";
52813
- isError: false;
52814
- isPending: true;
52815
- isSuccess: false;
52816
- failureCount: number;
52817
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52818
- isPaused: boolean;
52819
52813
  variables: {
52820
- abi: abitype0.Abi;
52814
+ abi: abitype35.Abi;
52821
52815
  functionName: string;
52822
52816
  args?: readonly unknown[] | undefined;
52823
52817
  address: Address;
@@ -52841,7 +52835,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52841
52835
  chainId?: number | undefined;
52842
52836
  connector?: wagmi0.Connector | undefined;
52843
52837
  } | {
52844
- abi: abitype0.Abi;
52838
+ abi: abitype35.Abi;
52845
52839
  functionName: string;
52846
52840
  args?: readonly unknown[] | undefined;
52847
52841
  address: Address;
@@ -52865,7 +52859,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52865
52859
  chainId?: number | undefined;
52866
52860
  connector?: wagmi0.Connector | undefined;
52867
52861
  } | {
52868
- abi: abitype0.Abi;
52862
+ abi: abitype35.Abi;
52869
52863
  functionName: string;
52870
52864
  args?: readonly unknown[] | undefined;
52871
52865
  address: Address;
@@ -52889,7 +52883,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52889
52883
  chainId?: number | undefined;
52890
52884
  connector?: wagmi0.Connector | undefined;
52891
52885
  } | {
52892
- abi: abitype0.Abi;
52886
+ abi: abitype35.Abi;
52893
52887
  functionName: string;
52894
52888
  args?: readonly unknown[] | undefined;
52895
52889
  address: Address;
@@ -52913,7 +52907,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52913
52907
  chainId?: number | undefined;
52914
52908
  connector?: wagmi0.Connector | undefined;
52915
52909
  } | {
52916
- abi: abitype0.Abi;
52910
+ abi: abitype35.Abi;
52917
52911
  functionName: string;
52918
52912
  args?: readonly unknown[] | undefined;
52919
52913
  address: Address;
@@ -52937,7 +52931,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52937
52931
  chainId?: number | undefined;
52938
52932
  connector?: wagmi0.Connector | undefined;
52939
52933
  } | {
52940
- abi: abitype0.Abi;
52934
+ abi: abitype35.Abi;
52941
52935
  functionName: string;
52942
52936
  args?: readonly unknown[] | undefined;
52943
52937
  address: Address;
@@ -52961,26 +52955,26 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52961
52955
  chainId?: number | undefined;
52962
52956
  connector?: wagmi0.Connector | undefined;
52963
52957
  };
52958
+ isError: false;
52964
52959
  isIdle: false;
52960
+ isPending: true;
52961
+ isSuccess: false;
52965
52962
  reset: () => void;
52966
52963
  context: unknown;
52964
+ failureCount: number;
52965
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52966
+ isPaused: boolean;
52967
52967
  submittedAt: number;
52968
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52969
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
52970
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52968
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
52969
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
52970
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
52971
52971
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52972
52972
  } | {
52973
52973
  data: undefined;
52974
52974
  error: _wagmi_core0.WriteContractErrorType;
52975
52975
  status: "error";
52976
- isError: true;
52977
- isPending: false;
52978
- isSuccess: false;
52979
- failureCount: number;
52980
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52981
- isPaused: boolean;
52982
52976
  variables: {
52983
- abi: abitype0.Abi;
52977
+ abi: abitype35.Abi;
52984
52978
  functionName: string;
52985
52979
  args?: readonly unknown[] | undefined;
52986
52980
  address: Address;
@@ -53004,7 +52998,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53004
52998
  chainId?: number | undefined;
53005
52999
  connector?: wagmi0.Connector | undefined;
53006
53000
  } | {
53007
- abi: abitype0.Abi;
53001
+ abi: abitype35.Abi;
53008
53002
  functionName: string;
53009
53003
  args?: readonly unknown[] | undefined;
53010
53004
  address: Address;
@@ -53028,7 +53022,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53028
53022
  chainId?: number | undefined;
53029
53023
  connector?: wagmi0.Connector | undefined;
53030
53024
  } | {
53031
- abi: abitype0.Abi;
53025
+ abi: abitype35.Abi;
53032
53026
  functionName: string;
53033
53027
  args?: readonly unknown[] | undefined;
53034
53028
  address: Address;
@@ -53052,7 +53046,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53052
53046
  chainId?: number | undefined;
53053
53047
  connector?: wagmi0.Connector | undefined;
53054
53048
  } | {
53055
- abi: abitype0.Abi;
53049
+ abi: abitype35.Abi;
53056
53050
  functionName: string;
53057
53051
  args?: readonly unknown[] | undefined;
53058
53052
  address: Address;
@@ -53076,7 +53070,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53076
53070
  chainId?: number | undefined;
53077
53071
  connector?: wagmi0.Connector | undefined;
53078
53072
  } | {
53079
- abi: abitype0.Abi;
53073
+ abi: abitype35.Abi;
53080
53074
  functionName: string;
53081
53075
  args?: readonly unknown[] | undefined;
53082
53076
  address: Address;
@@ -53100,7 +53094,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53100
53094
  chainId?: number | undefined;
53101
53095
  connector?: wagmi0.Connector | undefined;
53102
53096
  } | {
53103
- abi: abitype0.Abi;
53097
+ abi: abitype35.Abi;
53104
53098
  functionName: string;
53105
53099
  args?: readonly unknown[] | undefined;
53106
53100
  address: Address;
@@ -53124,26 +53118,26 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53124
53118
  chainId?: number | undefined;
53125
53119
  connector?: wagmi0.Connector | undefined;
53126
53120
  };
53121
+ isError: true;
53127
53122
  isIdle: false;
53123
+ isPending: false;
53124
+ isSuccess: false;
53128
53125
  reset: () => void;
53129
53126
  context: unknown;
53127
+ failureCount: number;
53128
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53129
+ isPaused: boolean;
53130
53130
  submittedAt: number;
53131
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53132
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53133
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53131
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53132
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
53133
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53134
53134
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
53135
53135
  } | {
53136
53136
  data: `0x${string}`;
53137
53137
  error: null;
53138
53138
  status: "success";
53139
- isError: false;
53140
- isPending: false;
53141
- isSuccess: true;
53142
- failureCount: number;
53143
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53144
- isPaused: boolean;
53145
53139
  variables: {
53146
- abi: abitype0.Abi;
53140
+ abi: abitype35.Abi;
53147
53141
  functionName: string;
53148
53142
  args?: readonly unknown[] | undefined;
53149
53143
  address: Address;
@@ -53167,7 +53161,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53167
53161
  chainId?: number | undefined;
53168
53162
  connector?: wagmi0.Connector | undefined;
53169
53163
  } | {
53170
- abi: abitype0.Abi;
53164
+ abi: abitype35.Abi;
53171
53165
  functionName: string;
53172
53166
  args?: readonly unknown[] | undefined;
53173
53167
  address: Address;
@@ -53191,7 +53185,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53191
53185
  chainId?: number | undefined;
53192
53186
  connector?: wagmi0.Connector | undefined;
53193
53187
  } | {
53194
- abi: abitype0.Abi;
53188
+ abi: abitype35.Abi;
53195
53189
  functionName: string;
53196
53190
  args?: readonly unknown[] | undefined;
53197
53191
  address: Address;
@@ -53215,7 +53209,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53215
53209
  chainId?: number | undefined;
53216
53210
  connector?: wagmi0.Connector | undefined;
53217
53211
  } | {
53218
- abi: abitype0.Abi;
53212
+ abi: abitype35.Abi;
53219
53213
  functionName: string;
53220
53214
  args?: readonly unknown[] | undefined;
53221
53215
  address: Address;
@@ -53239,7 +53233,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53239
53233
  chainId?: number | undefined;
53240
53234
  connector?: wagmi0.Connector | undefined;
53241
53235
  } | {
53242
- abi: abitype0.Abi;
53236
+ abi: abitype35.Abi;
53243
53237
  functionName: string;
53244
53238
  args?: readonly unknown[] | undefined;
53245
53239
  address: Address;
@@ -53263,7 +53257,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53263
53257
  chainId?: number | undefined;
53264
53258
  connector?: wagmi0.Connector | undefined;
53265
53259
  } | {
53266
- abi: abitype0.Abi;
53260
+ abi: abitype35.Abi;
53267
53261
  functionName: string;
53268
53262
  args?: readonly unknown[] | undefined;
53269
53263
  address: Address;
@@ -53287,13 +53281,19 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53287
53281
  chainId?: number | undefined;
53288
53282
  connector?: wagmi0.Connector | undefined;
53289
53283
  };
53284
+ isError: false;
53290
53285
  isIdle: false;
53286
+ isPending: false;
53287
+ isSuccess: true;
53291
53288
  reset: () => void;
53292
53289
  context: unknown;
53290
+ failureCount: number;
53291
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53292
+ isPaused: boolean;
53293
53293
  submittedAt: number;
53294
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53295
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53296
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53294
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53295
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
53296
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53297
53297
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
53298
53298
  };
53299
53299
  //#endregion
@@ -53302,33 +53302,27 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53302
53302
  data: undefined;
53303
53303
  error: null;
53304
53304
  status: "idle";
53305
+ variables: undefined;
53305
53306
  isError: false;
53307
+ isIdle: true;
53306
53308
  isPending: false;
53307
53309
  isSuccess: false;
53310
+ reset: () => void;
53311
+ context: unknown;
53308
53312
  failureCount: number;
53309
53313
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53310
53314
  isPaused: boolean;
53311
- variables: undefined;
53312
- isIdle: true;
53313
- reset: () => void;
53314
- context: unknown;
53315
53315
  submittedAt: number;
53316
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53317
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53318
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53316
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53317
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
53318
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53319
53319
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53320
53320
  } | {
53321
53321
  data: undefined;
53322
53322
  error: null;
53323
53323
  status: "pending";
53324
- isError: false;
53325
- isPending: true;
53326
- isSuccess: false;
53327
- failureCount: number;
53328
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53329
- isPaused: boolean;
53330
53324
  variables: {
53331
- abi: abitype0.Abi;
53325
+ abi: abitype35.Abi;
53332
53326
  functionName: string;
53333
53327
  args?: readonly unknown[] | undefined;
53334
53328
  address: Address;
@@ -53352,7 +53346,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53352
53346
  chainId?: number | undefined;
53353
53347
  connector?: wagmi0.Connector | undefined;
53354
53348
  } | {
53355
- abi: abitype0.Abi;
53349
+ abi: abitype35.Abi;
53356
53350
  functionName: string;
53357
53351
  args?: readonly unknown[] | undefined;
53358
53352
  address: Address;
@@ -53376,7 +53370,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53376
53370
  chainId?: number | undefined;
53377
53371
  connector?: wagmi0.Connector | undefined;
53378
53372
  } | {
53379
- abi: abitype0.Abi;
53373
+ abi: abitype35.Abi;
53380
53374
  functionName: string;
53381
53375
  args?: readonly unknown[] | undefined;
53382
53376
  address: Address;
@@ -53400,7 +53394,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53400
53394
  chainId?: number | undefined;
53401
53395
  connector?: wagmi0.Connector | undefined;
53402
53396
  } | {
53403
- abi: abitype0.Abi;
53397
+ abi: abitype35.Abi;
53404
53398
  functionName: string;
53405
53399
  args?: readonly unknown[] | undefined;
53406
53400
  address: Address;
@@ -53424,7 +53418,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53424
53418
  chainId?: number | undefined;
53425
53419
  connector?: wagmi0.Connector | undefined;
53426
53420
  } | {
53427
- abi: abitype0.Abi;
53421
+ abi: abitype35.Abi;
53428
53422
  functionName: string;
53429
53423
  args?: readonly unknown[] | undefined;
53430
53424
  address: Address;
@@ -53448,7 +53442,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53448
53442
  chainId?: number | undefined;
53449
53443
  connector?: wagmi0.Connector | undefined;
53450
53444
  } | {
53451
- abi: abitype0.Abi;
53445
+ abi: abitype35.Abi;
53452
53446
  functionName: string;
53453
53447
  args?: readonly unknown[] | undefined;
53454
53448
  address: Address;
@@ -53472,26 +53466,26 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53472
53466
  chainId?: number | undefined;
53473
53467
  connector?: wagmi0.Connector | undefined;
53474
53468
  };
53469
+ isError: false;
53475
53470
  isIdle: false;
53471
+ isPending: true;
53472
+ isSuccess: false;
53476
53473
  reset: () => void;
53477
53474
  context: unknown;
53475
+ failureCount: number;
53476
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53477
+ isPaused: boolean;
53478
53478
  submittedAt: number;
53479
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53480
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53481
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53479
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53480
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
53481
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53482
53482
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53483
53483
  } | {
53484
53484
  data: undefined;
53485
53485
  error: _wagmi_core0.WriteContractErrorType;
53486
53486
  status: "error";
53487
- isError: true;
53488
- isPending: false;
53489
- isSuccess: false;
53490
- failureCount: number;
53491
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53492
- isPaused: boolean;
53493
53487
  variables: {
53494
- abi: abitype0.Abi;
53488
+ abi: abitype35.Abi;
53495
53489
  functionName: string;
53496
53490
  args?: readonly unknown[] | undefined;
53497
53491
  address: Address;
@@ -53515,7 +53509,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53515
53509
  chainId?: number | undefined;
53516
53510
  connector?: wagmi0.Connector | undefined;
53517
53511
  } | {
53518
- abi: abitype0.Abi;
53512
+ abi: abitype35.Abi;
53519
53513
  functionName: string;
53520
53514
  args?: readonly unknown[] | undefined;
53521
53515
  address: Address;
@@ -53539,7 +53533,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53539
53533
  chainId?: number | undefined;
53540
53534
  connector?: wagmi0.Connector | undefined;
53541
53535
  } | {
53542
- abi: abitype0.Abi;
53536
+ abi: abitype35.Abi;
53543
53537
  functionName: string;
53544
53538
  args?: readonly unknown[] | undefined;
53545
53539
  address: Address;
@@ -53563,7 +53557,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53563
53557
  chainId?: number | undefined;
53564
53558
  connector?: wagmi0.Connector | undefined;
53565
53559
  } | {
53566
- abi: abitype0.Abi;
53560
+ abi: abitype35.Abi;
53567
53561
  functionName: string;
53568
53562
  args?: readonly unknown[] | undefined;
53569
53563
  address: Address;
@@ -53587,7 +53581,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53587
53581
  chainId?: number | undefined;
53588
53582
  connector?: wagmi0.Connector | undefined;
53589
53583
  } | {
53590
- abi: abitype0.Abi;
53584
+ abi: abitype35.Abi;
53591
53585
  functionName: string;
53592
53586
  args?: readonly unknown[] | undefined;
53593
53587
  address: Address;
@@ -53611,7 +53605,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53611
53605
  chainId?: number | undefined;
53612
53606
  connector?: wagmi0.Connector | undefined;
53613
53607
  } | {
53614
- abi: abitype0.Abi;
53608
+ abi: abitype35.Abi;
53615
53609
  functionName: string;
53616
53610
  args?: readonly unknown[] | undefined;
53617
53611
  address: Address;
@@ -53635,26 +53629,26 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53635
53629
  chainId?: number | undefined;
53636
53630
  connector?: wagmi0.Connector | undefined;
53637
53631
  };
53632
+ isError: true;
53638
53633
  isIdle: false;
53634
+ isPending: false;
53635
+ isSuccess: false;
53639
53636
  reset: () => void;
53640
53637
  context: unknown;
53638
+ failureCount: number;
53639
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53640
+ isPaused: boolean;
53641
53641
  submittedAt: number;
53642
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53643
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53644
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53642
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53643
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
53644
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53645
53645
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53646
53646
  } | {
53647
53647
  data: `0x${string}`;
53648
53648
  error: null;
53649
53649
  status: "success";
53650
- isError: false;
53651
- isPending: false;
53652
- isSuccess: true;
53653
- failureCount: number;
53654
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53655
- isPaused: boolean;
53656
53650
  variables: {
53657
- abi: abitype0.Abi;
53651
+ abi: abitype35.Abi;
53658
53652
  functionName: string;
53659
53653
  args?: readonly unknown[] | undefined;
53660
53654
  address: Address;
@@ -53678,7 +53672,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53678
53672
  chainId?: number | undefined;
53679
53673
  connector?: wagmi0.Connector | undefined;
53680
53674
  } | {
53681
- abi: abitype0.Abi;
53675
+ abi: abitype35.Abi;
53682
53676
  functionName: string;
53683
53677
  args?: readonly unknown[] | undefined;
53684
53678
  address: Address;
@@ -53702,7 +53696,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53702
53696
  chainId?: number | undefined;
53703
53697
  connector?: wagmi0.Connector | undefined;
53704
53698
  } | {
53705
- abi: abitype0.Abi;
53699
+ abi: abitype35.Abi;
53706
53700
  functionName: string;
53707
53701
  args?: readonly unknown[] | undefined;
53708
53702
  address: Address;
@@ -53726,7 +53720,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53726
53720
  chainId?: number | undefined;
53727
53721
  connector?: wagmi0.Connector | undefined;
53728
53722
  } | {
53729
- abi: abitype0.Abi;
53723
+ abi: abitype35.Abi;
53730
53724
  functionName: string;
53731
53725
  args?: readonly unknown[] | undefined;
53732
53726
  address: Address;
@@ -53750,7 +53744,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53750
53744
  chainId?: number | undefined;
53751
53745
  connector?: wagmi0.Connector | undefined;
53752
53746
  } | {
53753
- abi: abitype0.Abi;
53747
+ abi: abitype35.Abi;
53754
53748
  functionName: string;
53755
53749
  args?: readonly unknown[] | undefined;
53756
53750
  address: Address;
@@ -53774,7 +53768,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53774
53768
  chainId?: number | undefined;
53775
53769
  connector?: wagmi0.Connector | undefined;
53776
53770
  } | {
53777
- abi: abitype0.Abi;
53771
+ abi: abitype35.Abi;
53778
53772
  functionName: string;
53779
53773
  args?: readonly unknown[] | undefined;
53780
53774
  address: Address;
@@ -53798,13 +53792,19 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53798
53792
  chainId?: number | undefined;
53799
53793
  connector?: wagmi0.Connector | undefined;
53800
53794
  };
53795
+ isError: false;
53801
53796
  isIdle: false;
53797
+ isPending: false;
53798
+ isSuccess: true;
53802
53799
  reset: () => void;
53803
53800
  context: unknown;
53801
+ failureCount: number;
53802
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53803
+ isPaused: boolean;
53804
53804
  submittedAt: number;
53805
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53806
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53807
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53805
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53806
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
53807
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53808
53808
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53809
53809
  };
53810
53810
  //#endregion
@@ -53822,20 +53822,20 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53822
53822
  data: undefined;
53823
53823
  error: null;
53824
53824
  status: "idle";
53825
+ variables: undefined;
53825
53826
  isError: false;
53827
+ isIdle: true;
53826
53828
  isPending: false;
53827
53829
  isSuccess: false;
53830
+ reset: () => void;
53831
+ context: unknown;
53828
53832
  failureCount: number;
53829
53833
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53830
53834
  isPaused: boolean;
53831
- variables: undefined;
53832
- isIdle: true;
53833
- reset: () => void;
53834
- context: unknown;
53835
53835
  submittedAt: number;
53836
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53837
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53838
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53836
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53837
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
53838
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
53839
53839
  updateMarketFees: (rates: {
53840
53840
  openingFeeRate?: number;
53841
53841
  baseFeeRate?: number;
@@ -53851,14 +53851,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53851
53851
  data: undefined;
53852
53852
  error: null;
53853
53853
  status: "pending";
53854
- isError: false;
53855
- isPending: true;
53856
- isSuccess: false;
53857
- failureCount: number;
53858
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53859
- isPaused: boolean;
53860
53854
  variables: {
53861
- abi: abitype0.Abi;
53855
+ abi: abitype35.Abi;
53862
53856
  functionName: string;
53863
53857
  args?: readonly unknown[] | undefined;
53864
53858
  address: Address;
@@ -53882,7 +53876,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53882
53876
  chainId?: number | undefined;
53883
53877
  connector?: wagmi0.Connector | undefined;
53884
53878
  } | {
53885
- abi: abitype0.Abi;
53879
+ abi: abitype35.Abi;
53886
53880
  functionName: string;
53887
53881
  args?: readonly unknown[] | undefined;
53888
53882
  address: Address;
@@ -53906,7 +53900,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53906
53900
  chainId?: number | undefined;
53907
53901
  connector?: wagmi0.Connector | undefined;
53908
53902
  } | {
53909
- abi: abitype0.Abi;
53903
+ abi: abitype35.Abi;
53910
53904
  functionName: string;
53911
53905
  args?: readonly unknown[] | undefined;
53912
53906
  address: Address;
@@ -53930,7 +53924,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53930
53924
  chainId?: number | undefined;
53931
53925
  connector?: wagmi0.Connector | undefined;
53932
53926
  } | {
53933
- abi: abitype0.Abi;
53927
+ abi: abitype35.Abi;
53934
53928
  functionName: string;
53935
53929
  args?: readonly unknown[] | undefined;
53936
53930
  address: Address;
@@ -53954,7 +53948,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53954
53948
  chainId?: number | undefined;
53955
53949
  connector?: wagmi0.Connector | undefined;
53956
53950
  } | {
53957
- abi: abitype0.Abi;
53951
+ abi: abitype35.Abi;
53958
53952
  functionName: string;
53959
53953
  args?: readonly unknown[] | undefined;
53960
53954
  address: Address;
@@ -53978,7 +53972,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53978
53972
  chainId?: number | undefined;
53979
53973
  connector?: wagmi0.Connector | undefined;
53980
53974
  } | {
53981
- abi: abitype0.Abi;
53975
+ abi: abitype35.Abi;
53982
53976
  functionName: string;
53983
53977
  args?: readonly unknown[] | undefined;
53984
53978
  address: Address;
@@ -54002,13 +53996,19 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54002
53996
  chainId?: number | undefined;
54003
53997
  connector?: wagmi0.Connector | undefined;
54004
53998
  };
53999
+ isError: false;
54005
54000
  isIdle: false;
54001
+ isPending: true;
54002
+ isSuccess: false;
54006
54003
  reset: () => void;
54007
54004
  context: unknown;
54005
+ failureCount: number;
54006
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
54007
+ isPaused: boolean;
54008
54008
  submittedAt: number;
54009
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
54010
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
54011
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
54009
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
54010
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
54011
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
54012
54012
  updateMarketFees: (rates: {
54013
54013
  openingFeeRate?: number;
54014
54014
  baseFeeRate?: number;
@@ -54024,14 +54024,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54024
54024
  data: undefined;
54025
54025
  error: _wagmi_core0.WriteContractErrorType;
54026
54026
  status: "error";
54027
- isError: true;
54028
- isPending: false;
54029
- isSuccess: false;
54030
- failureCount: number;
54031
- failureReason: _wagmi_core0.WriteContractErrorType | null;
54032
- isPaused: boolean;
54033
54027
  variables: {
54034
- abi: abitype0.Abi;
54028
+ abi: abitype35.Abi;
54035
54029
  functionName: string;
54036
54030
  args?: readonly unknown[] | undefined;
54037
54031
  address: Address;
@@ -54055,7 +54049,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54055
54049
  chainId?: number | undefined;
54056
54050
  connector?: wagmi0.Connector | undefined;
54057
54051
  } | {
54058
- abi: abitype0.Abi;
54052
+ abi: abitype35.Abi;
54059
54053
  functionName: string;
54060
54054
  args?: readonly unknown[] | undefined;
54061
54055
  address: Address;
@@ -54079,7 +54073,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54079
54073
  chainId?: number | undefined;
54080
54074
  connector?: wagmi0.Connector | undefined;
54081
54075
  } | {
54082
- abi: abitype0.Abi;
54076
+ abi: abitype35.Abi;
54083
54077
  functionName: string;
54084
54078
  args?: readonly unknown[] | undefined;
54085
54079
  address: Address;
@@ -54103,7 +54097,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54103
54097
  chainId?: number | undefined;
54104
54098
  connector?: wagmi0.Connector | undefined;
54105
54099
  } | {
54106
- abi: abitype0.Abi;
54100
+ abi: abitype35.Abi;
54107
54101
  functionName: string;
54108
54102
  args?: readonly unknown[] | undefined;
54109
54103
  address: Address;
@@ -54127,7 +54121,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54127
54121
  chainId?: number | undefined;
54128
54122
  connector?: wagmi0.Connector | undefined;
54129
54123
  } | {
54130
- abi: abitype0.Abi;
54124
+ abi: abitype35.Abi;
54131
54125
  functionName: string;
54132
54126
  args?: readonly unknown[] | undefined;
54133
54127
  address: Address;
@@ -54151,7 +54145,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54151
54145
  chainId?: number | undefined;
54152
54146
  connector?: wagmi0.Connector | undefined;
54153
54147
  } | {
54154
- abi: abitype0.Abi;
54148
+ abi: abitype35.Abi;
54155
54149
  functionName: string;
54156
54150
  args?: readonly unknown[] | undefined;
54157
54151
  address: Address;
@@ -54175,13 +54169,19 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54175
54169
  chainId?: number | undefined;
54176
54170
  connector?: wagmi0.Connector | undefined;
54177
54171
  };
54172
+ isError: true;
54178
54173
  isIdle: false;
54174
+ isPending: false;
54175
+ isSuccess: false;
54179
54176
  reset: () => void;
54180
54177
  context: unknown;
54178
+ failureCount: number;
54179
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
54180
+ isPaused: boolean;
54181
54181
  submittedAt: number;
54182
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
54183
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
54184
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
54182
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
54183
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
54184
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
54185
54185
  updateMarketFees: (rates: {
54186
54186
  openingFeeRate?: number;
54187
54187
  baseFeeRate?: number;
@@ -54197,14 +54197,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54197
54197
  data: `0x${string}`;
54198
54198
  error: null;
54199
54199
  status: "success";
54200
- isError: false;
54201
- isPending: false;
54202
- isSuccess: true;
54203
- failureCount: number;
54204
- failureReason: _wagmi_core0.WriteContractErrorType | null;
54205
- isPaused: boolean;
54206
54200
  variables: {
54207
- abi: abitype0.Abi;
54201
+ abi: abitype35.Abi;
54208
54202
  functionName: string;
54209
54203
  args?: readonly unknown[] | undefined;
54210
54204
  address: Address;
@@ -54228,7 +54222,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54228
54222
  chainId?: number | undefined;
54229
54223
  connector?: wagmi0.Connector | undefined;
54230
54224
  } | {
54231
- abi: abitype0.Abi;
54225
+ abi: abitype35.Abi;
54232
54226
  functionName: string;
54233
54227
  args?: readonly unknown[] | undefined;
54234
54228
  address: Address;
@@ -54252,7 +54246,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54252
54246
  chainId?: number | undefined;
54253
54247
  connector?: wagmi0.Connector | undefined;
54254
54248
  } | {
54255
- abi: abitype0.Abi;
54249
+ abi: abitype35.Abi;
54256
54250
  functionName: string;
54257
54251
  args?: readonly unknown[] | undefined;
54258
54252
  address: Address;
@@ -54276,7 +54270,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54276
54270
  chainId?: number | undefined;
54277
54271
  connector?: wagmi0.Connector | undefined;
54278
54272
  } | {
54279
- abi: abitype0.Abi;
54273
+ abi: abitype35.Abi;
54280
54274
  functionName: string;
54281
54275
  args?: readonly unknown[] | undefined;
54282
54276
  address: Address;
@@ -54300,7 +54294,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54300
54294
  chainId?: number | undefined;
54301
54295
  connector?: wagmi0.Connector | undefined;
54302
54296
  } | {
54303
- abi: abitype0.Abi;
54297
+ abi: abitype35.Abi;
54304
54298
  functionName: string;
54305
54299
  args?: readonly unknown[] | undefined;
54306
54300
  address: Address;
@@ -54324,7 +54318,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54324
54318
  chainId?: number | undefined;
54325
54319
  connector?: wagmi0.Connector | undefined;
54326
54320
  } | {
54327
- abi: abitype0.Abi;
54321
+ abi: abitype35.Abi;
54328
54322
  functionName: string;
54329
54323
  args?: readonly unknown[] | undefined;
54330
54324
  address: Address;
@@ -54348,13 +54342,19 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54348
54342
  chainId?: number | undefined;
54349
54343
  connector?: wagmi0.Connector | undefined;
54350
54344
  };
54345
+ isError: false;
54351
54346
  isIdle: false;
54347
+ isPending: false;
54348
+ isSuccess: true;
54352
54349
  reset: () => void;
54353
54350
  context: unknown;
54351
+ failureCount: number;
54352
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
54353
+ isPaused: boolean;
54354
54354
  submittedAt: number;
54355
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
54356
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
54357
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
54355
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
54356
+ mutateAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
54357
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
54358
54358
  updateMarketFees: (rates: {
54359
54359
  openingFeeRate?: number;
54360
54360
  baseFeeRate?: number;
@@ -55359,20 +55359,20 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55359
55359
  data: undefined;
55360
55360
  error: null;
55361
55361
  status: "idle";
55362
+ variables: undefined;
55362
55363
  isError: false;
55364
+ isIdle: true;
55363
55365
  isPending: false;
55364
55366
  isSuccess: false;
55367
+ reset: () => void;
55368
+ context: unknown;
55365
55369
  failureCount: number;
55366
55370
  failureReason: _wagmi_core0.WriteContractErrorType | null;
55367
55371
  isPaused: boolean;
55368
- variables: undefined;
55369
- isIdle: true;
55370
- reset: () => void;
55371
- context: unknown;
55372
55372
  submittedAt: number;
55373
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55374
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55375
- writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55373
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
55374
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
55375
+ writeContractAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
55376
55376
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55377
55377
  model: "static";
55378
55378
  } : Partial<OptionPricingParams> & {
@@ -55386,14 +55386,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55386
55386
  data: undefined;
55387
55387
  error: null;
55388
55388
  status: "pending";
55389
- isError: false;
55390
- isPending: true;
55391
- isSuccess: false;
55392
- failureCount: number;
55393
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55394
- isPaused: boolean;
55395
55389
  variables: {
55396
- abi: abitype0.Abi;
55390
+ abi: abitype35.Abi;
55397
55391
  functionName: string;
55398
55392
  args?: readonly unknown[] | undefined;
55399
55393
  address: Address;
@@ -55417,7 +55411,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55417
55411
  chainId?: number | undefined;
55418
55412
  connector?: wagmi0.Connector | undefined;
55419
55413
  } | {
55420
- abi: abitype0.Abi;
55414
+ abi: abitype35.Abi;
55421
55415
  functionName: string;
55422
55416
  args?: readonly unknown[] | undefined;
55423
55417
  address: Address;
@@ -55441,7 +55435,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55441
55435
  chainId?: number | undefined;
55442
55436
  connector?: wagmi0.Connector | undefined;
55443
55437
  } | {
55444
- abi: abitype0.Abi;
55438
+ abi: abitype35.Abi;
55445
55439
  functionName: string;
55446
55440
  args?: readonly unknown[] | undefined;
55447
55441
  address: Address;
@@ -55465,7 +55459,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55465
55459
  chainId?: number | undefined;
55466
55460
  connector?: wagmi0.Connector | undefined;
55467
55461
  } | {
55468
- abi: abitype0.Abi;
55462
+ abi: abitype35.Abi;
55469
55463
  functionName: string;
55470
55464
  args?: readonly unknown[] | undefined;
55471
55465
  address: Address;
@@ -55489,7 +55483,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55489
55483
  chainId?: number | undefined;
55490
55484
  connector?: wagmi0.Connector | undefined;
55491
55485
  } | {
55492
- abi: abitype0.Abi;
55486
+ abi: abitype35.Abi;
55493
55487
  functionName: string;
55494
55488
  args?: readonly unknown[] | undefined;
55495
55489
  address: Address;
@@ -55513,7 +55507,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55513
55507
  chainId?: number | undefined;
55514
55508
  connector?: wagmi0.Connector | undefined;
55515
55509
  } | {
55516
- abi: abitype0.Abi;
55510
+ abi: abitype35.Abi;
55517
55511
  functionName: string;
55518
55512
  args?: readonly unknown[] | undefined;
55519
55513
  address: Address;
@@ -55537,13 +55531,19 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55537
55531
  chainId?: number | undefined;
55538
55532
  connector?: wagmi0.Connector | undefined;
55539
55533
  };
55534
+ isError: false;
55540
55535
  isIdle: false;
55536
+ isPending: true;
55537
+ isSuccess: false;
55541
55538
  reset: () => void;
55542
55539
  context: unknown;
55540
+ failureCount: number;
55541
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55542
+ isPaused: boolean;
55543
55543
  submittedAt: number;
55544
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55545
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55546
- writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55544
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
55545
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
55546
+ writeContractAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
55547
55547
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55548
55548
  model: "static";
55549
55549
  } : Partial<OptionPricingParams> & {
@@ -55557,14 +55557,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55557
55557
  data: undefined;
55558
55558
  error: _wagmi_core0.WriteContractErrorType;
55559
55559
  status: "error";
55560
- isError: true;
55561
- isPending: false;
55562
- isSuccess: false;
55563
- failureCount: number;
55564
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55565
- isPaused: boolean;
55566
55560
  variables: {
55567
- abi: abitype0.Abi;
55561
+ abi: abitype35.Abi;
55568
55562
  functionName: string;
55569
55563
  args?: readonly unknown[] | undefined;
55570
55564
  address: Address;
@@ -55588,7 +55582,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55588
55582
  chainId?: number | undefined;
55589
55583
  connector?: wagmi0.Connector | undefined;
55590
55584
  } | {
55591
- abi: abitype0.Abi;
55585
+ abi: abitype35.Abi;
55592
55586
  functionName: string;
55593
55587
  args?: readonly unknown[] | undefined;
55594
55588
  address: Address;
@@ -55612,7 +55606,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55612
55606
  chainId?: number | undefined;
55613
55607
  connector?: wagmi0.Connector | undefined;
55614
55608
  } | {
55615
- abi: abitype0.Abi;
55609
+ abi: abitype35.Abi;
55616
55610
  functionName: string;
55617
55611
  args?: readonly unknown[] | undefined;
55618
55612
  address: Address;
@@ -55636,7 +55630,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55636
55630
  chainId?: number | undefined;
55637
55631
  connector?: wagmi0.Connector | undefined;
55638
55632
  } | {
55639
- abi: abitype0.Abi;
55633
+ abi: abitype35.Abi;
55640
55634
  functionName: string;
55641
55635
  args?: readonly unknown[] | undefined;
55642
55636
  address: Address;
@@ -55660,7 +55654,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55660
55654
  chainId?: number | undefined;
55661
55655
  connector?: wagmi0.Connector | undefined;
55662
55656
  } | {
55663
- abi: abitype0.Abi;
55657
+ abi: abitype35.Abi;
55664
55658
  functionName: string;
55665
55659
  args?: readonly unknown[] | undefined;
55666
55660
  address: Address;
@@ -55684,7 +55678,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55684
55678
  chainId?: number | undefined;
55685
55679
  connector?: wagmi0.Connector | undefined;
55686
55680
  } | {
55687
- abi: abitype0.Abi;
55681
+ abi: abitype35.Abi;
55688
55682
  functionName: string;
55689
55683
  args?: readonly unknown[] | undefined;
55690
55684
  address: Address;
@@ -55708,13 +55702,19 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55708
55702
  chainId?: number | undefined;
55709
55703
  connector?: wagmi0.Connector | undefined;
55710
55704
  };
55705
+ isError: true;
55711
55706
  isIdle: false;
55707
+ isPending: false;
55708
+ isSuccess: false;
55712
55709
  reset: () => void;
55713
55710
  context: unknown;
55711
+ failureCount: number;
55712
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55713
+ isPaused: boolean;
55714
55714
  submittedAt: number;
55715
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55716
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55717
- writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55715
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
55716
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
55717
+ writeContractAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
55718
55718
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55719
55719
  model: "static";
55720
55720
  } : Partial<OptionPricingParams> & {
@@ -55728,14 +55728,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55728
55728
  data: `0x${string}`;
55729
55729
  error: null;
55730
55730
  status: "success";
55731
- isError: false;
55732
- isPending: false;
55733
- isSuccess: true;
55734
- failureCount: number;
55735
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55736
- isPaused: boolean;
55737
55731
  variables: {
55738
- abi: abitype0.Abi;
55732
+ abi: abitype35.Abi;
55739
55733
  functionName: string;
55740
55734
  args?: readonly unknown[] | undefined;
55741
55735
  address: Address;
@@ -55759,7 +55753,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55759
55753
  chainId?: number | undefined;
55760
55754
  connector?: wagmi0.Connector | undefined;
55761
55755
  } | {
55762
- abi: abitype0.Abi;
55756
+ abi: abitype35.Abi;
55763
55757
  functionName: string;
55764
55758
  args?: readonly unknown[] | undefined;
55765
55759
  address: Address;
@@ -55783,7 +55777,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55783
55777
  chainId?: number | undefined;
55784
55778
  connector?: wagmi0.Connector | undefined;
55785
55779
  } | {
55786
- abi: abitype0.Abi;
55780
+ abi: abitype35.Abi;
55787
55781
  functionName: string;
55788
55782
  args?: readonly unknown[] | undefined;
55789
55783
  address: Address;
@@ -55807,7 +55801,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55807
55801
  chainId?: number | undefined;
55808
55802
  connector?: wagmi0.Connector | undefined;
55809
55803
  } | {
55810
- abi: abitype0.Abi;
55804
+ abi: abitype35.Abi;
55811
55805
  functionName: string;
55812
55806
  args?: readonly unknown[] | undefined;
55813
55807
  address: Address;
@@ -55831,7 +55825,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55831
55825
  chainId?: number | undefined;
55832
55826
  connector?: wagmi0.Connector | undefined;
55833
55827
  } | {
55834
- abi: abitype0.Abi;
55828
+ abi: abitype35.Abi;
55835
55829
  functionName: string;
55836
55830
  args?: readonly unknown[] | undefined;
55837
55831
  address: Address;
@@ -55855,7 +55849,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55855
55849
  chainId?: number | undefined;
55856
55850
  connector?: wagmi0.Connector | undefined;
55857
55851
  } | {
55858
- abi: abitype0.Abi;
55852
+ abi: abitype35.Abi;
55859
55853
  functionName: string;
55860
55854
  args?: readonly unknown[] | undefined;
55861
55855
  address: Address;
@@ -55879,13 +55873,19 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55879
55873
  chainId?: number | undefined;
55880
55874
  connector?: wagmi0.Connector | undefined;
55881
55875
  };
55876
+ isError: false;
55882
55877
  isIdle: false;
55878
+ isPending: false;
55879
+ isSuccess: true;
55883
55880
  reset: () => void;
55884
55881
  context: unknown;
55882
+ failureCount: number;
55883
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55884
+ isPaused: boolean;
55885
55885
  submittedAt: number;
55886
- mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55887
- writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55888
- writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55886
+ mutate: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
55887
+ writeContract: wagmi_query23.WriteContractMutate<wagmi0.Config, unknown>;
55888
+ writeContractAsync: wagmi_query23.WriteContractMutateAsync<wagmi0.Config, unknown>;
55889
55889
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55890
55890
  model: "static";
55891
55891
  } : Partial<OptionPricingParams> & {
@@ -98414,4 +98414,4 @@ declare const useLens: () => {
98414
98414
  };
98415
98415
  //#endregion
98416
98416
  export { PriceResolution as $, useCurrentPrice as A, wrapAmount as At, getPriceAtTick as B, useTimelockConfig as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatCondensed as Dt, usePriceHistory as E, formatAmount as Et, getPayoutAtTick as F, useMarketVolume as Ft, liquiditiesToAmounts as G, getStateView as Gt, getTickAtPrice as H, TimelockMarket as Ht, PRICE_PRECISION as I, useMarketState as It, token0ToToken1AtTick as J, stateViews as Jt, roundTick as K, getTimelockLens as Kt, getAmountsFromLiquidity as L, useMarketData as Lt, UniswapPoolData as M, wrapPrice as Mt, usePoolData as N, wrapPriceUnscaled as Nt, usePriceAtTick as O, formatUSD as Ot, getPayoutAtPrice as P, zero as Pt, PriceDataPoint as Q, timelockLenses as Qt, getNearestValidStrikeTick as R, TimelockProvider as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, TimelockMarketData as Ut, getSqrtPriceX96AtPrice as V, TimelockLens as Vt, liquiditiesToAmount1 as W, getErc20 as Wt, token1ToToken0AtTick as X, swappers as Xt, token1ToToken0 as Y, swapRouters as Yt, PriceData as Z, timelockFactories as Zt, useTokenData as _, useOptionPremium as _t, OptionPricingParams as a, useActiveUserPerps as at, batchGetAmountsFromLiquidity as b, OptionData as bt, usePricingParams as c, usePerpsOperator as ct, usePauseMarketTrading as d, ExerciseOptionEvent as dt, getCurrentPrice as et, usePauseGlobalTrading as f, ExtendEvent as ft, TokenData as g, useExtendOption as gt, useTokenBalance as h, useOptionTimeline as ht, useOptionPricingParams as i, useOperatorPerms as it, PoolKey as j, wrapAmountUnscaled as jt, useCurrentTick as k, formatVagueAmount as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, getTimelockMarket as qt, useStaticPricingParams as r, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, getPriceHistory as tt, useFeeRates as u, useMintPerp as ut, useVaultTVL as v, useOptionPnl as vt, useBurnLiquidity as w, useMaxPositionSize as wt, useMintLiquidity as x, useActiveUserOptions as xt, useVaultData as y, useExerciseOption as yt, getPriceAtSqrtPriceX96 as z, useCurrentMarket as zt };
98417
- //# sourceMappingURL=client-ClvWKMEA.d.cts.map
98417
+ //# sourceMappingURL=client-BqYauT2A.d.cts.map