timelock-sdk 0.0.193 → 0.0.195
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-djFGt-F6.d.cts → client-BPSH9Qlw.d.cts} +95 -95
- package/dist/{client-BOnQ_PaH.d.ts → client-DjkHbXra.d.ts} +700 -700
- package/dist/client.cjs +2 -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 +2 -2
- package/dist/client.js.map +1 -1
- package/dist/{optionUtils-Bx5iAwn6.js → optionUtils-3iti3bSY.js} +14 -11
- package/dist/optionUtils-3iti3bSY.js.map +1 -0
- package/dist/{optionUtils-Cj8yps5O.cjs → optionUtils-C65WRbDm.cjs} +14 -11
- package/dist/optionUtils-C65WRbDm.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-Bx5iAwn6.js.map +0 -1
- package/dist/optionUtils-Cj8yps5O.cjs.map +0 -1
|
@@ -49372,7 +49372,7 @@ declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_re
|
|
|
49372
49372
|
type Amount = {
|
|
49373
49373
|
scaled: bigint;
|
|
49374
49374
|
unscaled: Big;
|
|
49375
|
-
|
|
49375
|
+
scalingFactor: bigint;
|
|
49376
49376
|
formatted: string;
|
|
49377
49377
|
};
|
|
49378
49378
|
declare const zero: Amount;
|
|
@@ -49382,7 +49382,7 @@ declare const wrapPrice: (scaled: bigint, decimals0: number, decimals1: number)
|
|
|
49382
49382
|
declare const wrapPriceUnscaled: (unscaled: Big | number | string, decimals0: number, decimals1: number) => Amount;
|
|
49383
49383
|
declare const unscaleAmount: (scaled: bigint, decimals: number) => Big.Big;
|
|
49384
49384
|
declare const scaleAmount: (unscaled: Big | number | string, decimals: number) => bigint;
|
|
49385
|
-
declare const unscalePrice: (scaled: bigint, decimals0: number, decimals1: number
|
|
49385
|
+
declare const unscalePrice: (scaled: bigint, decimals0: number, decimals1: number) => Big.Big;
|
|
49386
49386
|
declare const scalePrice: (unscaled: Big | number | string, decimals0: number, decimals1: number, precision?: number) => bigint;
|
|
49387
49387
|
declare const formatAmount: (value?: Big | number | string) => string;
|
|
49388
49388
|
declare const formatVagueAmount: (value: Big | number | bigint | string, fractionDigits?: number) => string;
|
|
@@ -52580,8 +52580,8 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
|
|
|
52580
52580
|
//#endregion
|
|
52581
52581
|
//#region src/hooks/guardian/usePauseGlobalTrading.d.ts
|
|
52582
52582
|
declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
52583
|
-
error: null;
|
|
52584
52583
|
data: undefined;
|
|
52584
|
+
error: null;
|
|
52585
52585
|
status: "idle";
|
|
52586
52586
|
isError: false;
|
|
52587
52587
|
isPending: false;
|
|
@@ -52599,8 +52599,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52599
52599
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52600
52600
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52601
52601
|
} | {
|
|
52602
|
-
error: null;
|
|
52603
52602
|
data: undefined;
|
|
52603
|
+
error: null;
|
|
52604
52604
|
status: "pending";
|
|
52605
52605
|
isError: false;
|
|
52606
52606
|
isPending: true;
|
|
@@ -52617,9 +52617,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52617
52617
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52618
52618
|
value?: bigint | undefined;
|
|
52619
52619
|
dataSuffix?: `0x${string}` | undefined;
|
|
52620
|
-
type?: "legacy" | undefined;
|
|
52621
52620
|
gas?: bigint | undefined;
|
|
52622
52621
|
nonce?: number | undefined;
|
|
52622
|
+
type?: "legacy" | undefined;
|
|
52623
52623
|
blobs?: undefined;
|
|
52624
52624
|
blobVersionedHashes?: undefined;
|
|
52625
52625
|
kzg?: undefined;
|
|
@@ -52641,9 +52641,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52641
52641
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52642
52642
|
value?: bigint | undefined;
|
|
52643
52643
|
dataSuffix?: `0x${string}` | undefined;
|
|
52644
|
-
type?: "eip2930" | undefined;
|
|
52645
52644
|
gas?: bigint | undefined;
|
|
52646
52645
|
nonce?: number | undefined;
|
|
52646
|
+
type?: "eip2930" | undefined;
|
|
52647
52647
|
blobs?: undefined;
|
|
52648
52648
|
blobVersionedHashes?: undefined;
|
|
52649
52649
|
kzg?: undefined;
|
|
@@ -52665,9 +52665,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52665
52665
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52666
52666
|
value?: bigint | undefined;
|
|
52667
52667
|
dataSuffix?: `0x${string}` | undefined;
|
|
52668
|
-
type?: "eip1559" | undefined;
|
|
52669
52668
|
gas?: bigint | undefined;
|
|
52670
52669
|
nonce?: number | undefined;
|
|
52670
|
+
type?: "eip1559" | undefined;
|
|
52671
52671
|
blobs?: undefined;
|
|
52672
52672
|
blobVersionedHashes?: undefined;
|
|
52673
52673
|
kzg?: undefined;
|
|
@@ -52689,9 +52689,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52689
52689
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52690
52690
|
value?: bigint | undefined;
|
|
52691
52691
|
dataSuffix?: `0x${string}` | undefined;
|
|
52692
|
-
type?: "eip4844" | undefined;
|
|
52693
52692
|
gas?: bigint | undefined;
|
|
52694
52693
|
nonce?: number | undefined;
|
|
52694
|
+
type?: "eip4844" | undefined;
|
|
52695
52695
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
52696
52696
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
52697
52697
|
kzg?: undefined;
|
|
@@ -52713,9 +52713,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52713
52713
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52714
52714
|
value?: bigint | undefined;
|
|
52715
52715
|
dataSuffix?: `0x${string}` | undefined;
|
|
52716
|
-
type?: "eip4844" | undefined;
|
|
52717
52716
|
gas?: bigint | undefined;
|
|
52718
52717
|
nonce?: number | undefined;
|
|
52718
|
+
type?: "eip4844" | undefined;
|
|
52719
52719
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
52720
52720
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52721
52721
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -52737,9 +52737,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52737
52737
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52738
52738
|
value?: bigint | undefined;
|
|
52739
52739
|
dataSuffix?: `0x${string}` | undefined;
|
|
52740
|
-
type?: "eip7702" | undefined;
|
|
52741
52740
|
gas?: bigint | undefined;
|
|
52742
52741
|
nonce?: number | undefined;
|
|
52742
|
+
type?: "eip7702" | undefined;
|
|
52743
52743
|
blobs?: undefined;
|
|
52744
52744
|
blobVersionedHashes?: undefined;
|
|
52745
52745
|
kzg?: undefined;
|
|
@@ -52762,8 +52762,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52762
52762
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52763
52763
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52764
52764
|
} | {
|
|
52765
|
-
error: _wagmi_core0.WriteContractErrorType;
|
|
52766
52765
|
data: undefined;
|
|
52766
|
+
error: _wagmi_core0.WriteContractErrorType;
|
|
52767
52767
|
status: "error";
|
|
52768
52768
|
isError: true;
|
|
52769
52769
|
isPending: false;
|
|
@@ -52780,9 +52780,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52780
52780
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52781
52781
|
value?: bigint | undefined;
|
|
52782
52782
|
dataSuffix?: `0x${string}` | undefined;
|
|
52783
|
-
type?: "legacy" | undefined;
|
|
52784
52783
|
gas?: bigint | undefined;
|
|
52785
52784
|
nonce?: number | undefined;
|
|
52785
|
+
type?: "legacy" | undefined;
|
|
52786
52786
|
blobs?: undefined;
|
|
52787
52787
|
blobVersionedHashes?: undefined;
|
|
52788
52788
|
kzg?: undefined;
|
|
@@ -52804,9 +52804,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52804
52804
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52805
52805
|
value?: bigint | undefined;
|
|
52806
52806
|
dataSuffix?: `0x${string}` | undefined;
|
|
52807
|
-
type?: "eip2930" | undefined;
|
|
52808
52807
|
gas?: bigint | undefined;
|
|
52809
52808
|
nonce?: number | undefined;
|
|
52809
|
+
type?: "eip2930" | undefined;
|
|
52810
52810
|
blobs?: undefined;
|
|
52811
52811
|
blobVersionedHashes?: undefined;
|
|
52812
52812
|
kzg?: undefined;
|
|
@@ -52828,9 +52828,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52828
52828
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52829
52829
|
value?: bigint | undefined;
|
|
52830
52830
|
dataSuffix?: `0x${string}` | undefined;
|
|
52831
|
-
type?: "eip1559" | undefined;
|
|
52832
52831
|
gas?: bigint | undefined;
|
|
52833
52832
|
nonce?: number | undefined;
|
|
52833
|
+
type?: "eip1559" | undefined;
|
|
52834
52834
|
blobs?: undefined;
|
|
52835
52835
|
blobVersionedHashes?: undefined;
|
|
52836
52836
|
kzg?: undefined;
|
|
@@ -52852,9 +52852,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52852
52852
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52853
52853
|
value?: bigint | undefined;
|
|
52854
52854
|
dataSuffix?: `0x${string}` | undefined;
|
|
52855
|
-
type?: "eip4844" | undefined;
|
|
52856
52855
|
gas?: bigint | undefined;
|
|
52857
52856
|
nonce?: number | undefined;
|
|
52857
|
+
type?: "eip4844" | undefined;
|
|
52858
52858
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
52859
52859
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
52860
52860
|
kzg?: undefined;
|
|
@@ -52876,9 +52876,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52876
52876
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52877
52877
|
value?: bigint | undefined;
|
|
52878
52878
|
dataSuffix?: `0x${string}` | undefined;
|
|
52879
|
-
type?: "eip4844" | undefined;
|
|
52880
52879
|
gas?: bigint | undefined;
|
|
52881
52880
|
nonce?: number | undefined;
|
|
52881
|
+
type?: "eip4844" | undefined;
|
|
52882
52882
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
52883
52883
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52884
52884
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -52900,9 +52900,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52900
52900
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52901
52901
|
value?: bigint | undefined;
|
|
52902
52902
|
dataSuffix?: `0x${string}` | undefined;
|
|
52903
|
-
type?: "eip7702" | undefined;
|
|
52904
52903
|
gas?: bigint | undefined;
|
|
52905
52904
|
nonce?: number | undefined;
|
|
52905
|
+
type?: "eip7702" | undefined;
|
|
52906
52906
|
blobs?: undefined;
|
|
52907
52907
|
blobVersionedHashes?: undefined;
|
|
52908
52908
|
kzg?: undefined;
|
|
@@ -52925,8 +52925,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52925
52925
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52926
52926
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52927
52927
|
} | {
|
|
52928
|
-
error: null;
|
|
52929
52928
|
data: `0x${string}`;
|
|
52929
|
+
error: null;
|
|
52930
52930
|
status: "success";
|
|
52931
52931
|
isError: false;
|
|
52932
52932
|
isPending: false;
|
|
@@ -52943,9 +52943,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52943
52943
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52944
52944
|
value?: bigint | undefined;
|
|
52945
52945
|
dataSuffix?: `0x${string}` | undefined;
|
|
52946
|
-
type?: "legacy" | undefined;
|
|
52947
52946
|
gas?: bigint | undefined;
|
|
52948
52947
|
nonce?: number | undefined;
|
|
52948
|
+
type?: "legacy" | undefined;
|
|
52949
52949
|
blobs?: undefined;
|
|
52950
52950
|
blobVersionedHashes?: undefined;
|
|
52951
52951
|
kzg?: undefined;
|
|
@@ -52967,9 +52967,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52967
52967
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52968
52968
|
value?: bigint | undefined;
|
|
52969
52969
|
dataSuffix?: `0x${string}` | undefined;
|
|
52970
|
-
type?: "eip2930" | undefined;
|
|
52971
52970
|
gas?: bigint | undefined;
|
|
52972
52971
|
nonce?: number | undefined;
|
|
52972
|
+
type?: "eip2930" | undefined;
|
|
52973
52973
|
blobs?: undefined;
|
|
52974
52974
|
blobVersionedHashes?: undefined;
|
|
52975
52975
|
kzg?: undefined;
|
|
@@ -52991,9 +52991,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52991
52991
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
52992
52992
|
value?: bigint | undefined;
|
|
52993
52993
|
dataSuffix?: `0x${string}` | undefined;
|
|
52994
|
-
type?: "eip1559" | undefined;
|
|
52995
52994
|
gas?: bigint | undefined;
|
|
52996
52995
|
nonce?: number | undefined;
|
|
52996
|
+
type?: "eip1559" | undefined;
|
|
52997
52997
|
blobs?: undefined;
|
|
52998
52998
|
blobVersionedHashes?: undefined;
|
|
52999
52999
|
kzg?: undefined;
|
|
@@ -53015,9 +53015,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53015
53015
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53016
53016
|
value?: bigint | undefined;
|
|
53017
53017
|
dataSuffix?: `0x${string}` | undefined;
|
|
53018
|
-
type?: "eip4844" | undefined;
|
|
53019
53018
|
gas?: bigint | undefined;
|
|
53020
53019
|
nonce?: number | undefined;
|
|
53020
|
+
type?: "eip4844" | undefined;
|
|
53021
53021
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53022
53022
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53023
53023
|
kzg?: undefined;
|
|
@@ -53039,9 +53039,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53039
53039
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53040
53040
|
value?: bigint | undefined;
|
|
53041
53041
|
dataSuffix?: `0x${string}` | undefined;
|
|
53042
|
-
type?: "eip4844" | undefined;
|
|
53043
53042
|
gas?: bigint | undefined;
|
|
53044
53043
|
nonce?: number | undefined;
|
|
53044
|
+
type?: "eip4844" | undefined;
|
|
53045
53045
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53046
53046
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53047
53047
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53063,9 +53063,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53063
53063
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53064
53064
|
value?: bigint | undefined;
|
|
53065
53065
|
dataSuffix?: `0x${string}` | undefined;
|
|
53066
|
-
type?: "eip7702" | undefined;
|
|
53067
53066
|
gas?: bigint | undefined;
|
|
53068
53067
|
nonce?: number | undefined;
|
|
53068
|
+
type?: "eip7702" | undefined;
|
|
53069
53069
|
blobs?: undefined;
|
|
53070
53070
|
blobVersionedHashes?: undefined;
|
|
53071
53071
|
kzg?: undefined;
|
|
@@ -53091,8 +53091,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53091
53091
|
//#endregion
|
|
53092
53092
|
//#region src/hooks/guardian/usePauseMarketTrading.d.ts
|
|
53093
53093
|
declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
53094
|
-
error: null;
|
|
53095
53094
|
data: undefined;
|
|
53095
|
+
error: null;
|
|
53096
53096
|
status: "idle";
|
|
53097
53097
|
isError: false;
|
|
53098
53098
|
isPending: false;
|
|
@@ -53110,8 +53110,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53110
53110
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53111
53111
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53112
53112
|
} | {
|
|
53113
|
-
error: null;
|
|
53114
53113
|
data: undefined;
|
|
53114
|
+
error: null;
|
|
53115
53115
|
status: "pending";
|
|
53116
53116
|
isError: false;
|
|
53117
53117
|
isPending: true;
|
|
@@ -53128,9 +53128,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53128
53128
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53129
53129
|
value?: bigint | undefined;
|
|
53130
53130
|
dataSuffix?: `0x${string}` | undefined;
|
|
53131
|
-
type?: "legacy" | undefined;
|
|
53132
53131
|
gas?: bigint | undefined;
|
|
53133
53132
|
nonce?: number | undefined;
|
|
53133
|
+
type?: "legacy" | undefined;
|
|
53134
53134
|
blobs?: undefined;
|
|
53135
53135
|
blobVersionedHashes?: undefined;
|
|
53136
53136
|
kzg?: undefined;
|
|
@@ -53152,9 +53152,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53152
53152
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53153
53153
|
value?: bigint | undefined;
|
|
53154
53154
|
dataSuffix?: `0x${string}` | undefined;
|
|
53155
|
-
type?: "eip2930" | undefined;
|
|
53156
53155
|
gas?: bigint | undefined;
|
|
53157
53156
|
nonce?: number | undefined;
|
|
53157
|
+
type?: "eip2930" | undefined;
|
|
53158
53158
|
blobs?: undefined;
|
|
53159
53159
|
blobVersionedHashes?: undefined;
|
|
53160
53160
|
kzg?: undefined;
|
|
@@ -53176,9 +53176,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53176
53176
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53177
53177
|
value?: bigint | undefined;
|
|
53178
53178
|
dataSuffix?: `0x${string}` | undefined;
|
|
53179
|
-
type?: "eip1559" | undefined;
|
|
53180
53179
|
gas?: bigint | undefined;
|
|
53181
53180
|
nonce?: number | undefined;
|
|
53181
|
+
type?: "eip1559" | undefined;
|
|
53182
53182
|
blobs?: undefined;
|
|
53183
53183
|
blobVersionedHashes?: undefined;
|
|
53184
53184
|
kzg?: undefined;
|
|
@@ -53200,9 +53200,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53200
53200
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53201
53201
|
value?: bigint | undefined;
|
|
53202
53202
|
dataSuffix?: `0x${string}` | undefined;
|
|
53203
|
-
type?: "eip4844" | undefined;
|
|
53204
53203
|
gas?: bigint | undefined;
|
|
53205
53204
|
nonce?: number | undefined;
|
|
53205
|
+
type?: "eip4844" | undefined;
|
|
53206
53206
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53207
53207
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53208
53208
|
kzg?: undefined;
|
|
@@ -53224,9 +53224,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53224
53224
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53225
53225
|
value?: bigint | undefined;
|
|
53226
53226
|
dataSuffix?: `0x${string}` | undefined;
|
|
53227
|
-
type?: "eip4844" | undefined;
|
|
53228
53227
|
gas?: bigint | undefined;
|
|
53229
53228
|
nonce?: number | undefined;
|
|
53229
|
+
type?: "eip4844" | undefined;
|
|
53230
53230
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53231
53231
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53232
53232
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53248,9 +53248,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53248
53248
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53249
53249
|
value?: bigint | undefined;
|
|
53250
53250
|
dataSuffix?: `0x${string}` | undefined;
|
|
53251
|
-
type?: "eip7702" | undefined;
|
|
53252
53251
|
gas?: bigint | undefined;
|
|
53253
53252
|
nonce?: number | undefined;
|
|
53253
|
+
type?: "eip7702" | undefined;
|
|
53254
53254
|
blobs?: undefined;
|
|
53255
53255
|
blobVersionedHashes?: undefined;
|
|
53256
53256
|
kzg?: undefined;
|
|
@@ -53273,8 +53273,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53273
53273
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53274
53274
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53275
53275
|
} | {
|
|
53276
|
-
error: _wagmi_core0.WriteContractErrorType;
|
|
53277
53276
|
data: undefined;
|
|
53277
|
+
error: _wagmi_core0.WriteContractErrorType;
|
|
53278
53278
|
status: "error";
|
|
53279
53279
|
isError: true;
|
|
53280
53280
|
isPending: false;
|
|
@@ -53291,9 +53291,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53291
53291
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53292
53292
|
value?: bigint | undefined;
|
|
53293
53293
|
dataSuffix?: `0x${string}` | undefined;
|
|
53294
|
-
type?: "legacy" | undefined;
|
|
53295
53294
|
gas?: bigint | undefined;
|
|
53296
53295
|
nonce?: number | undefined;
|
|
53296
|
+
type?: "legacy" | undefined;
|
|
53297
53297
|
blobs?: undefined;
|
|
53298
53298
|
blobVersionedHashes?: undefined;
|
|
53299
53299
|
kzg?: undefined;
|
|
@@ -53315,9 +53315,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53315
53315
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53316
53316
|
value?: bigint | undefined;
|
|
53317
53317
|
dataSuffix?: `0x${string}` | undefined;
|
|
53318
|
-
type?: "eip2930" | undefined;
|
|
53319
53318
|
gas?: bigint | undefined;
|
|
53320
53319
|
nonce?: number | undefined;
|
|
53320
|
+
type?: "eip2930" | undefined;
|
|
53321
53321
|
blobs?: undefined;
|
|
53322
53322
|
blobVersionedHashes?: undefined;
|
|
53323
53323
|
kzg?: undefined;
|
|
@@ -53339,9 +53339,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53339
53339
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53340
53340
|
value?: bigint | undefined;
|
|
53341
53341
|
dataSuffix?: `0x${string}` | undefined;
|
|
53342
|
-
type?: "eip1559" | undefined;
|
|
53343
53342
|
gas?: bigint | undefined;
|
|
53344
53343
|
nonce?: number | undefined;
|
|
53344
|
+
type?: "eip1559" | undefined;
|
|
53345
53345
|
blobs?: undefined;
|
|
53346
53346
|
blobVersionedHashes?: undefined;
|
|
53347
53347
|
kzg?: undefined;
|
|
@@ -53363,9 +53363,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53363
53363
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53364
53364
|
value?: bigint | undefined;
|
|
53365
53365
|
dataSuffix?: `0x${string}` | undefined;
|
|
53366
|
-
type?: "eip4844" | undefined;
|
|
53367
53366
|
gas?: bigint | undefined;
|
|
53368
53367
|
nonce?: number | undefined;
|
|
53368
|
+
type?: "eip4844" | undefined;
|
|
53369
53369
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53370
53370
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53371
53371
|
kzg?: undefined;
|
|
@@ -53387,9 +53387,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53387
53387
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53388
53388
|
value?: bigint | undefined;
|
|
53389
53389
|
dataSuffix?: `0x${string}` | undefined;
|
|
53390
|
-
type?: "eip4844" | undefined;
|
|
53391
53390
|
gas?: bigint | undefined;
|
|
53392
53391
|
nonce?: number | undefined;
|
|
53392
|
+
type?: "eip4844" | undefined;
|
|
53393
53393
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53394
53394
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53395
53395
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53411,9 +53411,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53411
53411
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53412
53412
|
value?: bigint | undefined;
|
|
53413
53413
|
dataSuffix?: `0x${string}` | undefined;
|
|
53414
|
-
type?: "eip7702" | undefined;
|
|
53415
53414
|
gas?: bigint | undefined;
|
|
53416
53415
|
nonce?: number | undefined;
|
|
53416
|
+
type?: "eip7702" | undefined;
|
|
53417
53417
|
blobs?: undefined;
|
|
53418
53418
|
blobVersionedHashes?: undefined;
|
|
53419
53419
|
kzg?: undefined;
|
|
@@ -53436,8 +53436,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53436
53436
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53437
53437
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53438
53438
|
} | {
|
|
53439
|
-
error: null;
|
|
53440
53439
|
data: `0x${string}`;
|
|
53440
|
+
error: null;
|
|
53441
53441
|
status: "success";
|
|
53442
53442
|
isError: false;
|
|
53443
53443
|
isPending: false;
|
|
@@ -53454,9 +53454,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53454
53454
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53455
53455
|
value?: bigint | undefined;
|
|
53456
53456
|
dataSuffix?: `0x${string}` | undefined;
|
|
53457
|
-
type?: "legacy" | undefined;
|
|
53458
53457
|
gas?: bigint | undefined;
|
|
53459
53458
|
nonce?: number | undefined;
|
|
53459
|
+
type?: "legacy" | undefined;
|
|
53460
53460
|
blobs?: undefined;
|
|
53461
53461
|
blobVersionedHashes?: undefined;
|
|
53462
53462
|
kzg?: undefined;
|
|
@@ -53478,9 +53478,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53478
53478
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53479
53479
|
value?: bigint | undefined;
|
|
53480
53480
|
dataSuffix?: `0x${string}` | undefined;
|
|
53481
|
-
type?: "eip2930" | undefined;
|
|
53482
53481
|
gas?: bigint | undefined;
|
|
53483
53482
|
nonce?: number | undefined;
|
|
53483
|
+
type?: "eip2930" | undefined;
|
|
53484
53484
|
blobs?: undefined;
|
|
53485
53485
|
blobVersionedHashes?: undefined;
|
|
53486
53486
|
kzg?: undefined;
|
|
@@ -53502,9 +53502,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53502
53502
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53503
53503
|
value?: bigint | undefined;
|
|
53504
53504
|
dataSuffix?: `0x${string}` | undefined;
|
|
53505
|
-
type?: "eip1559" | undefined;
|
|
53506
53505
|
gas?: bigint | undefined;
|
|
53507
53506
|
nonce?: number | undefined;
|
|
53507
|
+
type?: "eip1559" | undefined;
|
|
53508
53508
|
blobs?: undefined;
|
|
53509
53509
|
blobVersionedHashes?: undefined;
|
|
53510
53510
|
kzg?: undefined;
|
|
@@ -53526,9 +53526,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53526
53526
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53527
53527
|
value?: bigint | undefined;
|
|
53528
53528
|
dataSuffix?: `0x${string}` | undefined;
|
|
53529
|
-
type?: "eip4844" | undefined;
|
|
53530
53529
|
gas?: bigint | undefined;
|
|
53531
53530
|
nonce?: number | undefined;
|
|
53531
|
+
type?: "eip4844" | undefined;
|
|
53532
53532
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53533
53533
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53534
53534
|
kzg?: undefined;
|
|
@@ -53550,9 +53550,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53550
53550
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53551
53551
|
value?: bigint | undefined;
|
|
53552
53552
|
dataSuffix?: `0x${string}` | undefined;
|
|
53553
|
-
type?: "eip4844" | undefined;
|
|
53554
53553
|
gas?: bigint | undefined;
|
|
53555
53554
|
nonce?: number | undefined;
|
|
53555
|
+
type?: "eip4844" | undefined;
|
|
53556
53556
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53557
53557
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53558
53558
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53574,9 +53574,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53574
53574
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53575
53575
|
value?: bigint | undefined;
|
|
53576
53576
|
dataSuffix?: `0x${string}` | undefined;
|
|
53577
|
-
type?: "eip7702" | undefined;
|
|
53578
53577
|
gas?: bigint | undefined;
|
|
53579
53578
|
nonce?: number | undefined;
|
|
53579
|
+
type?: "eip7702" | undefined;
|
|
53580
53580
|
blobs?: undefined;
|
|
53581
53581
|
blobVersionedHashes?: undefined;
|
|
53582
53582
|
kzg?: undefined;
|
|
@@ -53611,8 +53611,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
|
|
|
53611
53611
|
//#endregion
|
|
53612
53612
|
//#region src/hooks/fees/useUpdateMarketFees.d.ts
|
|
53613
53613
|
declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
53614
|
-
error: null;
|
|
53615
53614
|
data: undefined;
|
|
53615
|
+
error: null;
|
|
53616
53616
|
status: "idle";
|
|
53617
53617
|
isError: false;
|
|
53618
53618
|
isPending: false;
|
|
@@ -53640,8 +53640,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53640
53640
|
newFeeStrategy: `0x${string}`;
|
|
53641
53641
|
}>;
|
|
53642
53642
|
} | {
|
|
53643
|
-
error: null;
|
|
53644
53643
|
data: undefined;
|
|
53644
|
+
error: null;
|
|
53645
53645
|
status: "pending";
|
|
53646
53646
|
isError: false;
|
|
53647
53647
|
isPending: true;
|
|
@@ -53658,9 +53658,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53658
53658
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53659
53659
|
value?: bigint | undefined;
|
|
53660
53660
|
dataSuffix?: `0x${string}` | undefined;
|
|
53661
|
-
type?: "legacy" | undefined;
|
|
53662
53661
|
gas?: bigint | undefined;
|
|
53663
53662
|
nonce?: number | undefined;
|
|
53663
|
+
type?: "legacy" | undefined;
|
|
53664
53664
|
blobs?: undefined;
|
|
53665
53665
|
blobVersionedHashes?: undefined;
|
|
53666
53666
|
kzg?: undefined;
|
|
@@ -53682,9 +53682,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53682
53682
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53683
53683
|
value?: bigint | undefined;
|
|
53684
53684
|
dataSuffix?: `0x${string}` | undefined;
|
|
53685
|
-
type?: "eip2930" | undefined;
|
|
53686
53685
|
gas?: bigint | undefined;
|
|
53687
53686
|
nonce?: number | undefined;
|
|
53687
|
+
type?: "eip2930" | undefined;
|
|
53688
53688
|
blobs?: undefined;
|
|
53689
53689
|
blobVersionedHashes?: undefined;
|
|
53690
53690
|
kzg?: undefined;
|
|
@@ -53706,9 +53706,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53706
53706
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53707
53707
|
value?: bigint | undefined;
|
|
53708
53708
|
dataSuffix?: `0x${string}` | undefined;
|
|
53709
|
-
type?: "eip1559" | undefined;
|
|
53710
53709
|
gas?: bigint | undefined;
|
|
53711
53710
|
nonce?: number | undefined;
|
|
53711
|
+
type?: "eip1559" | undefined;
|
|
53712
53712
|
blobs?: undefined;
|
|
53713
53713
|
blobVersionedHashes?: undefined;
|
|
53714
53714
|
kzg?: undefined;
|
|
@@ -53730,9 +53730,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53730
53730
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53731
53731
|
value?: bigint | undefined;
|
|
53732
53732
|
dataSuffix?: `0x${string}` | undefined;
|
|
53733
|
-
type?: "eip4844" | undefined;
|
|
53734
53733
|
gas?: bigint | undefined;
|
|
53735
53734
|
nonce?: number | undefined;
|
|
53735
|
+
type?: "eip4844" | undefined;
|
|
53736
53736
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53737
53737
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53738
53738
|
kzg?: undefined;
|
|
@@ -53754,9 +53754,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53754
53754
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53755
53755
|
value?: bigint | undefined;
|
|
53756
53756
|
dataSuffix?: `0x${string}` | undefined;
|
|
53757
|
-
type?: "eip4844" | undefined;
|
|
53758
53757
|
gas?: bigint | undefined;
|
|
53759
53758
|
nonce?: number | undefined;
|
|
53759
|
+
type?: "eip4844" | undefined;
|
|
53760
53760
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53761
53761
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53762
53762
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53778,9 +53778,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53778
53778
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53779
53779
|
value?: bigint | undefined;
|
|
53780
53780
|
dataSuffix?: `0x${string}` | undefined;
|
|
53781
|
-
type?: "eip7702" | undefined;
|
|
53782
53781
|
gas?: bigint | undefined;
|
|
53783
53782
|
nonce?: number | undefined;
|
|
53783
|
+
type?: "eip7702" | undefined;
|
|
53784
53784
|
blobs?: undefined;
|
|
53785
53785
|
blobVersionedHashes?: undefined;
|
|
53786
53786
|
kzg?: undefined;
|
|
@@ -53813,8 +53813,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53813
53813
|
newFeeStrategy: `0x${string}`;
|
|
53814
53814
|
}>;
|
|
53815
53815
|
} | {
|
|
53816
|
-
error: _wagmi_core0.WriteContractErrorType;
|
|
53817
53816
|
data: undefined;
|
|
53817
|
+
error: _wagmi_core0.WriteContractErrorType;
|
|
53818
53818
|
status: "error";
|
|
53819
53819
|
isError: true;
|
|
53820
53820
|
isPending: false;
|
|
@@ -53831,9 +53831,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53831
53831
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53832
53832
|
value?: bigint | undefined;
|
|
53833
53833
|
dataSuffix?: `0x${string}` | undefined;
|
|
53834
|
-
type?: "legacy" | undefined;
|
|
53835
53834
|
gas?: bigint | undefined;
|
|
53836
53835
|
nonce?: number | undefined;
|
|
53836
|
+
type?: "legacy" | undefined;
|
|
53837
53837
|
blobs?: undefined;
|
|
53838
53838
|
blobVersionedHashes?: undefined;
|
|
53839
53839
|
kzg?: undefined;
|
|
@@ -53855,9 +53855,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53855
53855
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53856
53856
|
value?: bigint | undefined;
|
|
53857
53857
|
dataSuffix?: `0x${string}` | undefined;
|
|
53858
|
-
type?: "eip2930" | undefined;
|
|
53859
53858
|
gas?: bigint | undefined;
|
|
53860
53859
|
nonce?: number | undefined;
|
|
53860
|
+
type?: "eip2930" | undefined;
|
|
53861
53861
|
blobs?: undefined;
|
|
53862
53862
|
blobVersionedHashes?: undefined;
|
|
53863
53863
|
kzg?: undefined;
|
|
@@ -53879,9 +53879,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53879
53879
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53880
53880
|
value?: bigint | undefined;
|
|
53881
53881
|
dataSuffix?: `0x${string}` | undefined;
|
|
53882
|
-
type?: "eip1559" | undefined;
|
|
53883
53882
|
gas?: bigint | undefined;
|
|
53884
53883
|
nonce?: number | undefined;
|
|
53884
|
+
type?: "eip1559" | undefined;
|
|
53885
53885
|
blobs?: undefined;
|
|
53886
53886
|
blobVersionedHashes?: undefined;
|
|
53887
53887
|
kzg?: undefined;
|
|
@@ -53903,9 +53903,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53903
53903
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53904
53904
|
value?: bigint | undefined;
|
|
53905
53905
|
dataSuffix?: `0x${string}` | undefined;
|
|
53906
|
-
type?: "eip4844" | undefined;
|
|
53907
53906
|
gas?: bigint | undefined;
|
|
53908
53907
|
nonce?: number | undefined;
|
|
53908
|
+
type?: "eip4844" | undefined;
|
|
53909
53909
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
53910
53910
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
53911
53911
|
kzg?: undefined;
|
|
@@ -53927,9 +53927,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53927
53927
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53928
53928
|
value?: bigint | undefined;
|
|
53929
53929
|
dataSuffix?: `0x${string}` | undefined;
|
|
53930
|
-
type?: "eip4844" | undefined;
|
|
53931
53930
|
gas?: bigint | undefined;
|
|
53932
53931
|
nonce?: number | undefined;
|
|
53932
|
+
type?: "eip4844" | undefined;
|
|
53933
53933
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
53934
53934
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53935
53935
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -53951,9 +53951,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53951
53951
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
53952
53952
|
value?: bigint | undefined;
|
|
53953
53953
|
dataSuffix?: `0x${string}` | undefined;
|
|
53954
|
-
type?: "eip7702" | undefined;
|
|
53955
53954
|
gas?: bigint | undefined;
|
|
53956
53955
|
nonce?: number | undefined;
|
|
53956
|
+
type?: "eip7702" | undefined;
|
|
53957
53957
|
blobs?: undefined;
|
|
53958
53958
|
blobVersionedHashes?: undefined;
|
|
53959
53959
|
kzg?: undefined;
|
|
@@ -53986,8 +53986,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53986
53986
|
newFeeStrategy: `0x${string}`;
|
|
53987
53987
|
}>;
|
|
53988
53988
|
} | {
|
|
53989
|
-
error: null;
|
|
53990
53989
|
data: `0x${string}`;
|
|
53990
|
+
error: null;
|
|
53991
53991
|
status: "success";
|
|
53992
53992
|
isError: false;
|
|
53993
53993
|
isPending: false;
|
|
@@ -54004,9 +54004,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54004
54004
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
54005
54005
|
value?: bigint | undefined;
|
|
54006
54006
|
dataSuffix?: `0x${string}` | undefined;
|
|
54007
|
-
type?: "legacy" | undefined;
|
|
54008
54007
|
gas?: bigint | undefined;
|
|
54009
54008
|
nonce?: number | undefined;
|
|
54009
|
+
type?: "legacy" | undefined;
|
|
54010
54010
|
blobs?: undefined;
|
|
54011
54011
|
blobVersionedHashes?: undefined;
|
|
54012
54012
|
kzg?: undefined;
|
|
@@ -54028,9 +54028,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54028
54028
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
54029
54029
|
value?: bigint | undefined;
|
|
54030
54030
|
dataSuffix?: `0x${string}` | undefined;
|
|
54031
|
-
type?: "eip2930" | undefined;
|
|
54032
54031
|
gas?: bigint | undefined;
|
|
54033
54032
|
nonce?: number | undefined;
|
|
54033
|
+
type?: "eip2930" | undefined;
|
|
54034
54034
|
blobs?: undefined;
|
|
54035
54035
|
blobVersionedHashes?: undefined;
|
|
54036
54036
|
kzg?: undefined;
|
|
@@ -54052,9 +54052,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54052
54052
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
54053
54053
|
value?: bigint | undefined;
|
|
54054
54054
|
dataSuffix?: `0x${string}` | undefined;
|
|
54055
|
-
type?: "eip1559" | undefined;
|
|
54056
54055
|
gas?: bigint | undefined;
|
|
54057
54056
|
nonce?: number | undefined;
|
|
54057
|
+
type?: "eip1559" | undefined;
|
|
54058
54058
|
blobs?: undefined;
|
|
54059
54059
|
blobVersionedHashes?: undefined;
|
|
54060
54060
|
kzg?: undefined;
|
|
@@ -54076,9 +54076,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54076
54076
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
54077
54077
|
value?: bigint | undefined;
|
|
54078
54078
|
dataSuffix?: `0x${string}` | undefined;
|
|
54079
|
-
type?: "eip4844" | undefined;
|
|
54080
54079
|
gas?: bigint | undefined;
|
|
54081
54080
|
nonce?: number | undefined;
|
|
54081
|
+
type?: "eip4844" | undefined;
|
|
54082
54082
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
54083
54083
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
54084
54084
|
kzg?: undefined;
|
|
@@ -54100,9 +54100,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54100
54100
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
54101
54101
|
value?: bigint | undefined;
|
|
54102
54102
|
dataSuffix?: `0x${string}` | undefined;
|
|
54103
|
-
type?: "eip4844" | undefined;
|
|
54104
54103
|
gas?: bigint | undefined;
|
|
54105
54104
|
nonce?: number | undefined;
|
|
54105
|
+
type?: "eip4844" | undefined;
|
|
54106
54106
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
54107
54107
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
54108
54108
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -54124,9 +54124,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54124
54124
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
54125
54125
|
value?: bigint | undefined;
|
|
54126
54126
|
dataSuffix?: `0x${string}` | undefined;
|
|
54127
|
-
type?: "eip7702" | undefined;
|
|
54128
54127
|
gas?: bigint | undefined;
|
|
54129
54128
|
nonce?: number | undefined;
|
|
54129
|
+
type?: "eip7702" | undefined;
|
|
54130
54130
|
blobs?: undefined;
|
|
54131
54131
|
blobVersionedHashes?: undefined;
|
|
54132
54132
|
kzg?: undefined;
|
|
@@ -55140,8 +55140,8 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
|
|
|
55140
55140
|
//#endregion
|
|
55141
55141
|
//#region src/hooks/pricing/useUpdateMarketPricing.d.ts
|
|
55142
55142
|
declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
55143
|
-
error: null;
|
|
55144
55143
|
data: undefined;
|
|
55144
|
+
error: null;
|
|
55145
55145
|
status: "idle";
|
|
55146
55146
|
isError: false;
|
|
55147
55147
|
isPending: false;
|
|
@@ -55155,8 +55155,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55155
55155
|
context: unknown;
|
|
55156
55156
|
submittedAt: number;
|
|
55157
55157
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55158
|
-
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55159
55158
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55159
|
+
writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55160
55160
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55161
55161
|
model: "static";
|
|
55162
55162
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55167,8 +55167,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55167
55167
|
newPricingAddr: `0x${string}`;
|
|
55168
55168
|
}>;
|
|
55169
55169
|
} | {
|
|
55170
|
-
error: null;
|
|
55171
55170
|
data: undefined;
|
|
55171
|
+
error: null;
|
|
55172
55172
|
status: "pending";
|
|
55173
55173
|
isError: false;
|
|
55174
55174
|
isPending: true;
|
|
@@ -55185,9 +55185,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55185
55185
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55186
55186
|
value?: bigint | undefined;
|
|
55187
55187
|
dataSuffix?: `0x${string}` | undefined;
|
|
55188
|
-
type?: "legacy" | undefined;
|
|
55189
55188
|
gas?: bigint | undefined;
|
|
55190
55189
|
nonce?: number | undefined;
|
|
55190
|
+
type?: "legacy" | undefined;
|
|
55191
55191
|
blobs?: undefined;
|
|
55192
55192
|
blobVersionedHashes?: undefined;
|
|
55193
55193
|
kzg?: undefined;
|
|
@@ -55209,9 +55209,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55209
55209
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55210
55210
|
value?: bigint | undefined;
|
|
55211
55211
|
dataSuffix?: `0x${string}` | undefined;
|
|
55212
|
-
type?: "eip2930" | undefined;
|
|
55213
55212
|
gas?: bigint | undefined;
|
|
55214
55213
|
nonce?: number | undefined;
|
|
55214
|
+
type?: "eip2930" | undefined;
|
|
55215
55215
|
blobs?: undefined;
|
|
55216
55216
|
blobVersionedHashes?: undefined;
|
|
55217
55217
|
kzg?: undefined;
|
|
@@ -55233,9 +55233,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55233
55233
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55234
55234
|
value?: bigint | undefined;
|
|
55235
55235
|
dataSuffix?: `0x${string}` | undefined;
|
|
55236
|
-
type?: "eip1559" | undefined;
|
|
55237
55236
|
gas?: bigint | undefined;
|
|
55238
55237
|
nonce?: number | undefined;
|
|
55238
|
+
type?: "eip1559" | undefined;
|
|
55239
55239
|
blobs?: undefined;
|
|
55240
55240
|
blobVersionedHashes?: undefined;
|
|
55241
55241
|
kzg?: undefined;
|
|
@@ -55257,9 +55257,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55257
55257
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55258
55258
|
value?: bigint | undefined;
|
|
55259
55259
|
dataSuffix?: `0x${string}` | undefined;
|
|
55260
|
-
type?: "eip4844" | undefined;
|
|
55261
55260
|
gas?: bigint | undefined;
|
|
55262
55261
|
nonce?: number | undefined;
|
|
55262
|
+
type?: "eip4844" | undefined;
|
|
55263
55263
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
55264
55264
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
55265
55265
|
kzg?: undefined;
|
|
@@ -55281,9 +55281,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55281
55281
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55282
55282
|
value?: bigint | undefined;
|
|
55283
55283
|
dataSuffix?: `0x${string}` | undefined;
|
|
55284
|
-
type?: "eip4844" | undefined;
|
|
55285
55284
|
gas?: bigint | undefined;
|
|
55286
55285
|
nonce?: number | undefined;
|
|
55286
|
+
type?: "eip4844" | undefined;
|
|
55287
55287
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
55288
55288
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55289
55289
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -55305,9 +55305,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55305
55305
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55306
55306
|
value?: bigint | undefined;
|
|
55307
55307
|
dataSuffix?: `0x${string}` | undefined;
|
|
55308
|
-
type?: "eip7702" | undefined;
|
|
55309
55308
|
gas?: bigint | undefined;
|
|
55310
55309
|
nonce?: number | undefined;
|
|
55310
|
+
type?: "eip7702" | undefined;
|
|
55311
55311
|
blobs?: undefined;
|
|
55312
55312
|
blobVersionedHashes?: undefined;
|
|
55313
55313
|
kzg?: undefined;
|
|
@@ -55326,8 +55326,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55326
55326
|
context: unknown;
|
|
55327
55327
|
submittedAt: number;
|
|
55328
55328
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55329
|
-
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55330
55329
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55330
|
+
writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55331
55331
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55332
55332
|
model: "static";
|
|
55333
55333
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55338,8 +55338,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55338
55338
|
newPricingAddr: `0x${string}`;
|
|
55339
55339
|
}>;
|
|
55340
55340
|
} | {
|
|
55341
|
-
error: _wagmi_core0.WriteContractErrorType;
|
|
55342
55341
|
data: undefined;
|
|
55342
|
+
error: _wagmi_core0.WriteContractErrorType;
|
|
55343
55343
|
status: "error";
|
|
55344
55344
|
isError: true;
|
|
55345
55345
|
isPending: false;
|
|
@@ -55356,9 +55356,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55356
55356
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55357
55357
|
value?: bigint | undefined;
|
|
55358
55358
|
dataSuffix?: `0x${string}` | undefined;
|
|
55359
|
-
type?: "legacy" | undefined;
|
|
55360
55359
|
gas?: bigint | undefined;
|
|
55361
55360
|
nonce?: number | undefined;
|
|
55361
|
+
type?: "legacy" | undefined;
|
|
55362
55362
|
blobs?: undefined;
|
|
55363
55363
|
blobVersionedHashes?: undefined;
|
|
55364
55364
|
kzg?: undefined;
|
|
@@ -55380,9 +55380,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55380
55380
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55381
55381
|
value?: bigint | undefined;
|
|
55382
55382
|
dataSuffix?: `0x${string}` | undefined;
|
|
55383
|
-
type?: "eip2930" | undefined;
|
|
55384
55383
|
gas?: bigint | undefined;
|
|
55385
55384
|
nonce?: number | undefined;
|
|
55385
|
+
type?: "eip2930" | undefined;
|
|
55386
55386
|
blobs?: undefined;
|
|
55387
55387
|
blobVersionedHashes?: undefined;
|
|
55388
55388
|
kzg?: undefined;
|
|
@@ -55404,9 +55404,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55404
55404
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55405
55405
|
value?: bigint | undefined;
|
|
55406
55406
|
dataSuffix?: `0x${string}` | undefined;
|
|
55407
|
-
type?: "eip1559" | undefined;
|
|
55408
55407
|
gas?: bigint | undefined;
|
|
55409
55408
|
nonce?: number | undefined;
|
|
55409
|
+
type?: "eip1559" | undefined;
|
|
55410
55410
|
blobs?: undefined;
|
|
55411
55411
|
blobVersionedHashes?: undefined;
|
|
55412
55412
|
kzg?: undefined;
|
|
@@ -55428,9 +55428,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55428
55428
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55429
55429
|
value?: bigint | undefined;
|
|
55430
55430
|
dataSuffix?: `0x${string}` | undefined;
|
|
55431
|
-
type?: "eip4844" | undefined;
|
|
55432
55431
|
gas?: bigint | undefined;
|
|
55433
55432
|
nonce?: number | undefined;
|
|
55433
|
+
type?: "eip4844" | undefined;
|
|
55434
55434
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
55435
55435
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
55436
55436
|
kzg?: undefined;
|
|
@@ -55452,9 +55452,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55452
55452
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55453
55453
|
value?: bigint | undefined;
|
|
55454
55454
|
dataSuffix?: `0x${string}` | undefined;
|
|
55455
|
-
type?: "eip4844" | undefined;
|
|
55456
55455
|
gas?: bigint | undefined;
|
|
55457
55456
|
nonce?: number | undefined;
|
|
55457
|
+
type?: "eip4844" | undefined;
|
|
55458
55458
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
55459
55459
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55460
55460
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -55476,9 +55476,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55476
55476
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55477
55477
|
value?: bigint | undefined;
|
|
55478
55478
|
dataSuffix?: `0x${string}` | undefined;
|
|
55479
|
-
type?: "eip7702" | undefined;
|
|
55480
55479
|
gas?: bigint | undefined;
|
|
55481
55480
|
nonce?: number | undefined;
|
|
55481
|
+
type?: "eip7702" | undefined;
|
|
55482
55482
|
blobs?: undefined;
|
|
55483
55483
|
blobVersionedHashes?: undefined;
|
|
55484
55484
|
kzg?: undefined;
|
|
@@ -55497,8 +55497,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55497
55497
|
context: unknown;
|
|
55498
55498
|
submittedAt: number;
|
|
55499
55499
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55500
|
-
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55501
55500
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55501
|
+
writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55502
55502
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55503
55503
|
model: "static";
|
|
55504
55504
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55509,8 +55509,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55509
55509
|
newPricingAddr: `0x${string}`;
|
|
55510
55510
|
}>;
|
|
55511
55511
|
} | {
|
|
55512
|
-
error: null;
|
|
55513
55512
|
data: `0x${string}`;
|
|
55513
|
+
error: null;
|
|
55514
55514
|
status: "success";
|
|
55515
55515
|
isError: false;
|
|
55516
55516
|
isPending: false;
|
|
@@ -55527,9 +55527,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55527
55527
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55528
55528
|
value?: bigint | undefined;
|
|
55529
55529
|
dataSuffix?: `0x${string}` | undefined;
|
|
55530
|
-
type?: "legacy" | undefined;
|
|
55531
55530
|
gas?: bigint | undefined;
|
|
55532
55531
|
nonce?: number | undefined;
|
|
55532
|
+
type?: "legacy" | undefined;
|
|
55533
55533
|
blobs?: undefined;
|
|
55534
55534
|
blobVersionedHashes?: undefined;
|
|
55535
55535
|
kzg?: undefined;
|
|
@@ -55551,9 +55551,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55551
55551
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55552
55552
|
value?: bigint | undefined;
|
|
55553
55553
|
dataSuffix?: `0x${string}` | undefined;
|
|
55554
|
-
type?: "eip2930" | undefined;
|
|
55555
55554
|
gas?: bigint | undefined;
|
|
55556
55555
|
nonce?: number | undefined;
|
|
55556
|
+
type?: "eip2930" | undefined;
|
|
55557
55557
|
blobs?: undefined;
|
|
55558
55558
|
blobVersionedHashes?: undefined;
|
|
55559
55559
|
kzg?: undefined;
|
|
@@ -55575,9 +55575,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55575
55575
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55576
55576
|
value?: bigint | undefined;
|
|
55577
55577
|
dataSuffix?: `0x${string}` | undefined;
|
|
55578
|
-
type?: "eip1559" | undefined;
|
|
55579
55578
|
gas?: bigint | undefined;
|
|
55580
55579
|
nonce?: number | undefined;
|
|
55580
|
+
type?: "eip1559" | undefined;
|
|
55581
55581
|
blobs?: undefined;
|
|
55582
55582
|
blobVersionedHashes?: undefined;
|
|
55583
55583
|
kzg?: undefined;
|
|
@@ -55599,9 +55599,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55599
55599
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55600
55600
|
value?: bigint | undefined;
|
|
55601
55601
|
dataSuffix?: `0x${string}` | undefined;
|
|
55602
|
-
type?: "eip4844" | undefined;
|
|
55603
55602
|
gas?: bigint | undefined;
|
|
55604
55603
|
nonce?: number | undefined;
|
|
55604
|
+
type?: "eip4844" | undefined;
|
|
55605
55605
|
blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
|
|
55606
55606
|
blobVersionedHashes: readonly viem491.Hex[];
|
|
55607
55607
|
kzg?: undefined;
|
|
@@ -55623,9 +55623,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55623
55623
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55624
55624
|
value?: bigint | undefined;
|
|
55625
55625
|
dataSuffix?: `0x${string}` | undefined;
|
|
55626
|
-
type?: "eip4844" | undefined;
|
|
55627
55626
|
gas?: bigint | undefined;
|
|
55628
55627
|
nonce?: number | undefined;
|
|
55628
|
+
type?: "eip4844" | undefined;
|
|
55629
55629
|
blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
|
|
55630
55630
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55631
55631
|
kzg?: viem491.Kzg | undefined;
|
|
@@ -55647,9 +55647,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55647
55647
|
account?: `0x${string}` | viem491.Account | null | undefined;
|
|
55648
55648
|
value?: bigint | undefined;
|
|
55649
55649
|
dataSuffix?: `0x${string}` | undefined;
|
|
55650
|
-
type?: "eip7702" | undefined;
|
|
55651
55650
|
gas?: bigint | undefined;
|
|
55652
55651
|
nonce?: number | undefined;
|
|
55652
|
+
type?: "eip7702" | undefined;
|
|
55653
55653
|
blobs?: undefined;
|
|
55654
55654
|
blobVersionedHashes?: undefined;
|
|
55655
55655
|
kzg?: undefined;
|
|
@@ -55668,8 +55668,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55668
55668
|
context: unknown;
|
|
55669
55669
|
submittedAt: number;
|
|
55670
55670
|
mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55671
|
-
mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55672
55671
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55672
|
+
writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55673
55673
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55674
55674
|
model: "static";
|
|
55675
55675
|
} : Partial<OptionPricingParams> & {
|
|
@@ -98004,4 +98004,4 @@ declare const useLens: () => {
|
|
|
98004
98004
|
};
|
|
98005
98005
|
//#endregion
|
|
98006
98006
|
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 };
|
|
98007
|
-
//# sourceMappingURL=client-
|
|
98007
|
+
//# sourceMappingURL=client-BPSH9Qlw.d.cts.map
|