timelock-sdk 0.0.189 → 0.0.191
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-bpABXvJa.d.cts → client-9wbQVrDG.d.ts} +165 -165
- package/dist/{client-D-cR5vCY.d.ts → client-CEtNglT8.d.cts} +165 -165
- package/dist/client.cjs +7 -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 +7 -2
- package/dist/client.js.map +1 -1
- package/dist/{optionUtils-BjPxfPAz.js → optionUtils-96oUNrzV.js} +2 -3
- package/dist/optionUtils-96oUNrzV.js.map +1 -0
- package/dist/{optionUtils-Dj9hOtZo.cjs → optionUtils-DsqMIDm1.cjs} +2 -3
- package/dist/optionUtils-DsqMIDm1.cjs.map +1 -0
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/dist/package.js +1 -1
- package/package.json +1 -1
- package/dist/optionUtils-BjPxfPAz.js.map +0 -1
- package/dist/optionUtils-Dj9hOtZo.cjs.map +0 -1
|
@@ -1,15 +1,15 @@
|
|
|
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 viem0 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
14
|
import * as wagmi_query0 from "wagmi/query";
|
|
15
15
|
import * as abitype0 from "abitype";
|
|
@@ -52456,16 +52456,16 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52456
52456
|
error: null;
|
|
52457
52457
|
data: undefined;
|
|
52458
52458
|
status: "idle";
|
|
52459
|
-
variables: undefined;
|
|
52460
52459
|
isError: false;
|
|
52461
|
-
isIdle: true;
|
|
52462
52460
|
isPending: false;
|
|
52463
52461
|
isSuccess: false;
|
|
52464
|
-
reset: () => void;
|
|
52465
|
-
context: unknown;
|
|
52466
52462
|
failureCount: number;
|
|
52467
52463
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52468
52464
|
isPaused: boolean;
|
|
52465
|
+
variables: undefined;
|
|
52466
|
+
isIdle: true;
|
|
52467
|
+
reset: () => void;
|
|
52468
|
+
context: unknown;
|
|
52469
52469
|
submittedAt: number;
|
|
52470
52470
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52471
52471
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -52475,6 +52475,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52475
52475
|
error: null;
|
|
52476
52476
|
data: undefined;
|
|
52477
52477
|
status: "pending";
|
|
52478
|
+
isError: false;
|
|
52479
|
+
isPending: true;
|
|
52480
|
+
isSuccess: false;
|
|
52481
|
+
failureCount: number;
|
|
52482
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52483
|
+
isPaused: boolean;
|
|
52478
52484
|
variables: {
|
|
52479
52485
|
abi: abitype0.Abi;
|
|
52480
52486
|
functionName: string;
|
|
@@ -52484,9 +52490,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52484
52490
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52485
52491
|
value?: bigint | undefined;
|
|
52486
52492
|
dataSuffix?: `0x${string}` | undefined;
|
|
52487
|
-
type?: "legacy" | undefined;
|
|
52488
52493
|
gas?: bigint | undefined;
|
|
52489
52494
|
nonce?: number | undefined;
|
|
52495
|
+
type?: "legacy" | undefined;
|
|
52490
52496
|
blobs?: undefined;
|
|
52491
52497
|
blobVersionedHashes?: undefined;
|
|
52492
52498
|
kzg?: undefined;
|
|
@@ -52508,9 +52514,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52508
52514
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52509
52515
|
value?: bigint | undefined;
|
|
52510
52516
|
dataSuffix?: `0x${string}` | undefined;
|
|
52511
|
-
type?: "eip2930" | undefined;
|
|
52512
52517
|
gas?: bigint | undefined;
|
|
52513
52518
|
nonce?: number | undefined;
|
|
52519
|
+
type?: "eip2930" | undefined;
|
|
52514
52520
|
blobs?: undefined;
|
|
52515
52521
|
blobVersionedHashes?: undefined;
|
|
52516
52522
|
kzg?: undefined;
|
|
@@ -52532,9 +52538,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52532
52538
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52533
52539
|
value?: bigint | undefined;
|
|
52534
52540
|
dataSuffix?: `0x${string}` | undefined;
|
|
52535
|
-
type?: "eip1559" | undefined;
|
|
52536
52541
|
gas?: bigint | undefined;
|
|
52537
52542
|
nonce?: number | undefined;
|
|
52543
|
+
type?: "eip1559" | undefined;
|
|
52538
52544
|
blobs?: undefined;
|
|
52539
52545
|
blobVersionedHashes?: undefined;
|
|
52540
52546
|
kzg?: undefined;
|
|
@@ -52556,9 +52562,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52556
52562
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52557
52563
|
value?: bigint | undefined;
|
|
52558
52564
|
dataSuffix?: `0x${string}` | undefined;
|
|
52559
|
-
type?: "eip4844" | undefined;
|
|
52560
52565
|
gas?: bigint | undefined;
|
|
52561
52566
|
nonce?: number | undefined;
|
|
52567
|
+
type?: "eip4844" | undefined;
|
|
52562
52568
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
52563
52569
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
52564
52570
|
kzg?: undefined;
|
|
@@ -52580,9 +52586,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52580
52586
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52581
52587
|
value?: bigint | undefined;
|
|
52582
52588
|
dataSuffix?: `0x${string}` | undefined;
|
|
52583
|
-
type?: "eip4844" | undefined;
|
|
52584
52589
|
gas?: bigint | undefined;
|
|
52585
52590
|
nonce?: number | undefined;
|
|
52591
|
+
type?: "eip4844" | undefined;
|
|
52586
52592
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
52587
52593
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52588
52594
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -52604,9 +52610,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52604
52610
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52605
52611
|
value?: bigint | undefined;
|
|
52606
52612
|
dataSuffix?: `0x${string}` | undefined;
|
|
52607
|
-
type?: "eip7702" | undefined;
|
|
52608
52613
|
gas?: bigint | undefined;
|
|
52609
52614
|
nonce?: number | undefined;
|
|
52615
|
+
type?: "eip7702" | undefined;
|
|
52610
52616
|
blobs?: undefined;
|
|
52611
52617
|
blobVersionedHashes?: undefined;
|
|
52612
52618
|
kzg?: undefined;
|
|
@@ -52620,15 +52626,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52620
52626
|
chainId?: number | undefined;
|
|
52621
52627
|
connector?: wagmi0.Connector | undefined;
|
|
52622
52628
|
};
|
|
52623
|
-
isError: false;
|
|
52624
52629
|
isIdle: false;
|
|
52625
|
-
isPending: true;
|
|
52626
|
-
isSuccess: false;
|
|
52627
52630
|
reset: () => void;
|
|
52628
52631
|
context: unknown;
|
|
52629
|
-
failureCount: number;
|
|
52630
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52631
|
-
isPaused: boolean;
|
|
52632
52632
|
submittedAt: number;
|
|
52633
52633
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52634
52634
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -52638,6 +52638,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52638
52638
|
error: _wagmi_core0.WriteContractErrorType;
|
|
52639
52639
|
data: undefined;
|
|
52640
52640
|
status: "error";
|
|
52641
|
+
isError: true;
|
|
52642
|
+
isPending: false;
|
|
52643
|
+
isSuccess: false;
|
|
52644
|
+
failureCount: number;
|
|
52645
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52646
|
+
isPaused: boolean;
|
|
52641
52647
|
variables: {
|
|
52642
52648
|
abi: abitype0.Abi;
|
|
52643
52649
|
functionName: string;
|
|
@@ -52647,9 +52653,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52647
52653
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52648
52654
|
value?: bigint | undefined;
|
|
52649
52655
|
dataSuffix?: `0x${string}` | undefined;
|
|
52650
|
-
type?: "legacy" | undefined;
|
|
52651
52656
|
gas?: bigint | undefined;
|
|
52652
52657
|
nonce?: number | undefined;
|
|
52658
|
+
type?: "legacy" | undefined;
|
|
52653
52659
|
blobs?: undefined;
|
|
52654
52660
|
blobVersionedHashes?: undefined;
|
|
52655
52661
|
kzg?: undefined;
|
|
@@ -52671,9 +52677,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52671
52677
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52672
52678
|
value?: bigint | undefined;
|
|
52673
52679
|
dataSuffix?: `0x${string}` | undefined;
|
|
52674
|
-
type?: "eip2930" | undefined;
|
|
52675
52680
|
gas?: bigint | undefined;
|
|
52676
52681
|
nonce?: number | undefined;
|
|
52682
|
+
type?: "eip2930" | undefined;
|
|
52677
52683
|
blobs?: undefined;
|
|
52678
52684
|
blobVersionedHashes?: undefined;
|
|
52679
52685
|
kzg?: undefined;
|
|
@@ -52695,9 +52701,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52695
52701
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52696
52702
|
value?: bigint | undefined;
|
|
52697
52703
|
dataSuffix?: `0x${string}` | undefined;
|
|
52698
|
-
type?: "eip1559" | undefined;
|
|
52699
52704
|
gas?: bigint | undefined;
|
|
52700
52705
|
nonce?: number | undefined;
|
|
52706
|
+
type?: "eip1559" | undefined;
|
|
52701
52707
|
blobs?: undefined;
|
|
52702
52708
|
blobVersionedHashes?: undefined;
|
|
52703
52709
|
kzg?: undefined;
|
|
@@ -52719,9 +52725,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52719
52725
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52720
52726
|
value?: bigint | undefined;
|
|
52721
52727
|
dataSuffix?: `0x${string}` | undefined;
|
|
52722
|
-
type?: "eip4844" | undefined;
|
|
52723
52728
|
gas?: bigint | undefined;
|
|
52724
52729
|
nonce?: number | undefined;
|
|
52730
|
+
type?: "eip4844" | undefined;
|
|
52725
52731
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
52726
52732
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
52727
52733
|
kzg?: undefined;
|
|
@@ -52743,9 +52749,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52743
52749
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52744
52750
|
value?: bigint | undefined;
|
|
52745
52751
|
dataSuffix?: `0x${string}` | undefined;
|
|
52746
|
-
type?: "eip4844" | undefined;
|
|
52747
52752
|
gas?: bigint | undefined;
|
|
52748
52753
|
nonce?: number | undefined;
|
|
52754
|
+
type?: "eip4844" | undefined;
|
|
52749
52755
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
52750
52756
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52751
52757
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -52767,9 +52773,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52767
52773
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52768
52774
|
value?: bigint | undefined;
|
|
52769
52775
|
dataSuffix?: `0x${string}` | undefined;
|
|
52770
|
-
type?: "eip7702" | undefined;
|
|
52771
52776
|
gas?: bigint | undefined;
|
|
52772
52777
|
nonce?: number | undefined;
|
|
52778
|
+
type?: "eip7702" | undefined;
|
|
52773
52779
|
blobs?: undefined;
|
|
52774
52780
|
blobVersionedHashes?: undefined;
|
|
52775
52781
|
kzg?: undefined;
|
|
@@ -52783,15 +52789,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52783
52789
|
chainId?: number | undefined;
|
|
52784
52790
|
connector?: wagmi0.Connector | undefined;
|
|
52785
52791
|
};
|
|
52786
|
-
isError: true;
|
|
52787
52792
|
isIdle: false;
|
|
52788
|
-
isPending: false;
|
|
52789
|
-
isSuccess: false;
|
|
52790
52793
|
reset: () => void;
|
|
52791
52794
|
context: unknown;
|
|
52792
|
-
failureCount: number;
|
|
52793
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52794
|
-
isPaused: boolean;
|
|
52795
52795
|
submittedAt: number;
|
|
52796
52796
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52797
52797
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -52801,6 +52801,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52801
52801
|
error: null;
|
|
52802
52802
|
data: `0x${string}`;
|
|
52803
52803
|
status: "success";
|
|
52804
|
+
isError: false;
|
|
52805
|
+
isPending: false;
|
|
52806
|
+
isSuccess: true;
|
|
52807
|
+
failureCount: number;
|
|
52808
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52809
|
+
isPaused: boolean;
|
|
52804
52810
|
variables: {
|
|
52805
52811
|
abi: abitype0.Abi;
|
|
52806
52812
|
functionName: string;
|
|
@@ -52810,9 +52816,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52810
52816
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52811
52817
|
value?: bigint | undefined;
|
|
52812
52818
|
dataSuffix?: `0x${string}` | undefined;
|
|
52813
|
-
type?: "legacy" | undefined;
|
|
52814
52819
|
gas?: bigint | undefined;
|
|
52815
52820
|
nonce?: number | undefined;
|
|
52821
|
+
type?: "legacy" | undefined;
|
|
52816
52822
|
blobs?: undefined;
|
|
52817
52823
|
blobVersionedHashes?: undefined;
|
|
52818
52824
|
kzg?: undefined;
|
|
@@ -52834,9 +52840,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52834
52840
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52835
52841
|
value?: bigint | undefined;
|
|
52836
52842
|
dataSuffix?: `0x${string}` | undefined;
|
|
52837
|
-
type?: "eip2930" | undefined;
|
|
52838
52843
|
gas?: bigint | undefined;
|
|
52839
52844
|
nonce?: number | undefined;
|
|
52845
|
+
type?: "eip2930" | undefined;
|
|
52840
52846
|
blobs?: undefined;
|
|
52841
52847
|
blobVersionedHashes?: undefined;
|
|
52842
52848
|
kzg?: undefined;
|
|
@@ -52858,9 +52864,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52858
52864
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52859
52865
|
value?: bigint | undefined;
|
|
52860
52866
|
dataSuffix?: `0x${string}` | undefined;
|
|
52861
|
-
type?: "eip1559" | undefined;
|
|
52862
52867
|
gas?: bigint | undefined;
|
|
52863
52868
|
nonce?: number | undefined;
|
|
52869
|
+
type?: "eip1559" | undefined;
|
|
52864
52870
|
blobs?: undefined;
|
|
52865
52871
|
blobVersionedHashes?: undefined;
|
|
52866
52872
|
kzg?: undefined;
|
|
@@ -52882,9 +52888,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52882
52888
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52883
52889
|
value?: bigint | undefined;
|
|
52884
52890
|
dataSuffix?: `0x${string}` | undefined;
|
|
52885
|
-
type?: "eip4844" | undefined;
|
|
52886
52891
|
gas?: bigint | undefined;
|
|
52887
52892
|
nonce?: number | undefined;
|
|
52893
|
+
type?: "eip4844" | undefined;
|
|
52888
52894
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
52889
52895
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
52890
52896
|
kzg?: undefined;
|
|
@@ -52906,9 +52912,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52906
52912
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52907
52913
|
value?: bigint | undefined;
|
|
52908
52914
|
dataSuffix?: `0x${string}` | undefined;
|
|
52909
|
-
type?: "eip4844" | undefined;
|
|
52910
52915
|
gas?: bigint | undefined;
|
|
52911
52916
|
nonce?: number | undefined;
|
|
52917
|
+
type?: "eip4844" | undefined;
|
|
52912
52918
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
52913
52919
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52914
52920
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -52930,9 +52936,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52930
52936
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52931
52937
|
value?: bigint | undefined;
|
|
52932
52938
|
dataSuffix?: `0x${string}` | undefined;
|
|
52933
|
-
type?: "eip7702" | undefined;
|
|
52934
52939
|
gas?: bigint | undefined;
|
|
52935
52940
|
nonce?: number | undefined;
|
|
52941
|
+
type?: "eip7702" | undefined;
|
|
52936
52942
|
blobs?: undefined;
|
|
52937
52943
|
blobVersionedHashes?: undefined;
|
|
52938
52944
|
kzg?: undefined;
|
|
@@ -52946,15 +52952,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52946
52952
|
chainId?: number | undefined;
|
|
52947
52953
|
connector?: wagmi0.Connector | undefined;
|
|
52948
52954
|
};
|
|
52949
|
-
isError: false;
|
|
52950
52955
|
isIdle: false;
|
|
52951
|
-
isPending: false;
|
|
52952
|
-
isSuccess: true;
|
|
52953
52956
|
reset: () => void;
|
|
52954
52957
|
context: unknown;
|
|
52955
|
-
failureCount: number;
|
|
52956
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52957
|
-
isPaused: boolean;
|
|
52958
52958
|
submittedAt: number;
|
|
52959
52959
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52960
52960
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -52967,16 +52967,16 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52967
52967
|
error: null;
|
|
52968
52968
|
data: undefined;
|
|
52969
52969
|
status: "idle";
|
|
52970
|
-
variables: undefined;
|
|
52971
52970
|
isError: false;
|
|
52972
|
-
isIdle: true;
|
|
52973
52971
|
isPending: false;
|
|
52974
52972
|
isSuccess: false;
|
|
52975
|
-
reset: () => void;
|
|
52976
|
-
context: unknown;
|
|
52977
52973
|
failureCount: number;
|
|
52978
52974
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52979
52975
|
isPaused: boolean;
|
|
52976
|
+
variables: undefined;
|
|
52977
|
+
isIdle: true;
|
|
52978
|
+
reset: () => void;
|
|
52979
|
+
context: unknown;
|
|
52980
52980
|
submittedAt: number;
|
|
52981
52981
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52982
52982
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -52986,6 +52986,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52986
52986
|
error: null;
|
|
52987
52987
|
data: undefined;
|
|
52988
52988
|
status: "pending";
|
|
52989
|
+
isError: false;
|
|
52990
|
+
isPending: true;
|
|
52991
|
+
isSuccess: false;
|
|
52992
|
+
failureCount: number;
|
|
52993
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52994
|
+
isPaused: boolean;
|
|
52989
52995
|
variables: {
|
|
52990
52996
|
abi: abitype0.Abi;
|
|
52991
52997
|
functionName: string;
|
|
@@ -52995,9 +53001,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52995
53001
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52996
53002
|
value?: bigint | undefined;
|
|
52997
53003
|
dataSuffix?: `0x${string}` | undefined;
|
|
52998
|
-
type?: "legacy" | undefined;
|
|
52999
53004
|
gas?: bigint | undefined;
|
|
53000
53005
|
nonce?: number | undefined;
|
|
53006
|
+
type?: "legacy" | undefined;
|
|
53001
53007
|
blobs?: undefined;
|
|
53002
53008
|
blobVersionedHashes?: undefined;
|
|
53003
53009
|
kzg?: undefined;
|
|
@@ -53019,9 +53025,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53019
53025
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53020
53026
|
value?: bigint | undefined;
|
|
53021
53027
|
dataSuffix?: `0x${string}` | undefined;
|
|
53022
|
-
type?: "eip2930" | undefined;
|
|
53023
53028
|
gas?: bigint | undefined;
|
|
53024
53029
|
nonce?: number | undefined;
|
|
53030
|
+
type?: "eip2930" | undefined;
|
|
53025
53031
|
blobs?: undefined;
|
|
53026
53032
|
blobVersionedHashes?: undefined;
|
|
53027
53033
|
kzg?: undefined;
|
|
@@ -53043,9 +53049,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53043
53049
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53044
53050
|
value?: bigint | undefined;
|
|
53045
53051
|
dataSuffix?: `0x${string}` | undefined;
|
|
53046
|
-
type?: "eip1559" | undefined;
|
|
53047
53052
|
gas?: bigint | undefined;
|
|
53048
53053
|
nonce?: number | undefined;
|
|
53054
|
+
type?: "eip1559" | undefined;
|
|
53049
53055
|
blobs?: undefined;
|
|
53050
53056
|
blobVersionedHashes?: undefined;
|
|
53051
53057
|
kzg?: undefined;
|
|
@@ -53067,9 +53073,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53067
53073
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53068
53074
|
value?: bigint | undefined;
|
|
53069
53075
|
dataSuffix?: `0x${string}` | undefined;
|
|
53070
|
-
type?: "eip4844" | undefined;
|
|
53071
53076
|
gas?: bigint | undefined;
|
|
53072
53077
|
nonce?: number | undefined;
|
|
53078
|
+
type?: "eip4844" | undefined;
|
|
53073
53079
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53074
53080
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53075
53081
|
kzg?: undefined;
|
|
@@ -53091,9 +53097,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53091
53097
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53092
53098
|
value?: bigint | undefined;
|
|
53093
53099
|
dataSuffix?: `0x${string}` | undefined;
|
|
53094
|
-
type?: "eip4844" | undefined;
|
|
53095
53100
|
gas?: bigint | undefined;
|
|
53096
53101
|
nonce?: number | undefined;
|
|
53102
|
+
type?: "eip4844" | undefined;
|
|
53097
53103
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53098
53104
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53099
53105
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53115,9 +53121,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53115
53121
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53116
53122
|
value?: bigint | undefined;
|
|
53117
53123
|
dataSuffix?: `0x${string}` | undefined;
|
|
53118
|
-
type?: "eip7702" | undefined;
|
|
53119
53124
|
gas?: bigint | undefined;
|
|
53120
53125
|
nonce?: number | undefined;
|
|
53126
|
+
type?: "eip7702" | undefined;
|
|
53121
53127
|
blobs?: undefined;
|
|
53122
53128
|
blobVersionedHashes?: undefined;
|
|
53123
53129
|
kzg?: undefined;
|
|
@@ -53131,15 +53137,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53131
53137
|
chainId?: number | undefined;
|
|
53132
53138
|
connector?: wagmi0.Connector | undefined;
|
|
53133
53139
|
};
|
|
53134
|
-
isError: false;
|
|
53135
53140
|
isIdle: false;
|
|
53136
|
-
isPending: true;
|
|
53137
|
-
isSuccess: false;
|
|
53138
53141
|
reset: () => void;
|
|
53139
53142
|
context: unknown;
|
|
53140
|
-
failureCount: number;
|
|
53141
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53142
|
-
isPaused: boolean;
|
|
53143
53143
|
submittedAt: number;
|
|
53144
53144
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53145
53145
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -53149,6 +53149,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53149
53149
|
error: _wagmi_core0.WriteContractErrorType;
|
|
53150
53150
|
data: undefined;
|
|
53151
53151
|
status: "error";
|
|
53152
|
+
isError: true;
|
|
53153
|
+
isPending: false;
|
|
53154
|
+
isSuccess: false;
|
|
53155
|
+
failureCount: number;
|
|
53156
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53157
|
+
isPaused: boolean;
|
|
53152
53158
|
variables: {
|
|
53153
53159
|
abi: abitype0.Abi;
|
|
53154
53160
|
functionName: string;
|
|
@@ -53158,9 +53164,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53158
53164
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53159
53165
|
value?: bigint | undefined;
|
|
53160
53166
|
dataSuffix?: `0x${string}` | undefined;
|
|
53161
|
-
type?: "legacy" | undefined;
|
|
53162
53167
|
gas?: bigint | undefined;
|
|
53163
53168
|
nonce?: number | undefined;
|
|
53169
|
+
type?: "legacy" | undefined;
|
|
53164
53170
|
blobs?: undefined;
|
|
53165
53171
|
blobVersionedHashes?: undefined;
|
|
53166
53172
|
kzg?: undefined;
|
|
@@ -53182,9 +53188,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53182
53188
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53183
53189
|
value?: bigint | undefined;
|
|
53184
53190
|
dataSuffix?: `0x${string}` | undefined;
|
|
53185
|
-
type?: "eip2930" | undefined;
|
|
53186
53191
|
gas?: bigint | undefined;
|
|
53187
53192
|
nonce?: number | undefined;
|
|
53193
|
+
type?: "eip2930" | undefined;
|
|
53188
53194
|
blobs?: undefined;
|
|
53189
53195
|
blobVersionedHashes?: undefined;
|
|
53190
53196
|
kzg?: undefined;
|
|
@@ -53206,9 +53212,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53206
53212
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53207
53213
|
value?: bigint | undefined;
|
|
53208
53214
|
dataSuffix?: `0x${string}` | undefined;
|
|
53209
|
-
type?: "eip1559" | undefined;
|
|
53210
53215
|
gas?: bigint | undefined;
|
|
53211
53216
|
nonce?: number | undefined;
|
|
53217
|
+
type?: "eip1559" | undefined;
|
|
53212
53218
|
blobs?: undefined;
|
|
53213
53219
|
blobVersionedHashes?: undefined;
|
|
53214
53220
|
kzg?: undefined;
|
|
@@ -53230,9 +53236,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53230
53236
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53231
53237
|
value?: bigint | undefined;
|
|
53232
53238
|
dataSuffix?: `0x${string}` | undefined;
|
|
53233
|
-
type?: "eip4844" | undefined;
|
|
53234
53239
|
gas?: bigint | undefined;
|
|
53235
53240
|
nonce?: number | undefined;
|
|
53241
|
+
type?: "eip4844" | undefined;
|
|
53236
53242
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53237
53243
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53238
53244
|
kzg?: undefined;
|
|
@@ -53254,9 +53260,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53254
53260
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53255
53261
|
value?: bigint | undefined;
|
|
53256
53262
|
dataSuffix?: `0x${string}` | undefined;
|
|
53257
|
-
type?: "eip4844" | undefined;
|
|
53258
53263
|
gas?: bigint | undefined;
|
|
53259
53264
|
nonce?: number | undefined;
|
|
53265
|
+
type?: "eip4844" | undefined;
|
|
53260
53266
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53261
53267
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53262
53268
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53278,9 +53284,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53278
53284
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53279
53285
|
value?: bigint | undefined;
|
|
53280
53286
|
dataSuffix?: `0x${string}` | undefined;
|
|
53281
|
-
type?: "eip7702" | undefined;
|
|
53282
53287
|
gas?: bigint | undefined;
|
|
53283
53288
|
nonce?: number | undefined;
|
|
53289
|
+
type?: "eip7702" | undefined;
|
|
53284
53290
|
blobs?: undefined;
|
|
53285
53291
|
blobVersionedHashes?: undefined;
|
|
53286
53292
|
kzg?: undefined;
|
|
@@ -53294,15 +53300,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53294
53300
|
chainId?: number | undefined;
|
|
53295
53301
|
connector?: wagmi0.Connector | undefined;
|
|
53296
53302
|
};
|
|
53297
|
-
isError: true;
|
|
53298
53303
|
isIdle: false;
|
|
53299
|
-
isPending: false;
|
|
53300
|
-
isSuccess: false;
|
|
53301
53304
|
reset: () => void;
|
|
53302
53305
|
context: unknown;
|
|
53303
|
-
failureCount: number;
|
|
53304
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53305
|
-
isPaused: boolean;
|
|
53306
53306
|
submittedAt: number;
|
|
53307
53307
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53308
53308
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -53312,6 +53312,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53312
53312
|
error: null;
|
|
53313
53313
|
data: `0x${string}`;
|
|
53314
53314
|
status: "success";
|
|
53315
|
+
isError: false;
|
|
53316
|
+
isPending: false;
|
|
53317
|
+
isSuccess: true;
|
|
53318
|
+
failureCount: number;
|
|
53319
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53320
|
+
isPaused: boolean;
|
|
53315
53321
|
variables: {
|
|
53316
53322
|
abi: abitype0.Abi;
|
|
53317
53323
|
functionName: string;
|
|
@@ -53321,9 +53327,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53321
53327
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53322
53328
|
value?: bigint | undefined;
|
|
53323
53329
|
dataSuffix?: `0x${string}` | undefined;
|
|
53324
|
-
type?: "legacy" | undefined;
|
|
53325
53330
|
gas?: bigint | undefined;
|
|
53326
53331
|
nonce?: number | undefined;
|
|
53332
|
+
type?: "legacy" | undefined;
|
|
53327
53333
|
blobs?: undefined;
|
|
53328
53334
|
blobVersionedHashes?: undefined;
|
|
53329
53335
|
kzg?: undefined;
|
|
@@ -53345,9 +53351,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53345
53351
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53346
53352
|
value?: bigint | undefined;
|
|
53347
53353
|
dataSuffix?: `0x${string}` | undefined;
|
|
53348
|
-
type?: "eip2930" | undefined;
|
|
53349
53354
|
gas?: bigint | undefined;
|
|
53350
53355
|
nonce?: number | undefined;
|
|
53356
|
+
type?: "eip2930" | undefined;
|
|
53351
53357
|
blobs?: undefined;
|
|
53352
53358
|
blobVersionedHashes?: undefined;
|
|
53353
53359
|
kzg?: undefined;
|
|
@@ -53369,9 +53375,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53369
53375
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53370
53376
|
value?: bigint | undefined;
|
|
53371
53377
|
dataSuffix?: `0x${string}` | undefined;
|
|
53372
|
-
type?: "eip1559" | undefined;
|
|
53373
53378
|
gas?: bigint | undefined;
|
|
53374
53379
|
nonce?: number | undefined;
|
|
53380
|
+
type?: "eip1559" | undefined;
|
|
53375
53381
|
blobs?: undefined;
|
|
53376
53382
|
blobVersionedHashes?: undefined;
|
|
53377
53383
|
kzg?: undefined;
|
|
@@ -53393,9 +53399,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53393
53399
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53394
53400
|
value?: bigint | undefined;
|
|
53395
53401
|
dataSuffix?: `0x${string}` | undefined;
|
|
53396
|
-
type?: "eip4844" | undefined;
|
|
53397
53402
|
gas?: bigint | undefined;
|
|
53398
53403
|
nonce?: number | undefined;
|
|
53404
|
+
type?: "eip4844" | undefined;
|
|
53399
53405
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53400
53406
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53401
53407
|
kzg?: undefined;
|
|
@@ -53417,9 +53423,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53417
53423
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53418
53424
|
value?: bigint | undefined;
|
|
53419
53425
|
dataSuffix?: `0x${string}` | undefined;
|
|
53420
|
-
type?: "eip4844" | undefined;
|
|
53421
53426
|
gas?: bigint | undefined;
|
|
53422
53427
|
nonce?: number | undefined;
|
|
53428
|
+
type?: "eip4844" | undefined;
|
|
53423
53429
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53424
53430
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53425
53431
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53441,9 +53447,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53441
53447
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53442
53448
|
value?: bigint | undefined;
|
|
53443
53449
|
dataSuffix?: `0x${string}` | undefined;
|
|
53444
|
-
type?: "eip7702" | undefined;
|
|
53445
53450
|
gas?: bigint | undefined;
|
|
53446
53451
|
nonce?: number | undefined;
|
|
53452
|
+
type?: "eip7702" | undefined;
|
|
53447
53453
|
blobs?: undefined;
|
|
53448
53454
|
blobVersionedHashes?: undefined;
|
|
53449
53455
|
kzg?: undefined;
|
|
@@ -53457,15 +53463,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53457
53463
|
chainId?: number | undefined;
|
|
53458
53464
|
connector?: wagmi0.Connector | undefined;
|
|
53459
53465
|
};
|
|
53460
|
-
isError: false;
|
|
53461
53466
|
isIdle: false;
|
|
53462
|
-
isPending: false;
|
|
53463
|
-
isSuccess: true;
|
|
53464
53467
|
reset: () => void;
|
|
53465
53468
|
context: unknown;
|
|
53466
|
-
failureCount: number;
|
|
53467
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53468
|
-
isPaused: boolean;
|
|
53469
53469
|
submittedAt: number;
|
|
53470
53470
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53471
53471
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -53487,16 +53487,16 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53487
53487
|
error: null;
|
|
53488
53488
|
data: undefined;
|
|
53489
53489
|
status: "idle";
|
|
53490
|
-
variables: undefined;
|
|
53491
53490
|
isError: false;
|
|
53492
|
-
isIdle: true;
|
|
53493
53491
|
isPending: false;
|
|
53494
53492
|
isSuccess: false;
|
|
53495
|
-
reset: () => void;
|
|
53496
|
-
context: unknown;
|
|
53497
53493
|
failureCount: number;
|
|
53498
53494
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53499
53495
|
isPaused: boolean;
|
|
53496
|
+
variables: undefined;
|
|
53497
|
+
isIdle: true;
|
|
53498
|
+
reset: () => void;
|
|
53499
|
+
context: unknown;
|
|
53500
53500
|
submittedAt: number;
|
|
53501
53501
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53502
53502
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -53516,6 +53516,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53516
53516
|
error: null;
|
|
53517
53517
|
data: undefined;
|
|
53518
53518
|
status: "pending";
|
|
53519
|
+
isError: false;
|
|
53520
|
+
isPending: true;
|
|
53521
|
+
isSuccess: false;
|
|
53522
|
+
failureCount: number;
|
|
53523
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53524
|
+
isPaused: boolean;
|
|
53519
53525
|
variables: {
|
|
53520
53526
|
abi: abitype0.Abi;
|
|
53521
53527
|
functionName: string;
|
|
@@ -53525,9 +53531,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53525
53531
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53526
53532
|
value?: bigint | undefined;
|
|
53527
53533
|
dataSuffix?: `0x${string}` | undefined;
|
|
53528
|
-
type?: "legacy" | undefined;
|
|
53529
53534
|
gas?: bigint | undefined;
|
|
53530
53535
|
nonce?: number | undefined;
|
|
53536
|
+
type?: "legacy" | undefined;
|
|
53531
53537
|
blobs?: undefined;
|
|
53532
53538
|
blobVersionedHashes?: undefined;
|
|
53533
53539
|
kzg?: undefined;
|
|
@@ -53549,9 +53555,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53549
53555
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53550
53556
|
value?: bigint | undefined;
|
|
53551
53557
|
dataSuffix?: `0x${string}` | undefined;
|
|
53552
|
-
type?: "eip2930" | undefined;
|
|
53553
53558
|
gas?: bigint | undefined;
|
|
53554
53559
|
nonce?: number | undefined;
|
|
53560
|
+
type?: "eip2930" | undefined;
|
|
53555
53561
|
blobs?: undefined;
|
|
53556
53562
|
blobVersionedHashes?: undefined;
|
|
53557
53563
|
kzg?: undefined;
|
|
@@ -53573,9 +53579,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53573
53579
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53574
53580
|
value?: bigint | undefined;
|
|
53575
53581
|
dataSuffix?: `0x${string}` | undefined;
|
|
53576
|
-
type?: "eip1559" | undefined;
|
|
53577
53582
|
gas?: bigint | undefined;
|
|
53578
53583
|
nonce?: number | undefined;
|
|
53584
|
+
type?: "eip1559" | undefined;
|
|
53579
53585
|
blobs?: undefined;
|
|
53580
53586
|
blobVersionedHashes?: undefined;
|
|
53581
53587
|
kzg?: undefined;
|
|
@@ -53597,9 +53603,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53597
53603
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53598
53604
|
value?: bigint | undefined;
|
|
53599
53605
|
dataSuffix?: `0x${string}` | undefined;
|
|
53600
|
-
type?: "eip4844" | undefined;
|
|
53601
53606
|
gas?: bigint | undefined;
|
|
53602
53607
|
nonce?: number | undefined;
|
|
53608
|
+
type?: "eip4844" | undefined;
|
|
53603
53609
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53604
53610
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53605
53611
|
kzg?: undefined;
|
|
@@ -53621,9 +53627,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53621
53627
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53622
53628
|
value?: bigint | undefined;
|
|
53623
53629
|
dataSuffix?: `0x${string}` | undefined;
|
|
53624
|
-
type?: "eip4844" | undefined;
|
|
53625
53630
|
gas?: bigint | undefined;
|
|
53626
53631
|
nonce?: number | undefined;
|
|
53632
|
+
type?: "eip4844" | undefined;
|
|
53627
53633
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53628
53634
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53629
53635
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53645,9 +53651,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53645
53651
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53646
53652
|
value?: bigint | undefined;
|
|
53647
53653
|
dataSuffix?: `0x${string}` | undefined;
|
|
53648
|
-
type?: "eip7702" | undefined;
|
|
53649
53654
|
gas?: bigint | undefined;
|
|
53650
53655
|
nonce?: number | undefined;
|
|
53656
|
+
type?: "eip7702" | undefined;
|
|
53651
53657
|
blobs?: undefined;
|
|
53652
53658
|
blobVersionedHashes?: undefined;
|
|
53653
53659
|
kzg?: undefined;
|
|
@@ -53661,15 +53667,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53661
53667
|
chainId?: number | undefined;
|
|
53662
53668
|
connector?: wagmi0.Connector | undefined;
|
|
53663
53669
|
};
|
|
53664
|
-
isError: false;
|
|
53665
53670
|
isIdle: false;
|
|
53666
|
-
isPending: true;
|
|
53667
|
-
isSuccess: false;
|
|
53668
53671
|
reset: () => void;
|
|
53669
53672
|
context: unknown;
|
|
53670
|
-
failureCount: number;
|
|
53671
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53672
|
-
isPaused: boolean;
|
|
53673
53673
|
submittedAt: number;
|
|
53674
53674
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53675
53675
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -53689,6 +53689,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53689
53689
|
error: _wagmi_core0.WriteContractErrorType;
|
|
53690
53690
|
data: undefined;
|
|
53691
53691
|
status: "error";
|
|
53692
|
+
isError: true;
|
|
53693
|
+
isPending: false;
|
|
53694
|
+
isSuccess: false;
|
|
53695
|
+
failureCount: number;
|
|
53696
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53697
|
+
isPaused: boolean;
|
|
53692
53698
|
variables: {
|
|
53693
53699
|
abi: abitype0.Abi;
|
|
53694
53700
|
functionName: string;
|
|
@@ -53698,9 +53704,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53698
53704
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53699
53705
|
value?: bigint | undefined;
|
|
53700
53706
|
dataSuffix?: `0x${string}` | undefined;
|
|
53701
|
-
type?: "legacy" | undefined;
|
|
53702
53707
|
gas?: bigint | undefined;
|
|
53703
53708
|
nonce?: number | undefined;
|
|
53709
|
+
type?: "legacy" | undefined;
|
|
53704
53710
|
blobs?: undefined;
|
|
53705
53711
|
blobVersionedHashes?: undefined;
|
|
53706
53712
|
kzg?: undefined;
|
|
@@ -53722,9 +53728,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53722
53728
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53723
53729
|
value?: bigint | undefined;
|
|
53724
53730
|
dataSuffix?: `0x${string}` | undefined;
|
|
53725
|
-
type?: "eip2930" | undefined;
|
|
53726
53731
|
gas?: bigint | undefined;
|
|
53727
53732
|
nonce?: number | undefined;
|
|
53733
|
+
type?: "eip2930" | undefined;
|
|
53728
53734
|
blobs?: undefined;
|
|
53729
53735
|
blobVersionedHashes?: undefined;
|
|
53730
53736
|
kzg?: undefined;
|
|
@@ -53746,9 +53752,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53746
53752
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53747
53753
|
value?: bigint | undefined;
|
|
53748
53754
|
dataSuffix?: `0x${string}` | undefined;
|
|
53749
|
-
type?: "eip1559" | undefined;
|
|
53750
53755
|
gas?: bigint | undefined;
|
|
53751
53756
|
nonce?: number | undefined;
|
|
53757
|
+
type?: "eip1559" | undefined;
|
|
53752
53758
|
blobs?: undefined;
|
|
53753
53759
|
blobVersionedHashes?: undefined;
|
|
53754
53760
|
kzg?: undefined;
|
|
@@ -53770,9 +53776,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53770
53776
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53771
53777
|
value?: bigint | undefined;
|
|
53772
53778
|
dataSuffix?: `0x${string}` | undefined;
|
|
53773
|
-
type?: "eip4844" | undefined;
|
|
53774
53779
|
gas?: bigint | undefined;
|
|
53775
53780
|
nonce?: number | undefined;
|
|
53781
|
+
type?: "eip4844" | undefined;
|
|
53776
53782
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53777
53783
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53778
53784
|
kzg?: undefined;
|
|
@@ -53794,9 +53800,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53794
53800
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53795
53801
|
value?: bigint | undefined;
|
|
53796
53802
|
dataSuffix?: `0x${string}` | undefined;
|
|
53797
|
-
type?: "eip4844" | undefined;
|
|
53798
53803
|
gas?: bigint | undefined;
|
|
53799
53804
|
nonce?: number | undefined;
|
|
53805
|
+
type?: "eip4844" | undefined;
|
|
53800
53806
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53801
53807
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53802
53808
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53818,9 +53824,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53818
53824
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53819
53825
|
value?: bigint | undefined;
|
|
53820
53826
|
dataSuffix?: `0x${string}` | undefined;
|
|
53821
|
-
type?: "eip7702" | undefined;
|
|
53822
53827
|
gas?: bigint | undefined;
|
|
53823
53828
|
nonce?: number | undefined;
|
|
53829
|
+
type?: "eip7702" | undefined;
|
|
53824
53830
|
blobs?: undefined;
|
|
53825
53831
|
blobVersionedHashes?: undefined;
|
|
53826
53832
|
kzg?: undefined;
|
|
@@ -53834,15 +53840,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53834
53840
|
chainId?: number | undefined;
|
|
53835
53841
|
connector?: wagmi0.Connector | undefined;
|
|
53836
53842
|
};
|
|
53837
|
-
isError: true;
|
|
53838
53843
|
isIdle: false;
|
|
53839
|
-
isPending: false;
|
|
53840
|
-
isSuccess: false;
|
|
53841
53844
|
reset: () => void;
|
|
53842
53845
|
context: unknown;
|
|
53843
|
-
failureCount: number;
|
|
53844
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53845
|
-
isPaused: boolean;
|
|
53846
53846
|
submittedAt: number;
|
|
53847
53847
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53848
53848
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -53862,6 +53862,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53862
53862
|
error: null;
|
|
53863
53863
|
data: `0x${string}`;
|
|
53864
53864
|
status: "success";
|
|
53865
|
+
isError: false;
|
|
53866
|
+
isPending: false;
|
|
53867
|
+
isSuccess: true;
|
|
53868
|
+
failureCount: number;
|
|
53869
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53870
|
+
isPaused: boolean;
|
|
53865
53871
|
variables: {
|
|
53866
53872
|
abi: abitype0.Abi;
|
|
53867
53873
|
functionName: string;
|
|
@@ -53871,9 +53877,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53871
53877
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53872
53878
|
value?: bigint | undefined;
|
|
53873
53879
|
dataSuffix?: `0x${string}` | undefined;
|
|
53874
|
-
type?: "legacy" | undefined;
|
|
53875
53880
|
gas?: bigint | undefined;
|
|
53876
53881
|
nonce?: number | undefined;
|
|
53882
|
+
type?: "legacy" | undefined;
|
|
53877
53883
|
blobs?: undefined;
|
|
53878
53884
|
blobVersionedHashes?: undefined;
|
|
53879
53885
|
kzg?: undefined;
|
|
@@ -53895,9 +53901,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53895
53901
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53896
53902
|
value?: bigint | undefined;
|
|
53897
53903
|
dataSuffix?: `0x${string}` | undefined;
|
|
53898
|
-
type?: "eip2930" | undefined;
|
|
53899
53904
|
gas?: bigint | undefined;
|
|
53900
53905
|
nonce?: number | undefined;
|
|
53906
|
+
type?: "eip2930" | undefined;
|
|
53901
53907
|
blobs?: undefined;
|
|
53902
53908
|
blobVersionedHashes?: undefined;
|
|
53903
53909
|
kzg?: undefined;
|
|
@@ -53919,9 +53925,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53919
53925
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53920
53926
|
value?: bigint | undefined;
|
|
53921
53927
|
dataSuffix?: `0x${string}` | undefined;
|
|
53922
|
-
type?: "eip1559" | undefined;
|
|
53923
53928
|
gas?: bigint | undefined;
|
|
53924
53929
|
nonce?: number | undefined;
|
|
53930
|
+
type?: "eip1559" | undefined;
|
|
53925
53931
|
blobs?: undefined;
|
|
53926
53932
|
blobVersionedHashes?: undefined;
|
|
53927
53933
|
kzg?: undefined;
|
|
@@ -53943,9 +53949,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53943
53949
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53944
53950
|
value?: bigint | undefined;
|
|
53945
53951
|
dataSuffix?: `0x${string}` | undefined;
|
|
53946
|
-
type?: "eip4844" | undefined;
|
|
53947
53952
|
gas?: bigint | undefined;
|
|
53948
53953
|
nonce?: number | undefined;
|
|
53954
|
+
type?: "eip4844" | undefined;
|
|
53949
53955
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53950
53956
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53951
53957
|
kzg?: undefined;
|
|
@@ -53967,9 +53973,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53967
53973
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53968
53974
|
value?: bigint | undefined;
|
|
53969
53975
|
dataSuffix?: `0x${string}` | undefined;
|
|
53970
|
-
type?: "eip4844" | undefined;
|
|
53971
53976
|
gas?: bigint | undefined;
|
|
53972
53977
|
nonce?: number | undefined;
|
|
53978
|
+
type?: "eip4844" | undefined;
|
|
53973
53979
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53974
53980
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53975
53981
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53991,9 +53997,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53991
53997
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53992
53998
|
value?: bigint | undefined;
|
|
53993
53999
|
dataSuffix?: `0x${string}` | undefined;
|
|
53994
|
-
type?: "eip7702" | undefined;
|
|
53995
54000
|
gas?: bigint | undefined;
|
|
53996
54001
|
nonce?: number | undefined;
|
|
54002
|
+
type?: "eip7702" | undefined;
|
|
53997
54003
|
blobs?: undefined;
|
|
53998
54004
|
blobVersionedHashes?: undefined;
|
|
53999
54005
|
kzg?: undefined;
|
|
@@ -54007,15 +54013,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54007
54013
|
chainId?: number | undefined;
|
|
54008
54014
|
connector?: wagmi0.Connector | undefined;
|
|
54009
54015
|
};
|
|
54010
|
-
isError: false;
|
|
54011
54016
|
isIdle: false;
|
|
54012
|
-
isPending: false;
|
|
54013
|
-
isSuccess: true;
|
|
54014
54017
|
reset: () => void;
|
|
54015
54018
|
context: unknown;
|
|
54016
|
-
failureCount: number;
|
|
54017
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
54018
|
-
isPaused: boolean;
|
|
54019
54019
|
submittedAt: number;
|
|
54020
54020
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54021
54021
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -55012,16 +55012,16 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55012
55012
|
error: null;
|
|
55013
55013
|
data: undefined;
|
|
55014
55014
|
status: "idle";
|
|
55015
|
-
variables: undefined;
|
|
55016
55015
|
isError: false;
|
|
55017
|
-
isIdle: true;
|
|
55018
55016
|
isPending: false;
|
|
55019
55017
|
isSuccess: false;
|
|
55020
|
-
reset: () => void;
|
|
55021
|
-
context: unknown;
|
|
55022
55018
|
failureCount: number;
|
|
55023
55019
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55024
55020
|
isPaused: boolean;
|
|
55021
|
+
variables: undefined;
|
|
55022
|
+
isIdle: true;
|
|
55023
|
+
reset: () => void;
|
|
55024
|
+
context: unknown;
|
|
55025
55025
|
submittedAt: number;
|
|
55026
55026
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55027
55027
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -55039,6 +55039,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55039
55039
|
error: null;
|
|
55040
55040
|
data: undefined;
|
|
55041
55041
|
status: "pending";
|
|
55042
|
+
isError: false;
|
|
55043
|
+
isPending: true;
|
|
55044
|
+
isSuccess: false;
|
|
55045
|
+
failureCount: number;
|
|
55046
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55047
|
+
isPaused: boolean;
|
|
55042
55048
|
variables: {
|
|
55043
55049
|
abi: abitype0.Abi;
|
|
55044
55050
|
functionName: string;
|
|
@@ -55048,9 +55054,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55048
55054
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55049
55055
|
value?: bigint | undefined;
|
|
55050
55056
|
dataSuffix?: `0x${string}` | undefined;
|
|
55051
|
-
type?: "legacy" | undefined;
|
|
55052
55057
|
gas?: bigint | undefined;
|
|
55053
55058
|
nonce?: number | undefined;
|
|
55059
|
+
type?: "legacy" | undefined;
|
|
55054
55060
|
blobs?: undefined;
|
|
55055
55061
|
blobVersionedHashes?: undefined;
|
|
55056
55062
|
kzg?: undefined;
|
|
@@ -55072,9 +55078,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55072
55078
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55073
55079
|
value?: bigint | undefined;
|
|
55074
55080
|
dataSuffix?: `0x${string}` | undefined;
|
|
55075
|
-
type?: "eip2930" | undefined;
|
|
55076
55081
|
gas?: bigint | undefined;
|
|
55077
55082
|
nonce?: number | undefined;
|
|
55083
|
+
type?: "eip2930" | undefined;
|
|
55078
55084
|
blobs?: undefined;
|
|
55079
55085
|
blobVersionedHashes?: undefined;
|
|
55080
55086
|
kzg?: undefined;
|
|
@@ -55096,9 +55102,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55096
55102
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55097
55103
|
value?: bigint | undefined;
|
|
55098
55104
|
dataSuffix?: `0x${string}` | undefined;
|
|
55099
|
-
type?: "eip1559" | undefined;
|
|
55100
55105
|
gas?: bigint | undefined;
|
|
55101
55106
|
nonce?: number | undefined;
|
|
55107
|
+
type?: "eip1559" | undefined;
|
|
55102
55108
|
blobs?: undefined;
|
|
55103
55109
|
blobVersionedHashes?: undefined;
|
|
55104
55110
|
kzg?: undefined;
|
|
@@ -55120,9 +55126,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55120
55126
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55121
55127
|
value?: bigint | undefined;
|
|
55122
55128
|
dataSuffix?: `0x${string}` | undefined;
|
|
55123
|
-
type?: "eip4844" | undefined;
|
|
55124
55129
|
gas?: bigint | undefined;
|
|
55125
55130
|
nonce?: number | undefined;
|
|
55131
|
+
type?: "eip4844" | undefined;
|
|
55126
55132
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
55127
55133
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
55128
55134
|
kzg?: undefined;
|
|
@@ -55144,9 +55150,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55144
55150
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55145
55151
|
value?: bigint | undefined;
|
|
55146
55152
|
dataSuffix?: `0x${string}` | undefined;
|
|
55147
|
-
type?: "eip4844" | undefined;
|
|
55148
55153
|
gas?: bigint | undefined;
|
|
55149
55154
|
nonce?: number | undefined;
|
|
55155
|
+
type?: "eip4844" | undefined;
|
|
55150
55156
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
55151
55157
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55152
55158
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -55168,9 +55174,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55168
55174
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55169
55175
|
value?: bigint | undefined;
|
|
55170
55176
|
dataSuffix?: `0x${string}` | undefined;
|
|
55171
|
-
type?: "eip7702" | undefined;
|
|
55172
55177
|
gas?: bigint | undefined;
|
|
55173
55178
|
nonce?: number | undefined;
|
|
55179
|
+
type?: "eip7702" | undefined;
|
|
55174
55180
|
blobs?: undefined;
|
|
55175
55181
|
blobVersionedHashes?: undefined;
|
|
55176
55182
|
kzg?: undefined;
|
|
@@ -55184,15 +55190,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55184
55190
|
chainId?: number | undefined;
|
|
55185
55191
|
connector?: wagmi0.Connector | undefined;
|
|
55186
55192
|
};
|
|
55187
|
-
isError: false;
|
|
55188
55193
|
isIdle: false;
|
|
55189
|
-
isPending: true;
|
|
55190
|
-
isSuccess: false;
|
|
55191
55194
|
reset: () => void;
|
|
55192
55195
|
context: unknown;
|
|
55193
|
-
failureCount: number;
|
|
55194
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55195
|
-
isPaused: boolean;
|
|
55196
55196
|
submittedAt: number;
|
|
55197
55197
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55198
55198
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -55210,6 +55210,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55210
55210
|
error: _wagmi_core0.WriteContractErrorType;
|
|
55211
55211
|
data: undefined;
|
|
55212
55212
|
status: "error";
|
|
55213
|
+
isError: true;
|
|
55214
|
+
isPending: false;
|
|
55215
|
+
isSuccess: false;
|
|
55216
|
+
failureCount: number;
|
|
55217
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55218
|
+
isPaused: boolean;
|
|
55213
55219
|
variables: {
|
|
55214
55220
|
abi: abitype0.Abi;
|
|
55215
55221
|
functionName: string;
|
|
@@ -55219,9 +55225,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55219
55225
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55220
55226
|
value?: bigint | undefined;
|
|
55221
55227
|
dataSuffix?: `0x${string}` | undefined;
|
|
55222
|
-
type?: "legacy" | undefined;
|
|
55223
55228
|
gas?: bigint | undefined;
|
|
55224
55229
|
nonce?: number | undefined;
|
|
55230
|
+
type?: "legacy" | undefined;
|
|
55225
55231
|
blobs?: undefined;
|
|
55226
55232
|
blobVersionedHashes?: undefined;
|
|
55227
55233
|
kzg?: undefined;
|
|
@@ -55243,9 +55249,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55243
55249
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55244
55250
|
value?: bigint | undefined;
|
|
55245
55251
|
dataSuffix?: `0x${string}` | undefined;
|
|
55246
|
-
type?: "eip2930" | undefined;
|
|
55247
55252
|
gas?: bigint | undefined;
|
|
55248
55253
|
nonce?: number | undefined;
|
|
55254
|
+
type?: "eip2930" | undefined;
|
|
55249
55255
|
blobs?: undefined;
|
|
55250
55256
|
blobVersionedHashes?: undefined;
|
|
55251
55257
|
kzg?: undefined;
|
|
@@ -55267,9 +55273,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55267
55273
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55268
55274
|
value?: bigint | undefined;
|
|
55269
55275
|
dataSuffix?: `0x${string}` | undefined;
|
|
55270
|
-
type?: "eip1559" | undefined;
|
|
55271
55276
|
gas?: bigint | undefined;
|
|
55272
55277
|
nonce?: number | undefined;
|
|
55278
|
+
type?: "eip1559" | undefined;
|
|
55273
55279
|
blobs?: undefined;
|
|
55274
55280
|
blobVersionedHashes?: undefined;
|
|
55275
55281
|
kzg?: undefined;
|
|
@@ -55291,9 +55297,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55291
55297
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55292
55298
|
value?: bigint | undefined;
|
|
55293
55299
|
dataSuffix?: `0x${string}` | undefined;
|
|
55294
|
-
type?: "eip4844" | undefined;
|
|
55295
55300
|
gas?: bigint | undefined;
|
|
55296
55301
|
nonce?: number | undefined;
|
|
55302
|
+
type?: "eip4844" | undefined;
|
|
55297
55303
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
55298
55304
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
55299
55305
|
kzg?: undefined;
|
|
@@ -55315,9 +55321,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55315
55321
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55316
55322
|
value?: bigint | undefined;
|
|
55317
55323
|
dataSuffix?: `0x${string}` | undefined;
|
|
55318
|
-
type?: "eip4844" | undefined;
|
|
55319
55324
|
gas?: bigint | undefined;
|
|
55320
55325
|
nonce?: number | undefined;
|
|
55326
|
+
type?: "eip4844" | undefined;
|
|
55321
55327
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
55322
55328
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55323
55329
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -55339,9 +55345,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55339
55345
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55340
55346
|
value?: bigint | undefined;
|
|
55341
55347
|
dataSuffix?: `0x${string}` | undefined;
|
|
55342
|
-
type?: "eip7702" | undefined;
|
|
55343
55348
|
gas?: bigint | undefined;
|
|
55344
55349
|
nonce?: number | undefined;
|
|
55350
|
+
type?: "eip7702" | undefined;
|
|
55345
55351
|
blobs?: undefined;
|
|
55346
55352
|
blobVersionedHashes?: undefined;
|
|
55347
55353
|
kzg?: undefined;
|
|
@@ -55355,15 +55361,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55355
55361
|
chainId?: number | undefined;
|
|
55356
55362
|
connector?: wagmi0.Connector | undefined;
|
|
55357
55363
|
};
|
|
55358
|
-
isError: true;
|
|
55359
55364
|
isIdle: false;
|
|
55360
|
-
isPending: false;
|
|
55361
|
-
isSuccess: false;
|
|
55362
55365
|
reset: () => void;
|
|
55363
55366
|
context: unknown;
|
|
55364
|
-
failureCount: number;
|
|
55365
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55366
|
-
isPaused: boolean;
|
|
55367
55367
|
submittedAt: number;
|
|
55368
55368
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55369
55369
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -55381,6 +55381,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55381
55381
|
error: null;
|
|
55382
55382
|
data: `0x${string}`;
|
|
55383
55383
|
status: "success";
|
|
55384
|
+
isError: false;
|
|
55385
|
+
isPending: false;
|
|
55386
|
+
isSuccess: true;
|
|
55387
|
+
failureCount: number;
|
|
55388
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55389
|
+
isPaused: boolean;
|
|
55384
55390
|
variables: {
|
|
55385
55391
|
abi: abitype0.Abi;
|
|
55386
55392
|
functionName: string;
|
|
@@ -55390,9 +55396,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55390
55396
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55391
55397
|
value?: bigint | undefined;
|
|
55392
55398
|
dataSuffix?: `0x${string}` | undefined;
|
|
55393
|
-
type?: "legacy" | undefined;
|
|
55394
55399
|
gas?: bigint | undefined;
|
|
55395
55400
|
nonce?: number | undefined;
|
|
55401
|
+
type?: "legacy" | undefined;
|
|
55396
55402
|
blobs?: undefined;
|
|
55397
55403
|
blobVersionedHashes?: undefined;
|
|
55398
55404
|
kzg?: undefined;
|
|
@@ -55414,9 +55420,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55414
55420
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55415
55421
|
value?: bigint | undefined;
|
|
55416
55422
|
dataSuffix?: `0x${string}` | undefined;
|
|
55417
|
-
type?: "eip2930" | undefined;
|
|
55418
55423
|
gas?: bigint | undefined;
|
|
55419
55424
|
nonce?: number | undefined;
|
|
55425
|
+
type?: "eip2930" | undefined;
|
|
55420
55426
|
blobs?: undefined;
|
|
55421
55427
|
blobVersionedHashes?: undefined;
|
|
55422
55428
|
kzg?: undefined;
|
|
@@ -55438,9 +55444,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55438
55444
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55439
55445
|
value?: bigint | undefined;
|
|
55440
55446
|
dataSuffix?: `0x${string}` | undefined;
|
|
55441
|
-
type?: "eip1559" | undefined;
|
|
55442
55447
|
gas?: bigint | undefined;
|
|
55443
55448
|
nonce?: number | undefined;
|
|
55449
|
+
type?: "eip1559" | undefined;
|
|
55444
55450
|
blobs?: undefined;
|
|
55445
55451
|
blobVersionedHashes?: undefined;
|
|
55446
55452
|
kzg?: undefined;
|
|
@@ -55462,9 +55468,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55462
55468
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55463
55469
|
value?: bigint | undefined;
|
|
55464
55470
|
dataSuffix?: `0x${string}` | undefined;
|
|
55465
|
-
type?: "eip4844" | undefined;
|
|
55466
55471
|
gas?: bigint | undefined;
|
|
55467
55472
|
nonce?: number | undefined;
|
|
55473
|
+
type?: "eip4844" | undefined;
|
|
55468
55474
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
55469
55475
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
55470
55476
|
kzg?: undefined;
|
|
@@ -55486,9 +55492,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55486
55492
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55487
55493
|
value?: bigint | undefined;
|
|
55488
55494
|
dataSuffix?: `0x${string}` | undefined;
|
|
55489
|
-
type?: "eip4844" | undefined;
|
|
55490
55495
|
gas?: bigint | undefined;
|
|
55491
55496
|
nonce?: number | undefined;
|
|
55497
|
+
type?: "eip4844" | undefined;
|
|
55492
55498
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
55493
55499
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55494
55500
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -55510,9 +55516,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55510
55516
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55511
55517
|
value?: bigint | undefined;
|
|
55512
55518
|
dataSuffix?: `0x${string}` | undefined;
|
|
55513
|
-
type?: "eip7702" | undefined;
|
|
55514
55519
|
gas?: bigint | undefined;
|
|
55515
55520
|
nonce?: number | undefined;
|
|
55521
|
+
type?: "eip7702" | undefined;
|
|
55516
55522
|
blobs?: undefined;
|
|
55517
55523
|
blobVersionedHashes?: undefined;
|
|
55518
55524
|
kzg?: undefined;
|
|
@@ -55526,15 +55532,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55526
55532
|
chainId?: number | undefined;
|
|
55527
55533
|
connector?: wagmi0.Connector | undefined;
|
|
55528
55534
|
};
|
|
55529
|
-
isError: false;
|
|
55530
55535
|
isIdle: false;
|
|
55531
|
-
isPending: false;
|
|
55532
|
-
isSuccess: true;
|
|
55533
55536
|
reset: () => void;
|
|
55534
55537
|
context: unknown;
|
|
55535
|
-
failureCount: number;
|
|
55536
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55537
|
-
isPaused: boolean;
|
|
55538
55538
|
submittedAt: number;
|
|
55539
55539
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55540
55540
|
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
@@ -97776,4 +97776,4 @@ declare const useLens: () => {
|
|
|
97776
97776
|
};
|
|
97777
97777
|
//#endregion
|
|
97778
97778
|
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-
|
|
97779
|
+
//# sourceMappingURL=client-CEtNglT8.d.cts.map
|