timelock-sdk 0.0.185 → 0.0.187

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.
@@ -52456,16 +52456,16 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52456
52456
  data: undefined;
52457
52457
  error: null;
52458
52458
  status: "idle";
52459
+ variables: undefined;
52459
52460
  isError: false;
52461
+ isIdle: true;
52460
52462
  isPending: false;
52461
52463
  isSuccess: false;
52464
+ reset: () => void;
52465
+ context: unknown;
52462
52466
  failureCount: number;
52463
52467
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52464
52468
  isPaused: boolean;
52465
- variables: undefined;
52466
- isIdle: true;
52467
- reset: () => void;
52468
- context: unknown;
52469
52469
  submittedAt: number;
52470
52470
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52471
52471
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52473,12 +52473,6 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52473
52473
  data: undefined;
52474
52474
  error: null;
52475
52475
  status: "pending";
52476
- isError: false;
52477
- isPending: true;
52478
- isSuccess: false;
52479
- failureCount: number;
52480
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52481
- isPaused: boolean;
52482
52476
  variables: {
52483
52477
  abi: abitype0.Abi;
52484
52478
  functionName: string;
@@ -52488,9 +52482,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52488
52482
  account?: `0x${string}` | viem491.Account | null | undefined;
52489
52483
  value?: bigint | undefined;
52490
52484
  dataSuffix?: `0x${string}` | undefined;
52485
+ type?: "legacy" | undefined;
52491
52486
  gas?: bigint | undefined;
52492
52487
  nonce?: number | undefined;
52493
- type?: "legacy" | undefined;
52494
52488
  blobs?: undefined;
52495
52489
  blobVersionedHashes?: undefined;
52496
52490
  kzg?: undefined;
@@ -52512,9 +52506,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52512
52506
  account?: `0x${string}` | viem491.Account | null | undefined;
52513
52507
  value?: bigint | undefined;
52514
52508
  dataSuffix?: `0x${string}` | undefined;
52509
+ type?: "eip2930" | undefined;
52515
52510
  gas?: bigint | undefined;
52516
52511
  nonce?: number | undefined;
52517
- type?: "eip2930" | undefined;
52518
52512
  blobs?: undefined;
52519
52513
  blobVersionedHashes?: undefined;
52520
52514
  kzg?: undefined;
@@ -52536,9 +52530,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52536
52530
  account?: `0x${string}` | viem491.Account | null | undefined;
52537
52531
  value?: bigint | undefined;
52538
52532
  dataSuffix?: `0x${string}` | undefined;
52533
+ type?: "eip1559" | undefined;
52539
52534
  gas?: bigint | undefined;
52540
52535
  nonce?: number | undefined;
52541
- type?: "eip1559" | undefined;
52542
52536
  blobs?: undefined;
52543
52537
  blobVersionedHashes?: undefined;
52544
52538
  kzg?: undefined;
@@ -52560,9 +52554,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52560
52554
  account?: `0x${string}` | viem491.Account | null | undefined;
52561
52555
  value?: bigint | undefined;
52562
52556
  dataSuffix?: `0x${string}` | undefined;
52557
+ type?: "eip4844" | undefined;
52563
52558
  gas?: bigint | undefined;
52564
52559
  nonce?: number | undefined;
52565
- type?: "eip4844" | undefined;
52566
52560
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52567
52561
  blobVersionedHashes: readonly viem491.Hex[];
52568
52562
  kzg?: undefined;
@@ -52584,9 +52578,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52584
52578
  account?: `0x${string}` | viem491.Account | null | undefined;
52585
52579
  value?: bigint | undefined;
52586
52580
  dataSuffix?: `0x${string}` | undefined;
52581
+ type?: "eip4844" | undefined;
52587
52582
  gas?: bigint | undefined;
52588
52583
  nonce?: number | undefined;
52589
- type?: "eip4844" | undefined;
52590
52584
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52591
52585
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52592
52586
  kzg?: viem491.Kzg | undefined;
@@ -52608,9 +52602,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52608
52602
  account?: `0x${string}` | viem491.Account | null | undefined;
52609
52603
  value?: bigint | undefined;
52610
52604
  dataSuffix?: `0x${string}` | undefined;
52605
+ type?: "eip7702" | undefined;
52611
52606
  gas?: bigint | undefined;
52612
52607
  nonce?: number | undefined;
52613
- type?: "eip7702" | undefined;
52614
52608
  blobs?: undefined;
52615
52609
  blobVersionedHashes?: undefined;
52616
52610
  kzg?: undefined;
@@ -52624,9 +52618,15 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52624
52618
  chainId?: number | undefined;
52625
52619
  connector?: wagmi0.Connector | undefined;
52626
52620
  };
52621
+ isError: false;
52627
52622
  isIdle: false;
52623
+ isPending: true;
52624
+ isSuccess: false;
52628
52625
  reset: () => void;
52629
52626
  context: unknown;
52627
+ failureCount: number;
52628
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52629
+ isPaused: boolean;
52630
52630
  submittedAt: number;
52631
52631
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52632
52632
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52634,12 +52634,6 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52634
52634
  data: undefined;
52635
52635
  error: _wagmi_core0.WriteContractErrorType;
52636
52636
  status: "error";
52637
- isError: true;
52638
- isPending: false;
52639
- isSuccess: false;
52640
- failureCount: number;
52641
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52642
- isPaused: boolean;
52643
52637
  variables: {
52644
52638
  abi: abitype0.Abi;
52645
52639
  functionName: string;
@@ -52649,9 +52643,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52649
52643
  account?: `0x${string}` | viem491.Account | null | undefined;
52650
52644
  value?: bigint | undefined;
52651
52645
  dataSuffix?: `0x${string}` | undefined;
52646
+ type?: "legacy" | undefined;
52652
52647
  gas?: bigint | undefined;
52653
52648
  nonce?: number | undefined;
52654
- type?: "legacy" | undefined;
52655
52649
  blobs?: undefined;
52656
52650
  blobVersionedHashes?: undefined;
52657
52651
  kzg?: undefined;
@@ -52673,9 +52667,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52673
52667
  account?: `0x${string}` | viem491.Account | null | undefined;
52674
52668
  value?: bigint | undefined;
52675
52669
  dataSuffix?: `0x${string}` | undefined;
52670
+ type?: "eip2930" | undefined;
52676
52671
  gas?: bigint | undefined;
52677
52672
  nonce?: number | undefined;
52678
- type?: "eip2930" | undefined;
52679
52673
  blobs?: undefined;
52680
52674
  blobVersionedHashes?: undefined;
52681
52675
  kzg?: undefined;
@@ -52697,9 +52691,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52697
52691
  account?: `0x${string}` | viem491.Account | null | undefined;
52698
52692
  value?: bigint | undefined;
52699
52693
  dataSuffix?: `0x${string}` | undefined;
52694
+ type?: "eip1559" | undefined;
52700
52695
  gas?: bigint | undefined;
52701
52696
  nonce?: number | undefined;
52702
- type?: "eip1559" | undefined;
52703
52697
  blobs?: undefined;
52704
52698
  blobVersionedHashes?: undefined;
52705
52699
  kzg?: undefined;
@@ -52721,9 +52715,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52721
52715
  account?: `0x${string}` | viem491.Account | null | undefined;
52722
52716
  value?: bigint | undefined;
52723
52717
  dataSuffix?: `0x${string}` | undefined;
52718
+ type?: "eip4844" | undefined;
52724
52719
  gas?: bigint | undefined;
52725
52720
  nonce?: number | undefined;
52726
- type?: "eip4844" | undefined;
52727
52721
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52728
52722
  blobVersionedHashes: readonly viem491.Hex[];
52729
52723
  kzg?: undefined;
@@ -52745,9 +52739,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52745
52739
  account?: `0x${string}` | viem491.Account | null | undefined;
52746
52740
  value?: bigint | undefined;
52747
52741
  dataSuffix?: `0x${string}` | undefined;
52742
+ type?: "eip4844" | undefined;
52748
52743
  gas?: bigint | undefined;
52749
52744
  nonce?: number | undefined;
52750
- type?: "eip4844" | undefined;
52751
52745
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52752
52746
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52753
52747
  kzg?: viem491.Kzg | undefined;
@@ -52769,9 +52763,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52769
52763
  account?: `0x${string}` | viem491.Account | null | undefined;
52770
52764
  value?: bigint | undefined;
52771
52765
  dataSuffix?: `0x${string}` | undefined;
52766
+ type?: "eip7702" | undefined;
52772
52767
  gas?: bigint | undefined;
52773
52768
  nonce?: number | undefined;
52774
- type?: "eip7702" | undefined;
52775
52769
  blobs?: undefined;
52776
52770
  blobVersionedHashes?: undefined;
52777
52771
  kzg?: undefined;
@@ -52785,9 +52779,15 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52785
52779
  chainId?: number | undefined;
52786
52780
  connector?: wagmi0.Connector | undefined;
52787
52781
  };
