timelock-sdk 0.0.185 → 0.0.186
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,18 +1,18 @@
|
|
|
1
|
-
import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-
|
|
1
|
+
import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-B0Om62Sk.cjs";
|
|
2
2
|
import * as viem491 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
|
-
import Big from "big.js";
|
|
5
|
-
import JSBI from "jsbi";
|
|
6
4
|
import React, { ReactNode } from "react";
|
|
5
|
+
import "graphql";
|
|
7
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
|
-
import * as
|
|
7
|
+
import * as _tanstack_react_query1 from "@tanstack/react-query";
|
|
9
8
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
10
9
|
import * as wagmi0 from "wagmi";
|
|
11
|
-
import "graphql";
|
|
12
10
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
11
|
+
import Big from "big.js";
|
|
12
|
+
import JSBI from "jsbi";
|
|
13
13
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
14
|
+
import * as wagmi_query3 from "wagmi/query";
|
|
15
|
+
import * as abitype17 from "abitype";
|
|
16
16
|
|
|
17
17
|
//#region src/generated/graphql.d.ts
|
|
18
18
|
type Exact<T$1 extends {
|
|
@@ -49254,7 +49254,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
|
|
|
49254
49254
|
}>;
|
|
49255
49255
|
//#endregion
|
|
49256
49256
|
//#region src/hooks/market/useMarketVolume.d.ts
|
|
49257
|
-
declare const useMarketVolume: (marketAddr: Address | undefined) =>
|
|
49257
|
+
declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
|
|
49258
49258
|
address: Address;
|
|
49259
49259
|
volume: bigint;
|
|
49260
49260
|
optionsCount: bigint;
|
|
@@ -49462,7 +49462,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
49462
49462
|
};
|
|
49463
49463
|
//#endregion
|
|
49464
49464
|
//#region src/hooks/options/useMintOption.d.ts
|
|
49465
|
-
declare const useMintOption: (marketAddr: Address | undefined) =>
|
|
49465
|
+
declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
|
|
49466
49466
|
optionType: "CALL" | "PUT";
|
|
49467
49467
|
amount: bigint;
|
|
49468
49468
|
duration: number;
|
|
@@ -49472,7 +49472,7 @@ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_reac
|
|
|
49472
49472
|
//#endregion
|
|
49473
49473
|
//#region src/hooks/options/useUserOptions.d.ts
|
|
49474
49474
|
type OptionData = NonUndefinedGuard<ReturnType<typeof useUserOptions>['data']>[number];
|
|
49475
|
-
declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) =>
|
|
49475
|
+
declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query1.UseQueryResult<{
|
|
49476
49476
|
optionId: bigint;
|
|
49477
49477
|
marketAddr: Address;
|
|
49478
49478
|
ownerAddr: Address;
|
|
@@ -49502,7 +49502,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
|
|
|
49502
49502
|
address: string;
|
|
49503
49503
|
} | null;
|
|
49504
49504
|
}[], Error>;
|
|
49505
|
-
declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") =>
|
|
49505
|
+
declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query1.UseQueryResult<{
|
|
49506
49506
|
optionId: bigint;
|
|
49507
49507
|
marketAddr: Address;
|
|
49508
49508
|
ownerAddr: Address;
|
|
@@ -49532,7 +49532,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49532
49532
|
address: string;
|
|
49533
49533
|
} | null;
|
|
49534
49534
|
}[], Error>;
|
|
49535
|
-
declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") =>
|
|
49535
|
+
declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query1.UseQueryResult<{
|
|
49536
49536
|
optionId: bigint;
|
|
49537
49537
|
marketAddr: Address;
|
|
49538
49538
|
ownerAddr: Address;
|
|
@@ -49564,7 +49564,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49564
49564
|
}[], Error>;
|
|
49565
49565
|
//#endregion
|
|
49566
49566
|
//#region src/hooks/options/useExerciseOption.d.ts
|
|
49567
|
-
declare const useExerciseOption: (marketAddr: Address | undefined) =>
|
|
49567
|
+
declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
|
|
49568
49568
|
option: OptionData;
|
|
49569
49569
|
liquidities: readonly bigint[];
|
|
49570
49570
|
}, unknown>;
|
|
@@ -49587,7 +49587,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
|
|
|
49587
49587
|
};
|
|
49588
49588
|
//#endregion
|
|
49589
49589
|
//#region src/hooks/options/useExtendOption.d.ts
|
|
49590
|
-
declare const useExtendOption: (marketAddr: Address | undefined) =>
|
|
49590
|
+
declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
|
|
49591
49591
|
option: OptionData;
|
|
49592
49592
|
duration: number;
|
|
49593
49593
|
}, unknown>;
|
|
@@ -49603,7 +49603,7 @@ type ExerciseOptionEvent = Extract<OptionEvent, {
|
|
|
49603
49603
|
type ExtendEvent = Extract<OptionEvent, {
|
|
49604
49604
|
type: 'extend';
|
|
49605
49605
|
}>;
|
|
49606
|
-
declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) =>
|
|
49606
|
+
declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) => _tanstack_react_query1.UseQueryResult<({
|
|
49607
49607
|
type: "mint";
|
|
49608
49608
|
data: {
|
|
49609
49609
|
id: string;
|
|
@@ -49644,7 +49644,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
|
|
|
49644
49644
|
})[], Error>;
|
|
49645
49645
|
//#endregion
|
|
49646
49646
|
//#region src/hooks/perps/useMintPerp.d.ts
|
|
49647
|
-
declare const useMintPerp: (marketAddr: Address | undefined) =>
|
|
49647
|
+
declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<void, Error, {
|
|
49648
49648
|
optionType: "CALL" | "PUT";
|
|
49649
49649
|
amount: bigint;
|
|
49650
49650
|
duration: number;
|
|
@@ -49652,17 +49652,17 @@ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_
|
|
|
49652
49652
|
}, unknown>;
|
|
49653
49653
|
//#endregion
|
|
49654
49654
|
//#region src/hooks/perps/useClosePerp.d.ts
|
|
49655
|
-
declare const useClosePerp: () =>
|
|
49655
|
+
declare const useClosePerp: () => _tanstack_react_query1.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
|
|
49656
49656
|
//#endregion
|
|
49657
49657
|
//#region src/hooks/perps/usePerpsOperator.d.ts
|
|
49658
49658
|
declare const usePerpsOperator: () => {
|
|
49659
49659
|
operator: PerpsOperator | undefined;
|
|
49660
49660
|
address: `0x${string}` | undefined;
|
|
49661
|
-
signMessage:
|
|
49661
|
+
signMessage: _tanstack_react_query1.UseMutationResult<void, Error, void, unknown>;
|
|
49662
49662
|
};
|
|
49663
49663
|
//#endregion
|
|
49664
49664
|
//#region src/hooks/perps/useUserPerps.d.ts
|
|
49665
|
-
declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) =>
|
|
49665
|
+
declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) => _tanstack_react_query1.UseQueryResult<{
|
|
49666
49666
|
optionId: bigint;
|
|
49667
49667
|
id: string;
|
|
49668
49668
|
ownerAddr: Address;
|
|
@@ -49671,7 +49671,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
|
|
|
49671
49671
|
expiresAt: number;
|
|
49672
49672
|
closed: boolean;
|
|
49673
49673
|
}[] | undefined, Error>;
|
|
49674
|
-
declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) =>
|
|
49674
|
+
declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
|
|
49675
49675
|
optionId: bigint;
|
|
49676
49676
|
id: string;
|
|
49677
49677
|
ownerAddr: Address;
|
|
@@ -49680,7 +49680,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
|
|
|
49680
49680
|
expiresAt: number;
|
|
49681
49681
|
closed: boolean;
|
|
49682
49682
|
}[] | undefined, Error>;
|
|
49683
|
-
declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) =>
|
|
49683
|
+
declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
|
|
49684
49684
|
optionId: bigint;
|
|
49685
49685
|
id: string;
|
|
49686
49686
|
ownerAddr: Address;
|
|
@@ -49904,7 +49904,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
49904
49904
|
};
|
|
49905
49905
|
//#endregion
|
|
49906
49906
|
//#region src/hooks/operators/useUserOperators.d.ts
|
|
49907
|
-
declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) =>
|
|
49907
|
+
declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _tanstack_react_query1.UseQueryResult<{
|
|
49908
49908
|
spendingApproval: bigint;
|
|
49909
49909
|
operatorAddr: string;
|
|
49910
49910
|
__typename: "UserMarketOperator";
|
|
@@ -49920,7 +49920,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _t
|
|
|
49920
49920
|
}[] | undefined, Error>;
|
|
49921
49921
|
//#endregion
|
|
49922
49922
|
//#region src/hooks/operators/useSetOperatorPerms.d.ts
|
|
49923
|
-
declare const useSetOperatorPerms: (marketAddr: Address | undefined) =>
|
|
49923
|
+
declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
|
|
49924
49924
|
operator: Address;
|
|
49925
49925
|
canExtend: boolean;
|
|
49926
49926
|
canExercise: boolean;
|
|
@@ -50846,8 +50846,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
|
|
|
50846
50846
|
declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
|
|
50847
50847
|
//#endregion
|
|
50848
50848
|
//#region src/hooks/pool/usePriceHistory.d.ts
|
|
50849
|
-
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
50850
|
-
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
50849
|
+
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
|
|
50850
|
+
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
|
|
50851
50851
|
//#endregion
|
|
50852
50852
|
//#region src/hooks/vault/useBurnLiquidity.d.ts
|
|
50853
50853
|
interface BurnPosition {
|
|
@@ -51266,7 +51266,7 @@ interface MintPositionParams {
|
|
|
51266
51266
|
tickUpper: number;
|
|
51267
51267
|
liquidity: bigint;
|
|
51268
51268
|
}
|
|
51269
|
-
declare const useMintLiquidity: (vaultAddr: Address | undefined) =>
|
|
51269
|
+
declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
|
|
51270
51270
|
//#endregion
|
|
51271
51271
|
//#region src/hooks/vault/useVaultData.d.ts
|
|
51272
51272
|
declare const useVaultData: (vaultAddr: Address | undefined) => Partial<NonUndefinedGuard<{
|
|
@@ -52453,8 +52453,8 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
|
|
|
52453
52453
|
//#endregion
|
|
52454
52454
|
//#region src/hooks/guardian/usePauseGlobalTrading.d.ts
|
|
52455
52455
|
declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
52456
|
-
data: undefined;
|
|
52457
52456
|
error: null;
|
|
52457
|
+
data: undefined;
|
|
52458
52458
|
status: "idle";
|
|
52459
52459
|
isError: false;
|
|
52460
52460
|
isPending: false;
|
|
@@ -52467,11 +52467,11 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52467
52467
|
reset: () => void;
|
|
52468
52468
|
context: unknown;
|
|
52469
52469
|
submittedAt: number;
|
|
52470
|
-
writeContract:
|
|
52470
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52471
52471
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52472
52472
|
} | {
|
|
52473
|
-
data: undefined;
|
|
52474
52473
|
error: null;
|
|
52474
|
+
data: undefined;
|
|
52475
52475
|
status: "pending";
|
|
52476
52476
|
isError: false;
|
|
52477
52477
|
isPending: true;
|
|
@@ -52480,7 +52480,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52480
52480
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52481
52481
|
isPaused: boolean;
|
|
52482
52482
|
variables: {
|
|
52483
|
-
abi:
|
|
52483
|
+
abi: abitype17.Abi;
|
|
52484
52484
|
functionName: string;
|
|
52485
52485
|
args?: readonly unknown[] | undefined;
|
|
52486
52486
|
address: Address;
|
|
@@ -52488,9 +52488,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52488
52488
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52489
52489
|
value?: bigint | undefined;
|
|
52490
52490
|
dataSuffix?: `0x${string}` | undefined;
|
|
52491
|
+
type?: "legacy" | undefined;
|
|
52491
52492
|
gas?: bigint | undefined;
|
|
52492
52493
|
nonce?: number | undefined;
|
|
52493
|
-
type?: "legacy" | undefined;
|
|
52494
52494
|
blobs?: undefined;
|
|
52495
52495
|
blobVersionedHashes?: undefined;
|
|
52496
52496
|
kzg?: undefined;
|
|
@@ -52504,7 +52504,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52504
52504
|
chainId?: number | undefined;
|
|
52505
52505
|
connector?: wagmi0.Connector | undefined;
|
|
52506
52506
|
} | {
|
|
52507
|
-
abi:
|
|
52507
|
+
abi: abitype17.Abi;
|
|
52508
52508
|
functionName: string;
|
|
52509
52509
|
args?: readonly unknown[] | undefined;
|
|
52510
52510
|
address: Address;
|
|
@@ -52512,9 +52512,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52512
52512
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52513
52513
|
value?: bigint | undefined;
|
|
52514
52514
|
dataSuffix?: `0x${string}` | undefined;
|
|
52515
|
+
type?: "eip2930" | undefined;
|
|
52515
52516
|
gas?: bigint | undefined;
|
|
52516
52517
|
nonce?: number | undefined;
|
|
52517
|
-
type?: "eip2930" | undefined;
|
|
52518
52518
|
blobs?: undefined;
|
|
52519
52519
|
blobVersionedHashes?: undefined;
|
|
52520
52520
|
kzg?: undefined;
|
|
@@ -52528,7 +52528,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52528
52528
|
chainId?: number | undefined;
|
|
52529
52529
|
connector?: wagmi0.Connector | undefined;
|
|
52530
52530
|
} | {
|
|
52531
|
-
abi:
|
|
52531
|
+
abi: abitype17.Abi;
|
|
52532
52532
|
functionName: string;
|
|
52533
52533
|
args?: readonly unknown[] | undefined;
|
|
52534
52534
|
address: Address;
|
|
@@ -52536,9 +52536,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52536
52536
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52537
52537
|
value?: bigint | undefined;
|
|
52538
52538
|
dataSuffix?: `0x${string}` | undefined;
|
|
52539
|
+
type?: "eip1559" | undefined;
|
|
52539
52540
|
gas?: bigint | undefined;
|
|
52540
52541
|
nonce?: number | undefined;
|
|
52541
|
-
type?: "eip1559" | undefined;
|
|
52542
52542
|
blobs?: undefined;
|
|
52543
52543
|
blobVersionedHashes?: undefined;
|
|
52544
52544
|
kzg?: undefined;
|
|
@@ -52552,7 +52552,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52552
52552
|
chainId?: number | undefined;
|
|
52553
52553
|
connector?: wagmi0.Connector | undefined;
|
|
52554
52554
|
} | {
|
|
52555
|
-
abi:
|
|
52555
|
+
abi: abitype17.Abi;
|
|
52556
52556
|
functionName: string;
|
|
52557
52557
|
args?: readonly unknown[] | undefined;
|
|
52558
52558
|
address: Address;
|
|
@@ -52560,9 +52560,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52560
52560
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52561
52561
|
value?: bigint | undefined;
|
|
52562
52562
|
dataSuffix?: `0x${string}` | undefined;
|
|
52563
|
+
type?: "eip4844" | undefined;
|
|
52563
52564
|
gas?: bigint | undefined;
|
|
52564
52565
|
nonce?: number | undefined;
|
|
52565
|
-
type?: "eip4844" | undefined;
|
|
52566
52566
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
52567
52567
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
52568
52568
|
kzg?: undefined;
|
|
@@ -52576,7 +52576,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52576
52576
|
chainId?: number | undefined;
|
|
52577
52577
|
connector?: wagmi0.Connector | undefined;
|
|
52578
52578
|
} | {
|
|
52579
|
-
abi:
|
|
52579
|
+
abi: abitype17.Abi;
|
|
52580
52580
|
functionName: string;
|
|
52581
52581
|
args?: readonly unknown[] | undefined;
|
|
52582
52582
|
address: Address;
|
|
@@ -52584,9 +52584,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52584
52584
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52585
52585
|
value?: bigint | undefined;
|
|
52586
52586
|
dataSuffix?: `0x${string}` | undefined;
|
|
52587
|
+
type?: "eip4844" | undefined;
|
|
52587
52588
|
gas?: bigint | undefined;
|
|
52588
52589
|
nonce?: number | undefined;
|
|
52589
|
-
type?: "eip4844" | undefined;
|
|
52590
52590
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
52591
52591
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52592
52592
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -52600,7 +52600,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52600
52600
|
chainId?: number | undefined;
|
|
52601
52601
|
connector?: wagmi0.Connector | undefined;
|
|
52602
52602
|
} | {
|
|
52603
|
-
abi:
|
|
52603
|
+
abi: abitype17.Abi;
|
|
52604
52604
|
functionName: string;
|
|
52605
52605
|
args?: readonly unknown[] | undefined;
|
|
52606
52606
|
address: Address;
|
|
@@ -52608,9 +52608,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52608
52608
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52609
52609
|
value?: bigint | undefined;
|
|
52610
52610
|
dataSuffix?: `0x${string}` | undefined;
|
|
52611
|
+
type?: "eip7702" | undefined;
|
|
52611
52612
|
gas?: bigint | undefined;
|
|
52612
52613
|
nonce?: number | undefined;
|
|
52613
|
-
type?: "eip7702" | undefined;
|
|
52614
52614
|
blobs?: undefined;
|
|
52615
52615
|
blobVersionedHashes?: undefined;
|
|
52616
52616
|
kzg?: undefined;
|
|
@@ -52628,11 +52628,11 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52628
52628
|
reset: () => void;
|
|
52629
52629
|
context: unknown;
|
|
52630
52630
|
submittedAt: number;
|
|
52631
|
-
writeContract:
|
|
52631
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52632
52632
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52633
52633
|
} | {
|
|
52634
|
-
data: undefined;
|
|
52635
52634
|
error: _wagmi_core0.WriteContractErrorType;
|
|
52635
|
+
data: undefined;
|
|
52636
52636
|
status: "error";
|
|
52637
52637
|
isError: true;
|
|
52638
52638
|
isPending: false;
|
|
@@ -52641,7 +52641,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52641
52641
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52642
52642
|
isPaused: boolean;
|
|
52643
52643
|
variables: {
|
|
52644
|
-
abi:
|
|
52644
|
+
abi: abitype17.Abi;
|
|
52645
52645
|
functionName: string;
|
|
52646
52646
|
args?: readonly unknown[] | undefined;
|
|
52647
52647
|
address: Address;
|
|
@@ -52649,9 +52649,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52649
52649
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52650
52650
|
value?: bigint | undefined;
|
|
52651
52651
|
dataSuffix?: `0x${string}` | undefined;
|
|
52652
|
+
type?: "legacy" | undefined;
|
|
52652
52653
|
gas?: bigint | undefined;
|
|
52653
52654
|
nonce?: number | undefined;
|
|
52654
|
-
type?: "legacy" | undefined;
|
|
52655
52655
|
blobs?: undefined;
|
|
52656
52656
|
blobVersionedHashes?: undefined;
|
|
52657
52657
|
kzg?: undefined;
|
|
@@ -52665,7 +52665,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52665
52665
|
chainId?: number | undefined;
|
|
52666
52666
|
connector?: wagmi0.Connector | undefined;
|
|
52667
52667
|
} | {
|
|
52668
|
-
abi:
|
|
52668
|
+
abi: abitype17.Abi;
|
|
52669
52669
|
functionName: string;
|
|
52670
52670
|
args?: readonly unknown[] | undefined;
|
|
52671
52671
|
address: Address;
|
|
@@ -52673,9 +52673,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52673
52673
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52674
52674
|
value?: bigint | undefined;
|
|
52675
52675
|
dataSuffix?: `0x${string}` | undefined;
|
|
52676
|
+
type?: "eip2930" | undefined;
|
|
52676
52677
|
gas?: bigint | undefined;
|
|
52677
52678
|
nonce?: number | undefined;
|
|
52678
|
-
type?: "eip2930" | undefined;
|
|
52679
52679
|
blobs?: undefined;
|
|
52680
52680
|
blobVersionedHashes?: undefined;
|
|
52681
52681
|
kzg?: undefined;
|
|
@@ -52689,7 +52689,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52689
52689
|
chainId?: number | undefined;
|
|
52690
52690
|
connector?: wagmi0.Connector | undefined;
|
|
52691
52691
|
} | {
|
|
52692
|
-
abi:
|
|
52692
|
+
abi: abitype17.Abi;
|
|
52693
52693
|
functionName: string;
|
|
52694
52694
|
args?: readonly unknown[] | undefined;
|
|
52695
52695
|
address: Address;
|
|
@@ -52697,9 +52697,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52697
52697
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52698
52698
|
value?: bigint | undefined;
|
|
52699
52699
|
dataSuffix?: `0x${string}` | undefined;
|
|
52700
|
+
type?: "eip1559" | undefined;
|
|
52700
52701
|
gas?: bigint | undefined;
|
|
52701
52702
|
nonce?: number | undefined;
|
|
52702
|
-
type?: "eip1559" | undefined;
|
|
52703
52703
|
blobs?: undefined;
|
|
52704
52704
|
blobVersionedHashes?: undefined;
|
|
52705
52705
|
kzg?: undefined;
|
|
@@ -52713,7 +52713,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52713
52713
|
chainId?: number | undefined;
|
|
52714
52714
|
connector?: wagmi0.Connector | undefined;
|
|
52715
52715
|
} | {
|
|
52716
|
-
abi:
|
|
52716
|
+
abi: abitype17.Abi;
|
|
52717
52717
|
functionName: string;
|
|
52718
52718
|
args?: readonly unknown[] | undefined;
|
|
52719
52719
|
address: Address;
|
|
@@ -52721,9 +52721,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52721
52721
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52722
52722
|
value?: bigint | undefined;
|
|
52723
52723
|
dataSuffix?: `0x${string}` | undefined;
|
|
52724
|
+
type?: "eip4844" | undefined;
|
|
52724
52725
|
gas?: bigint | undefined;
|
|
52725
52726
|
nonce?: number | undefined;
|
|
52726
|
-
type?: "eip4844" | undefined;
|
|
52727
52727
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
52728
52728
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
52729
52729
|
kzg?: undefined;
|
|
@@ -52737,7 +52737,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52737
52737
|
chainId?: number | undefined;
|
|
52738
52738
|
connector?: wagmi0.Connector | undefined;
|
|
52739
52739
|
} | {
|
|
52740
|
-
abi:
|
|
52740
|
+
abi: abitype17.Abi;
|
|
52741
52741
|
functionName: string;
|
|
52742
52742
|
args?: readonly unknown[] | undefined;
|
|
52743
52743
|
address: Address;
|
|
@@ -52745,9 +52745,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52745
52745
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52746
52746
|
value?: bigint | undefined;
|
|
52747
52747
|
dataSuffix?: `0x${string}` | undefined;
|
|
52748
|
+
type?: "eip4844" | undefined;
|
|
52748
52749
|
gas?: bigint | undefined;
|
|
52749
52750
|
nonce?: number | undefined;
|
|
52750
|
-
type?: "eip4844" | undefined;
|
|
52751
52751
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
52752
52752
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52753
52753
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -52761,7 +52761,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52761
52761
|
chainId?: number | undefined;
|
|
52762
52762
|
connector?: wagmi0.Connector | undefined;
|
|
52763
52763
|
} | {
|
|
52764
|
-
abi:
|
|
52764
|
+
abi: abitype17.Abi;
|
|
52765
52765
|
functionName: string;
|
|
52766
52766
|
args?: readonly unknown[] | undefined;
|
|
52767
52767
|
address: Address;
|
|
@@ -52769,9 +52769,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52769
52769
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52770
52770
|
value?: bigint | undefined;
|
|
52771
52771
|
dataSuffix?: `0x${string}` | undefined;
|
|
52772
|
+
type?: "eip7702" | undefined;
|
|
52772
52773
|
gas?: bigint | undefined;
|
|
52773
52774
|
nonce?: number | undefined;
|
|
52774
|
-
type?: "eip7702" | undefined;
|
|
52775
52775
|
blobs?: undefined;
|
|
52776
52776
|
blobVersionedHashes?: undefined;
|
|
52777
52777
|
kzg?: undefined;
|
|
@@ -52789,11 +52789,11 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52789
52789
|
reset: () => void;
|
|
52790
52790
|
context: unknown;
|
|
52791
52791
|
submittedAt: number;
|
|
52792
|
-
writeContract:
|
|
52792
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52793
52793
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52794
52794
|
} | {
|
|
52795
|
-
data: `0x${string}`;
|
|
52796
52795
|
error: null;
|
|
52796
|
+
data: `0x${string}`;
|
|
52797
52797
|
status: "success";
|
|
52798
52798
|
isError: false;
|
|
52799
52799
|
isPending: false;
|
|
@@ -52802,7 +52802,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52802
52802
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52803
52803
|
isPaused: boolean;
|
|
52804
52804
|
variables: {
|
|
52805
|
-
abi:
|
|
52805
|
+
abi: abitype17.Abi;
|
|
52806
52806
|
functionName: string;
|
|
52807
52807
|
args?: readonly unknown[] | undefined;
|
|
52808
52808
|
address: Address;
|
|
@@ -52810,9 +52810,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52810
52810
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52811
52811
|
value?: bigint | undefined;
|
|
52812
52812
|
dataSuffix?: `0x${string}` | undefined;
|
|
52813
|
+
type?: "legacy" | undefined;
|
|
52813
52814
|
gas?: bigint | undefined;
|
|
52814
52815
|
nonce?: number | undefined;
|
|
52815
|
-
type?: "legacy" | undefined;
|
|
52816
52816
|
blobs?: undefined;
|
|
52817
52817
|
blobVersionedHashes?: undefined;
|
|
52818
52818
|
kzg?: undefined;
|
|
@@ -52826,7 +52826,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52826
52826
|
chainId?: number | undefined;
|
|
52827
52827
|
connector?: wagmi0.Connector | undefined;
|
|
52828
52828
|
} | {
|
|
52829
|
-
abi:
|
|
52829
|
+
abi: abitype17.Abi;
|
|
52830
52830
|
functionName: string;
|
|
52831
52831
|
args?: readonly unknown[] | undefined;
|
|
52832
52832
|
address: Address;
|
|
@@ -52834,9 +52834,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52834
52834
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52835
52835
|
value?: bigint | undefined;
|
|
52836
52836
|
dataSuffix?: `0x${string}` | undefined;
|
|
52837
|
+
type?: "eip2930" | undefined;
|
|
52837
52838
|
gas?: bigint | undefined;
|
|
52838
52839
|
nonce?: number | undefined;
|
|
52839
|
-
type?: "eip2930" | undefined;
|
|
52840
52840
|
blobs?: undefined;
|
|
52841
52841
|
blobVersionedHashes?: undefined;
|
|
52842
52842
|
kzg?: undefined;
|
|
@@ -52850,7 +52850,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52850
52850
|
chainId?: number | undefined;
|
|
52851
52851
|
connector?: wagmi0.Connector | undefined;
|
|
52852
52852
|
} | {
|
|
52853
|
-
abi:
|
|
52853
|
+
abi: abitype17.Abi;
|
|
52854
52854
|
functionName: string;
|
|
52855
52855
|
args?: readonly unknown[] | undefined;
|
|
52856
52856
|
address: Address;
|
|
@@ -52858,9 +52858,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52858
52858
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52859
52859
|
value?: bigint | undefined;
|
|
52860
52860
|
dataSuffix?: `0x${string}` | undefined;
|
|
52861
|
+
type?: "eip1559" | undefined;
|
|
52861
52862
|
gas?: bigint | undefined;
|
|
52862
52863
|
nonce?: number | undefined;
|
|
52863
|
-
type?: "eip1559" | undefined;
|
|
52864
52864
|
blobs?: undefined;
|
|
52865
52865
|
blobVersionedHashes?: undefined;
|
|
52866
52866
|
kzg?: undefined;
|
|
@@ -52874,7 +52874,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52874
52874
|
chainId?: number | undefined;
|
|
52875
52875
|
connector?: wagmi0.Connector | undefined;
|
|
52876
52876
|
} | {
|
|
52877
|
-
abi:
|
|
52877
|
+
abi: abitype17.Abi;
|
|
52878
52878
|
functionName: string;
|
|
52879
52879
|
args?: readonly unknown[] | undefined;
|
|
52880
52880
|
address: Address;
|
|
@@ -52882,9 +52882,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52882
52882
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52883
52883
|
value?: bigint | undefined;
|
|
52884
52884
|
dataSuffix?: `0x${string}` | undefined;
|
|
52885
|
+
type?: "eip4844" | undefined;
|
|
52885
52886
|
gas?: bigint | undefined;
|
|
52886
52887
|
nonce?: number | undefined;
|
|
52887
|
-
type?: "eip4844" | undefined;
|
|
52888
52888
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
52889
52889
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
52890
52890
|
kzg?: undefined;
|
|
@@ -52898,7 +52898,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52898
52898
|
chainId?: number | undefined;
|
|
52899
52899
|
connector?: wagmi0.Connector | undefined;
|
|
52900
52900
|
} | {
|
|
52901
|
-
abi:
|
|
52901
|
+
abi: abitype17.Abi;
|
|
52902
52902
|
functionName: string;
|
|
52903
52903
|
args?: readonly unknown[] | undefined;
|
|
52904
52904
|
address: Address;
|
|
@@ -52906,9 +52906,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52906
52906
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52907
52907
|
value?: bigint | undefined;
|
|
52908
52908
|
dataSuffix?: `0x${string}` | undefined;
|
|
52909
|
+
type?: "eip4844" | undefined;
|
|
52909
52910
|
gas?: bigint | undefined;
|
|
52910
52911
|
nonce?: number | undefined;
|
|
52911
|
-
type?: "eip4844" | undefined;
|
|
52912
52912
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
52913
52913
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52914
52914
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -52922,7 +52922,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52922
52922
|
chainId?: number | undefined;
|
|
52923
52923
|
connector?: wagmi0.Connector | undefined;
|
|
52924
52924
|
} | {
|
|
52925
|
-
abi:
|
|
52925
|
+
abi: abitype17.Abi;
|
|
52926
52926
|
functionName: string;
|
|
52927
52927
|
args?: readonly unknown[] | undefined;
|
|
52928
52928
|
address: Address;
|
|
@@ -52930,9 +52930,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52930
52930
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52931
52931
|
value?: bigint | undefined;
|
|
52932
52932
|
dataSuffix?: `0x${string}` | undefined;
|
|
52933
|
+
type?: "eip7702" | undefined;
|
|
52933
52934
|
gas?: bigint | undefined;
|
|
52934
52935
|
nonce?: number | undefined;
|
|
52935
|
-
type?: "eip7702" | undefined;
|
|
52936
52936
|
blobs?: undefined;
|
|
52937
52937
|
blobVersionedHashes?: undefined;
|
|
52938
52938
|
kzg?: undefined;
|
|
@@ -52950,14 +52950,14 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52950
52950
|
reset: () => void;
|
|
52951
52951
|
context: unknown;
|
|
52952
52952
|
submittedAt: number;
|
|
52953
|
-
writeContract:
|
|
52953
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52954
52954
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52955
52955
|
};
|
|
52956
52956
|
//#endregion
|
|
52957
52957
|
//#region src/hooks/guardian/usePauseMarketTrading.d.ts
|
|
52958
52958
|
declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
52959
|
-
data: undefined;
|
|
52960
52959
|
error: null;
|
|
52960
|
+
data: undefined;
|
|
52961
52961
|
status: "idle";
|
|
52962
52962
|
isError: false;
|
|
52963
52963
|
isPending: false;
|
|
@@ -52970,11 +52970,11 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52970
52970
|
reset: () => void;
|
|
52971
52971
|
context: unknown;
|
|
52972
52972
|
submittedAt: number;
|
|
52973
|
-
writeContract:
|
|
52973
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52974
52974
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52975
52975
|
} | {
|
|
52976
|
-
data: undefined;
|
|
52977
52976
|
error: null;
|
|
52977
|
+
data: undefined;
|
|
52978
52978
|
status: "pending";
|
|
52979
52979
|
isError: false;
|
|
52980
52980
|
isPending: true;
|
|
@@ -52983,7 +52983,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52983
52983
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52984
52984
|
isPaused: boolean;
|
|
52985
52985
|
variables: {
|
|
52986
|
-
abi:
|
|
52986
|
+
abi: abitype17.Abi;
|
|
52987
52987
|
functionName: string;
|
|
52988
52988
|
args?: readonly unknown[] | undefined;
|
|
52989
52989
|
address: Address;
|
|
@@ -52991,9 +52991,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52991
52991
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52992
52992
|
value?: bigint | undefined;
|
|
52993
52993
|
dataSuffix?: `0x${string}` | undefined;
|
|
52994
|
+
type?: "legacy" | undefined;
|
|
52994
52995
|
gas?: bigint | undefined;
|
|
52995
52996
|
nonce?: number | undefined;
|
|
52996
|
-
type?: "legacy" | undefined;
|
|
52997
52997
|
blobs?: undefined;
|
|
52998
52998
|
blobVersionedHashes?: undefined;
|
|
52999
52999
|
kzg?: undefined;
|
|
@@ -53007,7 +53007,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53007
53007
|
chainId?: number | undefined;
|
|
53008
53008
|
connector?: wagmi0.Connector | undefined;
|
|
53009
53009
|
} | {
|
|
53010
|
-
abi:
|
|
53010
|
+
abi: abitype17.Abi;
|
|
53011
53011
|
functionName: string;
|
|
53012
53012
|
args?: readonly unknown[] | undefined;
|
|
53013
53013
|
address: Address;
|
|
@@ -53015,9 +53015,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53015
53015
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53016
53016
|
value?: bigint | undefined;
|
|
53017
53017
|
dataSuffix?: `0x${string}` | undefined;
|
|
53018
|
+
type?: "eip2930" | undefined;
|
|
53018
53019
|
gas?: bigint | undefined;
|
|
53019
53020
|
nonce?: number | undefined;
|
|
53020
|
-
type?: "eip2930" | undefined;
|
|
53021
53021
|
blobs?: undefined;
|
|
53022
53022
|
blobVersionedHashes?: undefined;
|
|
53023
53023
|
kzg?: undefined;
|
|
@@ -53031,7 +53031,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53031
53031
|
chainId?: number | undefined;
|
|
53032
53032
|
connector?: wagmi0.Connector | undefined;
|
|
53033
53033
|
} | {
|
|
53034
|
-
abi:
|
|
53034
|
+
abi: abitype17.Abi;
|
|
53035
53035
|
functionName: string;
|
|
53036
53036
|
args?: readonly unknown[] | undefined;
|
|
53037
53037
|
address: Address;
|
|
@@ -53039,9 +53039,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53039
53039
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53040
53040
|
value?: bigint | undefined;
|
|
53041
53041
|
dataSuffix?: `0x${string}` | undefined;
|
|
53042
|
+
type?: "eip1559" | undefined;
|
|
53042
53043
|
gas?: bigint | undefined;
|
|
53043
53044
|
nonce?: number | undefined;
|
|
53044
|
-
type?: "eip1559" | undefined;
|
|
53045
53045
|
blobs?: undefined;
|
|
53046
53046
|
blobVersionedHashes?: undefined;
|
|
53047
53047
|
kzg?: undefined;
|
|
@@ -53055,7 +53055,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53055
53055
|
chainId?: number | undefined;
|
|
53056
53056
|
connector?: wagmi0.Connector | undefined;
|
|
53057
53057
|
} | {
|
|
53058
|
-
abi:
|
|
53058
|
+
abi: abitype17.Abi;
|
|
53059
53059
|
functionName: string;
|
|
53060
53060
|
args?: readonly unknown[] | undefined;
|
|
53061
53061
|
address: Address;
|
|
@@ -53063,9 +53063,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53063
53063
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53064
53064
|
value?: bigint | undefined;
|
|
53065
53065
|
dataSuffix?: `0x${string}` | undefined;
|
|
53066
|
+
type?: "eip4844" | undefined;
|
|
53066
53067
|
gas?: bigint | undefined;
|
|
53067
53068
|
nonce?: number | undefined;
|
|
53068
|
-
type?: "eip4844" | undefined;
|
|
53069
53069
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53070
53070
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53071
53071
|
kzg?: undefined;
|
|
@@ -53079,7 +53079,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53079
53079
|
chainId?: number | undefined;
|
|
53080
53080
|
connector?: wagmi0.Connector | undefined;
|
|
53081
53081
|
} | {
|
|
53082
|
-
abi:
|
|
53082
|
+
abi: abitype17.Abi;
|
|
53083
53083
|
functionName: string;
|
|
53084
53084
|
args?: readonly unknown[] | undefined;
|
|
53085
53085
|
address: Address;
|
|
@@ -53087,9 +53087,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53087
53087
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53088
53088
|
value?: bigint | undefined;
|
|
53089
53089
|
dataSuffix?: `0x${string}` | undefined;
|
|
53090
|
+
type?: "eip4844" | undefined;
|
|
53090
53091
|
gas?: bigint | undefined;
|
|
53091
53092
|
nonce?: number | undefined;
|
|
53092
|
-
type?: "eip4844" | undefined;
|
|
53093
53093
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53094
53094
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53095
53095
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53103,7 +53103,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53103
53103
|
chainId?: number | undefined;
|
|
53104
53104
|
connector?: wagmi0.Connector | undefined;
|
|
53105
53105
|
} | {
|
|
53106
|
-
abi:
|
|
53106
|
+
abi: abitype17.Abi;
|
|
53107
53107
|
functionName: string;
|
|
53108
53108
|
args?: readonly unknown[] | undefined;
|
|
53109
53109
|
address: Address;
|
|
@@ -53111,9 +53111,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53111
53111
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53112
53112
|
value?: bigint | undefined;
|
|
53113
53113
|
dataSuffix?: `0x${string}` | undefined;
|
|
53114
|
+
type?: "eip7702" | undefined;
|
|
53114
53115
|
gas?: bigint | undefined;
|
|
53115
53116
|
nonce?: number | undefined;
|
|
53116
|
-
type?: "eip7702" | undefined;
|
|
53117
53117
|
blobs?: undefined;
|
|
53118
53118
|
blobVersionedHashes?: undefined;
|
|
53119
53119
|
kzg?: undefined;
|
|
@@ -53131,11 +53131,11 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53131
53131
|
reset: () => void;
|
|
53132
53132
|
context: unknown;
|
|
53133
53133
|
submittedAt: number;
|
|
53134
|
-
writeContract:
|
|
53134
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53135
53135
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53136
53136
|
} | {
|
|
53137
|
-
data: undefined;
|
|
53138
53137
|
error: _wagmi_core0.WriteContractErrorType;
|
|
53138
|
+
data: undefined;
|
|
53139
53139
|
status: "error";
|
|
53140
53140
|
isError: true;
|
|
53141
53141
|
isPending: false;
|
|
@@ -53144,7 +53144,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53144
53144
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53145
53145
|
isPaused: boolean;
|
|
53146
53146
|
variables: {
|
|
53147
|
-
abi:
|
|
53147
|
+
abi: abitype17.Abi;
|
|
53148
53148
|
functionName: string;
|
|
53149
53149
|
args?: readonly unknown[] | undefined;
|
|
53150
53150
|
address: Address;
|
|
@@ -53152,9 +53152,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53152
53152
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53153
53153
|
value?: bigint | undefined;
|
|
53154
53154
|
dataSuffix?: `0x${string}` | undefined;
|
|
53155
|
+
type?: "legacy" | undefined;
|
|
53155
53156
|
gas?: bigint | undefined;
|
|
53156
53157
|
nonce?: number | undefined;
|
|
53157
|
-
type?: "legacy" | undefined;
|
|
53158
53158
|
blobs?: undefined;
|
|
53159
53159
|
blobVersionedHashes?: undefined;
|
|
53160
53160
|
kzg?: undefined;
|
|
@@ -53168,7 +53168,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53168
53168
|
chainId?: number | undefined;
|
|
53169
53169
|
connector?: wagmi0.Connector | undefined;
|
|
53170
53170
|
} | {
|
|
53171
|
-
abi:
|
|
53171
|
+
abi: abitype17.Abi;
|
|
53172
53172
|
functionName: string;
|
|
53173
53173
|
args?: readonly unknown[] | undefined;
|
|
53174
53174
|
address: Address;
|
|
@@ -53176,9 +53176,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53176
53176
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53177
53177
|
value?: bigint | undefined;
|
|
53178
53178
|
dataSuffix?: `0x${string}` | undefined;
|
|
53179
|
+
type?: "eip2930" | undefined;
|
|
53179
53180
|
gas?: bigint | undefined;
|
|
53180
53181
|
nonce?: number | undefined;
|
|
53181
|
-
type?: "eip2930" | undefined;
|
|
53182
53182
|
blobs?: undefined;
|
|
53183
53183
|
blobVersionedHashes?: undefined;
|
|
53184
53184
|
kzg?: undefined;
|
|
@@ -53192,7 +53192,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53192
53192
|
chainId?: number | undefined;
|
|
53193
53193
|
connector?: wagmi0.Connector | undefined;
|
|
53194
53194
|
} | {
|
|
53195
|
-
abi:
|
|
53195
|
+
abi: abitype17.Abi;
|
|
53196
53196
|
functionName: string;
|
|
53197
53197
|
args?: readonly unknown[] | undefined;
|
|
53198
53198
|
address: Address;
|
|
@@ -53200,9 +53200,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53200
53200
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53201
53201
|
value?: bigint | undefined;
|
|
53202
53202
|
dataSuffix?: `0x${string}` | undefined;
|
|
53203
|
+
type?: "eip1559" | undefined;
|
|
53203
53204
|
gas?: bigint | undefined;
|
|
53204
53205
|
nonce?: number | undefined;
|
|
53205
|
-
type?: "eip1559" | undefined;
|
|
53206
53206
|
blobs?: undefined;
|
|
53207
53207
|
blobVersionedHashes?: undefined;
|
|
53208
53208
|
kzg?: undefined;
|
|
@@ -53216,7 +53216,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53216
53216
|
chainId?: number | undefined;
|
|
53217
53217
|
connector?: wagmi0.Connector | undefined;
|
|
53218
53218
|
} | {
|
|
53219
|
-
abi:
|
|
53219
|
+
abi: abitype17.Abi;
|
|
53220
53220
|
functionName: string;
|
|
53221
53221
|
args?: readonly unknown[] | undefined;
|
|
53222
53222
|
address: Address;
|
|
@@ -53224,9 +53224,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53224
53224
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53225
53225
|
value?: bigint | undefined;
|
|
53226
53226
|
dataSuffix?: `0x${string}` | undefined;
|
|
53227
|
+
type?: "eip4844" | undefined;
|
|
53227
53228
|
gas?: bigint | undefined;
|
|
53228
53229
|
nonce?: number | undefined;
|
|
53229
|
-
type?: "eip4844" | undefined;
|
|
53230
53230
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53231
53231
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53232
53232
|
kzg?: undefined;
|
|
@@ -53240,7 +53240,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53240
53240
|
chainId?: number | undefined;
|
|
53241
53241
|
connector?: wagmi0.Connector | undefined;
|
|
53242
53242
|
} | {
|
|
53243
|
-
abi:
|
|
53243
|
+
abi: abitype17.Abi;
|
|
53244
53244
|
functionName: string;
|
|
53245
53245
|
args?: readonly unknown[] | undefined;
|
|
53246
53246
|
address: Address;
|
|
@@ -53248,9 +53248,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53248
53248
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53249
53249
|
value?: bigint | undefined;
|
|
53250
53250
|
dataSuffix?: `0x${string}` | undefined;
|
|
53251
|
+
type?: "eip4844" | undefined;
|
|
53251
53252
|
gas?: bigint | undefined;
|
|
53252
53253
|
nonce?: number | undefined;
|
|
53253
|
-
type?: "eip4844" | undefined;
|
|
53254
53254
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53255
53255
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53256
53256
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53264,7 +53264,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53264
53264
|
chainId?: number | undefined;
|
|
53265
53265
|
connector?: wagmi0.Connector | undefined;
|
|
53266
53266
|
} | {
|
|
53267
|
-
abi:
|
|
53267
|
+
abi: abitype17.Abi;
|
|
53268
53268
|
functionName: string;
|
|
53269
53269
|
args?: readonly unknown[] | undefined;
|
|
53270
53270
|
address: Address;
|
|
@@ -53272,9 +53272,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53272
53272
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53273
53273
|
value?: bigint | undefined;
|
|
53274
53274
|
dataSuffix?: `0x${string}` | undefined;
|
|
53275
|
+
type?: "eip7702" | undefined;
|
|
53275
53276
|
gas?: bigint | undefined;
|
|
53276
53277
|
nonce?: number | undefined;
|
|
53277
|
-
type?: "eip7702" | undefined;
|
|
53278
53278
|
blobs?: undefined;
|
|
53279
53279
|
blobVersionedHashes?: undefined;
|
|
53280
53280
|
kzg?: undefined;
|
|
@@ -53292,11 +53292,11 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53292
53292
|
reset: () => void;
|
|
53293
53293
|
context: unknown;
|
|
53294
53294
|
submittedAt: number;
|
|
53295
|
-
writeContract:
|
|
53295
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53296
53296
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53297
53297
|
} | {
|
|
53298
|
-
data: `0x${string}`;
|
|
53299
53298
|
error: null;
|
|
53299
|
+
data: `0x${string}`;
|
|
53300
53300
|
status: "success";
|
|
53301
53301
|
isError: false;
|
|
53302
53302
|
isPending: false;
|
|
@@ -53305,7 +53305,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53305
53305
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53306
53306
|
isPaused: boolean;
|
|
53307
53307
|
variables: {
|
|
53308
|
-
abi:
|
|
53308
|
+
abi: abitype17.Abi;
|
|
53309
53309
|
functionName: string;
|
|
53310
53310
|
args?: readonly unknown[] | undefined;
|
|
53311
53311
|
address: Address;
|
|
@@ -53313,9 +53313,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53313
53313
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53314
53314
|
value?: bigint | undefined;
|
|
53315
53315
|
dataSuffix?: `0x${string}` | undefined;
|
|
53316
|
+
type?: "legacy" | undefined;
|
|
53316
53317
|
gas?: bigint | undefined;
|
|
53317
53318
|
nonce?: number | undefined;
|
|
53318
|
-
type?: "legacy" | undefined;
|
|
53319
53319
|
blobs?: undefined;
|
|
53320
53320
|
blobVersionedHashes?: undefined;
|
|
53321
53321
|
kzg?: undefined;
|
|
@@ -53329,7 +53329,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53329
53329
|
chainId?: number | undefined;
|
|
53330
53330
|
connector?: wagmi0.Connector | undefined;
|
|
53331
53331
|
} | {
|
|
53332
|
-
abi:
|
|
53332
|
+
abi: abitype17.Abi;
|
|
53333
53333
|
functionName: string;
|
|
53334
53334
|
args?: readonly unknown[] | undefined;
|
|
53335
53335
|
address: Address;
|
|
@@ -53337,9 +53337,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53337
53337
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53338
53338
|
value?: bigint | undefined;
|
|
53339
53339
|
dataSuffix?: `0x${string}` | undefined;
|
|
53340
|
+
type?: "eip2930" | undefined;
|
|
53340
53341
|
gas?: bigint | undefined;
|
|
53341
53342
|
nonce?: number | undefined;
|
|
53342
|
-
type?: "eip2930" | undefined;
|
|
53343
53343
|
blobs?: undefined;
|
|
53344
53344
|
blobVersionedHashes?: undefined;
|
|
53345
53345
|
kzg?: undefined;
|
|
@@ -53353,7 +53353,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53353
53353
|
chainId?: number | undefined;
|
|
53354
53354
|
connector?: wagmi0.Connector | undefined;
|
|
53355
53355
|
} | {
|
|
53356
|
-
abi:
|
|
53356
|
+
abi: abitype17.Abi;
|
|
53357
53357
|
functionName: string;
|
|
53358
53358
|
args?: readonly unknown[] | undefined;
|
|
53359
53359
|
address: Address;
|
|
@@ -53361,9 +53361,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53361
53361
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53362
53362
|
value?: bigint | undefined;
|
|
53363
53363
|
dataSuffix?: `0x${string}` | undefined;
|
|
53364
|
+
type?: "eip1559" | undefined;
|
|
53364
53365
|
gas?: bigint | undefined;
|
|
53365
53366
|
nonce?: number | undefined;
|
|
53366
|
-
type?: "eip1559" | undefined;
|
|
53367
53367
|
blobs?: undefined;
|
|
53368
53368
|
blobVersionedHashes?: undefined;
|
|
53369
53369
|
kzg?: undefined;
|
|
@@ -53377,7 +53377,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53377
53377
|
chainId?: number | undefined;
|
|
53378
53378
|
connector?: wagmi0.Connector | undefined;
|
|
53379
53379
|
} | {
|
|
53380
|
-
abi:
|
|
53380
|
+
abi: abitype17.Abi;
|
|
53381
53381
|
functionName: string;
|
|
53382
53382
|
args?: readonly unknown[] | undefined;
|
|
53383
53383
|
address: Address;
|
|
@@ -53385,9 +53385,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53385
53385
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53386
53386
|
value?: bigint | undefined;
|
|
53387
53387
|
dataSuffix?: `0x${string}` | undefined;
|
|
53388
|
+
type?: "eip4844" | undefined;
|
|
53388
53389
|
gas?: bigint | undefined;
|
|
53389
53390
|
nonce?: number | undefined;
|
|
53390
|
-
type?: "eip4844" | undefined;
|
|
53391
53391
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53392
53392
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53393
53393
|
kzg?: undefined;
|
|
@@ -53401,7 +53401,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53401
53401
|
chainId?: number | undefined;
|
|
53402
53402
|
connector?: wagmi0.Connector | undefined;
|
|
53403
53403
|
} | {
|
|
53404
|
-
abi:
|
|
53404
|
+
abi: abitype17.Abi;
|
|
53405
53405
|
functionName: string;
|
|
53406
53406
|
args?: readonly unknown[] | undefined;
|
|
53407
53407
|
address: Address;
|
|
@@ -53409,9 +53409,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53409
53409
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53410
53410
|
value?: bigint | undefined;
|
|
53411
53411
|
dataSuffix?: `0x${string}` | undefined;
|
|
53412
|
+
type?: "eip4844" | undefined;
|
|
53412
53413
|
gas?: bigint | undefined;
|
|
53413
53414
|
nonce?: number | undefined;
|
|
53414
|
-
type?: "eip4844" | undefined;
|
|
53415
53415
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53416
53416
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53417
53417
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53425,7 +53425,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53425
53425
|
chainId?: number | undefined;
|
|
53426
53426
|
connector?: wagmi0.Connector | undefined;
|
|
53427
53427
|
} | {
|
|
53428
|
-
abi:
|
|
53428
|
+
abi: abitype17.Abi;
|
|
53429
53429
|
functionName: string;
|
|
53430
53430
|
args?: readonly unknown[] | undefined;
|
|
53431
53431
|
address: Address;
|
|
@@ -53433,9 +53433,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53433
53433
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53434
53434
|
value?: bigint | undefined;
|
|
53435
53435
|
dataSuffix?: `0x${string}` | undefined;
|
|
53436
|
+
type?: "eip7702" | undefined;
|
|
53436
53437
|
gas?: bigint | undefined;
|
|
53437
53438
|
nonce?: number | undefined;
|
|
53438
|
-
type?: "eip7702" | undefined;
|
|
53439
53439
|
blobs?: undefined;
|
|
53440
53440
|
blobVersionedHashes?: undefined;
|
|
53441
53441
|
kzg?: undefined;
|
|
@@ -53453,7 +53453,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53453
53453
|
reset: () => void;
|
|
53454
53454
|
context: unknown;
|
|
53455
53455
|
submittedAt: number;
|
|
53456
|
-
writeContract:
|
|
53456
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53457
53457
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53458
53458
|
};
|
|
53459
53459
|
//#endregion
|
|
@@ -53468,8 +53468,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
|
|
|
53468
53468
|
//#endregion
|
|
53469
53469
|
//#region src/hooks/fees/useUpdateMarketFees.d.ts
|
|
53470
53470
|
declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
53471
|
-
data: undefined;
|
|
53472
53471
|
error: null;
|
|
53472
|
+
data: undefined;
|
|
53473
53473
|
status: "idle";
|
|
53474
53474
|
isError: false;
|
|
53475
53475
|
isPending: false;
|
|
@@ -53482,7 +53482,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53482
53482
|
reset: () => void;
|
|
53483
53483
|
context: unknown;
|
|
53484
53484
|
submittedAt: number;
|
|
53485
|
-
writeContract:
|
|
53485
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53486
53486
|
updateMarketFees: (rates: {
|
|
53487
53487
|
openingFeeRate?: number;
|
|
53488
53488
|
baseFeeRate?: number;
|
|
@@ -53495,8 +53495,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53495
53495
|
newFeeStrategy: `0x${string}`;
|
|
53496
53496
|
}>;
|
|
53497
53497
|
} | {
|
|
53498
|
-
data: undefined;
|
|
53499
53498
|
error: null;
|
|
53499
|
+
data: undefined;
|
|
53500
53500
|
status: "pending";
|
|
53501
53501
|
isError: false;
|
|
53502
53502
|
isPending: true;
|
|
@@ -53505,7 +53505,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53505
53505
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53506
53506
|
isPaused: boolean;
|
|
53507
53507
|
variables: {
|
|
53508
|
-
abi:
|
|
53508
|
+
abi: abitype17.Abi;
|
|
53509
53509
|
functionName: string;
|
|
53510
53510
|
args?: readonly unknown[] | undefined;
|
|
53511
53511
|
address: Address;
|
|
@@ -53513,9 +53513,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53513
53513
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53514
53514
|
value?: bigint | undefined;
|
|
53515
53515
|
dataSuffix?: `0x${string}` | undefined;
|
|
53516
|
+
type?: "legacy" | undefined;
|
|
53516
53517
|
gas?: bigint | undefined;
|
|
53517
53518
|
nonce?: number | undefined;
|
|
53518
|
-
type?: "legacy" | undefined;
|
|
53519
53519
|
blobs?: undefined;
|
|
53520
53520
|
blobVersionedHashes?: undefined;
|
|
53521
53521
|
kzg?: undefined;
|
|
@@ -53529,7 +53529,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53529
53529
|
chainId?: number | undefined;
|
|
53530
53530
|
connector?: wagmi0.Connector | undefined;
|
|
53531
53531
|
} | {
|
|
53532
|
-
abi:
|
|
53532
|
+
abi: abitype17.Abi;
|
|
53533
53533
|
functionName: string;
|
|
53534
53534
|
args?: readonly unknown[] | undefined;
|
|
53535
53535
|
address: Address;
|
|
@@ -53537,9 +53537,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53537
53537
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53538
53538
|
value?: bigint | undefined;
|
|
53539
53539
|
dataSuffix?: `0x${string}` | undefined;
|
|
53540
|
+
type?: "eip2930" | undefined;
|
|
53540
53541
|
gas?: bigint | undefined;
|
|
53541
53542
|
nonce?: number | undefined;
|
|
53542
|
-
type?: "eip2930" | undefined;
|
|
53543
53543
|
blobs?: undefined;
|
|
53544
53544
|
blobVersionedHashes?: undefined;
|
|
53545
53545
|
kzg?: undefined;
|
|
@@ -53553,7 +53553,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53553
53553
|
chainId?: number | undefined;
|
|
53554
53554
|
connector?: wagmi0.Connector | undefined;
|
|
53555
53555
|
} | {
|
|
53556
|
-
abi:
|
|
53556
|
+
abi: abitype17.Abi;
|
|
53557
53557
|
functionName: string;
|
|
53558
53558
|
args?: readonly unknown[] | undefined;
|
|
53559
53559
|
address: Address;
|
|
@@ -53561,9 +53561,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53561
53561
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53562
53562
|
value?: bigint | undefined;
|
|
53563
53563
|
dataSuffix?: `0x${string}` | undefined;
|
|
53564
|
+
type?: "eip1559" | undefined;
|
|
53564
53565
|
gas?: bigint | undefined;
|
|
53565
53566
|
nonce?: number | undefined;
|
|
53566
|
-
type?: "eip1559" | undefined;
|
|
53567
53567
|
blobs?: undefined;
|
|
53568
53568
|
blobVersionedHashes?: undefined;
|
|
53569
53569
|
kzg?: undefined;
|
|
@@ -53577,7 +53577,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53577
53577
|
chainId?: number | undefined;
|
|
53578
53578
|
connector?: wagmi0.Connector | undefined;
|
|
53579
53579
|
} | {
|
|
53580
|
-
abi:
|
|
53580
|
+
abi: abitype17.Abi;
|
|
53581
53581
|
functionName: string;
|
|
53582
53582
|
args?: readonly unknown[] | undefined;
|
|
53583
53583
|
address: Address;
|
|
@@ -53585,9 +53585,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53585
53585
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53586
53586
|
value?: bigint | undefined;
|
|
53587
53587
|
dataSuffix?: `0x${string}` | undefined;
|
|
53588
|
+
type?: "eip4844" | undefined;
|
|
53588
53589
|
gas?: bigint | undefined;
|
|
53589
53590
|
nonce?: number | undefined;
|
|
53590
|
-
type?: "eip4844" | undefined;
|
|
53591
53591
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53592
53592
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53593
53593
|
kzg?: undefined;
|
|
@@ -53601,7 +53601,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53601
53601
|
chainId?: number | undefined;
|
|
53602
53602
|
connector?: wagmi0.Connector | undefined;
|
|
53603
53603
|
} | {
|
|
53604
|
-
abi:
|
|
53604
|
+
abi: abitype17.Abi;
|
|
53605
53605
|
functionName: string;
|
|
53606
53606
|
args?: readonly unknown[] | undefined;
|
|
53607
53607
|
address: Address;
|
|
@@ -53609,9 +53609,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53609
53609
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53610
53610
|
value?: bigint | undefined;
|
|
53611
53611
|
dataSuffix?: `0x${string}` | undefined;
|
|
53612
|
+
type?: "eip4844" | undefined;
|
|
53612
53613
|
gas?: bigint | undefined;
|
|
53613
53614
|
nonce?: number | undefined;
|
|
53614
|
-
type?: "eip4844" | undefined;
|
|
53615
53615
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53616
53616
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53617
53617
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53625,7 +53625,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53625
53625
|
chainId?: number | undefined;
|
|
53626
53626
|
connector?: wagmi0.Connector | undefined;
|
|
53627
53627
|
} | {
|
|
53628
|
-
abi:
|
|
53628
|
+
abi: abitype17.Abi;
|
|
53629
53629
|
functionName: string;
|
|
53630
53630
|
args?: readonly unknown[] | undefined;
|
|
53631
53631
|
address: Address;
|
|
@@ -53633,9 +53633,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53633
53633
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53634
53634
|
value?: bigint | undefined;
|
|
53635
53635
|
dataSuffix?: `0x${string}` | undefined;
|
|
53636
|
+
type?: "eip7702" | undefined;
|
|
53636
53637
|
gas?: bigint | undefined;
|
|
53637
53638
|
nonce?: number | undefined;
|
|
53638
|
-
type?: "eip7702" | undefined;
|
|
53639
53639
|
blobs?: undefined;
|
|
53640
53640
|
blobVersionedHashes?: undefined;
|
|
53641
53641
|
kzg?: undefined;
|
|
@@ -53653,7 +53653,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53653
53653
|
reset: () => void;
|
|
53654
53654
|
context: unknown;
|
|
53655
53655
|
submittedAt: number;
|
|
53656
|
-
writeContract:
|
|
53656
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53657
53657
|
updateMarketFees: (rates: {
|
|
53658
53658
|
openingFeeRate?: number;
|
|
53659
53659
|
baseFeeRate?: number;
|
|
@@ -53666,8 +53666,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53666
53666
|
newFeeStrategy: `0x${string}`;
|
|
53667
53667
|
}>;
|
|
53668
53668
|
} | {
|
|
53669
|
-
data: undefined;
|
|
53670
53669
|
error: _wagmi_core0.WriteContractErrorType;
|
|
53670
|
+
data: undefined;
|
|
53671
53671
|
status: "error";
|
|
53672
53672
|
isError: true;
|
|
53673
53673
|
isPending: false;
|
|
@@ -53676,7 +53676,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53676
53676
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53677
53677
|
isPaused: boolean;
|
|
53678
53678
|
variables: {
|
|
53679
|
-
abi:
|
|
53679
|
+
abi: abitype17.Abi;
|
|
53680
53680
|
functionName: string;
|
|
53681
53681
|
args?: readonly unknown[] | undefined;
|
|
53682
53682
|
address: Address;
|
|
@@ -53684,9 +53684,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53684
53684
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53685
53685
|
value?: bigint | undefined;
|
|
53686
53686
|
dataSuffix?: `0x${string}` | undefined;
|
|
53687
|
+
type?: "legacy" | undefined;
|
|
53687
53688
|
gas?: bigint | undefined;
|
|
53688
53689
|
nonce?: number | undefined;
|
|
53689
|
-
type?: "legacy" | undefined;
|
|
53690
53690
|
blobs?: undefined;
|
|
53691
53691
|
blobVersionedHashes?: undefined;
|
|
53692
53692
|
kzg?: undefined;
|
|
@@ -53700,7 +53700,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53700
53700
|
chainId?: number | undefined;
|
|
53701
53701
|
connector?: wagmi0.Connector | undefined;
|
|
53702
53702
|
} | {
|
|
53703
|
-
abi:
|
|
53703
|
+
abi: abitype17.Abi;
|
|
53704
53704
|
functionName: string;
|
|
53705
53705
|
args?: readonly unknown[] | undefined;
|
|
53706
53706
|
address: Address;
|
|
@@ -53708,9 +53708,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53708
53708
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53709
53709
|
value?: bigint | undefined;
|
|
53710
53710
|
dataSuffix?: `0x${string}` | undefined;
|
|
53711
|
+
type?: "eip2930" | undefined;
|
|
53711
53712
|
gas?: bigint | undefined;
|
|
53712
53713
|
nonce?: number | undefined;
|
|
53713
|
-
type?: "eip2930" | undefined;
|
|
53714
53714
|
blobs?: undefined;
|
|
53715
53715
|
blobVersionedHashes?: undefined;
|
|
53716
53716
|
kzg?: undefined;
|
|
@@ -53724,7 +53724,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53724
53724
|
chainId?: number | undefined;
|
|
53725
53725
|
connector?: wagmi0.Connector | undefined;
|
|
53726
53726
|
} | {
|
|
53727
|
-
abi:
|
|
53727
|
+
abi: abitype17.Abi;
|
|
53728
53728
|
functionName: string;
|
|
53729
53729
|
args?: readonly unknown[] | undefined;
|
|
53730
53730
|
address: Address;
|
|
@@ -53732,9 +53732,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53732
53732
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53733
53733
|
value?: bigint | undefined;
|
|
53734
53734
|
dataSuffix?: `0x${string}` | undefined;
|
|
53735
|
+
type?: "eip1559" | undefined;
|
|
53735
53736
|
gas?: bigint | undefined;
|
|
53736
53737
|
nonce?: number | undefined;
|
|
53737
|
-
type?: "eip1559" | undefined;
|
|
53738
53738
|
blobs?: undefined;
|
|
53739
53739
|
blobVersionedHashes?: undefined;
|
|
53740
53740
|
kzg?: undefined;
|
|
@@ -53748,7 +53748,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53748
53748
|
chainId?: number | undefined;
|
|
53749
53749
|
connector?: wagmi0.Connector | undefined;
|
|
53750
53750
|
} | {
|
|
53751
|
-
abi:
|
|
53751
|
+
abi: abitype17.Abi;
|
|
53752
53752
|
functionName: string;
|
|
53753
53753
|
args?: readonly unknown[] | undefined;
|
|
53754
53754
|
address: Address;
|
|
@@ -53756,9 +53756,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53756
53756
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53757
53757
|
value?: bigint | undefined;
|
|
53758
53758
|
dataSuffix?: `0x${string}` | undefined;
|
|
53759
|
+
type?: "eip4844" | undefined;
|
|
53759
53760
|
gas?: bigint | undefined;
|
|
53760
53761
|
nonce?: number | undefined;
|
|
53761
|
-
type?: "eip4844" | undefined;
|
|
53762
53762
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53763
53763
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53764
53764
|
kzg?: undefined;
|
|
@@ -53772,7 +53772,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53772
53772
|
chainId?: number | undefined;
|
|
53773
53773
|
connector?: wagmi0.Connector | undefined;
|
|
53774
53774
|
} | {
|
|
53775
|
-
abi:
|
|
53775
|
+
abi: abitype17.Abi;
|
|
53776
53776
|
functionName: string;
|
|
53777
53777
|
args?: readonly unknown[] | undefined;
|
|
53778
53778
|
address: Address;
|
|
@@ -53780,9 +53780,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53780
53780
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53781
53781
|
value?: bigint | undefined;
|
|
53782
53782
|
dataSuffix?: `0x${string}` | undefined;
|
|
53783
|
+
type?: "eip4844" | undefined;
|
|
53783
53784
|
gas?: bigint | undefined;
|
|
53784
53785
|
nonce?: number | undefined;
|
|
53785
|
-
type?: "eip4844" | undefined;
|
|
53786
53786
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53787
53787
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53788
53788
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53796,7 +53796,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53796
53796
|
chainId?: number | undefined;
|
|
53797
53797
|
connector?: wagmi0.Connector | undefined;
|
|
53798
53798
|
} | {
|
|
53799
|
-
abi:
|
|
53799
|
+
abi: abitype17.Abi;
|
|
53800
53800
|
functionName: string;
|
|
53801
53801
|
args?: readonly unknown[] | undefined;
|
|
53802
53802
|
address: Address;
|
|
@@ -53804,9 +53804,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53804
53804
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53805
53805
|
value?: bigint | undefined;
|
|
53806
53806
|
dataSuffix?: `0x${string}` | undefined;
|
|
53807
|
+
type?: "eip7702" | undefined;
|
|
53807
53808
|
gas?: bigint | undefined;
|
|
53808
53809
|
nonce?: number | undefined;
|
|
53809
|
-
type?: "eip7702" | undefined;
|
|
53810
53810
|
blobs?: undefined;
|
|
53811
53811
|
blobVersionedHashes?: undefined;
|
|
53812
53812
|
kzg?: undefined;
|
|
@@ -53824,7 +53824,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53824
53824
|
reset: () => void;
|
|
53825
53825
|
context: unknown;
|
|
53826
53826
|
submittedAt: number;
|
|
53827
|
-
writeContract:
|
|
53827
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53828
53828
|
updateMarketFees: (rates: {
|
|
53829
53829
|
openingFeeRate?: number;
|
|
53830
53830
|
baseFeeRate?: number;
|
|
@@ -53837,8 +53837,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53837
53837
|
newFeeStrategy: `0x${string}`;
|
|
53838
53838
|
}>;
|
|
53839
53839
|
} | {
|
|
53840
|
-
data: `0x${string}`;
|
|
53841
53840
|
error: null;
|
|
53841
|
+
data: `0x${string}`;
|
|
53842
53842
|
status: "success";
|
|
53843
53843
|
isError: false;
|
|
53844
53844
|
isPending: false;
|
|
@@ -53847,7 +53847,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53847
53847
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53848
53848
|
isPaused: boolean;
|
|
53849
53849
|
variables: {
|
|
53850
|
-
abi:
|
|
53850
|
+
abi: abitype17.Abi;
|
|
53851
53851
|
functionName: string;
|
|
53852
53852
|
args?: readonly unknown[] | undefined;
|
|
53853
53853
|
address: Address;
|
|
@@ -53855,9 +53855,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53855
53855
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53856
53856
|
value?: bigint | undefined;
|
|
53857
53857
|
dataSuffix?: `0x${string}` | undefined;
|
|
53858
|
+
type?: "legacy" | undefined;
|
|
53858
53859
|
gas?: bigint | undefined;
|
|
53859
53860
|
nonce?: number | undefined;
|
|
53860
|
-
type?: "legacy" | undefined;
|
|
53861
53861
|
blobs?: undefined;
|
|
53862
53862
|
blobVersionedHashes?: undefined;
|
|
53863
53863
|
kzg?: undefined;
|
|
@@ -53871,7 +53871,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53871
53871
|
chainId?: number | undefined;
|
|
53872
53872
|
connector?: wagmi0.Connector | undefined;
|
|
53873
53873
|
} | {
|
|
53874
|
-
abi:
|
|
53874
|
+
abi: abitype17.Abi;
|
|
53875
53875
|
functionName: string;
|
|
53876
53876
|
args?: readonly unknown[] | undefined;
|
|
53877
53877
|
address: Address;
|
|
@@ -53879,9 +53879,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53879
53879
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53880
53880
|
value?: bigint | undefined;
|
|
53881
53881
|
dataSuffix?: `0x${string}` | undefined;
|
|
53882
|
+
type?: "eip2930" | undefined;
|
|
53882
53883
|
gas?: bigint | undefined;
|
|
53883
53884
|
nonce?: number | undefined;
|
|
53884
|
-
type?: "eip2930" | undefined;
|
|
53885
53885
|
blobs?: undefined;
|
|
53886
53886
|
blobVersionedHashes?: undefined;
|
|
53887
53887
|
kzg?: undefined;
|
|
@@ -53895,7 +53895,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53895
53895
|
chainId?: number | undefined;
|
|
53896
53896
|
connector?: wagmi0.Connector | undefined;
|
|
53897
53897
|
} | {
|
|
53898
|
-
abi:
|
|
53898
|
+
abi: abitype17.Abi;
|
|
53899
53899
|
functionName: string;
|
|
53900
53900
|
args?: readonly unknown[] | undefined;
|
|
53901
53901
|
address: Address;
|
|
@@ -53903,9 +53903,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53903
53903
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53904
53904
|
value?: bigint | undefined;
|
|
53905
53905
|
dataSuffix?: `0x${string}` | undefined;
|
|
53906
|
+
type?: "eip1559" | undefined;
|
|
53906
53907
|
gas?: bigint | undefined;
|
|
53907
53908
|
nonce?: number | undefined;
|
|
53908
|
-
type?: "eip1559" | undefined;
|
|
53909
53909
|
blobs?: undefined;
|
|
53910
53910
|
blobVersionedHashes?: undefined;
|
|
53911
53911
|
kzg?: undefined;
|
|
@@ -53919,7 +53919,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53919
53919
|
chainId?: number | undefined;
|
|
53920
53920
|
connector?: wagmi0.Connector | undefined;
|
|
53921
53921
|
} | {
|
|
53922
|
-
abi:
|
|
53922
|
+
abi: abitype17.Abi;
|
|
53923
53923
|
functionName: string;
|
|
53924
53924
|
args?: readonly unknown[] | undefined;
|
|
53925
53925
|
address: Address;
|
|
@@ -53927,9 +53927,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53927
53927
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53928
53928
|
value?: bigint | undefined;
|
|
53929
53929
|
dataSuffix?: `0x${string}` | undefined;
|
|
53930
|
+
type?: "eip4844" | undefined;
|
|
53930
53931
|
gas?: bigint | undefined;
|
|
53931
53932
|
nonce?: number | undefined;
|
|
53932
|
-
type?: "eip4844" | undefined;
|
|
53933
53933
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53934
53934
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53935
53935
|
kzg?: undefined;
|
|
@@ -53943,7 +53943,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53943
53943
|
chainId?: number | undefined;
|
|
53944
53944
|
connector?: wagmi0.Connector | undefined;
|
|
53945
53945
|
} | {
|
|
53946
|
-
abi:
|
|
53946
|
+
abi: abitype17.Abi;
|
|
53947
53947
|
functionName: string;
|
|
53948
53948
|
args?: readonly unknown[] | undefined;
|
|
53949
53949
|
address: Address;
|
|
@@ -53951,9 +53951,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53951
53951
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53952
53952
|
value?: bigint | undefined;
|
|
53953
53953
|
dataSuffix?: `0x${string}` | undefined;
|
|
53954
|
+
type?: "eip4844" | undefined;
|
|
53954
53955
|
gas?: bigint | undefined;
|
|
53955
53956
|
nonce?: number | undefined;
|
|
53956
|
-
type?: "eip4844" | undefined;
|
|
53957
53957
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53958
53958
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53959
53959
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53967,7 +53967,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53967
53967
|
chainId?: number | undefined;
|
|
53968
53968
|
connector?: wagmi0.Connector | undefined;
|
|
53969
53969
|
} | {
|
|
53970
|
-
abi:
|
|
53970
|
+
abi: abitype17.Abi;
|
|
53971
53971
|
functionName: string;
|
|
53972
53972
|
args?: readonly unknown[] | undefined;
|
|
53973
53973
|
address: Address;
|
|
@@ -53975,9 +53975,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53975
53975
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53976
53976
|
value?: bigint | undefined;
|
|
53977
53977
|
dataSuffix?: `0x${string}` | undefined;
|
|
53978
|
+
type?: "eip7702" | undefined;
|
|
53978
53979
|
gas?: bigint | undefined;
|
|
53979
53980
|
nonce?: number | undefined;
|
|
53980
|
-
type?: "eip7702" | undefined;
|
|
53981
53981
|
blobs?: undefined;
|
|
53982
53982
|
blobVersionedHashes?: undefined;
|
|
53983
53983
|
kzg?: undefined;
|
|
@@ -53995,7 +53995,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53995
53995
|
reset: () => void;
|
|
53996
53996
|
context: unknown;
|
|
53997
53997
|
submittedAt: number;
|
|
53998
|
-
writeContract:
|
|
53998
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53999
53999
|
updateMarketFees: (rates: {
|
|
54000
54000
|
openingFeeRate?: number;
|
|
54001
54001
|
baseFeeRate?: number;
|
|
@@ -54985,8 +54985,8 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
|
|
|
54985
54985
|
//#endregion
|
|
54986
54986
|
//#region src/hooks/pricing/useUpdateMarketPricing.d.ts
|
|
54987
54987
|
declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
54988
|
-
data: undefined;
|
|
54989
54988
|
error: null;
|
|
54989
|
+
data: undefined;
|
|
54990
54990
|
status: "idle";
|
|
54991
54991
|
isError: false;
|
|
54992
54992
|
isPending: false;
|
|
@@ -54999,7 +54999,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
54999
54999
|
reset: () => void;
|
|
55000
55000
|
context: unknown;
|
|
55001
55001
|
submittedAt: number;
|
|
55002
|
-
writeContract:
|
|
55002
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55003
55003
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55004
55004
|
model: "static";
|
|
55005
55005
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55010,8 +55010,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55010
55010
|
newPricingAddr: `0x${string}`;
|
|
55011
55011
|
}>;
|
|
55012
55012
|
} | {
|
|
55013
|
-
data: undefined;
|
|
55014
55013
|
error: null;
|
|
55014
|
+
data: undefined;
|
|
55015
55015
|
status: "pending";
|
|
55016
55016
|
isError: false;
|
|
55017
55017
|
isPending: true;
|
|
@@ -55020,7 +55020,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55020
55020
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55021
55021
|
isPaused: boolean;
|
|
55022
55022
|
variables: {
|
|
55023
|
-
abi:
|
|
55023
|
+
abi: abitype17.Abi;
|
|
55024
55024
|
functionName: string;
|
|
55025
55025
|
args?: readonly unknown[] | undefined;
|
|
55026
55026
|
address: Address;
|
|
@@ -55028,9 +55028,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55028
55028
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55029
55029
|
value?: bigint | undefined;
|
|
55030
55030
|
dataSuffix?: `0x${string}` | undefined;
|
|
55031
|
+
type?: "legacy" | undefined;
|
|
55031
55032
|
gas?: bigint | undefined;
|
|
55032
55033
|
nonce?: number | undefined;
|
|
55033
|
-
type?: "legacy" | undefined;
|
|
55034
55034
|
blobs?: undefined;
|
|
55035
55035
|
blobVersionedHashes?: undefined;
|
|
55036
55036
|
kzg?: undefined;
|
|
@@ -55044,7 +55044,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55044
55044
|
chainId?: number | undefined;
|
|
55045
55045
|
connector?: wagmi0.Connector | undefined;
|
|
55046
55046
|
} | {
|
|
55047
|
-
abi:
|
|
55047
|
+
abi: abitype17.Abi;
|
|
55048
55048
|
functionName: string;
|
|
55049
55049
|
args?: readonly unknown[] | undefined;
|
|
55050
55050
|
address: Address;
|
|
@@ -55052,9 +55052,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55052
55052
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55053
55053
|
value?: bigint | undefined;
|
|
55054
55054
|
dataSuffix?: `0x${string}` | undefined;
|
|
55055
|
+
type?: "eip2930" | undefined;
|
|
55055
55056
|
gas?: bigint | undefined;
|
|
55056
55057
|
nonce?: number | undefined;
|
|
55057
|
-
type?: "eip2930" | undefined;
|
|
55058
55058
|
blobs?: undefined;
|
|
55059
55059
|
blobVersionedHashes?: undefined;
|
|
55060
55060
|
kzg?: undefined;
|
|
@@ -55068,7 +55068,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55068
55068
|
chainId?: number | undefined;
|
|
55069
55069
|
connector?: wagmi0.Connector | undefined;
|
|
55070
55070
|
} | {
|
|
55071
|
-
abi:
|
|
55071
|
+
abi: abitype17.Abi;
|
|
55072
55072
|
functionName: string;
|
|
55073
55073
|
args?: readonly unknown[] | undefined;
|
|
55074
55074
|
address: Address;
|
|
@@ -55076,9 +55076,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55076
55076
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55077
55077
|
value?: bigint | undefined;
|
|
55078
55078
|
dataSuffix?: `0x${string}` | undefined;
|
|
55079
|
+
type?: "eip1559" | undefined;
|
|
55079
55080
|
gas?: bigint | undefined;
|
|
55080
55081
|
nonce?: number | undefined;
|
|
55081
|
-
type?: "eip1559" | undefined;
|
|
55082
55082
|
blobs?: undefined;
|
|
55083
55083
|
blobVersionedHashes?: undefined;
|
|
55084
55084
|
kzg?: undefined;
|
|
@@ -55092,7 +55092,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55092
55092
|
chainId?: number | undefined;
|
|
55093
55093
|
connector?: wagmi0.Connector | undefined;
|
|
55094
55094
|
} | {
|
|
55095
|
-
abi:
|
|
55095
|
+
abi: abitype17.Abi;
|
|
55096
55096
|
functionName: string;
|
|
55097
55097
|
args?: readonly unknown[] | undefined;
|
|
55098
55098
|
address: Address;
|
|
@@ -55100,9 +55100,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55100
55100
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55101
55101
|
value?: bigint | undefined;
|
|
55102
55102
|
dataSuffix?: `0x${string}` | undefined;
|
|
55103
|
+
type?: "eip4844" | undefined;
|
|
55103
55104
|
gas?: bigint | undefined;
|
|
55104
55105
|
nonce?: number | undefined;
|
|
55105
|
-
type?: "eip4844" | undefined;
|
|
55106
55106
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
55107
55107
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
55108
55108
|
kzg?: undefined;
|
|
@@ -55116,7 +55116,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55116
55116
|
chainId?: number | undefined;
|
|
55117
55117
|
connector?: wagmi0.Connector | undefined;
|
|
55118
55118
|
} | {
|
|
55119
|
-
abi:
|
|
55119
|
+
abi: abitype17.Abi;
|
|
55120
55120
|
functionName: string;
|
|
55121
55121
|
args?: readonly unknown[] | undefined;
|
|
55122
55122
|
address: Address;
|
|
@@ -55124,9 +55124,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55124
55124
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55125
55125
|
value?: bigint | undefined;
|
|
55126
55126
|
dataSuffix?: `0x${string}` | undefined;
|
|
55127
|
+
type?: "eip4844" | undefined;
|
|
55127
55128
|
gas?: bigint | undefined;
|
|
55128
55129
|
nonce?: number | undefined;
|
|
55129
|
-
type?: "eip4844" | undefined;
|
|
55130
55130
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
55131
55131
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55132
55132
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -55140,7 +55140,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55140
55140
|
chainId?: number | undefined;
|
|
55141
55141
|
connector?: wagmi0.Connector | undefined;
|
|
55142
55142
|
} | {
|
|
55143
|
-
abi:
|
|
55143
|
+
abi: abitype17.Abi;
|
|
55144
55144
|
functionName: string;
|
|
55145
55145
|
args?: readonly unknown[] | undefined;
|
|
55146
55146
|
address: Address;
|
|
@@ -55148,9 +55148,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55148
55148
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55149
55149
|
value?: bigint | undefined;
|
|
55150
55150
|
dataSuffix?: `0x${string}` | undefined;
|
|
55151
|
+
type?: "eip7702" | undefined;
|
|
55151
55152
|
gas?: bigint | undefined;
|
|
55152
55153
|
nonce?: number | undefined;
|
|
55153
|
-
type?: "eip7702" | undefined;
|
|
55154
55154
|
blobs?: undefined;
|
|
55155
55155
|
blobVersionedHashes?: undefined;
|
|
55156
55156
|
kzg?: undefined;
|
|
@@ -55168,7 +55168,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55168
55168
|
reset: () => void;
|
|
55169
55169
|
context: unknown;
|
|
55170
55170
|
submittedAt: number;
|
|
55171
|
-
writeContract:
|
|
55171
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55172
55172
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55173
55173
|
model: "static";
|
|
55174
55174
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55179,8 +55179,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55179
55179
|
newPricingAddr: `0x${string}`;
|
|
55180
55180
|
}>;
|
|
55181
55181
|
} | {
|
|
55182
|
-
data: undefined;
|
|
55183
55182
|
error: _wagmi_core0.WriteContractErrorType;
|
|
55183
|
+
data: undefined;
|
|
55184
55184
|
status: "error";
|
|
55185
55185
|
isError: true;
|
|
55186
55186
|
isPending: false;
|
|
@@ -55189,7 +55189,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55189
55189
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55190
55190
|
isPaused: boolean;
|
|
55191
55191
|
variables: {
|
|
55192
|
-
abi:
|
|
55192
|
+
abi: abitype17.Abi;
|
|
55193
55193
|
functionName: string;
|
|
55194
55194
|
args?: readonly unknown[] | undefined;
|
|
55195
55195
|
address: Address;
|
|
@@ -55197,9 +55197,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55197
55197
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55198
55198
|
value?: bigint | undefined;
|
|
55199
55199
|
dataSuffix?: `0x${string}` | undefined;
|
|
55200
|
+
type?: "legacy" | undefined;
|
|
55200
55201
|
gas?: bigint | undefined;
|
|
55201
55202
|
nonce?: number | undefined;
|
|
55202
|
-
type?: "legacy" | undefined;
|
|
55203
55203
|
blobs?: undefined;
|
|
55204
55204
|
blobVersionedHashes?: undefined;
|
|
55205
55205
|
kzg?: undefined;
|
|
@@ -55213,7 +55213,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55213
55213
|
chainId?: number | undefined;
|
|
55214
55214
|
connector?: wagmi0.Connector | undefined;
|
|
55215
55215
|
} | {
|
|
55216
|
-
abi:
|
|
55216
|
+
abi: abitype17.Abi;
|
|
55217
55217
|
functionName: string;
|
|
55218
55218
|
args?: readonly unknown[] | undefined;
|
|
55219
55219
|
address: Address;
|
|
@@ -55221,9 +55221,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55221
55221
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55222
55222
|
value?: bigint | undefined;
|
|
55223
55223
|
dataSuffix?: `0x${string}` | undefined;
|
|
55224
|
+
type?: "eip2930" | undefined;
|
|
55224
55225
|
gas?: bigint | undefined;
|
|
55225
55226
|
nonce?: number | undefined;
|
|
55226
|
-
type?: "eip2930" | undefined;
|
|
55227
55227
|
blobs?: undefined;
|
|
55228
55228
|
blobVersionedHashes?: undefined;
|
|
55229
55229
|
kzg?: undefined;
|
|
@@ -55237,7 +55237,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55237
55237
|
chainId?: number | undefined;
|
|
55238
55238
|
connector?: wagmi0.Connector | undefined;
|
|
55239
55239
|
} | {
|
|
55240
|
-
abi:
|
|
55240
|
+
abi: abitype17.Abi;
|
|
55241
55241
|
functionName: string;
|
|
55242
55242
|
args?: readonly unknown[] | undefined;
|
|
55243
55243
|
address: Address;
|
|
@@ -55245,9 +55245,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55245
55245
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55246
55246
|
value?: bigint | undefined;
|
|
55247
55247
|
dataSuffix?: `0x${string}` | undefined;
|
|
55248
|
+
type?: "eip1559" | undefined;
|
|
55248
55249
|
gas?: bigint | undefined;
|
|
55249
55250
|
nonce?: number | undefined;
|
|
55250
|
-
type?: "eip1559" | undefined;
|
|
55251
55251
|
blobs?: undefined;
|
|
55252
55252
|
blobVersionedHashes?: undefined;
|
|
55253
55253
|
kzg?: undefined;
|
|
@@ -55261,7 +55261,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55261
55261
|
chainId?: number | undefined;
|
|
55262
55262
|
connector?: wagmi0.Connector | undefined;
|
|
55263
55263
|
} | {
|
|
55264
|
-
abi:
|
|
55264
|
+
abi: abitype17.Abi;
|
|
55265
55265
|
functionName: string;
|
|
55266
55266
|
args?: readonly unknown[] | undefined;
|
|
55267
55267
|
address: Address;
|
|
@@ -55269,9 +55269,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55269
55269
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55270
55270
|
value?: bigint | undefined;
|
|
55271
55271
|
dataSuffix?: `0x${string}` | undefined;
|
|
55272
|
+
type?: "eip4844" | undefined;
|
|
55272
55273
|
gas?: bigint | undefined;
|
|
55273
55274
|
nonce?: number | undefined;
|
|
55274
|
-
type?: "eip4844" | undefined;
|
|
55275
55275
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
55276
55276
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
55277
55277
|
kzg?: undefined;
|
|
@@ -55285,7 +55285,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55285
55285
|
chainId?: number | undefined;
|
|
55286
55286
|
connector?: wagmi0.Connector | undefined;
|
|
55287
55287
|
} | {
|
|
55288
|
-
abi:
|
|
55288
|
+
abi: abitype17.Abi;
|
|
55289
55289
|
functionName: string;
|
|
55290
55290
|
args?: readonly unknown[] | undefined;
|
|
55291
55291
|
address: Address;
|
|
@@ -55293,9 +55293,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55293
55293
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55294
55294
|
value?: bigint | undefined;
|
|
55295
55295
|
dataSuffix?: `0x${string}` | undefined;
|
|
55296
|
+
type?: "eip4844" | undefined;
|
|
55296
55297
|
gas?: bigint | undefined;
|
|
55297
55298
|
nonce?: number | undefined;
|
|
55298
|
-
type?: "eip4844" | undefined;
|
|
55299
55299
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
55300
55300
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55301
55301
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -55309,7 +55309,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55309
55309
|
chainId?: number | undefined;
|
|
55310
55310
|
connector?: wagmi0.Connector | undefined;
|
|
55311
55311
|
} | {
|
|
55312
|
-
abi:
|
|
55312
|
+
abi: abitype17.Abi;
|
|
55313
55313
|
functionName: string;
|
|
55314
55314
|
args?: readonly unknown[] | undefined;
|
|
55315
55315
|
address: Address;
|
|
@@ -55317,9 +55317,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55317
55317
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55318
55318
|
value?: bigint | undefined;
|
|
55319
55319
|
dataSuffix?: `0x${string}` | undefined;
|
|
55320
|
+
type?: "eip7702" | undefined;
|
|
55320
55321
|
gas?: bigint | undefined;
|
|
55321
55322
|
nonce?: number | undefined;
|
|
55322
|
-
type?: "eip7702" | undefined;
|
|
55323
55323
|
blobs?: undefined;
|
|
55324
55324
|
blobVersionedHashes?: undefined;
|
|
55325
55325
|
kzg?: undefined;
|
|
@@ -55337,7 +55337,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55337
55337
|
reset: () => void;
|
|
55338
55338
|
context: unknown;
|
|
55339
55339
|
submittedAt: number;
|
|
55340
|
-
writeContract:
|
|
55340
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55341
55341
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55342
55342
|
model: "static";
|
|
55343
55343
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55348,8 +55348,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55348
55348
|
newPricingAddr: `0x${string}`;
|
|
55349
55349
|
}>;
|
|
55350
55350
|
} | {
|
|
55351
|
-
data: `0x${string}`;
|
|
55352
55351
|
error: null;
|
|
55352
|
+
data: `0x${string}`;
|
|
55353
55353
|
status: "success";
|
|
55354
55354
|
isError: false;
|
|
55355
55355
|
isPending: false;
|
|
@@ -55358,7 +55358,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55358
55358
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55359
55359
|
isPaused: boolean;
|
|
55360
55360
|
variables: {
|
|
55361
|
-
abi:
|
|
55361
|
+
abi: abitype17.Abi;
|
|
55362
55362
|
functionName: string;
|
|
55363
55363
|
args?: readonly unknown[] | undefined;
|
|
55364
55364
|
address: Address;
|
|
@@ -55366,9 +55366,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55366
55366
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55367
55367
|
value?: bigint | undefined;
|
|
55368
55368
|
dataSuffix?: `0x${string}` | undefined;
|
|
55369
|
+
type?: "legacy" | undefined;
|
|
55369
55370
|
gas?: bigint | undefined;
|
|
55370
55371
|
nonce?: number | undefined;
|
|
55371
|
-
type?: "legacy" | undefined;
|
|
55372
55372
|
blobs?: undefined;
|
|
55373
55373
|
blobVersionedHashes?: undefined;
|
|
55374
55374
|
kzg?: undefined;
|
|
@@ -55382,7 +55382,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55382
55382
|
chainId?: number | undefined;
|
|
55383
55383
|
connector?: wagmi0.Connector | undefined;
|
|
55384
55384
|
} | {
|
|
55385
|
-
abi:
|
|
55385
|
+
abi: abitype17.Abi;
|
|
55386
55386
|
functionName: string;
|
|
55387
55387
|
args?: readonly unknown[] | undefined;
|
|
55388
55388
|
address: Address;
|
|
@@ -55390,9 +55390,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55390
55390
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55391
55391
|
value?: bigint | undefined;
|
|
55392
55392
|
dataSuffix?: `0x${string}` | undefined;
|
|
55393
|
+
type?: "eip2930" | undefined;
|
|
55393
55394
|
gas?: bigint | undefined;
|
|
55394
55395
|
nonce?: number | undefined;
|
|
55395
|
-
type?: "eip2930" | undefined;
|
|
55396
55396
|
blobs?: undefined;
|
|
55397
55397
|
blobVersionedHashes?: undefined;
|
|
55398
55398
|
kzg?: undefined;
|
|
@@ -55406,7 +55406,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55406
55406
|
chainId?: number | undefined;
|
|
55407
55407
|
connector?: wagmi0.Connector | undefined;
|
|
55408
55408
|
} | {
|
|
55409
|
-
abi:
|
|
55409
|
+
abi: abitype17.Abi;
|
|
55410
55410
|
functionName: string;
|
|
55411
55411
|
args?: readonly unknown[] | undefined;
|
|
55412
55412
|
address: Address;
|
|
@@ -55414,9 +55414,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55414
55414
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55415
55415
|
value?: bigint | undefined;
|
|
55416
55416
|
dataSuffix?: `0x${string}` | undefined;
|
|
55417
|
+
type?: "eip1559" | undefined;
|
|
55417
55418
|
gas?: bigint | undefined;
|
|
55418
55419
|
nonce?: number | undefined;
|
|
55419
|
-
type?: "eip1559" | undefined;
|
|
55420
55420
|
blobs?: undefined;
|
|
55421
55421
|
blobVersionedHashes?: undefined;
|
|
55422
55422
|
kzg?: undefined;
|
|
@@ -55430,7 +55430,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55430
55430
|
chainId?: number | undefined;
|
|
55431
55431
|
connector?: wagmi0.Connector | undefined;
|
|
55432
55432
|
} | {
|
|
55433
|
-
abi:
|
|
55433
|
+
abi: abitype17.Abi;
|
|
55434
55434
|
functionName: string;
|
|
55435
55435
|
args?: readonly unknown[] | undefined;
|
|
55436
55436
|
address: Address;
|
|
@@ -55438,9 +55438,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55438
55438
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55439
55439
|
value?: bigint | undefined;
|
|
55440
55440
|
dataSuffix?: `0x${string}` | undefined;
|
|
55441
|
+
type?: "eip4844" | undefined;
|
|
55441
55442
|
gas?: bigint | undefined;
|
|
55442
55443
|
nonce?: number | undefined;
|
|
55443
|
-
type?: "eip4844" | undefined;
|
|
55444
55444
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
55445
55445
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
55446
55446
|
kzg?: undefined;
|
|
@@ -55454,7 +55454,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55454
55454
|
chainId?: number | undefined;
|
|
55455
55455
|
connector?: wagmi0.Connector | undefined;
|
|
55456
55456
|
} | {
|
|
55457
|
-
abi:
|
|
55457
|
+
abi: abitype17.Abi;
|
|
55458
55458
|
functionName: string;
|
|
55459
55459
|
args?: readonly unknown[] | undefined;
|
|
55460
55460
|
address: Address;
|
|
@@ -55462,9 +55462,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55462
55462
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55463
55463
|
value?: bigint | undefined;
|
|
55464
55464
|
dataSuffix?: `0x${string}` | undefined;
|
|
55465
|
+
type?: "eip4844" | undefined;
|
|
55465
55466
|
gas?: bigint | undefined;
|
|
55466
55467
|
nonce?: number | undefined;
|
|
55467
|
-
type?: "eip4844" | undefined;
|
|
55468
55468
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
55469
55469
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55470
55470
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -55478,7 +55478,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55478
55478
|
chainId?: number | undefined;
|
|
55479
55479
|
connector?: wagmi0.Connector | undefined;
|
|
55480
55480
|
} | {
|
|
55481
|
-
abi:
|
|
55481
|
+
abi: abitype17.Abi;
|
|
55482
55482
|
functionName: string;
|
|
55483
55483
|
args?: readonly unknown[] | undefined;
|
|
55484
55484
|
address: Address;
|
|
@@ -55486,9 +55486,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55486
55486
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55487
55487
|
value?: bigint | undefined;
|
|
55488
55488
|
dataSuffix?: `0x${string}` | undefined;
|
|
55489
|
+
type?: "eip7702" | undefined;
|
|
55489
55490
|
gas?: bigint | undefined;
|
|
55490
55491
|
nonce?: number | undefined;
|
|
55491
|
-
type?: "eip7702" | undefined;
|
|
55492
55492
|
blobs?: undefined;
|
|
55493
55493
|
blobVersionedHashes?: undefined;
|
|
55494
55494
|
kzg?: undefined;
|
|
@@ -55506,7 +55506,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55506
55506
|
reset: () => void;
|
|
55507
55507
|
context: unknown;
|
|
55508
55508
|
submittedAt: number;
|
|
55509
|
-
writeContract:
|
|
55509
|
+
writeContract: wagmi_query3.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55510
55510
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55511
55511
|
model: "static";
|
|
55512
55512
|
} : Partial<OptionPricingParams> & {
|
|
@@ -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-
|
|
97747
|
+
//# sourceMappingURL=client-DS3Ll673.d.cts.map
|