timelock-sdk 0.0.191 → 0.0.192
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.
- package/dist/{client-CEtNglT8.d.cts → client-DiPQ92xm.d.ts} +205 -201
- package/dist/{client-9wbQVrDG.d.ts → client-i-S2ZmAZ.d.cts} +205 -201
- package/dist/client.cjs +6 -2
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +6 -2
- package/dist/client.js.map +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
7
|
import * as _tanstack_react_query0 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_query11 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 {
|
|
@@ -162,7 +162,9 @@ type GetMarketVolumeQuery = {
|
|
|
162
162
|
address: string;
|
|
163
163
|
optionsCount: any;
|
|
164
164
|
tradersCount: any;
|
|
165
|
-
|
|
165
|
+
totalVolume: any;
|
|
166
|
+
totalPremium: any;
|
|
167
|
+
totalProfit: any;
|
|
166
168
|
}>;
|
|
167
169
|
};
|
|
168
170
|
type GetUserMarketOperatorsQueryVariables = Exact<{
|
|
@@ -49256,7 +49258,9 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
|
|
|
49256
49258
|
//#region src/hooks/market/useMarketVolume.d.ts
|
|
49257
49259
|
declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
|
|
49258
49260
|
address: Address;
|
|
49259
|
-
|
|
49261
|
+
totalVolume: bigint;
|
|
49262
|
+
totalPremium: bigint;
|
|
49263
|
+
totalProfit: bigint;
|
|
49260
49264
|
optionsCount: bigint;
|
|
49261
49265
|
tradersCount: bigint;
|
|
49262
49266
|
__typename: "TimelockMarket";
|
|
@@ -52467,9 +52471,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52467
52471
|
reset: () => void;
|
|
52468
52472
|
context: unknown;
|
|
52469
52473
|
submittedAt: number;
|
|
52470
|
-
mutate:
|
|
52471
|
-
mutateAsync:
|
|
52472
|
-
writeContract:
|
|
52474
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52475
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
52476
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52473
52477
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52474
52478
|
} | {
|
|
52475
52479
|
error: null;
|
|
@@ -52482,7 +52486,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52482
52486
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52483
52487
|
isPaused: boolean;
|
|
52484
52488
|
variables: {
|
|
52485
|
-
abi:
|
|
52489
|
+
abi: abitype17.Abi;
|
|
52486
52490
|
functionName: string;
|
|
52487
52491
|
args?: readonly unknown[] | undefined;
|
|
52488
52492
|
address: Address;
|
|
@@ -52490,9 +52494,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52490
52494
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52491
52495
|
value?: bigint | undefined;
|
|
52492
52496
|
dataSuffix?: `0x${string}` | undefined;
|
|
52497
|
+
type?: "legacy" | undefined;
|
|
52493
52498
|
gas?: bigint | undefined;
|
|
52494
52499
|
nonce?: number | undefined;
|
|
52495
|
-
type?: "legacy" | undefined;
|
|
52496
52500
|
blobs?: undefined;
|
|
52497
52501
|
blobVersionedHashes?: undefined;
|
|
52498
52502
|
kzg?: undefined;
|
|
@@ -52506,7 +52510,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52506
52510
|
chainId?: number | undefined;
|
|
52507
52511
|
connector?: wagmi0.Connector | undefined;
|
|
52508
52512
|
} | {
|
|
52509
|
-
abi:
|
|
52513
|
+
abi: abitype17.Abi;
|
|
52510
52514
|
functionName: string;
|
|
52511
52515
|
args?: readonly unknown[] | undefined;
|
|
52512
52516
|
address: Address;
|
|
@@ -52514,9 +52518,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52514
52518
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52515
52519
|
value?: bigint | undefined;
|
|
52516
52520
|
dataSuffix?: `0x${string}` | undefined;
|
|
52521
|
+
type?: "eip2930" | undefined;
|
|
52517
52522
|
gas?: bigint | undefined;
|
|
52518
52523
|
nonce?: number | undefined;
|
|
52519
|
-
type?: "eip2930" | undefined;
|
|
52520
52524
|
blobs?: undefined;
|
|
52521
52525
|
blobVersionedHashes?: undefined;
|
|
52522
52526
|
kzg?: undefined;
|
|
@@ -52530,7 +52534,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52530
52534
|
chainId?: number | undefined;
|
|
52531
52535
|
connector?: wagmi0.Connector | undefined;
|
|
52532
52536
|
} | {
|
|
52533
|
-
abi:
|
|
52537
|
+
abi: abitype17.Abi;
|
|
52534
52538
|
functionName: string;
|
|
52535
52539
|
args?: readonly unknown[] | undefined;
|
|
52536
52540
|
address: Address;
|
|
@@ -52538,9 +52542,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52538
52542
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52539
52543
|
value?: bigint | undefined;
|
|
52540
52544
|
dataSuffix?: `0x${string}` | undefined;
|
|
52545
|
+
type?: "eip1559" | undefined;
|
|
52541
52546
|
gas?: bigint | undefined;
|
|
52542
52547
|
nonce?: number | undefined;
|
|
52543
|
-
type?: "eip1559" | undefined;
|
|
52544
52548
|
blobs?: undefined;
|
|
52545
52549
|
blobVersionedHashes?: undefined;
|
|
52546
52550
|
kzg?: undefined;
|
|
@@ -52554,7 +52558,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52554
52558
|
chainId?: number | undefined;
|
|
52555
52559
|
connector?: wagmi0.Connector | undefined;
|
|
52556
52560
|
} | {
|
|
52557
|
-
abi:
|
|
52561
|
+
abi: abitype17.Abi;
|
|
52558
52562
|
functionName: string;
|
|
52559
52563
|
args?: readonly unknown[] | undefined;
|
|
52560
52564
|
address: Address;
|
|
@@ -52562,9 +52566,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52562
52566
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52563
52567
|
value?: bigint | undefined;
|
|
52564
52568
|
dataSuffix?: `0x${string}` | undefined;
|
|
52569
|
+
type?: "eip4844" | undefined;
|
|
52565
52570
|
gas?: bigint | undefined;
|
|
52566
52571
|
nonce?: number | undefined;
|
|
52567
|
-
type?: "eip4844" | undefined;
|
|
52568
52572
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
52569
52573
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
52570
52574
|
kzg?: undefined;
|
|
@@ -52578,7 +52582,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52578
52582
|
chainId?: number | undefined;
|
|
52579
52583
|
connector?: wagmi0.Connector | undefined;
|
|
52580
52584
|
} | {
|
|
52581
|
-
abi:
|
|
52585
|
+
abi: abitype17.Abi;
|
|
52582
52586
|
functionName: string;
|
|
52583
52587
|
args?: readonly unknown[] | undefined;
|
|
52584
52588
|
address: Address;
|
|
@@ -52586,9 +52590,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52586
52590
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52587
52591
|
value?: bigint | undefined;
|
|
52588
52592
|
dataSuffix?: `0x${string}` | undefined;
|
|
52593
|
+
type?: "eip4844" | undefined;
|
|
52589
52594
|
gas?: bigint | undefined;
|
|
52590
52595
|
nonce?: number | undefined;
|
|
52591
|
-
type?: "eip4844" | undefined;
|
|
52592
52596
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
52593
52597
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52594
52598
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -52602,7 +52606,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52602
52606
|
chainId?: number | undefined;
|
|
52603
52607
|
connector?: wagmi0.Connector | undefined;
|
|
52604
52608
|
} | {
|
|
52605
|
-
abi:
|
|
52609
|
+
abi: abitype17.Abi;
|
|
52606
52610
|
functionName: string;
|
|
52607
52611
|
args?: readonly unknown[] | undefined;
|
|
52608
52612
|
address: Address;
|
|
@@ -52610,9 +52614,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52610
52614
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52611
52615
|
value?: bigint | undefined;
|
|
52612
52616
|
dataSuffix?: `0x${string}` | undefined;
|
|
52617
|
+
type?: "eip7702" | undefined;
|
|
52613
52618
|
gas?: bigint | undefined;
|
|
52614
52619
|
nonce?: number | undefined;
|
|
52615
|
-
type?: "eip7702" | undefined;
|
|
52616
52620
|
blobs?: undefined;
|
|
52617
52621
|
blobVersionedHashes?: undefined;
|
|
52618
52622
|
kzg?: undefined;
|
|
@@ -52630,9 +52634,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52630
52634
|
reset: () => void;
|
|
52631
52635
|
context: unknown;
|
|
52632
52636
|
submittedAt: number;
|
|
52633
|
-
mutate:
|
|
52634
|
-
mutateAsync:
|
|
52635
|
-
writeContract:
|
|
52637
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52638
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
52639
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52636
52640
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52637
52641
|
} | {
|
|
52638
52642
|
error: _wagmi_core0.WriteContractErrorType;
|
|
@@ -52645,7 +52649,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52645
52649
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52646
52650
|
isPaused: boolean;
|
|
52647
52651
|
variables: {
|
|
52648
|
-
abi:
|
|
52652
|
+
abi: abitype17.Abi;
|
|
52649
52653
|
functionName: string;
|
|
52650
52654
|
args?: readonly unknown[] | undefined;
|
|
52651
52655
|
address: Address;
|
|
@@ -52653,9 +52657,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52653
52657
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52654
52658
|
value?: bigint | undefined;
|
|
52655
52659
|
dataSuffix?: `0x${string}` | undefined;
|
|
52660
|
+
type?: "legacy" | undefined;
|
|
52656
52661
|
gas?: bigint | undefined;
|
|
52657
52662
|
nonce?: number | undefined;
|
|
52658
|
-
type?: "legacy" | undefined;
|
|
52659
52663
|
blobs?: undefined;
|
|
52660
52664
|
blobVersionedHashes?: undefined;
|
|
52661
52665
|
kzg?: undefined;
|
|
@@ -52669,7 +52673,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52669
52673
|
chainId?: number | undefined;
|
|
52670
52674
|
connector?: wagmi0.Connector | undefined;
|
|
52671
52675
|
} | {
|
|
52672
|
-
abi:
|
|
52676
|
+
abi: abitype17.Abi;
|
|
52673
52677
|
functionName: string;
|
|
52674
52678
|
args?: readonly unknown[] | undefined;
|
|
52675
52679
|
address: Address;
|
|
@@ -52677,9 +52681,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52677
52681
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52678
52682
|
value?: bigint | undefined;
|
|
52679
52683
|
dataSuffix?: `0x${string}` | undefined;
|
|
52684
|
+
type?: "eip2930" | undefined;
|
|
52680
52685
|
gas?: bigint | undefined;
|
|
52681
52686
|
nonce?: number | undefined;
|
|
52682
|
-
type?: "eip2930" | undefined;
|
|
52683
52687
|
blobs?: undefined;
|
|
52684
52688
|
blobVersionedHashes?: undefined;
|
|
52685
52689
|
kzg?: undefined;
|
|
@@ -52693,7 +52697,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52693
52697
|
chainId?: number | undefined;
|
|
52694
52698
|
connector?: wagmi0.Connector | undefined;
|
|
52695
52699
|
} | {
|
|
52696
|
-
abi:
|
|
52700
|
+
abi: abitype17.Abi;
|
|
52697
52701
|
functionName: string;
|
|
52698
52702
|
args?: readonly unknown[] | undefined;
|
|
52699
52703
|
address: Address;
|
|
@@ -52701,9 +52705,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52701
52705
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52702
52706
|
value?: bigint | undefined;
|
|
52703
52707
|
dataSuffix?: `0x${string}` | undefined;
|
|
52708
|
+
type?: "eip1559" | undefined;
|
|
52704
52709
|
gas?: bigint | undefined;
|
|
52705
52710
|
nonce?: number | undefined;
|
|
52706
|
-
type?: "eip1559" | undefined;
|
|
52707
52711
|
blobs?: undefined;
|
|
52708
52712
|
blobVersionedHashes?: undefined;
|
|
52709
52713
|
kzg?: undefined;
|
|
@@ -52717,7 +52721,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52717
52721
|
chainId?: number | undefined;
|
|
52718
52722
|
connector?: wagmi0.Connector | undefined;
|
|
52719
52723
|
} | {
|
|
52720
|
-
abi:
|
|
52724
|
+
abi: abitype17.Abi;
|
|
52721
52725
|
functionName: string;
|
|
52722
52726
|
args?: readonly unknown[] | undefined;
|
|
52723
52727
|
address: Address;
|
|
@@ -52725,9 +52729,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52725
52729
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52726
52730
|
value?: bigint | undefined;
|
|
52727
52731
|
dataSuffix?: `0x${string}` | undefined;
|
|
52732
|
+
type?: "eip4844" | undefined;
|
|
52728
52733
|
gas?: bigint | undefined;
|
|
52729
52734
|
nonce?: number | undefined;
|
|
52730
|
-
type?: "eip4844" | undefined;
|
|
52731
52735
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
52732
52736
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
52733
52737
|
kzg?: undefined;
|
|
@@ -52741,7 +52745,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52741
52745
|
chainId?: number | undefined;
|
|
52742
52746
|
connector?: wagmi0.Connector | undefined;
|
|
52743
52747
|
} | {
|
|
52744
|
-
abi:
|
|
52748
|
+
abi: abitype17.Abi;
|
|
52745
52749
|
functionName: string;
|
|
52746
52750
|
args?: readonly unknown[] | undefined;
|
|
52747
52751
|
address: Address;
|
|
@@ -52749,9 +52753,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52749
52753
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52750
52754
|
value?: bigint | undefined;
|
|
52751
52755
|
dataSuffix?: `0x${string}` | undefined;
|
|
52756
|
+
type?: "eip4844" | undefined;
|
|
52752
52757
|
gas?: bigint | undefined;
|
|
52753
52758
|
nonce?: number | undefined;
|
|
52754
|
-
type?: "eip4844" | undefined;
|
|
52755
52759
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
52756
52760
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52757
52761
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -52765,7 +52769,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52765
52769
|
chainId?: number | undefined;
|
|
52766
52770
|
connector?: wagmi0.Connector | undefined;
|
|
52767
52771
|
} | {
|
|
52768
|
-
abi:
|
|
52772
|
+
abi: abitype17.Abi;
|
|
52769
52773
|
functionName: string;
|
|
52770
52774
|
args?: readonly unknown[] | undefined;
|
|
52771
52775
|
address: Address;
|
|
@@ -52773,9 +52777,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52773
52777
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52774
52778
|
value?: bigint | undefined;
|
|
52775
52779
|
dataSuffix?: `0x${string}` | undefined;
|
|
52780
|
+
type?: "eip7702" | undefined;
|
|
52776
52781
|
gas?: bigint | undefined;
|
|
52777
52782
|
nonce?: number | undefined;
|
|
52778
|
-
type?: "eip7702" | undefined;
|
|
52779
52783
|
blobs?: undefined;
|
|
52780
52784
|
blobVersionedHashes?: undefined;
|
|
52781
52785
|
kzg?: undefined;
|
|
@@ -52793,9 +52797,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52793
52797
|
reset: () => void;
|
|
52794
52798
|
context: unknown;
|
|
52795
52799
|
submittedAt: number;
|
|
52796
|
-
mutate:
|
|
52797
|
-
mutateAsync:
|
|
52798
|
-
writeContract:
|
|
52800
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52801
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
52802
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52799
52803
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52800
52804
|
} | {
|
|
52801
52805
|
error: null;
|
|
@@ -52808,7 +52812,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52808
52812
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52809
52813
|
isPaused: boolean;
|
|
52810
52814
|
variables: {
|
|
52811
|
-
abi:
|
|
52815
|
+
abi: abitype17.Abi;
|
|
52812
52816
|
functionName: string;
|
|
52813
52817
|
args?: readonly unknown[] | undefined;
|
|
52814
52818
|
address: Address;
|
|
@@ -52816,9 +52820,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52816
52820
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52817
52821
|
value?: bigint | undefined;
|
|
52818
52822
|
dataSuffix?: `0x${string}` | undefined;
|
|
52823
|
+
type?: "legacy" | undefined;
|
|
52819
52824
|
gas?: bigint | undefined;
|
|
52820
52825
|
nonce?: number | undefined;
|
|
52821
|
-
type?: "legacy" | undefined;
|
|
52822
52826
|
blobs?: undefined;
|
|
52823
52827
|
blobVersionedHashes?: undefined;
|
|
52824
52828
|
kzg?: undefined;
|
|
@@ -52832,7 +52836,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52832
52836
|
chainId?: number | undefined;
|
|
52833
52837
|
connector?: wagmi0.Connector | undefined;
|
|
52834
52838
|
} | {
|
|
52835
|
-
abi:
|
|
52839
|
+
abi: abitype17.Abi;
|
|
52836
52840
|
functionName: string;
|
|
52837
52841
|
args?: readonly unknown[] | undefined;
|
|
52838
52842
|
address: Address;
|
|
@@ -52840,9 +52844,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52840
52844
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52841
52845
|
value?: bigint | undefined;
|
|
52842
52846
|
dataSuffix?: `0x${string}` | undefined;
|
|
52847
|
+
type?: "eip2930" | undefined;
|
|
52843
52848
|
gas?: bigint | undefined;
|
|
52844
52849
|
nonce?: number | undefined;
|
|
52845
|
-
type?: "eip2930" | undefined;
|
|
52846
52850
|
blobs?: undefined;
|
|
52847
52851
|
blobVersionedHashes?: undefined;
|
|
52848
52852
|
kzg?: undefined;
|
|
@@ -52856,7 +52860,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52856
52860
|
chainId?: number | undefined;
|
|
52857
52861
|
connector?: wagmi0.Connector | undefined;
|
|
52858
52862
|
} | {
|
|
52859
|
-
abi:
|
|
52863
|
+
abi: abitype17.Abi;
|
|
52860
52864
|
functionName: string;
|
|
52861
52865
|
args?: readonly unknown[] | undefined;
|
|
52862
52866
|
address: Address;
|
|
@@ -52864,9 +52868,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52864
52868
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52865
52869
|
value?: bigint | undefined;
|
|
52866
52870
|
dataSuffix?: `0x${string}` | undefined;
|
|
52871
|
+
type?: "eip1559" | undefined;
|
|
52867
52872
|
gas?: bigint | undefined;
|
|
52868
52873
|
nonce?: number | undefined;
|
|
52869
|
-
type?: "eip1559" | undefined;
|
|
52870
52874
|
blobs?: undefined;
|
|
52871
52875
|
blobVersionedHashes?: undefined;
|
|
52872
52876
|
kzg?: undefined;
|
|
@@ -52880,7 +52884,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52880
52884
|
chainId?: number | undefined;
|
|
52881
52885
|
connector?: wagmi0.Connector | undefined;
|
|
52882
52886
|
} | {
|
|
52883
|
-
abi:
|
|
52887
|
+
abi: abitype17.Abi;
|
|
52884
52888
|
functionName: string;
|
|
52885
52889
|
args?: readonly unknown[] | undefined;
|
|
52886
52890
|
address: Address;
|
|
@@ -52888,9 +52892,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52888
52892
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52889
52893
|
value?: bigint | undefined;
|
|
52890
52894
|
dataSuffix?: `0x${string}` | undefined;
|
|
52895
|
+
type?: "eip4844" | undefined;
|
|
52891
52896
|
gas?: bigint | undefined;
|
|
52892
52897
|
nonce?: number | undefined;
|
|
52893
|
-
type?: "eip4844" | undefined;
|
|
52894
52898
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
52895
52899
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
52896
52900
|
kzg?: undefined;
|
|
@@ -52904,7 +52908,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52904
52908
|
chainId?: number | undefined;
|
|
52905
52909
|
connector?: wagmi0.Connector | undefined;
|
|
52906
52910
|
} | {
|
|
52907
|
-
abi:
|
|
52911
|
+
abi: abitype17.Abi;
|
|
52908
52912
|
functionName: string;
|
|
52909
52913
|
args?: readonly unknown[] | undefined;
|
|
52910
52914
|
address: Address;
|
|
@@ -52912,9 +52916,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52912
52916
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52913
52917
|
value?: bigint | undefined;
|
|
52914
52918
|
dataSuffix?: `0x${string}` | undefined;
|
|
52919
|
+
type?: "eip4844" | undefined;
|
|
52915
52920
|
gas?: bigint | undefined;
|
|
52916
52921
|
nonce?: number | undefined;
|
|
52917
|
-
type?: "eip4844" | undefined;
|
|
52918
52922
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
52919
52923
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52920
52924
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -52928,7 +52932,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52928
52932
|
chainId?: number | undefined;
|
|
52929
52933
|
connector?: wagmi0.Connector | undefined;
|
|
52930
52934
|
} | {
|
|
52931
|
-
abi:
|
|
52935
|
+
abi: abitype17.Abi;
|
|
52932
52936
|
functionName: string;
|
|
52933
52937
|
args?: readonly unknown[] | undefined;
|
|
52934
52938
|
address: Address;
|
|
@@ -52936,9 +52940,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52936
52940
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52937
52941
|
value?: bigint | undefined;
|
|
52938
52942
|
dataSuffix?: `0x${string}` | undefined;
|
|
52943
|
+
type?: "eip7702" | undefined;
|
|
52939
52944
|
gas?: bigint | undefined;
|
|
52940
52945
|
nonce?: number | undefined;
|
|
52941
|
-
type?: "eip7702" | undefined;
|
|
52942
52946
|
blobs?: undefined;
|
|
52943
52947
|
blobVersionedHashes?: undefined;
|
|
52944
52948
|
kzg?: undefined;
|
|
@@ -52956,9 +52960,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52956
52960
|
reset: () => void;
|
|
52957
52961
|
context: unknown;
|
|
52958
52962
|
submittedAt: number;
|
|
52959
|
-
mutate:
|
|
52960
|
-
mutateAsync:
|
|
52961
|
-
writeContract:
|
|
52963
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52964
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
52965
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52962
52966
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52963
52967
|
};
|
|
52964
52968
|
//#endregion
|
|
@@ -52978,9 +52982,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52978
52982
|
reset: () => void;
|
|
52979
52983
|
context: unknown;
|
|
52980
52984
|
submittedAt: number;
|
|
52981
|
-
mutate:
|
|
52982
|
-
mutateAsync:
|
|
52983
|
-
writeContract:
|
|
52985
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52986
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
52987
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52984
52988
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52985
52989
|
} | {
|
|
52986
52990
|
error: null;
|
|
@@ -52993,7 +52997,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52993
52997
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52994
52998
|
isPaused: boolean;
|
|
52995
52999
|
variables: {
|
|
52996
|
-
abi:
|
|
53000
|
+
abi: abitype17.Abi;
|
|
52997
53001
|
functionName: string;
|
|
52998
53002
|
args?: readonly unknown[] | undefined;
|
|
52999
53003
|
address: Address;
|
|
@@ -53001,9 +53005,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53001
53005
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53002
53006
|
value?: bigint | undefined;
|
|
53003
53007
|
dataSuffix?: `0x${string}` | undefined;
|
|
53008
|
+
type?: "legacy" | undefined;
|
|
53004
53009
|
gas?: bigint | undefined;
|
|
53005
53010
|
nonce?: number | undefined;
|
|
53006
|
-
type?: "legacy" | undefined;
|
|
53007
53011
|
blobs?: undefined;
|
|
53008
53012
|
blobVersionedHashes?: undefined;
|
|
53009
53013
|
kzg?: undefined;
|
|
@@ -53017,7 +53021,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53017
53021
|
chainId?: number | undefined;
|
|
53018
53022
|
connector?: wagmi0.Connector | undefined;
|
|
53019
53023
|
} | {
|
|
53020
|
-
abi:
|
|
53024
|
+
abi: abitype17.Abi;
|
|
53021
53025
|
functionName: string;
|
|
53022
53026
|
args?: readonly unknown[] | undefined;
|
|
53023
53027
|
address: Address;
|
|
@@ -53025,9 +53029,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53025
53029
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53026
53030
|
value?: bigint | undefined;
|
|
53027
53031
|
dataSuffix?: `0x${string}` | undefined;
|
|
53032
|
+
type?: "eip2930" | undefined;
|
|
53028
53033
|
gas?: bigint | undefined;
|
|
53029
53034
|
nonce?: number | undefined;
|
|
53030
|
-
type?: "eip2930" | undefined;
|
|
53031
53035
|
blobs?: undefined;
|
|
53032
53036
|
blobVersionedHashes?: undefined;
|
|
53033
53037
|
kzg?: undefined;
|
|
@@ -53041,7 +53045,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53041
53045
|
chainId?: number | undefined;
|
|
53042
53046
|
connector?: wagmi0.Connector | undefined;
|
|
53043
53047
|
} | {
|
|
53044
|
-
abi:
|
|
53048
|
+
abi: abitype17.Abi;
|
|
53045
53049
|
functionName: string;
|
|
53046
53050
|
args?: readonly unknown[] | undefined;
|
|
53047
53051
|
address: Address;
|
|
@@ -53049,9 +53053,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53049
53053
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53050
53054
|
value?: bigint | undefined;
|
|
53051
53055
|
dataSuffix?: `0x${string}` | undefined;
|
|
53056
|
+
type?: "eip1559" | undefined;
|
|
53052
53057
|
gas?: bigint | undefined;
|
|
53053
53058
|
nonce?: number | undefined;
|
|
53054
|
-
type?: "eip1559" | undefined;
|
|
53055
53059
|
blobs?: undefined;
|
|
53056
53060
|
blobVersionedHashes?: undefined;
|
|
53057
53061
|
kzg?: undefined;
|
|
@@ -53065,7 +53069,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53065
53069
|
chainId?: number | undefined;
|
|
53066
53070
|
connector?: wagmi0.Connector | undefined;
|
|
53067
53071
|
} | {
|
|
53068
|
-
abi:
|
|
53072
|
+
abi: abitype17.Abi;
|
|
53069
53073
|
functionName: string;
|
|
53070
53074
|
args?: readonly unknown[] | undefined;
|
|
53071
53075
|
address: Address;
|
|
@@ -53073,9 +53077,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53073
53077
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53074
53078
|
value?: bigint | undefined;
|
|
53075
53079
|
dataSuffix?: `0x${string}` | undefined;
|
|
53080
|
+
type?: "eip4844" | undefined;
|
|
53076
53081
|
gas?: bigint | undefined;
|
|
53077
53082
|
nonce?: number | undefined;
|
|
53078
|
-
type?: "eip4844" | undefined;
|
|
53079
53083
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53080
53084
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53081
53085
|
kzg?: undefined;
|
|
@@ -53089,7 +53093,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53089
53093
|
chainId?: number | undefined;
|
|
53090
53094
|
connector?: wagmi0.Connector | undefined;
|
|
53091
53095
|
} | {
|
|
53092
|
-
abi:
|
|
53096
|
+
abi: abitype17.Abi;
|
|
53093
53097
|
functionName: string;
|
|
53094
53098
|
args?: readonly unknown[] | undefined;
|
|
53095
53099
|
address: Address;
|
|
@@ -53097,9 +53101,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53097
53101
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53098
53102
|
value?: bigint | undefined;
|
|
53099
53103
|
dataSuffix?: `0x${string}` | undefined;
|
|
53104
|
+
type?: "eip4844" | undefined;
|
|
53100
53105
|
gas?: bigint | undefined;
|
|
53101
53106
|
nonce?: number | undefined;
|
|
53102
|
-
type?: "eip4844" | undefined;
|
|
53103
53107
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53104
53108
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53105
53109
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53113,7 +53117,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53113
53117
|
chainId?: number | undefined;
|
|
53114
53118
|
connector?: wagmi0.Connector | undefined;
|
|
53115
53119
|
} | {
|
|
53116
|
-
abi:
|
|
53120
|
+
abi: abitype17.Abi;
|
|
53117
53121
|
functionName: string;
|
|
53118
53122
|
args?: readonly unknown[] | undefined;
|
|
53119
53123
|
address: Address;
|
|
@@ -53121,9 +53125,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53121
53125
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53122
53126
|
value?: bigint | undefined;
|
|
53123
53127
|
dataSuffix?: `0x${string}` | undefined;
|
|
53128
|
+
type?: "eip7702" | undefined;
|
|
53124
53129
|
gas?: bigint | undefined;
|
|
53125
53130
|
nonce?: number | undefined;
|
|
53126
|
-
type?: "eip7702" | undefined;
|
|
53127
53131
|
blobs?: undefined;
|
|
53128
53132
|
blobVersionedHashes?: undefined;
|
|
53129
53133
|
kzg?: undefined;
|
|
@@ -53141,9 +53145,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53141
53145
|
reset: () => void;
|
|
53142
53146
|
context: unknown;
|
|
53143
53147
|
submittedAt: number;
|
|
53144
|
-
mutate:
|
|
53145
|
-
mutateAsync:
|
|
53146
|
-
writeContract:
|
|
53148
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53149
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53150
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53147
53151
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53148
53152
|
} | {
|
|
53149
53153
|
error: _wagmi_core0.WriteContractErrorType;
|
|
@@ -53156,7 +53160,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53156
53160
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53157
53161
|
isPaused: boolean;
|
|
53158
53162
|
variables: {
|
|
53159
|
-
abi:
|
|
53163
|
+
abi: abitype17.Abi;
|
|
53160
53164
|
functionName: string;
|
|
53161
53165
|
args?: readonly unknown[] | undefined;
|
|
53162
53166
|
address: Address;
|
|
@@ -53164,9 +53168,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53164
53168
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53165
53169
|
value?: bigint | undefined;
|
|
53166
53170
|
dataSuffix?: `0x${string}` | undefined;
|
|
53171
|
+
type?: "legacy" | undefined;
|
|
53167
53172
|
gas?: bigint | undefined;
|
|
53168
53173
|
nonce?: number | undefined;
|
|
53169
|
-
type?: "legacy" | undefined;
|
|
53170
53174
|
blobs?: undefined;
|
|
53171
53175
|
blobVersionedHashes?: undefined;
|
|
53172
53176
|
kzg?: undefined;
|
|
@@ -53180,7 +53184,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53180
53184
|
chainId?: number | undefined;
|
|
53181
53185
|
connector?: wagmi0.Connector | undefined;
|
|
53182
53186
|
} | {
|
|
53183
|
-
abi:
|
|
53187
|
+
abi: abitype17.Abi;
|
|
53184
53188
|
functionName: string;
|
|
53185
53189
|
args?: readonly unknown[] | undefined;
|
|
53186
53190
|
address: Address;
|
|
@@ -53188,9 +53192,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53188
53192
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53189
53193
|
value?: bigint | undefined;
|
|
53190
53194
|
dataSuffix?: `0x${string}` | undefined;
|
|
53195
|
+
type?: "eip2930" | undefined;
|
|
53191
53196
|
gas?: bigint | undefined;
|
|
53192
53197
|
nonce?: number | undefined;
|
|
53193
|
-
type?: "eip2930" | undefined;
|
|
53194
53198
|
blobs?: undefined;
|
|
53195
53199
|
blobVersionedHashes?: undefined;
|
|
53196
53200
|
kzg?: undefined;
|
|
@@ -53204,7 +53208,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53204
53208
|
chainId?: number | undefined;
|
|
53205
53209
|
connector?: wagmi0.Connector | undefined;
|
|
53206
53210
|
} | {
|
|
53207
|
-
abi:
|
|
53211
|
+
abi: abitype17.Abi;
|
|
53208
53212
|
functionName: string;
|
|
53209
53213
|
args?: readonly unknown[] | undefined;
|
|
53210
53214
|
address: Address;
|
|
@@ -53212,9 +53216,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53212
53216
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53213
53217
|
value?: bigint | undefined;
|
|
53214
53218
|
dataSuffix?: `0x${string}` | undefined;
|
|
53219
|
+
type?: "eip1559" | undefined;
|
|
53215
53220
|
gas?: bigint | undefined;
|
|
53216
53221
|
nonce?: number | undefined;
|
|
53217
|
-
type?: "eip1559" | undefined;
|
|
53218
53222
|
blobs?: undefined;
|
|
53219
53223
|
blobVersionedHashes?: undefined;
|
|
53220
53224
|
kzg?: undefined;
|
|
@@ -53228,7 +53232,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53228
53232
|
chainId?: number | undefined;
|
|
53229
53233
|
connector?: wagmi0.Connector | undefined;
|
|
53230
53234
|
} | {
|
|
53231
|
-
abi:
|
|
53235
|
+
abi: abitype17.Abi;
|
|
53232
53236
|
functionName: string;
|
|
53233
53237
|
args?: readonly unknown[] | undefined;
|
|
53234
53238
|
address: Address;
|
|
@@ -53236,9 +53240,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53236
53240
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53237
53241
|
value?: bigint | undefined;
|
|
53238
53242
|
dataSuffix?: `0x${string}` | undefined;
|
|
53243
|
+
type?: "eip4844" | undefined;
|
|
53239
53244
|
gas?: bigint | undefined;
|
|
53240
53245
|
nonce?: number | undefined;
|
|
53241
|
-
type?: "eip4844" | undefined;
|
|
53242
53246
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53243
53247
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53244
53248
|
kzg?: undefined;
|
|
@@ -53252,7 +53256,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53252
53256
|
chainId?: number | undefined;
|
|
53253
53257
|
connector?: wagmi0.Connector | undefined;
|
|
53254
53258
|
} | {
|
|
53255
|
-
abi:
|
|
53259
|
+
abi: abitype17.Abi;
|
|
53256
53260
|
functionName: string;
|
|
53257
53261
|
args?: readonly unknown[] | undefined;
|
|
53258
53262
|
address: Address;
|
|
@@ -53260,9 +53264,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53260
53264
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53261
53265
|
value?: bigint | undefined;
|
|
53262
53266
|
dataSuffix?: `0x${string}` | undefined;
|
|
53267
|
+
type?: "eip4844" | undefined;
|
|
53263
53268
|
gas?: bigint | undefined;
|
|
53264
53269
|
nonce?: number | undefined;
|
|
53265
|
-
type?: "eip4844" | undefined;
|
|
53266
53270
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53267
53271
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53268
53272
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53276,7 +53280,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53276
53280
|
chainId?: number | undefined;
|
|
53277
53281
|
connector?: wagmi0.Connector | undefined;
|
|
53278
53282
|
} | {
|
|
53279
|
-
abi:
|
|
53283
|
+
abi: abitype17.Abi;
|
|
53280
53284
|
functionName: string;
|
|
53281
53285
|
args?: readonly unknown[] | undefined;
|
|
53282
53286
|
address: Address;
|
|
@@ -53284,9 +53288,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53284
53288
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53285
53289
|
value?: bigint | undefined;
|
|
53286
53290
|
dataSuffix?: `0x${string}` | undefined;
|
|
53291
|
+
type?: "eip7702" | undefined;
|
|
53287
53292
|
gas?: bigint | undefined;
|
|
53288
53293
|
nonce?: number | undefined;
|
|
53289
|
-
type?: "eip7702" | undefined;
|
|
53290
53294
|
blobs?: undefined;
|
|
53291
53295
|
blobVersionedHashes?: undefined;
|
|
53292
53296
|
kzg?: undefined;
|
|
@@ -53304,9 +53308,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53304
53308
|
reset: () => void;
|
|
53305
53309
|
context: unknown;
|
|
53306
53310
|
submittedAt: number;
|
|
53307
|
-
mutate:
|
|
53308
|
-
mutateAsync:
|
|
53309
|
-
writeContract:
|
|
53311
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53312
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53313
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53310
53314
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53311
53315
|
} | {
|
|
53312
53316
|
error: null;
|
|
@@ -53319,7 +53323,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53319
53323
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53320
53324
|
isPaused: boolean;
|
|
53321
53325
|
variables: {
|
|
53322
|
-
abi:
|
|
53326
|
+
abi: abitype17.Abi;
|
|
53323
53327
|
functionName: string;
|
|
53324
53328
|
args?: readonly unknown[] | undefined;
|
|
53325
53329
|
address: Address;
|
|
@@ -53327,9 +53331,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53327
53331
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53328
53332
|
value?: bigint | undefined;
|
|
53329
53333
|
dataSuffix?: `0x${string}` | undefined;
|
|
53334
|
+
type?: "legacy" | undefined;
|
|
53330
53335
|
gas?: bigint | undefined;
|
|
53331
53336
|
nonce?: number | undefined;
|
|
53332
|
-
type?: "legacy" | undefined;
|
|
53333
53337
|
blobs?: undefined;
|
|
53334
53338
|
blobVersionedHashes?: undefined;
|
|
53335
53339
|
kzg?: undefined;
|
|
@@ -53343,7 +53347,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53343
53347
|
chainId?: number | undefined;
|
|
53344
53348
|
connector?: wagmi0.Connector | undefined;
|
|
53345
53349
|
} | {
|
|
53346
|
-
abi:
|
|
53350
|
+
abi: abitype17.Abi;
|
|
53347
53351
|
functionName: string;
|
|
53348
53352
|
args?: readonly unknown[] | undefined;
|
|
53349
53353
|
address: Address;
|
|
@@ -53351,9 +53355,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53351
53355
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53352
53356
|
value?: bigint | undefined;
|
|
53353
53357
|
dataSuffix?: `0x${string}` | undefined;
|
|
53358
|
+
type?: "eip2930" | undefined;
|
|
53354
53359
|
gas?: bigint | undefined;
|
|
53355
53360
|
nonce?: number | undefined;
|
|
53356
|
-
type?: "eip2930" | undefined;
|
|
53357
53361
|
blobs?: undefined;
|
|
53358
53362
|
blobVersionedHashes?: undefined;
|
|
53359
53363
|
kzg?: undefined;
|
|
@@ -53367,7 +53371,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53367
53371
|
chainId?: number | undefined;
|
|
53368
53372
|
connector?: wagmi0.Connector | undefined;
|
|
53369
53373
|
} | {
|
|
53370
|
-
abi:
|
|
53374
|
+
abi: abitype17.Abi;
|
|
53371
53375
|
functionName: string;
|
|
53372
53376
|
args?: readonly unknown[] | undefined;
|
|
53373
53377
|
address: Address;
|
|
@@ -53375,9 +53379,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53375
53379
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53376
53380
|
value?: bigint | undefined;
|
|
53377
53381
|
dataSuffix?: `0x${string}` | undefined;
|
|
53382
|
+
type?: "eip1559" | undefined;
|
|
53378
53383
|
gas?: bigint | undefined;
|
|
53379
53384
|
nonce?: number | undefined;
|
|
53380
|
-
type?: "eip1559" | undefined;
|
|
53381
53385
|
blobs?: undefined;
|
|
53382
53386
|
blobVersionedHashes?: undefined;
|
|
53383
53387
|
kzg?: undefined;
|
|
@@ -53391,7 +53395,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53391
53395
|
chainId?: number | undefined;
|
|
53392
53396
|
connector?: wagmi0.Connector | undefined;
|
|
53393
53397
|
} | {
|
|
53394
|
-
abi:
|
|
53398
|
+
abi: abitype17.Abi;
|
|
53395
53399
|
functionName: string;
|
|
53396
53400
|
args?: readonly unknown[] | undefined;
|
|
53397
53401
|
address: Address;
|
|
@@ -53399,9 +53403,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53399
53403
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53400
53404
|
value?: bigint | undefined;
|
|
53401
53405
|
dataSuffix?: `0x${string}` | undefined;
|
|
53406
|
+
type?: "eip4844" | undefined;
|
|
53402
53407
|
gas?: bigint | undefined;
|
|
53403
53408
|
nonce?: number | undefined;
|
|
53404
|
-
type?: "eip4844" | undefined;
|
|
53405
53409
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53406
53410
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53407
53411
|
kzg?: undefined;
|
|
@@ -53415,7 +53419,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53415
53419
|
chainId?: number | undefined;
|
|
53416
53420
|
connector?: wagmi0.Connector | undefined;
|
|
53417
53421
|
} | {
|
|
53418
|
-
abi:
|
|
53422
|
+
abi: abitype17.Abi;
|
|
53419
53423
|
functionName: string;
|
|
53420
53424
|
args?: readonly unknown[] | undefined;
|
|
53421
53425
|
address: Address;
|
|
@@ -53423,9 +53427,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53423
53427
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53424
53428
|
value?: bigint | undefined;
|
|
53425
53429
|
dataSuffix?: `0x${string}` | undefined;
|
|
53430
|
+
type?: "eip4844" | undefined;
|
|
53426
53431
|
gas?: bigint | undefined;
|
|
53427
53432
|
nonce?: number | undefined;
|
|
53428
|
-
type?: "eip4844" | undefined;
|
|
53429
53433
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53430
53434
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53431
53435
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53439,7 +53443,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53439
53443
|
chainId?: number | undefined;
|
|
53440
53444
|
connector?: wagmi0.Connector | undefined;
|
|
53441
53445
|
} | {
|
|
53442
|
-
abi:
|
|
53446
|
+
abi: abitype17.Abi;
|
|
53443
53447
|
functionName: string;
|
|
53444
53448
|
args?: readonly unknown[] | undefined;
|
|
53445
53449
|
address: Address;
|
|
@@ -53447,9 +53451,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53447
53451
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53448
53452
|
value?: bigint | undefined;
|
|
53449
53453
|
dataSuffix?: `0x${string}` | undefined;
|
|
53454
|
+
type?: "eip7702" | undefined;
|
|
53450
53455
|
gas?: bigint | undefined;
|
|
53451
53456
|
nonce?: number | undefined;
|
|
53452
|
-
type?: "eip7702" | undefined;
|
|
53453
53457
|
blobs?: undefined;
|
|
53454
53458
|
blobVersionedHashes?: undefined;
|
|
53455
53459
|
kzg?: undefined;
|
|
@@ -53467,9 +53471,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53467
53471
|
reset: () => void;
|
|
53468
53472
|
context: unknown;
|
|
53469
53473
|
submittedAt: number;
|
|
53470
|
-
mutate:
|
|
53471
|
-
mutateAsync:
|
|
53472
|
-
writeContract:
|
|
53474
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53475
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53476
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53473
53477
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53474
53478
|
};
|
|
53475
53479
|
//#endregion
|
|
@@ -53498,9 +53502,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53498
53502
|
reset: () => void;
|
|
53499
53503
|
context: unknown;
|
|
53500
53504
|
submittedAt: number;
|
|
53501
|
-
mutate:
|
|
53502
|
-
mutateAsync:
|
|
53503
|
-
writeContract:
|
|
53505
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53506
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53507
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53504
53508
|
updateMarketFees: (rates: {
|
|
53505
53509
|
openingFeeRate?: number;
|
|
53506
53510
|
baseFeeRate?: number;
|
|
@@ -53523,7 +53527,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53523
53527
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53524
53528
|
isPaused: boolean;
|
|
53525
53529
|
variables: {
|
|
53526
|
-
abi:
|
|
53530
|
+
abi: abitype17.Abi;
|
|
53527
53531
|
functionName: string;
|
|
53528
53532
|
args?: readonly unknown[] | undefined;
|
|
53529
53533
|
address: Address;
|
|
@@ -53531,9 +53535,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53531
53535
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53532
53536
|
value?: bigint | undefined;
|
|
53533
53537
|
dataSuffix?: `0x${string}` | undefined;
|
|
53538
|
+
type?: "legacy" | undefined;
|
|
53534
53539
|
gas?: bigint | undefined;
|
|
53535
53540
|
nonce?: number | undefined;
|
|
53536
|
-
type?: "legacy" | undefined;
|
|
53537
53541
|
blobs?: undefined;
|
|
53538
53542
|
blobVersionedHashes?: undefined;
|
|
53539
53543
|
kzg?: undefined;
|
|
@@ -53547,7 +53551,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53547
53551
|
chainId?: number | undefined;
|
|
53548
53552
|
connector?: wagmi0.Connector | undefined;
|
|
53549
53553
|
} | {
|
|
53550
|
-
abi:
|
|
53554
|
+
abi: abitype17.Abi;
|
|
53551
53555
|
functionName: string;
|
|
53552
53556
|
args?: readonly unknown[] | undefined;
|
|
53553
53557
|
address: Address;
|
|
@@ -53555,9 +53559,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53555
53559
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53556
53560
|
value?: bigint | undefined;
|
|
53557
53561
|
dataSuffix?: `0x${string}` | undefined;
|
|
53562
|
+
type?: "eip2930" | undefined;
|
|
53558
53563
|
gas?: bigint | undefined;
|
|
53559
53564
|
nonce?: number | undefined;
|
|
53560
|
-
type?: "eip2930" | undefined;
|
|
53561
53565
|
blobs?: undefined;
|
|
53562
53566
|
blobVersionedHashes?: undefined;
|
|
53563
53567
|
kzg?: undefined;
|
|
@@ -53571,7 +53575,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53571
53575
|
chainId?: number | undefined;
|
|
53572
53576
|
connector?: wagmi0.Connector | undefined;
|
|
53573
53577
|
} | {
|
|
53574
|
-
abi:
|
|
53578
|
+
abi: abitype17.Abi;
|
|
53575
53579
|
functionName: string;
|
|
53576
53580
|
args?: readonly unknown[] | undefined;
|
|
53577
53581
|
address: Address;
|
|
@@ -53579,9 +53583,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53579
53583
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53580
53584
|
value?: bigint | undefined;
|
|
53581
53585
|
dataSuffix?: `0x${string}` | undefined;
|
|
53586
|
+
type?: "eip1559" | undefined;
|
|
53582
53587
|
gas?: bigint | undefined;
|
|
53583
53588
|
nonce?: number | undefined;
|
|
53584
|
-
type?: "eip1559" | undefined;
|
|
53585
53589
|
blobs?: undefined;
|
|
53586
53590
|
blobVersionedHashes?: undefined;
|
|
53587
53591
|
kzg?: undefined;
|
|
@@ -53595,7 +53599,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53595
53599
|
chainId?: number | undefined;
|
|
53596
53600
|
connector?: wagmi0.Connector | undefined;
|
|
53597
53601
|
} | {
|
|
53598
|
-
abi:
|
|
53602
|
+
abi: abitype17.Abi;
|
|
53599
53603
|
functionName: string;
|
|
53600
53604
|
args?: readonly unknown[] | undefined;
|
|
53601
53605
|
address: Address;
|
|
@@ -53603,9 +53607,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53603
53607
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53604
53608
|
value?: bigint | undefined;
|
|
53605
53609
|
dataSuffix?: `0x${string}` | undefined;
|
|
53610
|
+
type?: "eip4844" | undefined;
|
|
53606
53611
|
gas?: bigint | undefined;
|
|
53607
53612
|
nonce?: number | undefined;
|
|
53608
|
-
type?: "eip4844" | undefined;
|
|
53609
53613
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53610
53614
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53611
53615
|
kzg?: undefined;
|
|
@@ -53619,7 +53623,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53619
53623
|
chainId?: number | undefined;
|
|
53620
53624
|
connector?: wagmi0.Connector | undefined;
|
|
53621
53625
|
} | {
|
|
53622
|
-
abi:
|
|
53626
|
+
abi: abitype17.Abi;
|
|
53623
53627
|
functionName: string;
|
|
53624
53628
|
args?: readonly unknown[] | undefined;
|
|
53625
53629
|
address: Address;
|
|
@@ -53627,9 +53631,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53627
53631
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53628
53632
|
value?: bigint | undefined;
|
|
53629
53633
|
dataSuffix?: `0x${string}` | undefined;
|
|
53634
|
+
type?: "eip4844" | undefined;
|
|
53630
53635
|
gas?: bigint | undefined;
|
|
53631
53636
|
nonce?: number | undefined;
|
|
53632
|
-
type?: "eip4844" | undefined;
|
|
53633
53637
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53634
53638
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53635
53639
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53643,7 +53647,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53643
53647
|
chainId?: number | undefined;
|
|
53644
53648
|
connector?: wagmi0.Connector | undefined;
|
|
53645
53649
|
} | {
|
|
53646
|
-
abi:
|
|
53650
|
+
abi: abitype17.Abi;
|
|
53647
53651
|
functionName: string;
|
|
53648
53652
|
args?: readonly unknown[] | undefined;
|
|
53649
53653
|
address: Address;
|
|
@@ -53651,9 +53655,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53651
53655
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53652
53656
|
value?: bigint | undefined;
|
|
53653
53657
|
dataSuffix?: `0x${string}` | undefined;
|
|
53658
|
+
type?: "eip7702" | undefined;
|
|
53654
53659
|
gas?: bigint | undefined;
|
|
53655
53660
|
nonce?: number | undefined;
|
|
53656
|
-
type?: "eip7702" | undefined;
|
|
53657
53661
|
blobs?: undefined;
|
|
53658
53662
|
blobVersionedHashes?: undefined;
|
|
53659
53663
|
kzg?: undefined;
|
|
@@ -53671,9 +53675,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53671
53675
|
reset: () => void;
|
|
53672
53676
|
context: unknown;
|
|
53673
53677
|
submittedAt: number;
|
|
53674
|
-
mutate:
|
|
53675
|
-
mutateAsync:
|
|
53676
|
-
writeContract:
|
|
53678
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53679
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53680
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53677
53681
|
updateMarketFees: (rates: {
|
|
53678
53682
|
openingFeeRate?: number;
|
|
53679
53683
|
baseFeeRate?: number;
|
|
@@ -53696,7 +53700,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53696
53700
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53697
53701
|
isPaused: boolean;
|
|
53698
53702
|
variables: {
|
|
53699
|
-
abi:
|
|
53703
|
+
abi: abitype17.Abi;
|
|
53700
53704
|
functionName: string;
|
|
53701
53705
|
args?: readonly unknown[] | undefined;
|
|
53702
53706
|
address: Address;
|
|
@@ -53704,9 +53708,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53704
53708
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53705
53709
|
value?: bigint | undefined;
|
|
53706
53710
|
dataSuffix?: `0x${string}` | undefined;
|
|
53711
|
+
type?: "legacy" | undefined;
|
|
53707
53712
|
gas?: bigint | undefined;
|
|
53708
53713
|
nonce?: number | undefined;
|
|
53709
|
-
type?: "legacy" | undefined;
|
|
53710
53714
|
blobs?: undefined;
|
|
53711
53715
|
blobVersionedHashes?: undefined;
|
|
53712
53716
|
kzg?: undefined;
|
|
@@ -53720,7 +53724,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53720
53724
|
chainId?: number | undefined;
|
|
53721
53725
|
connector?: wagmi0.Connector | undefined;
|
|
53722
53726
|
} | {
|
|
53723
|
-
abi:
|
|
53727
|
+
abi: abitype17.Abi;
|
|
53724
53728
|
functionName: string;
|
|
53725
53729
|
args?: readonly unknown[] | undefined;
|
|
53726
53730
|
address: Address;
|
|
@@ -53728,9 +53732,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53728
53732
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53729
53733
|
value?: bigint | undefined;
|
|
53730
53734
|
dataSuffix?: `0x${string}` | undefined;
|
|
53735
|
+
type?: "eip2930" | undefined;
|
|
53731
53736
|
gas?: bigint | undefined;
|
|
53732
53737
|
nonce?: number | undefined;
|
|
53733
|
-
type?: "eip2930" | undefined;
|
|
53734
53738
|
blobs?: undefined;
|
|
53735
53739
|
blobVersionedHashes?: undefined;
|
|
53736
53740
|
kzg?: undefined;
|
|
@@ -53744,7 +53748,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53744
53748
|
chainId?: number | undefined;
|
|
53745
53749
|
connector?: wagmi0.Connector | undefined;
|
|
53746
53750
|
} | {
|
|
53747
|
-
abi:
|
|
53751
|
+
abi: abitype17.Abi;
|
|
53748
53752
|
functionName: string;
|
|
53749
53753
|
args?: readonly unknown[] | undefined;
|
|
53750
53754
|
address: Address;
|
|
@@ -53752,9 +53756,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53752
53756
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53753
53757
|
value?: bigint | undefined;
|
|
53754
53758
|
dataSuffix?: `0x${string}` | undefined;
|
|
53759
|
+
type?: "eip1559" | undefined;
|
|
53755
53760
|
gas?: bigint | undefined;
|
|
53756
53761
|
nonce?: number | undefined;
|
|
53757
|
-
type?: "eip1559" | undefined;
|
|
53758
53762
|
blobs?: undefined;
|
|
53759
53763
|
blobVersionedHashes?: undefined;
|
|
53760
53764
|
kzg?: undefined;
|
|
@@ -53768,7 +53772,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53768
53772
|
chainId?: number | undefined;
|
|
53769
53773
|
connector?: wagmi0.Connector | undefined;
|
|
53770
53774
|
} | {
|
|
53771
|
-
abi:
|
|
53775
|
+
abi: abitype17.Abi;
|
|
53772
53776
|
functionName: string;
|
|
53773
53777
|
args?: readonly unknown[] | undefined;
|
|
53774
53778
|
address: Address;
|
|
@@ -53776,9 +53780,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53776
53780
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53777
53781
|
value?: bigint | undefined;
|
|
53778
53782
|
dataSuffix?: `0x${string}` | undefined;
|
|
53783
|
+
type?: "eip4844" | undefined;
|
|
53779
53784
|
gas?: bigint | undefined;
|
|
53780
53785
|
nonce?: number | undefined;
|
|
53781
|
-
type?: "eip4844" | undefined;
|
|
53782
53786
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53783
53787
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53784
53788
|
kzg?: undefined;
|
|
@@ -53792,7 +53796,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53792
53796
|
chainId?: number | undefined;
|
|
53793
53797
|
connector?: wagmi0.Connector | undefined;
|
|
53794
53798
|
} | {
|
|
53795
|
-
abi:
|
|
53799
|
+
abi: abitype17.Abi;
|
|
53796
53800
|
functionName: string;
|
|
53797
53801
|
args?: readonly unknown[] | undefined;
|
|
53798
53802
|
address: Address;
|
|
@@ -53800,9 +53804,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53800
53804
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53801
53805
|
value?: bigint | undefined;
|
|
53802
53806
|
dataSuffix?: `0x${string}` | undefined;
|
|
53807
|
+
type?: "eip4844" | undefined;
|
|
53803
53808
|
gas?: bigint | undefined;
|
|
53804
53809
|
nonce?: number | undefined;
|
|
53805
|
-
type?: "eip4844" | undefined;
|
|
53806
53810
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53807
53811
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53808
53812
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53816,7 +53820,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53816
53820
|
chainId?: number | undefined;
|
|
53817
53821
|
connector?: wagmi0.Connector | undefined;
|
|
53818
53822
|
} | {
|
|
53819
|
-
abi:
|
|
53823
|
+
abi: abitype17.Abi;
|
|
53820
53824
|
functionName: string;
|
|
53821
53825
|
args?: readonly unknown[] | undefined;
|
|
53822
53826
|
address: Address;
|
|
@@ -53824,9 +53828,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53824
53828
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53825
53829
|
value?: bigint | undefined;
|
|
53826
53830
|
dataSuffix?: `0x${string}` | undefined;
|
|
53831
|
+
type?: "eip7702" | undefined;
|
|
53827
53832
|
gas?: bigint | undefined;
|
|
53828
53833
|
nonce?: number | undefined;
|
|
53829
|
-
type?: "eip7702" | undefined;
|
|
53830
53834
|
blobs?: undefined;
|
|
53831
53835
|
blobVersionedHashes?: undefined;
|
|
53832
53836
|
kzg?: undefined;
|
|
@@ -53844,9 +53848,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53844
53848
|
reset: () => void;
|
|
53845
53849
|
context: unknown;
|
|
53846
53850
|
submittedAt: number;
|
|
53847
|
-
mutate:
|
|
53848
|
-
mutateAsync:
|
|
53849
|
-
writeContract:
|
|
53851
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53852
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53853
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53850
53854
|
updateMarketFees: (rates: {
|
|
53851
53855
|
openingFeeRate?: number;
|
|
53852
53856
|
baseFeeRate?: number;
|
|
@@ -53869,7 +53873,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53869
53873
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53870
53874
|
isPaused: boolean;
|
|
53871
53875
|
variables: {
|
|
53872
|
-
abi:
|
|
53876
|
+
abi: abitype17.Abi;
|
|
53873
53877
|
functionName: string;
|
|
53874
53878
|
args?: readonly unknown[] | undefined;
|
|
53875
53879
|
address: Address;
|
|
@@ -53877,9 +53881,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53877
53881
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53878
53882
|
value?: bigint | undefined;
|
|
53879
53883
|
dataSuffix?: `0x${string}` | undefined;
|
|
53884
|
+
type?: "legacy" | undefined;
|
|
53880
53885
|
gas?: bigint | undefined;
|
|
53881
53886
|
nonce?: number | undefined;
|
|
53882
|
-
type?: "legacy" | undefined;
|
|
53883
53887
|
blobs?: undefined;
|
|
53884
53888
|
blobVersionedHashes?: undefined;
|
|
53885
53889
|
kzg?: undefined;
|
|
@@ -53893,7 +53897,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53893
53897
|
chainId?: number | undefined;
|
|
53894
53898
|
connector?: wagmi0.Connector | undefined;
|
|
53895
53899
|
} | {
|
|
53896
|
-
abi:
|
|
53900
|
+
abi: abitype17.Abi;
|
|
53897
53901
|
functionName: string;
|
|
53898
53902
|
args?: readonly unknown[] | undefined;
|
|
53899
53903
|
address: Address;
|
|
@@ -53901,9 +53905,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53901
53905
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53902
53906
|
value?: bigint | undefined;
|
|
53903
53907
|
dataSuffix?: `0x${string}` | undefined;
|
|
53908
|
+
type?: "eip2930" | undefined;
|
|
53904
53909
|
gas?: bigint | undefined;
|
|
53905
53910
|
nonce?: number | undefined;
|
|
53906
|
-
type?: "eip2930" | undefined;
|
|
53907
53911
|
blobs?: undefined;
|
|
53908
53912
|
blobVersionedHashes?: undefined;
|
|
53909
53913
|
kzg?: undefined;
|
|
@@ -53917,7 +53921,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53917
53921
|
chainId?: number | undefined;
|
|
53918
53922
|
connector?: wagmi0.Connector | undefined;
|
|
53919
53923
|
} | {
|
|
53920
|
-
abi:
|
|
53924
|
+
abi: abitype17.Abi;
|
|
53921
53925
|
functionName: string;
|
|
53922
53926
|
args?: readonly unknown[] | undefined;
|
|
53923
53927
|
address: Address;
|
|
@@ -53925,9 +53929,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53925
53929
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53926
53930
|
value?: bigint | undefined;
|
|
53927
53931
|
dataSuffix?: `0x${string}` | undefined;
|
|
53932
|
+
type?: "eip1559" | undefined;
|
|
53928
53933
|
gas?: bigint | undefined;
|
|
53929
53934
|
nonce?: number | undefined;
|
|
53930
|
-
type?: "eip1559" | undefined;
|
|
53931
53935
|
blobs?: undefined;
|
|
53932
53936
|
blobVersionedHashes?: undefined;
|
|
53933
53937
|
kzg?: undefined;
|
|
@@ -53941,7 +53945,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53941
53945
|
chainId?: number | undefined;
|
|
53942
53946
|
connector?: wagmi0.Connector | undefined;
|
|
53943
53947
|
} | {
|
|
53944
|
-
abi:
|
|
53948
|
+
abi: abitype17.Abi;
|
|
53945
53949
|
functionName: string;
|
|
53946
53950
|
args?: readonly unknown[] | undefined;
|
|
53947
53951
|
address: Address;
|
|
@@ -53949,9 +53953,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53949
53953
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53950
53954
|
value?: bigint | undefined;
|
|
53951
53955
|
dataSuffix?: `0x${string}` | undefined;
|
|
53956
|
+
type?: "eip4844" | undefined;
|
|
53952
53957
|
gas?: bigint | undefined;
|
|
53953
53958
|
nonce?: number | undefined;
|
|
53954
|
-
type?: "eip4844" | undefined;
|
|
53955
53959
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53956
53960
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53957
53961
|
kzg?: undefined;
|
|
@@ -53965,7 +53969,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53965
53969
|
chainId?: number | undefined;
|
|
53966
53970
|
connector?: wagmi0.Connector | undefined;
|
|
53967
53971
|
} | {
|
|
53968
|
-
abi:
|
|
53972
|
+
abi: abitype17.Abi;
|
|
53969
53973
|
functionName: string;
|
|
53970
53974
|
args?: readonly unknown[] | undefined;
|
|
53971
53975
|
address: Address;
|
|
@@ -53973,9 +53977,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53973
53977
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53974
53978
|
value?: bigint | undefined;
|
|
53975
53979
|
dataSuffix?: `0x${string}` | undefined;
|
|
53980
|
+
type?: "eip4844" | undefined;
|
|
53976
53981
|
gas?: bigint | undefined;
|
|
53977
53982
|
nonce?: number | undefined;
|
|
53978
|
-
type?: "eip4844" | undefined;
|
|
53979
53983
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53980
53984
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53981
53985
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53989,7 +53993,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53989
53993
|
chainId?: number | undefined;
|
|
53990
53994
|
connector?: wagmi0.Connector | undefined;
|
|
53991
53995
|
} | {
|
|
53992
|
-
abi:
|
|
53996
|
+
abi: abitype17.Abi;
|
|
53993
53997
|
functionName: string;
|
|
53994
53998
|
args?: readonly unknown[] | undefined;
|
|
53995
53999
|
address: Address;
|
|
@@ -53997,9 +54001,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53997
54001
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53998
54002
|
value?: bigint | undefined;
|
|
53999
54003
|
dataSuffix?: `0x${string}` | undefined;
|
|
54004
|
+
type?: "eip7702" | undefined;
|
|
54000
54005
|
gas?: bigint | undefined;
|
|
54001
54006
|
nonce?: number | undefined;
|
|
54002
|
-
type?: "eip7702" | undefined;
|
|
54003
54007
|
blobs?: undefined;
|
|
54004
54008
|
blobVersionedHashes?: undefined;
|
|
54005
54009
|
kzg?: undefined;
|
|
@@ -54017,9 +54021,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54017
54021
|
reset: () => void;
|
|
54018
54022
|
context: unknown;
|
|
54019
54023
|
submittedAt: number;
|
|
54020
|
-
mutate:
|
|
54021
|
-
mutateAsync:
|
|
54022
|
-
writeContract:
|
|
54024
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54025
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
54026
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54023
54027
|
updateMarketFees: (rates: {
|
|
54024
54028
|
openingFeeRate?: number;
|
|
54025
54029
|
baseFeeRate?: number;
|
|
@@ -55023,9 +55027,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55023
55027
|
reset: () => void;
|
|
55024
55028
|
context: unknown;
|
|
55025
55029
|
submittedAt: number;
|
|
55026
|
-
mutate:
|
|
55027
|
-
mutateAsync:
|
|
55028
|
-
writeContract:
|
|
55030
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55031
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55032
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55029
55033
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55030
55034
|
model: "static";
|
|
55031
55035
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55046,7 +55050,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55046
55050
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55047
55051
|
isPaused: boolean;
|
|
55048
55052
|
variables: {
|
|
55049
|
-
abi:
|
|
55053
|
+
abi: abitype17.Abi;
|
|
55050
55054
|
functionName: string;
|
|
55051
55055
|
args?: readonly unknown[] | undefined;
|
|
55052
55056
|
address: Address;
|
|
@@ -55054,9 +55058,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55054
55058
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55055
55059
|
value?: bigint | undefined;
|
|
55056
55060
|
dataSuffix?: `0x${string}` | undefined;
|
|
55061
|
+
type?: "legacy" | undefined;
|
|
55057
55062
|
gas?: bigint | undefined;
|
|
55058
55063
|
nonce?: number | undefined;
|
|
55059
|
-
type?: "legacy" | undefined;
|
|
55060
55064
|
blobs?: undefined;
|
|
55061
55065
|
blobVersionedHashes?: undefined;
|
|
55062
55066
|
kzg?: undefined;
|
|
@@ -55070,7 +55074,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55070
55074
|
chainId?: number | undefined;
|
|
55071
55075
|
connector?: wagmi0.Connector | undefined;
|
|
55072
55076
|
} | {
|
|
55073
|
-
abi:
|
|
55077
|
+
abi: abitype17.Abi;
|
|
55074
55078
|
functionName: string;
|
|
55075
55079
|
args?: readonly unknown[] | undefined;
|
|
55076
55080
|
address: Address;
|
|
@@ -55078,9 +55082,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55078
55082
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55079
55083
|
value?: bigint | undefined;
|
|
55080
55084
|
dataSuffix?: `0x${string}` | undefined;
|
|
55085
|
+
type?: "eip2930" | undefined;
|
|
55081
55086
|
gas?: bigint | undefined;
|
|
55082
55087
|
nonce?: number | undefined;
|
|
55083
|
-
type?: "eip2930" | undefined;
|
|
55084
55088
|
blobs?: undefined;
|
|
55085
55089
|
blobVersionedHashes?: undefined;
|
|
55086
55090
|
kzg?: undefined;
|
|
@@ -55094,7 +55098,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55094
55098
|
chainId?: number | undefined;
|
|
55095
55099
|
connector?: wagmi0.Connector | undefined;
|
|
55096
55100
|
} | {
|
|
55097
|
-
abi:
|
|
55101
|
+
abi: abitype17.Abi;
|
|
55098
55102
|
functionName: string;
|
|
55099
55103
|
args?: readonly unknown[] | undefined;
|
|
55100
55104
|
address: Address;
|
|
@@ -55102,9 +55106,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55102
55106
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55103
55107
|
value?: bigint | undefined;
|
|
55104
55108
|
dataSuffix?: `0x${string}` | undefined;
|
|
55109
|
+
type?: "eip1559" | undefined;
|
|
55105
55110
|
gas?: bigint | undefined;
|
|
55106
55111
|
nonce?: number | undefined;
|
|
55107
|
-
type?: "eip1559" | undefined;
|
|
55108
55112
|
blobs?: undefined;
|
|
55109
55113
|
blobVersionedHashes?: undefined;
|
|
55110
55114
|
kzg?: undefined;
|
|
@@ -55118,7 +55122,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55118
55122
|
chainId?: number | undefined;
|
|
55119
55123
|
connector?: wagmi0.Connector | undefined;
|
|
55120
55124
|
} | {
|
|
55121
|
-
abi:
|
|
55125
|
+
abi: abitype17.Abi;
|
|
55122
55126
|
functionName: string;
|
|
55123
55127
|
args?: readonly unknown[] | undefined;
|
|
55124
55128
|
address: Address;
|
|
@@ -55126,9 +55130,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55126
55130
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55127
55131
|
value?: bigint | undefined;
|
|
55128
55132
|
dataSuffix?: `0x${string}` | undefined;
|
|
55133
|
+
type?: "eip4844" | undefined;
|
|
55129
55134
|
gas?: bigint | undefined;
|
|
55130
55135
|
nonce?: number | undefined;
|
|
55131
|
-
type?: "eip4844" | undefined;
|
|
55132
55136
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
55133
55137
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
55134
55138
|
kzg?: undefined;
|
|
@@ -55142,7 +55146,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55142
55146
|
chainId?: number | undefined;
|
|
55143
55147
|
connector?: wagmi0.Connector | undefined;
|
|
55144
55148
|
} | {
|
|
55145
|
-
abi:
|
|
55149
|
+
abi: abitype17.Abi;
|
|
55146
55150
|
functionName: string;
|
|
55147
55151
|
args?: readonly unknown[] | undefined;
|
|
55148
55152
|
address: Address;
|
|
@@ -55150,9 +55154,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55150
55154
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55151
55155
|
value?: bigint | undefined;
|
|
55152
55156
|
dataSuffix?: `0x${string}` | undefined;
|
|
55157
|
+
type?: "eip4844" | undefined;
|
|
55153
55158
|
gas?: bigint | undefined;
|
|
55154
55159
|
nonce?: number | undefined;
|
|
55155
|
-
type?: "eip4844" | undefined;
|
|
55156
55160
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
55157
55161
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55158
55162
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -55166,7 +55170,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55166
55170
|
chainId?: number | undefined;
|
|
55167
55171
|
connector?: wagmi0.Connector | undefined;
|
|
55168
55172
|
} | {
|
|
55169
|
-
abi:
|
|
55173
|
+
abi: abitype17.Abi;
|
|
55170
55174
|
functionName: string;
|
|
55171
55175
|
args?: readonly unknown[] | undefined;
|
|
55172
55176
|
address: Address;
|
|
@@ -55174,9 +55178,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55174
55178
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55175
55179
|
value?: bigint | undefined;
|
|
55176
55180
|
dataSuffix?: `0x${string}` | undefined;
|
|
55181
|
+
type?: "eip7702" | undefined;
|
|
55177
55182
|
gas?: bigint | undefined;
|
|
55178
55183
|
nonce?: number | undefined;
|
|
55179
|
-
type?: "eip7702" | undefined;
|
|
55180
55184
|
blobs?: undefined;
|
|
55181
55185
|
blobVersionedHashes?: undefined;
|
|
55182
55186
|
kzg?: undefined;
|
|
@@ -55194,9 +55198,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55194
55198
|
reset: () => void;
|
|
55195
55199
|
context: unknown;
|
|
55196
55200
|
submittedAt: number;
|
|
55197
|
-
mutate:
|
|
55198
|
-
mutateAsync:
|
|
55199
|
-
writeContract:
|
|
55201
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55202
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55203
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55200
55204
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55201
55205
|
model: "static";
|
|
55202
55206
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55217,7 +55221,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55217
55221
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55218
55222
|
isPaused: boolean;
|
|
55219
55223
|
variables: {
|
|
55220
|
-
abi:
|
|
55224
|
+
abi: abitype17.Abi;
|
|
55221
55225
|
functionName: string;
|
|
55222
55226
|
args?: readonly unknown[] | undefined;
|
|
55223
55227
|
address: Address;
|
|
@@ -55225,9 +55229,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55225
55229
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55226
55230
|
value?: bigint | undefined;
|
|
55227
55231
|
dataSuffix?: `0x${string}` | undefined;
|
|
55232
|
+
type?: "legacy" | undefined;
|
|
55228
55233
|
gas?: bigint | undefined;
|
|
55229
55234
|
nonce?: number | undefined;
|
|
55230
|
-
type?: "legacy" | undefined;
|
|
55231
55235
|
blobs?: undefined;
|
|
55232
55236
|
blobVersionedHashes?: undefined;
|
|
55233
55237
|
kzg?: undefined;
|
|
@@ -55241,7 +55245,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55241
55245
|
chainId?: number | undefined;
|
|
55242
55246
|
connector?: wagmi0.Connector | undefined;
|
|
55243
55247
|
} | {
|
|
55244
|
-
abi:
|
|
55248
|
+
abi: abitype17.Abi;
|
|
55245
55249
|
functionName: string;
|
|
55246
55250
|
args?: readonly unknown[] | undefined;
|
|
55247
55251
|
address: Address;
|
|
@@ -55249,9 +55253,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55249
55253
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55250
55254
|
value?: bigint | undefined;
|
|
55251
55255
|
dataSuffix?: `0x${string}` | undefined;
|
|
55256
|
+
type?: "eip2930" | undefined;
|
|
55252
55257
|
gas?: bigint | undefined;
|
|
55253
55258
|
nonce?: number | undefined;
|
|
55254
|
-
type?: "eip2930" | undefined;
|
|
55255
55259
|
blobs?: undefined;
|
|
55256
55260
|
blobVersionedHashes?: undefined;
|
|
55257
55261
|
kzg?: undefined;
|
|
@@ -55265,7 +55269,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55265
55269
|
chainId?: number | undefined;
|
|
55266
55270
|
connector?: wagmi0.Connector | undefined;
|
|
55267
55271
|
} | {
|
|
55268
|
-
abi:
|
|
55272
|
+
abi: abitype17.Abi;
|
|
55269
55273
|
functionName: string;
|
|
55270
55274
|
args?: readonly unknown[] | undefined;
|
|
55271
55275
|
address: Address;
|
|
@@ -55273,9 +55277,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55273
55277
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55274
55278
|
value?: bigint | undefined;
|
|
55275
55279
|
dataSuffix?: `0x${string}` | undefined;
|
|
55280
|
+
type?: "eip1559" | undefined;
|
|
55276
55281
|
gas?: bigint | undefined;
|
|
55277
55282
|
nonce?: number | undefined;
|
|
55278
|
-
type?: "eip1559" | undefined;
|
|
55279
55283
|
blobs?: undefined;
|
|
55280
55284
|
blobVersionedHashes?: undefined;
|
|
55281
55285
|
kzg?: undefined;
|
|
@@ -55289,7 +55293,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55289
55293
|
chainId?: number | undefined;
|
|
55290
55294
|
connector?: wagmi0.Connector | undefined;
|
|
55291
55295
|
} | {
|
|
55292
|
-
abi:
|
|
55296
|
+
abi: abitype17.Abi;
|
|
55293
55297
|
functionName: string;
|
|
55294
55298
|
args?: readonly unknown[] | undefined;
|
|
55295
55299
|
address: Address;
|
|
@@ -55297,9 +55301,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55297
55301
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55298
55302
|
value?: bigint | undefined;
|
|
55299
55303
|
dataSuffix?: `0x${string}` | undefined;
|
|
55304
|
+
type?: "eip4844" | undefined;
|
|
55300
55305
|
gas?: bigint | undefined;
|
|
55301
55306
|
nonce?: number | undefined;
|
|
55302
|
-
type?: "eip4844" | undefined;
|
|
55303
55307
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
55304
55308
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
55305
55309
|
kzg?: undefined;
|
|
@@ -55313,7 +55317,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55313
55317
|
chainId?: number | undefined;
|
|
55314
55318
|
connector?: wagmi0.Connector | undefined;
|
|
55315
55319
|
} | {
|
|
55316
|
-
abi:
|
|
55320
|
+
abi: abitype17.Abi;
|
|
55317
55321
|
functionName: string;
|
|
55318
55322
|
args?: readonly unknown[] | undefined;
|
|
55319
55323
|
address: Address;
|
|
@@ -55321,9 +55325,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55321
55325
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55322
55326
|
value?: bigint | undefined;
|
|
55323
55327
|
dataSuffix?: `0x${string}` | undefined;
|
|
55328
|
+
type?: "eip4844" | undefined;
|
|
55324
55329
|
gas?: bigint | undefined;
|
|
55325
55330
|
nonce?: number | undefined;
|
|
55326
|
-
type?: "eip4844" | undefined;
|
|
55327
55331
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
55328
55332
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55329
55333
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -55337,7 +55341,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55337
55341
|
chainId?: number | undefined;
|
|
55338
55342
|
connector?: wagmi0.Connector | undefined;
|
|
55339
55343
|
} | {
|
|
55340
|
-
abi:
|
|
55344
|
+
abi: abitype17.Abi;
|
|
55341
55345
|
functionName: string;
|
|
55342
55346
|
args?: readonly unknown[] | undefined;
|
|
55343
55347
|
address: Address;
|
|
@@ -55345,9 +55349,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55345
55349
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55346
55350
|
value?: bigint | undefined;
|
|
55347
55351
|
dataSuffix?: `0x${string}` | undefined;
|
|
55352
|
+
type?: "eip7702" | undefined;
|
|
55348
55353
|
gas?: bigint | undefined;
|
|
55349
55354
|
nonce?: number | undefined;
|
|
55350
|
-
type?: "eip7702" | undefined;
|
|
55351
55355
|
blobs?: undefined;
|
|
55352
55356
|
blobVersionedHashes?: undefined;
|
|
55353
55357
|
kzg?: undefined;
|
|
@@ -55365,9 +55369,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55365
55369
|
reset: () => void;
|
|
55366
55370
|
context: unknown;
|
|
55367
55371
|
submittedAt: number;
|
|
55368
|
-
mutate:
|
|
55369
|
-
mutateAsync:
|
|
55370
|
-
writeContract:
|
|
55372
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55373
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55374
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55371
55375
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55372
55376
|
model: "static";
|
|
55373
55377
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55388,7 +55392,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55388
55392
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55389
55393
|
isPaused: boolean;
|
|
55390
55394
|
variables: {
|
|
55391
|
-
abi:
|
|
55395
|
+
abi: abitype17.Abi;
|
|
55392
55396
|
functionName: string;
|
|
55393
55397
|
args?: readonly unknown[] | undefined;
|
|
55394
55398
|
address: Address;
|
|
@@ -55396,9 +55400,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55396
55400
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55397
55401
|
value?: bigint | undefined;
|
|
55398
55402
|
dataSuffix?: `0x${string}` | undefined;
|
|
55403
|
+
type?: "legacy" | undefined;
|
|
55399
55404
|
gas?: bigint | undefined;
|
|
55400
55405
|
nonce?: number | undefined;
|
|
55401
|
-
type?: "legacy" | undefined;
|
|
55402
55406
|
blobs?: undefined;
|
|
55403
55407
|
blobVersionedHashes?: undefined;
|
|
55404
55408
|
kzg?: undefined;
|
|
@@ -55412,7 +55416,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55412
55416
|
chainId?: number | undefined;
|
|
55413
55417
|
connector?: wagmi0.Connector | undefined;
|
|
55414
55418
|
} | {
|
|
55415
|
-
abi:
|
|
55419
|
+
abi: abitype17.Abi;
|
|
55416
55420
|
functionName: string;
|
|
55417
55421
|
args?: readonly unknown[] | undefined;
|
|
55418
55422
|
address: Address;
|
|
@@ -55420,9 +55424,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55420
55424
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55421
55425
|
value?: bigint | undefined;
|
|
55422
55426
|
dataSuffix?: `0x${string}` | undefined;
|
|
55427
|
+
type?: "eip2930" | undefined;
|
|
55423
55428
|
gas?: bigint | undefined;
|
|
55424
55429
|
nonce?: number | undefined;
|
|
55425
|
-
type?: "eip2930" | undefined;
|
|
55426
55430
|
blobs?: undefined;
|
|
55427
55431
|
blobVersionedHashes?: undefined;
|
|
55428
55432
|
kzg?: undefined;
|
|
@@ -55436,7 +55440,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55436
55440
|
chainId?: number | undefined;
|
|
55437
55441
|
connector?: wagmi0.Connector | undefined;
|
|
55438
55442
|
} | {
|
|
55439
|
-
abi:
|
|
55443
|
+
abi: abitype17.Abi;
|
|
55440
55444
|
functionName: string;
|
|
55441
55445
|
args?: readonly unknown[] | undefined;
|
|
55442
55446
|
address: Address;
|
|
@@ -55444,9 +55448,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55444
55448
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55445
55449
|
value?: bigint | undefined;
|
|
55446
55450
|
dataSuffix?: `0x${string}` | undefined;
|
|
55451
|
+
type?: "eip1559" | undefined;
|
|
55447
55452
|
gas?: bigint | undefined;
|
|
55448
55453
|
nonce?: number | undefined;
|
|
55449
|
-
type?: "eip1559" | undefined;
|
|
55450
55454
|
blobs?: undefined;
|
|
55451
55455
|
blobVersionedHashes?: undefined;
|
|
55452
55456
|
kzg?: undefined;
|
|
@@ -55460,7 +55464,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55460
55464
|
chainId?: number | undefined;
|
|
55461
55465
|
connector?: wagmi0.Connector | undefined;
|
|
55462
55466
|
} | {
|
|
55463
|
-
abi:
|
|
55467
|
+
abi: abitype17.Abi;
|
|
55464
55468
|
functionName: string;
|
|
55465
55469
|
args?: readonly unknown[] | undefined;
|
|
55466
55470
|
address: Address;
|
|
@@ -55468,9 +55472,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55468
55472
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55469
55473
|
value?: bigint | undefined;
|
|
55470
55474
|
dataSuffix?: `0x${string}` | undefined;
|
|
55475
|
+
type?: "eip4844" | undefined;
|
|
55471
55476
|
gas?: bigint | undefined;
|
|
55472
55477
|
nonce?: number | undefined;
|
|
55473
|
-
type?: "eip4844" | undefined;
|
|
55474
55478
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
55475
55479
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
55476
55480
|
kzg?: undefined;
|
|
@@ -55484,7 +55488,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55484
55488
|
chainId?: number | undefined;
|
|
55485
55489
|
connector?: wagmi0.Connector | undefined;
|
|
55486
55490
|
} | {
|
|
55487
|
-
abi:
|
|
55491
|
+
abi: abitype17.Abi;
|
|
55488
55492
|
functionName: string;
|
|
55489
55493
|
args?: readonly unknown[] | undefined;
|
|
55490
55494
|
address: Address;
|
|
@@ -55492,9 +55496,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55492
55496
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55493
55497
|
value?: bigint | undefined;
|
|
55494
55498
|
dataSuffix?: `0x${string}` | undefined;
|
|
55499
|
+
type?: "eip4844" | undefined;
|
|
55495
55500
|
gas?: bigint | undefined;
|
|
55496
55501
|
nonce?: number | undefined;
|
|
55497
|
-
type?: "eip4844" | undefined;
|
|
55498
55502
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
55499
55503
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55500
55504
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -55508,7 +55512,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55508
55512
|
chainId?: number | undefined;
|
|
55509
55513
|
connector?: wagmi0.Connector | undefined;
|
|
55510
55514
|
} | {
|
|
55511
|
-
abi:
|
|
55515
|
+
abi: abitype17.Abi;
|
|
55512
55516
|
functionName: string;
|
|
55513
55517
|
args?: readonly unknown[] | undefined;
|
|
55514
55518
|
address: Address;
|
|
@@ -55516,9 +55520,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55516
55520
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55517
55521
|
value?: bigint | undefined;
|
|
55518
55522
|
dataSuffix?: `0x${string}` | undefined;
|
|
55523
|
+
type?: "eip7702" | undefined;
|
|
55519
55524
|
gas?: bigint | undefined;
|
|
55520
55525
|
nonce?: number | undefined;
|
|
55521
|
-
type?: "eip7702" | undefined;
|
|
55522
55526
|
blobs?: undefined;
|
|
55523
55527
|
blobVersionedHashes?: undefined;
|
|
55524
55528
|
kzg?: undefined;
|
|
@@ -55536,9 +55540,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55536
55540
|
reset: () => void;
|
|
55537
55541
|
context: unknown;
|
|
55538
55542
|
submittedAt: number;
|
|
55539
|
-
mutate:
|
|
55540
|
-
mutateAsync:
|
|
55541
|
-
writeContract:
|
|
55543
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55544
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55545
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55542
55546
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55543
55547
|
model: "static";
|
|
55544
55548
|
} : Partial<OptionPricingParams> & {
|
|
@@ -97776,4 +97780,4 @@ declare const useLens: () => {
|
|
|
97776
97780
|
};
|
|
97777
97781
|
//#endregion
|
|
97778
97782
|
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 };
|
|
97779
|
-
//# sourceMappingURL=client-
|
|
97783
|
+
//# sourceMappingURL=client-i-S2ZmAZ.d.cts.map
|