52782
+ isError: true;
52788
52783
  isIdle: false;
52784
+ isPending: false;
52785
+ isSuccess: false;
52789
52786
  reset: () => void;
52790
52787
  context: unknown;
52788
+ failureCount: number;
52789
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52790
+ isPaused: boolean;
52791
52791
  submittedAt: number;
52792
52792
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52793
52793
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52795,12 +52795,6 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52795
52795
  data: `0x${string}`;
52796
52796
  error: null;
52797
52797
  status: "success";
52798
- isError: false;
52799
- isPending: false;
52800
- isSuccess: true;
52801
- failureCount: number;
52802
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52803
- isPaused: boolean;
52804
52798
  variables: {
52805
52799
  abi: abitype0.Abi;
52806
52800
  functionName: string;
@@ -52810,9 +52804,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52810
52804
  account?: `0x${string}` | viem491.Account | null | undefined;
52811
52805
  value?: bigint | undefined;
52812
52806
  dataSuffix?: `0x${string}` | undefined;
52807
+ type?: "legacy" | undefined;
52813
52808
  gas?: bigint | undefined;
52814
52809
  nonce?: number | undefined;
52815
- type?: "legacy" | undefined;
52816
52810
  blobs?: undefined;
52817
52811
  blobVersionedHashes?: undefined;
52818
52812
  kzg?: undefined;
@@ -52834,9 +52828,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52834
52828
  account?: `0x${string}` | viem491.Account | null | undefined;
52835
52829
  value?: bigint | undefined;
52836
52830
  dataSuffix?: `0x${string}` | undefined;
52831
+ type?: "eip2930" | undefined;
52837
52832
  gas?: bigint | undefined;
52838
52833
  nonce?: number | undefined;
52839
- type?: "eip2930" | undefined;
52840
52834
  blobs?: undefined;
52841
52835
  blobVersionedHashes?: undefined;
52842
52836
  kzg?: undefined;
@@ -52858,9 +52852,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52858
52852
  account?: `0x${string}` | viem491.Account | null | undefined;
52859
52853
  value?: bigint | undefined;
52860
52854
  dataSuffix?: `0x${string}` | undefined;
52855
+ type?: "eip1559" | undefined;
52861
52856
  gas?: bigint | undefined;
52862
52857
  nonce?: number | undefined;
52863
- type?: "eip1559" | undefined;
52864
52858
  blobs?: undefined;
52865
52859
  blobVersionedHashes?: undefined;
52866
52860
  kzg?: undefined;
@@ -52882,9 +52876,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52882
52876
  account?: `0x${string}` | viem491.Account | null | undefined;
52883
52877
  value?: bigint | undefined;
52884
52878
  dataSuffix?: `0x${string}` | undefined;
52879
+ type?: "eip4844" | undefined;
52885
52880
  gas?: bigint | undefined;
52886
52881
  nonce?: number | undefined;
52887
- type?: "eip4844" | undefined;
52888
52882
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52889
52883
  blobVersionedHashes: readonly viem491.Hex[];
52890
52884
  kzg?: undefined;
@@ -52906,9 +52900,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52906
52900
  account?: `0x${string}` | viem491.Account | null | undefined;
52907
52901
  value?: bigint | undefined;
52908
52902
  dataSuffix?: `0x${string}` | undefined;
52903
+ type?: "eip4844" | undefined;
52909
52904
  gas?: bigint | undefined;
52910
52905
  nonce?: number | undefined;
52911
- type?: "eip4844" | undefined;
52912
52906
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52913
52907
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52914
52908
  kzg?: viem491.Kzg | undefined;
@@ -52930,9 +52924,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52930
52924
  account?: `0x${string}` | viem491.Account | null | undefined;
52931
52925
  value?: bigint | undefined;
52932
52926
  dataSuffix?: `0x${string}` | undefined;
52927
+ type?: "eip7702" | undefined;
52933
52928
  gas?: bigint | undefined;
52934
52929
  nonce?: number | undefined;
52935
- type?: "eip7702" | undefined;
52936
52930
  blobs?: undefined;
52937
52931
  blobVersionedHashes?: undefined;
52938
52932
  kzg?: undefined;
@@ -52946,9 +52940,15 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52946
52940
  chainId?: number | undefined;
52947
52941
  connector?: wagmi0.Connector | undefined;
52948
52942
  };
52943
+ isError: false;
52949
52944
  isIdle: false;
52945
+ isPending: false;
52946
+ isSuccess: true;
52950
52947
  reset: () => void;
52951
52948
  context: unknown;
52949
+ failureCount: number;
52950
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
52951
+ isPaused: boolean;
52952
52952
  submittedAt: number;
52953
52953
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52954
52954
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52959,16 +52959,16 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52959
52959
  data: undefined;
52960
52960
  error: null;
52961
52961
  status: "idle";
52962
+ variables: undefined;
52962
52963
  isError: false;
52964
+ isIdle: true;
52963
52965
  isPending: false;
52964
52966
  isSuccess: false;
52967
+ reset: () => void;
52968
+ context: unknown;
52965
52969
  failureCount: number;
52966
52970
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52967
52971
  isPaused: boolean;
52968
- variables: undefined;
52969
- isIdle: true;
52970
- reset: () => void;
52971
- context: unknown;
52972
52972
  submittedAt: number;
52973
52973
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52974
52974
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -52976,12 +52976,6 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52976
52976
  data: undefined;
52977
52977
  error: null;
52978
52978
  status: "pending";
52979
- isError: false;
52980
- isPending: true;
52981
- isSuccess: false;
52982
- failureCount: number;
52983
- failureReason: _wagmi_core0.WriteContractErrorType | null;
52984
- isPaused: boolean;
52985
52979
  variables: {
52986
52980
  abi: abitype0.Abi;
52987
52981
  functionName: string;
@@ -52991,9 +52985,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52991
52985
  account?: `0x${string}` | viem491.Account | null | undefined;
52992
52986
  value?: bigint | undefined;
52993
52987
  dataSuffix?: `0x${string}` | undefined;
52988
+ type?: "legacy" | undefined;
52994
52989
  gas?: bigint | undefined;
52995
52990
  nonce?: number | undefined;
52996
- type?: "legacy" | undefined;
52997
52991
  blobs?: undefined;
52998
52992
  blobVersionedHashes?: undefined;
52999
52993
  kzg?: undefined;
@@ -53015,9 +53009,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53015
53009
  account?: `0x${string}` | viem491.Account | null | undefined;
53016
53010
  value?: bigint | undefined;
53017
53011
  dataSuffix?: `0x${string}` | undefined;
53012
+ type?: "eip2930" | undefined;
53018
53013
  gas?: bigint | undefined;
53019
53014
  nonce?: number | undefined;
53020
- type?: "eip2930" | undefined;
53021
53015
  blobs?: undefined;
53022
53016
  blobVersionedHashes?: undefined;
53023
53017
  kzg?: undefined;
@@ -53039,9 +53033,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53039
53033
  account?: `0x${string}` | viem491.Account | null | undefined;
53040
53034
  value?: bigint | undefined;
53041
53035
  dataSuffix?: `0x${string}` | undefined;
53036
+ type?: "eip1559" | undefined;
53042
53037
  gas?: bigint | undefined;
53043
53038
  nonce?: number | undefined;
53044
- type?: "eip1559" | undefined;
53045
53039
  blobs?: undefined;
53046
53040
  blobVersionedHashes?: undefined;
53047
53041
  kzg?: undefined;
@@ -53063,9 +53057,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53063
53057
  account?: `0x${string}` | viem491.Account | null | undefined;
53064
53058
  value?: bigint | undefined;
53065
53059
  dataSuffix?: `0x${string}` | undefined;
53060
+ type?: "eip4844" | undefined;
53066
53061
  gas?: bigint | undefined;
53067
53062
  nonce?: number | undefined;
53068
- type?: "eip4844" | undefined;
53069
53063
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53070
53064
  blobVersionedHashes: readonly viem491.Hex[];
53071
53065
  kzg?: undefined;
@@ -53087,9 +53081,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53087
53081
  account?: `0x${string}` | viem491.Account | null | undefined;
53088
53082
  value?: bigint | undefined;
53089
53083
  dataSuffix?: `0x${string}` | undefined;
53084
+ type?: "eip4844" | undefined;
53090
53085
  gas?: bigint | undefined;
53091
53086
  nonce?: number | undefined;
53092
- type?: "eip4844" | undefined;
53093
53087
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53094
53088
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53095
53089
  kzg?: viem491.Kzg | undefined;
@@ -53111,9 +53105,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53111
53105
  account?: `0x${string}` | viem491.Account | null | undefined;
53112
53106
  value?: bigint | undefined;
53113
53107
  dataSuffix?: `0x${string}` | undefined;
53108
+ type?: "eip7702" | undefined;
53114
53109
  gas?: bigint | undefined;
53115
53110
  nonce?: number | undefined;
53116
- type?: "eip7702" | undefined;
53117
53111
  blobs?: undefined;
53118
53112
  blobVersionedHashes?: undefined;
53119
53113
  kzg?: undefined;
@@ -53127,9 +53121,15 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53127
53121
  chainId?: number | undefined;
53128
53122
  connector?: wagmi0.Connector | undefined;
53129
53123
  };
53124
+ isError: false;
53130
53125
  isIdle: false;
53126
+ isPending: true;
53127
+ isSuccess: false;
53131
53128
  reset: () => void;
53132
53129
  context: unknown;
53130
+ failureCount: number;
53131
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53132
+ isPaused: boolean;
53133
53133
  submittedAt: number;
53134
53134
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53135
53135
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -53137,12 +53137,6 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53137
53137
  data: undefined;
53138
53138
  error: _wagmi_core0.WriteContractErrorType;
53139
53139
  status: "error";
53140
- isError: true;
53141
- isPending: false;
53142
- isSuccess: false;
53143
- failureCount: number;
53144
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53145
- isPaused: boolean;
53146
53140
  variables: {
53147
53141
  abi: abitype0.Abi;
53148
53142
  functionName: string;
@@ -53152,9 +53146,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53152
53146
  account?: `0x${string}` | viem491.Account | null | undefined;
53153
53147
  value?: bigint | undefined;
53154
53148
  dataSuffix?: `0x${string}` | undefined;
53149
+ type?: "legacy" | undefined;
53155
53150
  gas?: bigint | undefined;
53156
53151
  nonce?: number | undefined;
53157
- type?: "legacy" | undefined;
53158
53152
  blobs?: undefined;
53159
53153
  blobVersionedHashes?: undefined;
53160
53154
  kzg?: undefined;
@@ -53176,9 +53170,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53176
53170
  account?: `0x${string}` | viem491.Account | null | undefined;
53177
53171
  value?: bigint | undefined;
53178
53172
  dataSuffix?: `0x${string}` | undefined;
53173
+ type?: "eip2930" | undefined;
53179
53174
  gas?: bigint | undefined;
53180
53175
  nonce?: number | undefined;
53181
- type?: "eip2930" | undefined;
53182
53176
  blobs?: undefined;
53183
53177
  blobVersionedHashes?: undefined;
53184
53178
  kzg?: undefined;
@@ -53200,9 +53194,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53200
53194
  account?: `0x${string}` | viem491.Account | null | undefined;
53201
53195
  value?: bigint | undefined;
53202
53196
  dataSuffix?: `0x${string}` | undefined;
53197
+ type?: "eip1559" | undefined;
53203
53198
  gas?: bigint | undefined;
53204
53199
  nonce?: number | undefined;
53205
- type?: "eip1559" | undefined;
53206
53200
  blobs?: undefined;
53207
53201
  blobVersionedHashes?: undefined;
53208
53202
  kzg?: undefined;
@@ -53224,9 +53218,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53224
53218
  account?: `0x${string}` | viem491.Account | null | undefined;
53225
53219
  value?: bigint | undefined;
53226
53220
  dataSuffix?: `0x${string}` | undefined;
53221
+ type?: "eip4844" | undefined;
53227
53222
  gas?: bigint | undefined;
53228
53223
  nonce?: number | undefined;
53229
- type?: "eip4844" | undefined;
53230
53224
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53231
53225
  blobVersionedHashes: readonly viem491.Hex[];
53232
53226
  kzg?: undefined;
@@ -53248,9 +53242,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53248
53242
  account?: `0x${string}` | viem491.Account | null | undefined;
53249
53243
  value?: bigint | undefined;
53250
53244
  dataSuffix?: `0x${string}` | undefined;
53245
+ type?: "eip4844" | undefined;
53251
53246
  gas?: bigint | undefined;
53252
53247
  nonce?: number | undefined;
53253
- type?: "eip4844" | undefined;
53254
53248
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53255
53249
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53256
53250
  kzg?: viem491.Kzg | undefined;
@@ -53272,9 +53266,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53272
53266
  account?: `0x${string}` | viem491.Account | null | undefined;
53273
53267
  value?: bigint | undefined;
53274
53268
  dataSuffix?: `0x${string}` | undefined;
53269
+ type?: "eip7702" | undefined;
53275
53270
  gas?: bigint | undefined;
53276
53271
  nonce?: number | undefined;
53277
- type?: "eip7702" | undefined;
53278
53272
  blobs?: undefined;
53279
53273
  blobVersionedHashes?: undefined;
53280
53274
  kzg?: undefined;
@@ -53288,9 +53282,15 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53288
53282
  chainId?: number | undefined;
53289
53283
  connector?: wagmi0.Connector | undefined;
53290
53284
  };
53285
+ isError: true;
53291
53286
  isIdle: false;
53287
+ isPending: false;
53288
+ isSuccess: false;
53292
53289
  reset: () => void;
53293
53290
  context: unknown;
53291
+ failureCount: number;
53292
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53293
+ isPaused: boolean;
53294
53294
  submittedAt: number;
53295
53295
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53296
53296
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -53298,12 +53298,6 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53298
53298
  data: `0x${string}`;
53299
53299
  error: null;
53300
53300
  status: "success";
53301
- isError: false;
53302
- isPending: false;
53303
- isSuccess: true;
53304
- failureCount: number;
53305
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53306
- isPaused: boolean;
53307
53301
  variables: {
53308
53302
  abi: abitype0.Abi;
53309
53303
  functionName: string;
@@ -53313,9 +53307,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53313
53307
  account?: `0x${string}` | viem491.Account | null | undefined;
53314
53308
  value?: bigint | undefined;
53315
53309
  dataSuffix?: `0x${string}` | undefined;
53310
+ type?: "legacy" | undefined;
53316
53311
  gas?: bigint | undefined;
53317
53312
  nonce?: number | undefined;
53318
- type?: "legacy" | undefined;
53319
53313
  blobs?: undefined;
53320
53314
  blobVersionedHashes?: undefined;
53321
53315
  kzg?: undefined;
@@ -53337,9 +53331,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53337
53331
  account?: `0x${string}` | viem491.Account | null | undefined;
53338
53332
  value?: bigint | undefined;
53339
53333
  dataSuffix?: `0x${string}` | undefined;
53334
+ type?: "eip2930" | undefined;
53340
53335
  gas?: bigint | undefined;
53341
53336
  nonce?: number | undefined;
53342
- type?: "eip2930" | undefined;
53343
53337
  blobs?: undefined;
53344
53338
  blobVersionedHashes?: undefined;
53345
53339
  kzg?: undefined;
@@ -53361,9 +53355,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53361
53355
  account?: `0x${string}` | viem491.Account | null | undefined;
53362
53356
  value?: bigint | undefined;
53363
53357
  dataSuffix?: `0x${string}` | undefined;
53358
+ type?: "eip1559" | undefined;
53364
53359
  gas?: bigint | undefined;
53365
53360
  nonce?: number | undefined;
53366
- type?: "eip1559" | undefined;
53367
53361
  blobs?: undefined;
53368
53362
  blobVersionedHashes?: undefined;
53369
53363
  kzg?: undefined;
@@ -53385,9 +53379,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53385
53379
  account?: `0x${string}` | viem491.Account | null | undefined;
53386
53380
  value?: bigint | undefined;
53387
53381
  dataSuffix?: `0x${string}` | undefined;
53382
+ type?: "eip4844" | undefined;
53388
53383
  gas?: bigint | undefined;
53389
53384
  nonce?: number | undefined;
53390
- type?: "eip4844" | undefined;
53391
53385
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53392
53386
  blobVersionedHashes: readonly viem491.Hex[];
53393
53387
  kzg?: undefined;
@@ -53409,9 +53403,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53409
53403
  account?: `0x${string}` | viem491.Account | null | undefined;
53410
53404
  value?: bigint | undefined;
53411
53405
  dataSuffix?: `0x${string}` | undefined;
53406
+ type?: "eip4844" | undefined;
53412
53407
  gas?: bigint | undefined;
53413
53408
  nonce?: number | undefined;
53414
- type?: "eip4844" | undefined;
53415
53409
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53416
53410
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53417
53411
  kzg?: viem491.Kzg | undefined;
@@ -53433,9 +53427,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53433
53427
  account?: `0x${string}` | viem491.Account | null | undefined;
53434
53428
  value?: bigint | undefined;
53435
53429
  dataSuffix?: `0x${string}` | undefined;
53430
+ type?: "eip7702" | undefined;
53436
53431
  gas?: bigint | undefined;
53437
53432
  nonce?: number | undefined;
53438
- type?: "eip7702" | undefined;
53439
53433
  blobs?: undefined;
53440
53434
  blobVersionedHashes?: undefined;
53441
53435
  kzg?: undefined;
@@ -53449,9 +53443,15 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53449
53443
  chainId?: number | undefined;
53450
53444
  connector?: wagmi0.Connector | undefined;
53451
53445
  };
53446
+ isError: false;
53452
53447
  isIdle: false;
53448
+ isPending: false;
53449
+ isSuccess: true;
53453
53450
  reset: () => void;
53454
53451
  context: unknown;
53452
+ failureCount: number;
53453
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53454
+ isPaused: boolean;
53455
53455
  submittedAt: number;
53456
53456
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53457
53457
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
@@ -53471,16 +53471,16 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53471
53471
  data: undefined;
53472
53472
  error: null;
53473
53473
  status: "idle";
53474
+ variables: undefined;
53474
53475
  isError: false;
53476
+ isIdle: true;
53475
53477
  isPending: false;
53476
53478
  isSuccess: false;
53479
+ reset: () => void;
53480
+ context: unknown;
53477
53481
  failureCount: number;
53478
53482
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53479
53483
  isPaused: boolean;
53480
- variables: undefined;
53481
- isIdle: true;
53482
- reset: () => void;
53483
- context: unknown;
53484
53484
  submittedAt: number;
53485
53485
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53486
53486
  updateMarketFees: (rates: {
@@ -53498,12 +53498,6 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53498
53498
  data: undefined;
53499
53499
  error: null;
53500
53500
  status: "pending";
53501
- isError: false;
53502
- isPending: true;
53503
- isSuccess: false;
53504
- failureCount: number;
53505
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53506
- isPaused: boolean;
53507
53501
  variables: {
53508
53502
  abi: abitype0.Abi;
53509
53503
  functionName: string;
@@ -53513,9 +53507,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53513
53507
  account?: `0x${string}` | viem491.Account | null | undefined;
53514
53508
  value?: bigint | undefined;
53515
53509
  dataSuffix?: `0x${string}` | undefined;
53510
+ type?: "legacy" | undefined;
53516
53511
  gas?: bigint | undefined;
53517
53512
  nonce?: number | undefined;
53518
- type?: "legacy" | undefined;
53519
53513
  blobs?: undefined;
53520
53514
  blobVersionedHashes?: undefined;
53521
53515
  kzg?: undefined;
@@ -53537,9 +53531,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53537
53531
  account?: `0x${string}` | viem491.Account | null | undefined;
53538
53532
  value?: bigint | undefined;
53539
53533
  dataSuffix?: `0x${string}` | undefined;
53534
+ type?: "eip2930" | undefined;
53540
53535
  gas?: bigint | undefined;
53541
53536
  nonce?: number | undefined;
53542
- type?: "eip2930" | undefined;
53543
53537
  blobs?: undefined;
53544
53538
  blobVersionedHashes?: undefined;
53545
53539
  kzg?: undefined;
@@ -53561,9 +53555,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53561
53555
  account?: `0x${string}` | viem491.Account | null | undefined;
53562
53556
  value?: bigint | undefined;
53563
53557
  dataSuffix?: `0x${string}` | undefined;
53558
+ type?: "eip1559" | undefined;
53564
53559
  gas?: bigint | undefined;
53565
53560
  nonce?: number | undefined;
53566
- type?: "eip1559" | undefined;
53567
53561
  blobs?: undefined;
53568
53562
  blobVersionedHashes?: undefined;
53569
53563
  kzg?: undefined;
@@ -53585,9 +53579,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53585
53579
  account?: `0x${string}` | viem491.Account | null | undefined;
53586
53580
  value?: bigint | undefined;
53587
53581
  dataSuffix?: `0x${string}` | undefined;
53582
+ type?: "eip4844" | undefined;
53588
53583
  gas?: bigint | undefined;
53589
53584
  nonce?: number | undefined;
53590
- type?: "eip4844" | undefined;
53591
53585
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53592
53586
  blobVersionedHashes: readonly viem491.Hex[];
53593
53587
  kzg?: undefined;
@@ -53609,9 +53603,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53609
53603
  account?: `0x${string}` | viem491.Account | null | undefined;
53610
53604
  value?: bigint | undefined;
53611
53605
  dataSuffix?: `0x${string}` | undefined;
53606
+ type?: "eip4844" | undefined;
53612
53607
  gas?: bigint | undefined;
53613
53608
  nonce?: number | undefined;
53614
- type?: "eip4844" | undefined;
53615
53609
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53616
53610
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53617
53611
  kzg?: viem491.Kzg | undefined;
@@ -53633,9 +53627,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53633
53627
  account?: `0x${string}` | viem491.Account | null | undefined;
53634
53628
  value?: bigint | undefined;
53635
53629
  dataSuffix?: `0x${string}` | undefined;
53630
+ type?: "eip7702" | undefined;
53636
53631
  gas?: bigint | undefined;
53637
53632
  nonce?: number | undefined;
53638
- type?: "eip7702" | undefined;
53639
53633
  blobs?: undefined;
53640
53634
  blobVersionedHashes?: undefined;
53641
53635
  kzg?: undefined;
@@ -53649,9 +53643,15 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53649
53643
  chainId?: number | undefined;
53650
53644
  connector?: wagmi0.Connector | undefined;
53651
53645
  };
53646
+ isError: false;
53652
53647
  isIdle: false;
53648
+ isPending: true;
53649
+ isSuccess: false;
53653
53650
  reset: () => void;
53654
53651
  context: unknown;
53652
+ failureCount: number;
53653
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53654
+ isPaused: boolean;
53655
53655
  submittedAt: number;
53656
53656
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53657
53657
  updateMarketFees: (rates: {
@@ -53669,12 +53669,6 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53669
53669
  data: undefined;
53670
53670
  error: _wagmi_core0.WriteContractErrorType;
53671
53671
  status: "error";
53672
- isError: true;
53673
- isPending: false;
53674
- isSuccess: false;
53675
- failureCount: number;
53676
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53677
- isPaused: boolean;
53678
53672
  variables: {
53679
53673
  abi: abitype0.Abi;
53680
53674
  functionName: string;
@@ -53684,9 +53678,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53684
53678
  account?: `0x${string}` | viem491.Account | null | undefined;
53685
53679
  value?: bigint | undefined;
53686
53680
  dataSuffix?: `0x${string}` | undefined;
53681
+ type?: "legacy" | undefined;
53687
53682
  gas?: bigint | undefined;
53688
53683
  nonce?: number | undefined;
53689
- type?: "legacy" | undefined;
53690
53684
  blobs?: undefined;
53691
53685
  blobVersionedHashes?: undefined;
53692
53686
  kzg?: undefined;
@@ -53708,9 +53702,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53708
53702
  account?: `0x${string}` | viem491.Account | null | undefined;
53709
53703
  value?: bigint | undefined;
53710
53704
  dataSuffix?: `0x${string}` | undefined;
53705
+ type?: "eip2930" | undefined;
53711
53706
  gas?: bigint | undefined;
53712
53707
  nonce?: number | undefined;
53713
- type?: "eip2930" | undefined;
53714
53708
  blobs?: undefined;
53715
53709
  blobVersionedHashes?: undefined;
53716
53710
  kzg?: undefined;
@@ -53732,9 +53726,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53732
53726
  account?: `0x${string}` | viem491.Account | null | undefined;
53733
53727
  value?: bigint | undefined;
53734
53728
  dataSuffix?: `0x${string}` | undefined;
53729
+ type?: "eip1559" | undefined;
53735
53730
  gas?: bigint | undefined;
53736
53731
  nonce?: number | undefined;
53737
- type?: "eip1559" | undefined;
53738
53732
  blobs?: undefined;
53739
53733
  blobVersionedHashes?: undefined;
53740
53734
  kzg?: undefined;
@@ -53756,9 +53750,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53756
53750
  account?: `0x${string}` | viem491.Account | null | undefined;
53757
53751
  value?: bigint | undefined;
53758
53752
  dataSuffix?: `0x${string}` | undefined;
53753
+ type?: "eip4844" | undefined;
53759
53754
  gas?: bigint | undefined;
53760
53755
  nonce?: number | undefined;
53761
- type?: "eip4844" | undefined;
53762
53756
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53763
53757
  blobVersionedHashes: readonly viem491.Hex[];
53764
53758
  kzg?: undefined;
@@ -53780,9 +53774,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53780
53774
  account?: `0x${string}` | viem491.Account | null | undefined;
53781
53775
  value?: bigint | undefined;
53782
53776
  dataSuffix?: `0x${string}` | undefined;
53777
+ type?: "eip4844" | undefined;
53783
53778
  gas?: bigint | undefined;
53784
53779
  nonce?: number | undefined;
53785
- type?: "eip4844" | undefined;
53786
53780
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53787
53781
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53788
53782
  kzg?: viem491.Kzg | undefined;
@@ -53804,9 +53798,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53804
53798
  account?: `0x${string}` | viem491.Account | null | undefined;
53805
53799
  value?: bigint | undefined;
53806
53800
  dataSuffix?: `0x${string}` | undefined;
53801
+ type?: "eip7702" | undefined;
53807
53802
  gas?: bigint | undefined;
53808
53803
  nonce?: number | undefined;
53809
- type?: "eip7702" | undefined;
53810
53804
  blobs?: undefined;
53811
53805
  blobVersionedHashes?: undefined;
53812
53806
  kzg?: undefined;
@@ -53820,9 +53814,15 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53820
53814
  chainId?: number | undefined;
53821
53815
  connector?: wagmi0.Connector | undefined;
53822
53816
  };
53817
+ isError: true;
53823
53818
  isIdle: false;
53819
+ isPending: false;
53820
+ isSuccess: false;
53824
53821
  reset: () => void;
53825
53822
  context: unknown;
53823
+ failureCount: number;
53824
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53825
+ isPaused: boolean;
53826
53826
  submittedAt: number;
53827
53827
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53828
53828
  updateMarketFees: (rates: {
@@ -53840,12 +53840,6 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53840
53840
  data: `0x${string}`;
53841
53841
  error: null;
53842
53842
  status: "success";
53843
- isError: false;
53844
- isPending: false;
53845
- isSuccess: true;
53846
- failureCount: number;
53847
- failureReason: _wagmi_core0.WriteContractErrorType | null;
53848
- isPaused: boolean;
53849
53843
  variables: {
53850
53844
  abi: abitype0.Abi;
53851
53845
  functionName: string;
@@ -53855,9 +53849,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53855
53849
  account?: `0x${string}` | viem491.Account | null | undefined;
53856
53850
  value?: bigint | undefined;
53857
53851
  dataSuffix?: `0x${string}` | undefined;
53852
+ type?: "legacy" | undefined;
53858
53853
  gas?: bigint | undefined;
53859
53854
  nonce?: number | undefined;
53860
- type?: "legacy" | undefined;
53861
53855
  blobs?: undefined;
53862
53856
  blobVersionedHashes?: undefined;
53863
53857
  kzg?: undefined;
@@ -53879,9 +53873,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53879
53873
  account?: `0x${string}` | viem491.Account | null | undefined;
53880
53874
  value?: bigint | undefined;
53881
53875
  dataSuffix?: `0x${string}` | undefined;
53876
+ type?: "eip2930" | undefined;
53882
53877
  gas?: bigint | undefined;
53883
53878
  nonce?: number | undefined;
53884
- type?: "eip2930" | undefined;
53885
53879
  blobs?: undefined;
53886
53880
  blobVersionedHashes?: undefined;
53887
53881
  kzg?: undefined;
@@ -53903,9 +53897,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53903
53897
  account?: `0x${string}` | viem491.Account | null | undefined;
53904
53898
  value?: bigint | undefined;
53905
53899
  dataSuffix?: `0x${string}` | undefined;
53900
+ type?: "eip1559" | undefined;
53906
53901
  gas?: bigint | undefined;
53907
53902
  nonce?: number | undefined;
53908
- type?: "eip1559" | undefined;
53909
53903
  blobs?: undefined;
53910
53904
  blobVersionedHashes?: undefined;
53911
53905
  kzg?: undefined;
@@ -53927,9 +53921,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53927
53921
  account?: `0x${string}` | viem491.Account | null | undefined;
53928
53922
  value?: bigint | undefined;
53929
53923
  dataSuffix?: `0x${string}` | undefined;
53924
+ type?: "eip4844" | undefined;
53930
53925
  gas?: bigint | undefined;
53931
53926
  nonce?: number | undefined;
53932
- type?: "eip4844" | undefined;
53933
53927
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53934
53928
  blobVersionedHashes: readonly viem491.Hex[];
53935
53929
  kzg?: undefined;
@@ -53951,9 +53945,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53951
53945
  account?: `0x${string}` | viem491.Account | null | undefined;
53952
53946
  value?: bigint | undefined;
53953
53947
  dataSuffix?: `0x${string}` | undefined;
53948
+ type?: "eip4844" | undefined;
53954
53949
  gas?: bigint | undefined;
53955
53950
  nonce?: number | undefined;
53956
- type?: "eip4844" | undefined;
53957
53951
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53958
53952
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53959
53953
  kzg?: viem491.Kzg | undefined;
@@ -53975,9 +53969,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53975
53969
  account?: `0x${string}` | viem491.Account | null | undefined;
53976
53970
  value?: bigint | undefined;
53977
53971
  dataSuffix?: `0x${string}` | undefined;
53972
+ type?: "eip7702" | undefined;
53978
53973
  gas?: bigint | undefined;
53979
53974
  nonce?: number | undefined;
53980
- type?: "eip7702" | undefined;
53981
53975
  blobs?: undefined;
53982
53976
  blobVersionedHashes?: undefined;
53983
53977
  kzg?: undefined;
@@ -53991,9 +53985,15 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53991
53985
  chainId?: number | undefined;
53992
53986
  connector?: wagmi0.Connector | undefined;
53993
53987
  };
53988
+ isError: false;
53994
53989
  isIdle: false;
53990
+ isPending: false;
53991
+ isSuccess: true;
53995
53992
  reset: () => void;
53996
53993
  context: unknown;
53994
+ failureCount: number;
53995
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
53996
+ isPaused: boolean;
53997
53997
  submittedAt: number;
53998
53998
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53999
53999
  updateMarketFees: (rates: {
@@ -54988,16 +54988,16 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
54988
54988
  data: undefined;
54989
54989
  error: null;
54990
54990
  status: "idle";
54991
+ variables: undefined;
54991
54992
  isError: false;
54993
+ isIdle: true;
54992
54994
  isPending: false;
54993
54995
  isSuccess: false;
54996
+ reset: () => void;
54997
+ context: unknown;
54994
54998
  failureCount: number;
54995
54999
  failureReason: _wagmi_core0.WriteContractErrorType | null;
54996
55000
  isPaused: boolean;
54997
- variables: undefined;
54998
- isIdle: true;
54999
- reset: () => void;
55000
- context: unknown;
55001
55001
  submittedAt: number;
55002
55002
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55003
55003
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55013,12 +55013,6 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55013
55013
  data: undefined;
55014
55014
  error: null;
55015
55015
  status: "pending";
55016
- isError: false;
55017
- isPending: true;
55018
- isSuccess: false;
55019
- failureCount: number;
55020
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55021
- isPaused: boolean;
55022
55016
  variables: {
55023
55017
  abi: abitype0.Abi;
55024
55018
  functionName: string;
@@ -55028,9 +55022,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55028
55022
  account?: `0x${string}` | viem491.Account | null | undefined;
55029
55023
  value?: bigint | undefined;
55030
55024
  dataSuffix?: `0x${string}` | undefined;
55025
+ type?: "legacy" | undefined;
55031
55026
  gas?: bigint | undefined;
55032
55027
  nonce?: number | undefined;
55033
- type?: "legacy" | undefined;
55034
55028
  blobs?: undefined;
55035
55029
  blobVersionedHashes?: undefined;
55036
55030
  kzg?: undefined;
@@ -55052,9 +55046,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55052
55046
  account?: `0x${string}` | viem491.Account | null | undefined;
55053
55047
  value?: bigint | undefined;
55054
55048
  dataSuffix?: `0x${string}` | undefined;
55049
+ type?: "eip2930" | undefined;
55055
55050
  gas?: bigint | undefined;
55056
55051
  nonce?: number | undefined;
55057
- type?: "eip2930" | undefined;
55058
55052
  blobs?: undefined;
55059
55053
  blobVersionedHashes?: undefined;
55060
55054
  kzg?: undefined;
@@ -55076,9 +55070,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55076
55070
  account?: `0x${string}` | viem491.Account | null | undefined;
55077
55071
  value?: bigint | undefined;
55078
55072
  dataSuffix?: `0x${string}` | undefined;
55073
+ type?: "eip1559" | undefined;
55079
55074
  gas?: bigint | undefined;
55080
55075
  nonce?: number | undefined;
55081
- type?: "eip1559" | undefined;
55082
55076
  blobs?: undefined;
55083
55077
  blobVersionedHashes?: undefined;
55084
55078
  kzg?: undefined;
@@ -55100,9 +55094,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55100
55094
  account?: `0x${string}` | viem491.Account | null | undefined;
55101
55095
  value?: bigint | undefined;
55102
55096
  dataSuffix?: `0x${string}` | undefined;
55097
+ type?: "eip4844" | undefined;
55103
55098
  gas?: bigint | undefined;
55104
55099
  nonce?: number | undefined;
55105
- type?: "eip4844" | undefined;
55106
55100
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55107
55101
  blobVersionedHashes: readonly viem491.Hex[];
55108
55102
  kzg?: undefined;
@@ -55124,9 +55118,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55124
55118
  account?: `0x${string}` | viem491.Account | null | undefined;
55125
55119
  value?: bigint | undefined;
55126
55120
  dataSuffix?: `0x${string}` | undefined;
55121
+ type?: "eip4844" | undefined;
55127
55122
  gas?: bigint | undefined;
55128
55123
  nonce?: number | undefined;
55129
- type?: "eip4844" | undefined;
55130
55124
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55131
55125
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55132
55126
  kzg?: viem491.Kzg | undefined;
@@ -55148,9 +55142,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55148
55142
  account?: `0x${string}` | viem491.Account | null | undefined;
55149
55143
  value?: bigint | undefined;
55150
55144
  dataSuffix?: `0x${string}` | undefined;
55145
+ type?: "eip7702" | undefined;
55151
55146
  gas?: bigint | undefined;
55152
55147
  nonce?: number | undefined;
55153
- type?: "eip7702" | undefined;
55154
55148
  blobs?: undefined;
55155
55149
  blobVersionedHashes?: undefined;
55156
55150
  kzg?: undefined;
@@ -55164,9 +55158,15 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55164
55158
  chainId?: number | undefined;
55165
55159
  connector?: wagmi0.Connector | undefined;
55166
55160
  };
55161
+ isError: false;
55167
55162
  isIdle: false;
55163
+ isPending: true;
55164
+ isSuccess: false;
55168
55165
  reset: () => void;
55169
55166
  context: unknown;
55167
+ failureCount: number;
55168
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55169
+ isPaused: boolean;
55170
55170
  submittedAt: number;
55171
55171
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55172
55172
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55182,12 +55182,6 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55182
55182
  data: undefined;
55183
55183
  error: _wagmi_core0.WriteContractErrorType;
55184
55184
  status: "error";
55185
- isError: true;
55186
- isPending: false;
55187
- isSuccess: false;
55188
- failureCount: number;
55189
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55190
- isPaused: boolean;
55191
55185
  variables: {
55192
55186
  abi: abitype0.Abi;
55193
55187
  functionName: string;
@@ -55197,9 +55191,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55197
55191
  account?: `0x${string}` | viem491.Account | null | undefined;
55198
55192
  value?: bigint | undefined;
55199
55193
  dataSuffix?: `0x${string}` | undefined;
55194
+ type?: "legacy" | undefined;
55200
55195
  gas?: bigint | undefined;
55201
55196
  nonce?: number | undefined;
55202
- type?: "legacy" | undefined;
55203
55197
  blobs?: undefined;
55204
55198
  blobVersionedHashes?: undefined;
55205
55199
  kzg?: undefined;
@@ -55221,9 +55215,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55221
55215
  account?: `0x${string}` | viem491.Account | null | undefined;
55222
55216
  value?: bigint | undefined;
55223
55217
  dataSuffix?: `0x${string}` | undefined;
55218
+ type?: "eip2930" | undefined;
55224
55219
  gas?: bigint | undefined;
55225
55220
  nonce?: number | undefined;
55226
- type?: "eip2930" | undefined;
55227
55221
  blobs?: undefined;
55228
55222
  blobVersionedHashes?: undefined;
55229
55223
  kzg?: undefined;
@@ -55245,9 +55239,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55245
55239
  account?: `0x${string}` | viem491.Account | null | undefined;
55246
55240
  value?: bigint | undefined;
55247
55241
  dataSuffix?: `0x${string}` | undefined;
55242
+ type?: "eip1559" | undefined;
55248
55243
  gas?: bigint | undefined;
55249
55244
  nonce?: number | undefined;
55250
- type?: "eip1559" | undefined;
55251
55245
  blobs?: undefined;
55252
55246
  blobVersionedHashes?: undefined;
55253
55247
  kzg?: undefined;
@@ -55269,9 +55263,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55269
55263
  account?: `0x${string}` | viem491.Account | null | undefined;
55270
55264
  value?: bigint | undefined;
55271
55265
  dataSuffix?: `0x${string}` | undefined;
55266
+ type?: "eip4844" | undefined;
55272
55267
  gas?: bigint | undefined;
55273
55268
  nonce?: number | undefined;
55274
- type?: "eip4844" | undefined;
55275
55269
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55276
55270
  blobVersionedHashes: readonly viem491.Hex[];
55277
55271
  kzg?: undefined;
@@ -55293,9 +55287,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55293
55287
  account?: `0x${string}` | viem491.Account | null | undefined;
55294
55288
  value?: bigint | undefined;
55295
55289
  dataSuffix?: `0x${string}` | undefined;
55290
+ type?: "eip4844" | undefined;
55296
55291
  gas?: bigint | undefined;
55297
55292
  nonce?: number | undefined;
55298
- type?: "eip4844" | undefined;
55299
55293
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55300
55294
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55301
55295
  kzg?: viem491.Kzg | undefined;
@@ -55317,9 +55311,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55317
55311
  account?: `0x${string}` | viem491.Account | null | undefined;
55318
55312
  value?: bigint | undefined;
55319
55313
  dataSuffix?: `0x${string}` | undefined;
55314
+ type?: "eip7702" | undefined;
55320
55315
  gas?: bigint | undefined;
55321
55316
  nonce?: number | undefined;
55322
- type?: "eip7702" | undefined;
55323
55317
  blobs?: undefined;
55324
55318
  blobVersionedHashes?: undefined;
55325
55319
  kzg?: undefined;
@@ -55333,9 +55327,15 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55333
55327
  chainId?: number | undefined;
55334
55328
  connector?: wagmi0.Connector | undefined;
55335
55329
  };
55330
+ isError: true;
55336
55331
  isIdle: false;
55332
+ isPending: false;
55333
+ isSuccess: false;
55337
55334
  reset: () => void;
55338
55335
  context: unknown;
55336
+ failureCount: number;
55337
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55338
+ isPaused: boolean;
55339
55339
  submittedAt: number;
55340
55340
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55341
55341
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -55351,12 +55351,6 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55351
55351
  data: `0x${string}`;
55352
55352
  error: null;
55353
55353
  status: "success";
55354
- isError: false;
55355
- isPending: false;
55356
- isSuccess: true;
55357
- failureCount: number;
55358
- failureReason: _wagmi_core0.WriteContractErrorType | null;
55359
- isPaused: boolean;
55360
55354
  variables: {
55361
55355
  abi: abitype0.Abi;
55362
55356
  functionName: string;
@@ -55366,9 +55360,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55366
55360
  account?: `0x${string}` | viem491.Account | null | undefined;
55367
55361
  value?: bigint | undefined;
55368
55362
  dataSuffix?: `0x${string}` | undefined;
55363
+ type?: "legacy" | undefined;
55369
55364
  gas?: bigint | undefined;
55370
55365
  nonce?: number | undefined;
55371
- type?: "legacy" | undefined;
55372
55366
  blobs?: undefined;
55373
55367
  blobVersionedHashes?: undefined;
55374
55368
  kzg?: undefined;
@@ -55390,9 +55384,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55390
55384
  account?: `0x${string}` | viem491.Account | null | undefined;
55391
55385
  value?: bigint | undefined;
55392
55386
  dataSuffix?: `0x${string}` | undefined;
55387
+ type?: "eip2930" | undefined;
55393
55388
  gas?: bigint | undefined;
55394
55389
  nonce?: number | undefined;
55395
- type?: "eip2930" | undefined;
55396
55390
  blobs?: undefined;
55397
55391
  blobVersionedHashes?: undefined;
55398
55392
  kzg?: undefined;
@@ -55414,9 +55408,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55414
55408
  account?: `0x${string}` | viem491.Account | null | undefined;
55415
55409
  value?: bigint | undefined;
55416
55410
  dataSuffix?: `0x${string}` | undefined;
55411
+ type?: "eip1559" | undefined;
55417
55412
  gas?: bigint | undefined;
55418
55413
  nonce?: number | undefined;
55419
- type?: "eip1559" | undefined;
55420
55414
  blobs?: undefined;
55421
55415
  blobVersionedHashes?: undefined;
55422
55416
  kzg?: undefined;
@@ -55438,9 +55432,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55438
55432
  account?: `0x${string}` | viem491.Account | null | undefined;
55439
55433
  value?: bigint | undefined;
55440
55434
  dataSuffix?: `0x${string}` | undefined;
55435
+ type?: "eip4844" | undefined;
55441
55436
  gas?: bigint | undefined;
55442
55437
  nonce?: number | undefined;
55443
- type?: "eip4844" | undefined;
55444
55438
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55445
55439
  blobVersionedHashes: readonly viem491.Hex[];
55446
55440
  kzg?: undefined;
@@ -55462,9 +55456,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55462
55456
  account?: `0x${string}` | viem491.Account | null | undefined;
55463
55457
  value?: bigint | undefined;
55464
55458
  dataSuffix?: `0x${string}` | undefined;
55459
+ type?: "eip4844" | undefined;
55465
55460
  gas?: bigint | undefined;
55466
55461
  nonce?: number | undefined;
55467
- type?: "eip4844" | undefined;
55468
55462
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55469
55463
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55470
55464
  kzg?: viem491.Kzg | undefined;
@@ -55486,9 +55480,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55486
55480
  account?: `0x${string}` | viem491.Account | null | undefined;
55487
55481
  value?: bigint | undefined;
55488
55482
  dataSuffix?: `0x${string}` | undefined;
55483
+ type?: "eip7702" | undefined;
55489
55484
  gas?: bigint | undefined;
55490
55485
  nonce?: number | undefined;
55491
- type?: "eip7702" | undefined;
55492
55486
  blobs?: undefined;
55493
55487
  blobVersionedHashes?: undefined;
55494
55488
  kzg?: undefined;
@@ -55502,9 +55496,15 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55502
55496
  chainId?: number | undefined;
55503
55497
  connector?: wagmi0.Connector | undefined;
55504
55498
  };
55499
+ isError: false;
55505
55500
  isIdle: false;
55501
+ isPending: false;
55502
+ isSuccess: true;
55506
55503
  reset: () => void;
55507
55504
  context: unknown;
55505
+ failureCount: number;
55506
+ failureReason: _wagmi_core0.WriteContractErrorType | null;
55507
+ isPaused: boolean;
55508
55508
  submittedAt: number;
55509
55509
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55510
55510
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
@@ -97744,4 +97744,4 @@ declare const useLens: () => {
97744
97744
  };
97745
97745
  //#endregion
97746
97746
  export { PriceResolution as $, swapRouters as $t, useCurrentPrice as A, scaleAmount as At, getPriceAtTick as B, useMarketState as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatCondensed as Dt, usePriceHistory as E, formatAmount as Et, getPayoutAtTick as F, wrapAmountUnscaled as Ft, liquiditiesToAmounts as G, TimelockLens as Gt, getTickAtPrice as H, TimelockProvider as Ht, PRICE_PRECISION as I, wrapPrice as It, token0ToToken1AtTick as J, getErc20 as Jt, roundTick as K, TimelockMarket as Kt, getAmountsFromLiquidity as L, wrapPriceUnscaled as Lt, UniswapPoolData as M, unscaleAmount as Mt, usePoolData as N, unscalePrice as Nt, usePriceAtTick as O, formatUSD as Ot, getPayoutAtPrice as P, wrapAmount as Pt, PriceDataPoint as Q, stateViews as Qt, getNearestValidStrikeTick as R, zero as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, useCurrentMarket as Ut, getSqrtPriceX96AtPrice as V, useMarketData as Vt, liquiditiesToAmount1 as W, useTimelockConfig as Wt, token1ToToken0AtTick as X, getTimelockLens as Xt, token1ToToken0 as Y, getStateView as Yt, PriceData as Z, getTimelockMarket as Zt, useTokenData as _, useOptionPremium as _t, OptionPricingParams as a, useActiveUserPerps as at, batchGetAmountsFromLiquidity as b, OptionData as bt, usePricingParams as c, usePerpsOperator as ct, usePauseMarketTrading as d, ExerciseOptionEvent as dt, swappers as en, getCurrentPrice as et, usePauseGlobalTrading as f, ExtendEvent as ft, TokenData as g, useExtendOption as gt, useTokenBalance as h, useOptionTimeline as ht, useOptionPricingParams as i, useOperatorPerms as it, PoolKey as j, scalePrice as jt, useCurrentTick as k, formatVagueAmount as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, timelockLenses as nn, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarketData as qt, useStaticPricingParams as r, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, timelockFactories as tn, getPriceHistory as tt, useFeeRates as u, useMintPerp as ut, useVaultTVL as v, useOptionPnl as vt, useBurnLiquidity as w, useMaxPositionSize as wt, useMintLiquidity as x, useActiveUserOptions as xt, useVaultData as y, useExerciseOption as yt, getPriceAtSqrtPriceX96 as z, useMarketVolume as zt };
97747
- //# sourceMappingURL=client-DUKcEsYQ.d.ts.map
97747
+ //# sourceMappingURL=client-8AJEd9YL.d.ts.map