timelock-sdk 0.0.192 → 0.0.194

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.
Files changed (37) hide show
  1. package/dist/abis.cjs +2 -2
  2. package/dist/abis.d.cts +364 -79
  3. package/dist/abis.d.ts +364 -79
  4. package/dist/abis.js +2 -2
  5. package/dist/{client-i-S2ZmAZ.d.cts → client-COGIhgfu.d.cts} +507 -283
  6. package/dist/{client-DiPQ92xm.d.ts → client-PzQKkikV.d.ts} +994 -770
  7. package/dist/client.cjs +20 -11
  8. package/dist/client.cjs.map +1 -1
  9. package/dist/client.d.cts +1 -1
  10. package/dist/client.d.ts +1 -1
  11. package/dist/client.js +21 -12
  12. package/dist/client.js.map +1 -1
  13. package/dist/{factory-DitVXzjQ.cjs → factory-BieDxxUI.cjs} +435 -103
  14. package/dist/factory-BieDxxUI.cjs.map +1 -0
  15. package/dist/{factory-y-iVl_er.js → factory-DvHmRBSB.js} +435 -103
  16. package/dist/factory-DvHmRBSB.js.map +1 -0
  17. package/dist/{optionUtils-96oUNrzV.js → optionUtils-BdSKsVVS.js} +9 -28
  18. package/dist/optionUtils-BdSKsVVS.js.map +1 -0
  19. package/dist/{optionUtils-DsqMIDm1.cjs → optionUtils-DfDohN6H.cjs} +8 -27
  20. package/dist/optionUtils-DfDohN6H.cjs.map +1 -0
  21. package/dist/{optionsMarket-B_dYiAnm.d.ts → optionsMarket-BVrCBIJQ.d.cts} +135 -2
  22. package/dist/{optionsMarket-B0Om62Sk.d.cts → optionsMarket-MkvkHTLL.d.ts} +135 -2
  23. package/dist/package.cjs +1 -1
  24. package/dist/package.d.cts +1 -1
  25. package/dist/package.d.ts +1 -1
  26. package/dist/package.js +1 -1
  27. package/dist/{statelessStateView-Cp4eOQME.js → statelessStateView-DW9FOpWt.js} +159 -2
  28. package/dist/statelessStateView-DW9FOpWt.js.map +1 -0
  29. package/dist/{statelessStateView-Dl3QIl1g.cjs → statelessStateView-WNW62g3Q.cjs} +159 -2
  30. package/dist/statelessStateView-WNW62g3Q.cjs.map +1 -0
  31. package/package.json +1 -1
  32. package/dist/factory-DitVXzjQ.cjs.map +0 -1
  33. package/dist/factory-y-iVl_er.js.map +0 -1
  34. package/dist/optionUtils-96oUNrzV.js.map +0 -1
  35. package/dist/optionUtils-DsqMIDm1.cjs.map +0 -1
  36. package/dist/statelessStateView-Cp4eOQME.js.map +0 -1
  37. package/dist/statelessStateView-Dl3QIl1g.cjs.map +0 -1
@@ -1,4 +1,4 @@
1
- import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-B0Om62Sk.cjs";
1
+ import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-BVrCBIJQ.cjs";
2
2
  import * as viem491 from "viem";
3
3
  import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
4
4
  import React, { ReactNode } from "react";
@@ -11,8 +11,8 @@ import * as _tanstack_query_core0 from "@tanstack/query-core";
11
11
  import Big from "big.js";
12
12
  import JSBI from "jsbi";
13
13
  import * as _wagmi_core0 from "@wagmi/core";
14
- import * as wagmi_query11 from "wagmi/query";
15
- import * as abitype17 from "abitype";
14
+ import * as wagmi_query0 from "wagmi/query";
15
+ import * as abitype0 from "abitype";
16
16
 
17
17
  //#region src/generated/graphql.d.ts
18
18
  type Exact<T$1 extends {
@@ -25478,7 +25478,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
25478
25478
  readonly type: "uint128";
25479
25479
  readonly internalType: "uint128";
25480
25480
  }, {
25481
- readonly name: "availableLiquidity";
25481
+ readonly name: "borrowableLiquidity";
25482
+ readonly type: "uint128";
25483
+ readonly internalType: "uint128";
25484
+ }, {
25485
+ readonly name: "withdrawableLiquidity";
25482
25486
  readonly type: "uint128";
25483
25487
  readonly internalType: "uint128";
25484
25488
  }, {
@@ -26421,7 +26425,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
26421
26425
  readonly type: "uint128";
26422
26426
  readonly internalType: "uint128";
26423
26427
  }, {
26424
- readonly name: "availableLiquidity";
26428
+ readonly name: "borrowableLiquidity";
26429
+ readonly type: "uint128";
26430
+ readonly internalType: "uint128";
26431
+ }, {
26432
+ readonly name: "withdrawableLiquidity";
26425
26433
  readonly type: "uint128";
26426
26434
  readonly internalType: "uint128";
26427
26435
  }, {
@@ -27315,7 +27323,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27315
27323
  totalLiquidity: bigint;
27316
27324
  borrowedLiquidity: bigint;
27317
27325
  reservedLiquidity: bigint;
27318
- availableLiquidity: bigint;
27326
+ borrowableLiquidity: bigint;
27327
+ withdrawableLiquidity: bigint;
27319
27328
  totalAmount0: bigint;
27320
27329
  totalAmount1: bigint;
27321
27330
  borrowedAmount0: bigint;
@@ -27376,7 +27385,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27376
27385
  readonly type: "uint128";
27377
27386
  readonly internalType: "uint128";
27378
27387
  }, {
27379
- readonly name: "availableLiquidity";
27388
+ readonly name: "borrowableLiquidity";
27389
+ readonly type: "uint128";
27390
+ readonly internalType: "uint128";
27391
+ }, {
27392
+ readonly name: "withdrawableLiquidity";
27380
27393
  readonly type: "uint128";
27381
27394
  readonly internalType: "uint128";
27382
27395
  }, {
@@ -28329,7 +28342,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
28329
28342
  readonly type: "uint128";
28330
28343
  readonly internalType: "uint128";
28331
28344
  }, {
28332
- readonly name: "availableLiquidity";
28345
+ readonly name: "borrowableLiquidity";
28346
+ readonly type: "uint128";
28347
+ readonly internalType: "uint128";
28348
+ }, {
28349
+ readonly name: "withdrawableLiquidity";
28333
28350
  readonly type: "uint128";
28334
28351
  readonly internalType: "uint128";
28335
28352
  }, {
@@ -29278,7 +29295,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
29278
29295
  readonly type: "uint128";
29279
29296
  readonly internalType: "uint128";
29280
29297
  }, {
29281
- readonly name: "availableLiquidity";
29298
+ readonly name: "borrowableLiquidity";
29299
+ readonly type: "uint128";
29300
+ readonly internalType: "uint128";
29301
+ }, {
29302
+ readonly name: "withdrawableLiquidity";
29282
29303
  readonly type: "uint128";
29283
29304
  readonly internalType: "uint128";
29284
29305
  }, {
@@ -30237,7 +30258,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
30237
30258
  readonly type: "uint128";
30238
30259
  readonly internalType: "uint128";
30239
30260
  }, {
30240
- readonly name: "availableLiquidity";
30261
+ readonly name: "borrowableLiquidity";
30262
+ readonly type: "uint128";
30263
+ readonly internalType: "uint128";
30264
+ }, {
30265
+ readonly name: "withdrawableLiquidity";
30241
30266
  readonly type: "uint128";
30242
30267
  readonly internalType: "uint128";
30243
30268
  }, {
@@ -31180,7 +31205,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
31180
31205
  readonly type: "uint128";
31181
31206
  readonly internalType: "uint128";
31182
31207
  }, {
31183
- readonly name: "availableLiquidity";
31208
+ readonly name: "borrowableLiquidity";
31209
+ readonly type: "uint128";
31210
+ readonly internalType: "uint128";
31211
+ }, {
31212
+ readonly name: "withdrawableLiquidity";
31184
31213
  readonly type: "uint128";
31185
31214
  readonly internalType: "uint128";
31186
31215
  }, {
@@ -32144,7 +32173,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
32144
32173
  readonly type: "uint128";
32145
32174
  readonly internalType: "uint128";
32146
32175
  }, {
32147
- readonly name: "availableLiquidity";
32176
+ readonly name: "borrowableLiquidity";
32177
+ readonly type: "uint128";
32178
+ readonly internalType: "uint128";
32179
+ }, {
32180
+ readonly name: "withdrawableLiquidity";
32148
32181
  readonly type: "uint128";
32149
32182
  readonly internalType: "uint128";
32150
32183
  }, {
@@ -33092,7 +33125,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33092
33125
  readonly type: "uint128";
33093
33126
  readonly internalType: "uint128";
33094
33127
  }, {
33095
- readonly name: "availableLiquidity";
33128
+ readonly name: "borrowableLiquidity";
33129
+ readonly type: "uint128";
33130
+ readonly internalType: "uint128";
33131
+ }, {
33132
+ readonly name: "withdrawableLiquidity";
33096
33133
  readonly type: "uint128";
33097
33134
  readonly internalType: "uint128";
33098
33135
  }, {
@@ -34035,7 +34072,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34035
34072
  readonly type: "uint128";
34036
34073
  readonly internalType: "uint128";
34037
34074
  }, {
34038
- readonly name: "availableLiquidity";
34075
+ readonly name: "borrowableLiquidity";
34076
+ readonly type: "uint128";
34077
+ readonly internalType: "uint128";
34078
+ }, {
34079
+ readonly name: "withdrawableLiquidity";
34039
34080
  readonly type: "uint128";
34040
34081
  readonly internalType: "uint128";
34041
34082
  }, {
@@ -34978,7 +35019,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34978
35019
  readonly type: "uint128";
34979
35020
  readonly internalType: "uint128";
34980
35021
  }, {
34981
- readonly name: "availableLiquidity";
35022
+ readonly name: "borrowableLiquidity";
35023
+ readonly type: "uint128";
35024
+ readonly internalType: "uint128";
35025
+ }, {
35026
+ readonly name: "withdrawableLiquidity";
34982
35027
  readonly type: "uint128";
34983
35028
  readonly internalType: "uint128";
34984
35029
  }, {
@@ -35921,7 +35966,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
35921
35966
  readonly type: "uint128";
35922
35967
  readonly internalType: "uint128";
35923
35968
  }, {
35924
- readonly name: "availableLiquidity";
35969
+ readonly name: "borrowableLiquidity";
35970
+ readonly type: "uint128";
35971
+ readonly internalType: "uint128";
35972
+ }, {
35973
+ readonly name: "withdrawableLiquidity";
35925
35974
  readonly type: "uint128";
35926
35975
  readonly internalType: "uint128";
35927
35976
  }, {
@@ -36864,7 +36913,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
36864
36913
  readonly type: "uint128";
36865
36914
  readonly internalType: "uint128";
36866
36915
  }, {
36867
- readonly name: "availableLiquidity";
36916
+ readonly name: "borrowableLiquidity";
36917
+ readonly type: "uint128";
36918
+ readonly internalType: "uint128";
36919
+ }, {
36920
+ readonly name: "withdrawableLiquidity";
36868
36921
  readonly type: "uint128";
36869
36922
  readonly internalType: "uint128";
36870
36923
  }, {
@@ -37817,7 +37870,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
37817
37870
  readonly type: "uint128";
37818
37871
  readonly internalType: "uint128";
37819
37872
  }, {
37820
- readonly name: "availableLiquidity";
37873
+ readonly name: "borrowableLiquidity";
37874
+ readonly type: "uint128";
37875
+ readonly internalType: "uint128";
37876
+ }, {
37877
+ readonly name: "withdrawableLiquidity";
37821
37878
  readonly type: "uint128";
37822
37879
  readonly internalType: "uint128";
37823
37880
  }, {
@@ -38766,7 +38823,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
38766
38823
  readonly type: "uint128";
38767
38824
  readonly internalType: "uint128";
38768
38825
  }, {
38769
- readonly name: "availableLiquidity";
38826
+ readonly name: "borrowableLiquidity";
38827
+ readonly type: "uint128";
38828
+ readonly internalType: "uint128";
38829
+ }, {
38830
+ readonly name: "withdrawableLiquidity";
38770
38831
  readonly type: "uint128";
38771
38832
  readonly internalType: "uint128";
38772
38833
  }, {
@@ -39725,7 +39786,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
39725
39786
  readonly type: "uint128";
39726
39787
  readonly internalType: "uint128";
39727
39788
  }, {
39728
- readonly name: "availableLiquidity";
39789
+ readonly name: "borrowableLiquidity";
39790
+ readonly type: "uint128";
39791
+ readonly internalType: "uint128";
39792
+ }, {
39793
+ readonly name: "withdrawableLiquidity";
39729
39794
  readonly type: "uint128";
39730
39795
  readonly internalType: "uint128";
39731
39796
  }, {
@@ -40685,7 +40750,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
40685
40750
  readonly type: "uint128";
40686
40751
  readonly internalType: "uint128";
40687
40752
  }, {
40688
- readonly name: "availableLiquidity";
40753
+ readonly name: "borrowableLiquidity";
40754
+ readonly type: "uint128";
40755
+ readonly internalType: "uint128";
40756
+ }, {
40757
+ readonly name: "withdrawableLiquidity";
40689
40758
  readonly type: "uint128";
40690
40759
  readonly internalType: "uint128";
40691
40760
  }, {
@@ -41628,7 +41697,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
41628
41697
  readonly type: "uint128";
41629
41698
  readonly internalType: "uint128";
41630
41699
  }, {
41631
- readonly name: "availableLiquidity";
41700
+ readonly name: "borrowableLiquidity";
41701
+ readonly type: "uint128";
41702
+ readonly internalType: "uint128";
41703
+ }, {
41704
+ readonly name: "withdrawableLiquidity";
41632
41705
  readonly type: "uint128";
41633
41706
  readonly internalType: "uint128";
41634
41707
  }, {
@@ -42571,7 +42644,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
42571
42644
  readonly type: "uint128";
42572
42645
  readonly internalType: "uint128";
42573
42646
  }, {
42574
- readonly name: "availableLiquidity";
42647
+ readonly name: "borrowableLiquidity";
42648
+ readonly type: "uint128";
42649
+ readonly internalType: "uint128";
42650
+ }, {
42651
+ readonly name: "withdrawableLiquidity";
42575
42652
  readonly type: "uint128";
42576
42653
  readonly internalType: "uint128";
42577
42654
  }, {
@@ -43517,7 +43594,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
43517
43594
  readonly type: "uint128";
43518
43595
  readonly internalType: "uint128";
43519
43596
  }, {
43520
- readonly name: "availableLiquidity";
43597
+ readonly name: "borrowableLiquidity";
43598
+ readonly type: "uint128";
43599
+ readonly internalType: "uint128";
43600
+ }, {
43601
+ readonly name: "withdrawableLiquidity";
43521
43602
  readonly type: "uint128";
43522
43603
  readonly internalType: "uint128";
43523
43604
  }, {
@@ -44464,7 +44545,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
44464
44545
  readonly type: "uint128";
44465
44546
  readonly internalType: "uint128";
44466
44547
  }, {
44467
- readonly name: "availableLiquidity";
44548
+ readonly name: "borrowableLiquidity";
44549
+ readonly type: "uint128";
44550
+ readonly internalType: "uint128";
44551
+ }, {
44552
+ readonly name: "withdrawableLiquidity";
44468
44553
  readonly type: "uint128";
44469
44554
  readonly internalType: "uint128";
44470
44555
  }, {
@@ -45417,7 +45502,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
45417
45502
  readonly type: "uint128";
45418
45503
  readonly internalType: "uint128";
45419
45504
  }, {
45420
- readonly name: "availableLiquidity";
45505
+ readonly name: "borrowableLiquidity";
45506
+ readonly type: "uint128";
45507
+ readonly internalType: "uint128";
45508
+ }, {
45509
+ readonly name: "withdrawableLiquidity";
45421
45510
  readonly type: "uint128";
45422
45511
  readonly internalType: "uint128";
45423
45512
  }, {
@@ -46370,7 +46459,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
46370
46459
  readonly type: "uint128";
46371
46460
  readonly internalType: "uint128";
46372
46461
  }, {
46373
- readonly name: "availableLiquidity";
46462
+ readonly name: "borrowableLiquidity";
46463
+ readonly type: "uint128";
46464
+ readonly internalType: "uint128";
46465
+ }, {
46466
+ readonly name: "withdrawableLiquidity";
46374
46467
  readonly type: "uint128";
46375
46468
  readonly internalType: "uint128";
46376
46469
  }, {
@@ -47315,7 +47408,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
47315
47408
  readonly type: "uint128";
47316
47409
  readonly internalType: "uint128";
47317
47410
  }, {
47318
- readonly name: "availableLiquidity";
47411
+ readonly name: "borrowableLiquidity";
47412
+ readonly type: "uint128";
47413
+ readonly internalType: "uint128";
47414
+ }, {
47415
+ readonly name: "withdrawableLiquidity";
47319
47416
  readonly type: "uint128";
47320
47417
  readonly internalType: "uint128";
47321
47418
  }, {
@@ -48361,7 +48458,11 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
48361
48458
  readonly type: "uint128";
48362
48459
  readonly internalType: "uint128";
48363
48460
  }, {
48364
- readonly name: "availableLiquidity";
48461
+ readonly name: "borrowableLiquidity";
48462
+ readonly type: "uint128";
48463
+ readonly internalType: "uint128";
48464
+ }, {
48465
+ readonly name: "withdrawableLiquidity";
48365
48466
  readonly type: "uint128";
48366
48467
  readonly internalType: "uint128";
48367
48468
  }, {
@@ -50902,7 +51003,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50902
51003
  totalLiquidity: bigint;
50903
51004
  borrowedLiquidity: bigint;
50904
51005
  reservedLiquidity: bigint;
50905
- availableLiquidity: bigint;
51006
+ borrowableLiquidity: bigint;
51007
+ withdrawableLiquidity: bigint;
50906
51008
  totalAmount0: bigint;
50907
51009
  totalAmount1: bigint;
50908
51010
  borrowedAmount0: bigint;
@@ -50916,7 +51018,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50916
51018
  totalLiquidity: bigint;
50917
51019
  borrowedLiquidity: bigint;
50918
51020
  reservedLiquidity: bigint;
50919
- availableLiquidity: bigint;
51021
+ borrowableLiquidity: bigint;
51022
+ withdrawableLiquidity: bigint;
50920
51023
  totalAmount0: bigint;
50921
51024
  totalAmount1: bigint;
50922
51025
  borrowedAmount0: bigint;
@@ -50930,7 +51033,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50930
51033
  totalLiquidity: bigint;
50931
51034
  borrowedLiquidity: bigint;
50932
51035
  reservedLiquidity: bigint;
50933
- availableLiquidity: bigint;
51036
+ borrowableLiquidity: bigint;
51037
+ withdrawableLiquidity: bigint;
50934
51038
  totalAmount0: bigint;
50935
51039
  totalAmount1: bigint;
50936
51040
  borrowedAmount0: bigint;
@@ -50966,7 +51070,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50966
51070
  totalLiquidity: bigint;
50967
51071
  borrowedLiquidity: bigint;
50968
51072
  reservedLiquidity: bigint;
50969
- availableLiquidity: bigint;
51073
+ borrowableLiquidity: bigint;
51074
+ withdrawableLiquidity: bigint;
50970
51075
  totalAmount0: bigint;
50971
51076
  totalAmount1: bigint;
50972
51077
  borrowedAmount0: bigint;
@@ -50980,7 +51085,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50980
51085
  totalLiquidity: bigint;
50981
51086
  borrowedLiquidity: bigint;
50982
51087
  reservedLiquidity: bigint;
50983
- availableLiquidity: bigint;
51088
+ borrowableLiquidity: bigint;
51089
+ withdrawableLiquidity: bigint;
50984
51090
  totalAmount0: bigint;
50985
51091
  totalAmount1: bigint;
50986
51092
  borrowedAmount0: bigint;
@@ -50994,7 +51100,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50994
51100
  totalLiquidity: bigint;
50995
51101
  borrowedLiquidity: bigint;
50996
51102
  reservedLiquidity: bigint;
50997
- availableLiquidity: bigint;
51103
+ borrowableLiquidity: bigint;
51104
+ withdrawableLiquidity: bigint;
50998
51105
  totalAmount0: bigint;
50999
51106
  totalAmount1: bigint;
51000
51107
  borrowedAmount0: bigint;
@@ -51030,7 +51137,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51030
51137
  totalLiquidity: bigint;
51031
51138
  borrowedLiquidity: bigint;
51032
51139
  reservedLiquidity: bigint;
51033
- availableLiquidity: bigint;
51140
+ borrowableLiquidity: bigint;
51141
+ withdrawableLiquidity: bigint;
51034
51142
  totalAmount0: bigint;
51035
51143
  totalAmount1: bigint;
51036
51144
  borrowedAmount0: bigint;
@@ -51044,7 +51152,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51044
51152
  totalLiquidity: bigint;
51045
51153
  borrowedLiquidity: bigint;
51046
51154
  reservedLiquidity: bigint;
51047
- availableLiquidity: bigint;
51155
+ borrowableLiquidity: bigint;
51156
+ withdrawableLiquidity: bigint;
51048
51157
  totalAmount0: bigint;
51049
51158
  totalAmount1: bigint;
51050
51159
  borrowedAmount0: bigint;
@@ -51058,7 +51167,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51058
51167
  totalLiquidity: bigint;
51059
51168
  borrowedLiquidity: bigint;
51060
51169
  reservedLiquidity: bigint;
51061
- availableLiquidity: bigint;
51170
+ borrowableLiquidity: bigint;
51171
+ withdrawableLiquidity: bigint;
51062
51172
  totalAmount0: bigint;
51063
51173
  totalAmount1: bigint;
51064
51174
  borrowedAmount0: bigint;
@@ -51094,7 +51204,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51094
51204
  totalLiquidity: bigint;
51095
51205
  borrowedLiquidity: bigint;
51096
51206
  reservedLiquidity: bigint;
51097
- availableLiquidity: bigint;
51207
+ borrowableLiquidity: bigint;
51208
+ withdrawableLiquidity: bigint;
51098
51209
  totalAmount0: bigint;
51099
51210
  totalAmount1: bigint;
51100
51211
  borrowedAmount0: bigint;
@@ -51108,7 +51219,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51108
51219
  totalLiquidity: bigint;
51109
51220
  borrowedLiquidity: bigint;
51110
51221
  reservedLiquidity: bigint;
51111
- availableLiquidity: bigint;
51222
+ borrowableLiquidity: bigint;
51223
+ withdrawableLiquidity: bigint;
51112
51224
  totalAmount0: bigint;
51113
51225
  totalAmount1: bigint;
51114
51226
  borrowedAmount0: bigint;
@@ -51122,7 +51234,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51122
51234
  totalLiquidity: bigint;
51123
51235
  borrowedLiquidity: bigint;
51124
51236
  reservedLiquidity: bigint;
51125
- availableLiquidity: bigint;
51237
+ borrowableLiquidity: bigint;
51238
+ withdrawableLiquidity: bigint;
51126
51239
  totalAmount0: bigint;
51127
51240
  totalAmount1: bigint;
51128
51241
  borrowedAmount0: bigint;
@@ -51158,7 +51271,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51158
51271
  totalLiquidity: bigint;
51159
51272
  borrowedLiquidity: bigint;
51160
51273
  reservedLiquidity: bigint;
51161
- availableLiquidity: bigint;
51274
+ borrowableLiquidity: bigint;
51275
+ withdrawableLiquidity: bigint;
51162
51276
  totalAmount0: bigint;
51163
51277
  totalAmount1: bigint;
51164
51278
  borrowedAmount0: bigint;
@@ -51172,7 +51286,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51172
51286
  totalLiquidity: bigint;
51173
51287
  borrowedLiquidity: bigint;
51174
51288
  reservedLiquidity: bigint;
51175
- availableLiquidity: bigint;
51289
+ borrowableLiquidity: bigint;
51290
+ withdrawableLiquidity: bigint;
51176
51291
  totalAmount0: bigint;
51177
51292
  totalAmount1: bigint;
51178
51293
  borrowedAmount0: bigint;
@@ -51186,7 +51301,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51186
51301
  totalLiquidity: bigint;
51187
51302
  borrowedLiquidity: bigint;
51188
51303
  reservedLiquidity: bigint;
51189
- availableLiquidity: bigint;
51304
+ borrowableLiquidity: bigint;
51305
+ withdrawableLiquidity: bigint;
51190
51306
  totalAmount0: bigint;
51191
51307
  totalAmount1: bigint;
51192
51308
  borrowedAmount0: bigint;
@@ -51222,7 +51338,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51222
51338
  totalLiquidity: bigint;
51223
51339
  borrowedLiquidity: bigint;
51224
51340
  reservedLiquidity: bigint;
51225
- availableLiquidity: bigint;
51341
+ borrowableLiquidity: bigint;
51342
+ withdrawableLiquidity: bigint;
51226
51343
  totalAmount0: bigint;
51227
51344
  totalAmount1: bigint;
51228
51345
  borrowedAmount0: bigint;
@@ -51236,7 +51353,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51236
51353
  totalLiquidity: bigint;
51237
51354
  borrowedLiquidity: bigint;
51238
51355
  reservedLiquidity: bigint;
51239
- availableLiquidity: bigint;
51356
+ borrowableLiquidity: bigint;
51357
+ withdrawableLiquidity: bigint;
51240
51358
  totalAmount0: bigint;
51241
51359
  totalAmount1: bigint;
51242
51360
  borrowedAmount0: bigint;
@@ -51250,7 +51368,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51250
51368
  totalLiquidity: bigint;
51251
51369
  borrowedLiquidity: bigint;
51252
51370
  reservedLiquidity: bigint;
51253
- availableLiquidity: bigint;
51371
+ borrowableLiquidity: bigint;
51372
+ withdrawableLiquidity: bigint;
51254
51373
  totalAmount0: bigint;
51255
51374
  totalAmount1: bigint;
51256
51375
  borrowedAmount0: bigint;
@@ -51550,7 +51669,11 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
51550
51669
  readonly type: "uint128";
51551
51670
  readonly internalType: "uint128";
51552
51671
  }, {
51553
- readonly name: "availableLiquidity";
51672
+ readonly name: "borrowableLiquidity";
51673
+ readonly type: "uint128";
51674
+ readonly internalType: "uint128";
51675
+ }, {
51676
+ readonly name: "withdrawableLiquidity";
51554
51677
  readonly type: "uint128";
51555
51678
  readonly internalType: "uint128";
51556
51679
  }, {
@@ -52457,8 +52580,8 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
52457
52580
  //#endregion
52458
52581
  //#region src/hooks/guardian/usePauseGlobalTrading.d.ts
52459
52582
  declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52460
- error: null;
52461
52583
  data: undefined;
52584
+ error: null;
52462
52585
  status: "idle";
52463
52586
  isError: false;
52464
52587
  isPending: false;
@@ -52471,13 +52594,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52471
52594
  reset: () => void;
52472
52595
  context: unknown;
52473
52596
  submittedAt: number;
52474
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
52475
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
52476
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
52597
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52598
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
52599
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52477
52600
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52478
52601
  } | {
52479
- error: null;
52480
52602
  data: undefined;
52603
+ error: null;
52481
52604
  status: "pending";
52482
52605
  isError: false;
52483
52606
  isPending: true;
@@ -52486,7 +52609,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52486
52609
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52487
52610
  isPaused: boolean;
52488
52611
  variables: {
52489
- abi: abitype17.Abi;
52612
+ abi: abitype0.Abi;
52490
52613
  functionName: string;
52491
52614
  args?: readonly unknown[] | undefined;
52492
52615
  address: Address;
@@ -52494,9 +52617,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52494
52617
  account?: `0x${string}` | viem491.Account | null | undefined;
52495
52618
  value?: bigint | undefined;
52496
52619
  dataSuffix?: `0x${string}` | undefined;
52497
- type?: "legacy" | undefined;
52498
52620
  gas?: bigint | undefined;
52499
52621
  nonce?: number | undefined;
52622
+ type?: "legacy" | undefined;
52500
52623
  blobs?: undefined;
52501
52624
  blobVersionedHashes?: undefined;
52502
52625
  kzg?: undefined;
@@ -52510,7 +52633,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52510
52633
  chainId?: number | undefined;
52511
52634
  connector?: wagmi0.Connector | undefined;
52512
52635
  } | {
52513
- abi: abitype17.Abi;
52636
+ abi: abitype0.Abi;
52514
52637
  functionName: string;
52515
52638
  args?: readonly unknown[] | undefined;
52516
52639
  address: Address;
@@ -52518,9 +52641,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52518
52641
  account?: `0x${string}` | viem491.Account | null | undefined;
52519
52642
  value?: bigint | undefined;
52520
52643
  dataSuffix?: `0x${string}` | undefined;
52521
- type?: "eip2930" | undefined;
52522
52644
  gas?: bigint | undefined;
52523
52645
  nonce?: number | undefined;
52646
+ type?: "eip2930" | undefined;
52524
52647
  blobs?: undefined;
52525
52648
  blobVersionedHashes?: undefined;
52526
52649
  kzg?: undefined;
@@ -52534,7 +52657,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52534
52657
  chainId?: number | undefined;
52535
52658
  connector?: wagmi0.Connector | undefined;
52536
52659
  } | {
52537
- abi: abitype17.Abi;
52660
+ abi: abitype0.Abi;
52538
52661
  functionName: string;
52539
52662
  args?: readonly unknown[] | undefined;
52540
52663
  address: Address;
@@ -52542,9 +52665,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52542
52665
  account?: `0x${string}` | viem491.Account | null | undefined;
52543
52666
  value?: bigint | undefined;
52544
52667
  dataSuffix?: `0x${string}` | undefined;
52545
- type?: "eip1559" | undefined;
52546
52668
  gas?: bigint | undefined;
52547
52669
  nonce?: number | undefined;
52670
+ type?: "eip1559" | undefined;
52548
52671
  blobs?: undefined;
52549
52672
  blobVersionedHashes?: undefined;
52550
52673
  kzg?: undefined;
@@ -52558,7 +52681,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52558
52681
  chainId?: number | undefined;
52559
52682
  connector?: wagmi0.Connector | undefined;
52560
52683
  } | {
52561
- abi: abitype17.Abi;
52684
+ abi: abitype0.Abi;
52562
52685
  functionName: string;
52563
52686
  args?: readonly unknown[] | undefined;
52564
52687
  address: Address;
@@ -52566,9 +52689,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52566
52689
  account?: `0x${string}` | viem491.Account | null | undefined;
52567
52690
  value?: bigint | undefined;
52568
52691
  dataSuffix?: `0x${string}` | undefined;
52569
- type?: "eip4844" | undefined;
52570
52692
  gas?: bigint | undefined;
52571
52693
  nonce?: number | undefined;
52694
+ type?: "eip4844" | undefined;
52572
52695
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52573
52696
  blobVersionedHashes: readonly viem491.Hex[];
52574
52697
  kzg?: undefined;
@@ -52582,7 +52705,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52582
52705
  chainId?: number | undefined;
52583
52706
  connector?: wagmi0.Connector | undefined;
52584
52707
  } | {
52585
- abi: abitype17.Abi;
52708
+ abi: abitype0.Abi;
52586
52709
  functionName: string;
52587
52710
  args?: readonly unknown[] | undefined;
52588
52711
  address: Address;
@@ -52590,9 +52713,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52590
52713
  account?: `0x${string}` | viem491.Account | null | undefined;
52591
52714
  value?: bigint | undefined;
52592
52715
  dataSuffix?: `0x${string}` | undefined;
52593
- type?: "eip4844" | undefined;
52594
52716
  gas?: bigint | undefined;
52595
52717
  nonce?: number | undefined;
52718
+ type?: "eip4844" | undefined;
52596
52719
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52597
52720
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52598
52721
  kzg?: viem491.Kzg | undefined;
@@ -52606,7 +52729,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52606
52729
  chainId?: number | undefined;
52607
52730
  connector?: wagmi0.Connector | undefined;
52608
52731
  } | {
52609
- abi: abitype17.Abi;
52732
+ abi: abitype0.Abi;
52610
52733
  functionName: string;
52611
52734
  args?: readonly unknown[] | undefined;
52612
52735
  address: Address;
@@ -52614,9 +52737,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52614
52737
  account?: `0x${string}` | viem491.Account | null | undefined;
52615
52738
  value?: bigint | undefined;
52616
52739
  dataSuffix?: `0x${string}` | undefined;
52617
- type?: "eip7702" | undefined;
52618
52740
  gas?: bigint | undefined;
52619
52741
  nonce?: number | undefined;
52742
+ type?: "eip7702" | undefined;
52620
52743
  blobs?: undefined;
52621
52744
  blobVersionedHashes?: undefined;
52622
52745
  kzg?: undefined;
@@ -52634,13 +52757,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52634
52757
  reset: () => void;
52635
52758
  context: unknown;
52636
52759
  submittedAt: number;
52637
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
52638
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
52639
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
52760
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52761
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
52762
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52640
52763
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52641
52764
  } | {
52642
- error: _wagmi_core0.WriteContractErrorType;
52643
52765
  data: undefined;
52766
+ error: _wagmi_core0.WriteContractErrorType;
52644
52767
  status: "error";
52645
52768
  isError: true;
52646
52769
  isPending: false;
@@ -52649,7 +52772,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52649
52772
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52650
52773
  isPaused: boolean;
52651
52774
  variables: {
52652
- abi: abitype17.Abi;
52775
+ abi: abitype0.Abi;
52653
52776
  functionName: string;
52654
52777
  args?: readonly unknown[] | undefined;
52655
52778
  address: Address;
@@ -52657,9 +52780,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52657
52780
  account?: `0x${string}` | viem491.Account | null | undefined;
52658
52781
  value?: bigint | undefined;
52659
52782
  dataSuffix?: `0x${string}` | undefined;
52660
- type?: "legacy" | undefined;
52661
52783
  gas?: bigint | undefined;
52662
52784
  nonce?: number | undefined;
52785
+ type?: "legacy" | undefined;
52663
52786
  blobs?: undefined;
52664
52787
  blobVersionedHashes?: undefined;
52665
52788
  kzg?: undefined;
@@ -52673,7 +52796,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52673
52796
  chainId?: number | undefined;
52674
52797
  connector?: wagmi0.Connector | undefined;
52675
52798
  } | {
52676
- abi: abitype17.Abi;
52799
+ abi: abitype0.Abi;
52677
52800
  functionName: string;
52678
52801
  args?: readonly unknown[] | undefined;
52679
52802
  address: Address;
@@ -52681,9 +52804,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52681
52804
  account?: `0x${string}` | viem491.Account | null | undefined;
52682
52805
  value?: bigint | undefined;
52683
52806
  dataSuffix?: `0x${string}` | undefined;
52684
- type?: "eip2930" | undefined;
52685
52807
  gas?: bigint | undefined;
52686
52808
  nonce?: number | undefined;
52809
+ type?: "eip2930" | undefined;
52687
52810
  blobs?: undefined;
52688
52811
  blobVersionedHashes?: undefined;
52689
52812
  kzg?: undefined;
@@ -52697,7 +52820,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52697
52820
  chainId?: number | undefined;
52698
52821
  connector?: wagmi0.Connector | undefined;
52699
52822
  } | {
52700
- abi: abitype17.Abi;
52823
+ abi: abitype0.Abi;
52701
52824
  functionName: string;
52702
52825
  args?: readonly unknown[] | undefined;
52703
52826
  address: Address;
@@ -52705,9 +52828,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52705
52828
  account?: `0x${string}` | viem491.Account | null | undefined;
52706
52829
  value?: bigint | undefined;
52707
52830
  dataSuffix?: `0x${string}` | undefined;
52708
- type?: "eip1559" | undefined;
52709
52831
  gas?: bigint | undefined;
52710
52832
  nonce?: number | undefined;
52833
+ type?: "eip1559" | undefined;
52711
52834
  blobs?: undefined;
52712
52835
  blobVersionedHashes?: undefined;
52713
52836
  kzg?: undefined;
@@ -52721,7 +52844,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52721
52844
  chainId?: number | undefined;
52722
52845
  connector?: wagmi0.Connector | undefined;
52723
52846
  } | {
52724
- abi: abitype17.Abi;
52847
+ abi: abitype0.Abi;
52725
52848
  functionName: string;
52726
52849
  args?: readonly unknown[] | undefined;
52727
52850
  address: Address;
@@ -52729,9 +52852,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52729
52852
  account?: `0x${string}` | viem491.Account | null | undefined;
52730
52853
  value?: bigint | undefined;
52731
52854
  dataSuffix?: `0x${string}` | undefined;
52732
- type?: "eip4844" | undefined;
52733
52855
  gas?: bigint | undefined;
52734
52856
  nonce?: number | undefined;
52857
+ type?: "eip4844" | undefined;
52735
52858
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52736
52859
  blobVersionedHashes: readonly viem491.Hex[];
52737
52860
  kzg?: undefined;
@@ -52745,7 +52868,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52745
52868
  chainId?: number | undefined;
52746
52869
  connector?: wagmi0.Connector | undefined;
52747
52870
  } | {
52748
- abi: abitype17.Abi;
52871
+ abi: abitype0.Abi;
52749
52872
  functionName: string;
52750
52873
  args?: readonly unknown[] | undefined;
52751
52874
  address: Address;
@@ -52753,9 +52876,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52753
52876
  account?: `0x${string}` | viem491.Account | null | undefined;
52754
52877
  value?: bigint | undefined;
52755
52878
  dataSuffix?: `0x${string}` | undefined;
52756
- type?: "eip4844" | undefined;
52757
52879
  gas?: bigint | undefined;
52758
52880
  nonce?: number | undefined;
52881
+ type?: "eip4844" | undefined;
52759
52882
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52760
52883
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52761
52884
  kzg?: viem491.Kzg | undefined;
@@ -52769,7 +52892,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52769
52892
  chainId?: number | undefined;
52770
52893
  connector?: wagmi0.Connector | undefined;
52771
52894
  } | {
52772
- abi: abitype17.Abi;
52895
+ abi: abitype0.Abi;
52773
52896
  functionName: string;
52774
52897
  args?: readonly unknown[] | undefined;
52775
52898
  address: Address;
@@ -52777,9 +52900,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52777
52900
  account?: `0x${string}` | viem491.Account | null | undefined;
52778
52901
  value?: bigint | undefined;
52779
52902
  dataSuffix?: `0x${string}` | undefined;
52780
- type?: "eip7702" | undefined;
52781
52903
  gas?: bigint | undefined;
52782
52904
  nonce?: number | undefined;
52905
+ type?: "eip7702" | undefined;
52783
52906
  blobs?: undefined;
52784
52907
  blobVersionedHashes?: undefined;
52785
52908
  kzg?: undefined;
@@ -52797,13 +52920,13 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52797
52920
  reset: () => void;
52798
52921
  context: unknown;
52799
52922
  submittedAt: number;
52800
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
52801
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
52802
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
52923
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52924
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
52925
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52803
52926
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52804
52927
  } | {
52805
- error: null;
52806
52928
  data: `0x${string}`;
52929
+ error: null;
52807
52930
  status: "success";
52808
52931
  isError: false;
52809
52932
  isPending: false;
@@ -52812,7 +52935,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52812
52935
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52813
52936
  isPaused: boolean;
52814
52937
  variables: {
52815
- abi: abitype17.Abi;
52938
+ abi: abitype0.Abi;
52816
52939
  functionName: string;
52817
52940
  args?: readonly unknown[] | undefined;
52818
52941
  address: Address;
@@ -52820,9 +52943,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52820
52943
  account?: `0x${string}` | viem491.Account | null | undefined;
52821
52944
  value?: bigint | undefined;
52822
52945
  dataSuffix?: `0x${string}` | undefined;
52823
- type?: "legacy" | undefined;
52824
52946
  gas?: bigint | undefined;
52825
52947
  nonce?: number | undefined;
52948
+ type?: "legacy" | undefined;
52826
52949
  blobs?: undefined;
52827
52950
  blobVersionedHashes?: undefined;
52828
52951
  kzg?: undefined;
@@ -52836,7 +52959,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52836
52959
  chainId?: number | undefined;
52837
52960
  connector?: wagmi0.Connector | undefined;
52838
52961
  } | {
52839
- abi: abitype17.Abi;
52962
+ abi: abitype0.Abi;
52840
52963
  functionName: string;
52841
52964
  args?: readonly unknown[] | undefined;
52842
52965
  address: Address;
@@ -52844,9 +52967,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52844
52967
  account?: `0x${string}` | viem491.Account | null | undefined;
52845
52968
  value?: bigint | undefined;
52846
52969
  dataSuffix?: `0x${string}` | undefined;
52847
- type?: "eip2930" | undefined;
52848
52970
  gas?: bigint | undefined;
52849
52971
  nonce?: number | undefined;
52972
+ type?: "eip2930" | undefined;
52850
52973
  blobs?: undefined;
52851
52974
  blobVersionedHashes?: undefined;
52852
52975
  kzg?: undefined;
@@ -52860,7 +52983,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52860
52983
  chainId?: number | undefined;
52861
52984
  connector?: wagmi0.Connector | undefined;
52862
52985
  } | {
52863
- abi: abitype17.Abi;
52986
+ abi: abitype0.Abi;
52864
52987
  functionName: string;
52865
52988
  args?: readonly unknown[] | undefined;
52866
52989
  address: Address;
@@ -52868,9 +52991,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52868
52991
  account?: `0x${string}` | viem491.Account | null | undefined;
52869
52992
  value?: bigint | undefined;
52870
52993
  dataSuffix?: `0x${string}` | undefined;
52871
- type?: "eip1559" | undefined;
52872
52994
  gas?: bigint | undefined;
52873
52995
  nonce?: number | undefined;
52996
+ type?: "eip1559" | undefined;
52874
52997
  blobs?: undefined;
52875
52998
  blobVersionedHashes?: undefined;
52876
52999
  kzg?: undefined;
@@ -52884,7 +53007,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52884
53007
  chainId?: number | undefined;
52885
53008
  connector?: wagmi0.Connector | undefined;
52886
53009
  } | {
52887
- abi: abitype17.Abi;
53010
+ abi: abitype0.Abi;
52888
53011
  functionName: string;
52889
53012
  args?: readonly unknown[] | undefined;
52890
53013
  address: Address;
@@ -52892,9 +53015,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52892
53015
  account?: `0x${string}` | viem491.Account | null | undefined;
52893
53016
  value?: bigint | undefined;
52894
53017
  dataSuffix?: `0x${string}` | undefined;
52895
- type?: "eip4844" | undefined;
52896
53018
  gas?: bigint | undefined;
52897
53019
  nonce?: number | undefined;
53020
+ type?: "eip4844" | undefined;
52898
53021
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52899
53022
  blobVersionedHashes: readonly viem491.Hex[];
52900
53023
  kzg?: undefined;
@@ -52908,7 +53031,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52908
53031
  chainId?: number | undefined;
52909
53032
  connector?: wagmi0.Connector | undefined;
52910
53033
  } | {
52911
- abi: abitype17.Abi;
53034
+ abi: abitype0.Abi;
52912
53035
  functionName: string;
52913
53036
  args?: readonly unknown[] | undefined;
52914
53037
  address: Address;
@@ -52916,9 +53039,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52916
53039
  account?: `0x${string}` | viem491.Account | null | undefined;
52917
53040
  value?: bigint | undefined;
52918
53041
  dataSuffix?: `0x${string}` | undefined;
52919
- type?: "eip4844" | undefined;
52920
53042
  gas?: bigint | undefined;
52921
53043
  nonce?: number | undefined;
53044
+ type?: "eip4844" | undefined;
52922
53045
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52923
53046
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52924
53047
  kzg?: viem491.Kzg | undefined;
@@ -52932,7 +53055,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52932
53055
  chainId?: number | undefined;
52933
53056
  connector?: wagmi0.Connector | undefined;
52934
53057
  } | {
52935
- abi: abitype17.Abi;
53058
+ abi: abitype0.Abi;
52936
53059
  functionName: string;
52937
53060
  args?: readonly unknown[] | undefined;
52938
53061
  address: Address;
@@ -52940,9 +53063,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52940
53063
  account?: `0x${string}` | viem491.Account | null | undefined;
52941
53064
  value?: bigint | undefined;
52942
53065
  dataSuffix?: `0x${string}` | undefined;
52943
- type?: "eip7702" | undefined;
52944
53066
  gas?: bigint | undefined;
52945
53067
  nonce?: number | undefined;
53068
+ type?: "eip7702" | undefined;
52946
53069
  blobs?: undefined;
52947
53070
  blobVersionedHashes?: undefined;
52948
53071
  kzg?: undefined;
@@ -52960,16 +53083,16 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52960
53083
  reset: () => void;
52961
53084
  context: unknown;
52962
53085
  submittedAt: number;
52963
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
52964
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
52965
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53086
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53087
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53088
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52966
53089
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52967
53090
  };
52968
53091
  //#endregion
52969
53092
  //#region src/hooks/guardian/usePauseMarketTrading.d.ts
52970
53093
  declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52971
- error: null;
52972
53094
  data: undefined;
53095
+ error: null;
52973
53096
  status: "idle";
52974
53097
  isError: false;
52975
53098
  isPending: false;
@@ -52982,13 +53105,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52982
53105
  reset: () => void;
52983
53106
  context: unknown;
52984
53107
  submittedAt: number;
52985
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
52986
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
52987
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53108
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53109
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53110
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52988
53111
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
52989
53112
  } | {
52990
- error: null;
52991
53113
  data: undefined;
53114
+ error: null;
52992
53115
  status: "pending";
52993
53116
  isError: false;
52994
53117
  isPending: true;
@@ -52997,7 +53120,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
52997
53120
  failureReason: _wagmi_core0.WriteContractErrorType | null;
52998
53121
  isPaused: boolean;
52999
53122
  variables: {
53000
- abi: abitype17.Abi;
53123
+ abi: abitype0.Abi;
53001
53124
  functionName: string;
53002
53125
  args?: readonly unknown[] | undefined;
53003
53126
  address: Address;
@@ -53005,9 +53128,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53005
53128
  account?: `0x${string}` | viem491.Account | null | undefined;
53006
53129
  value?: bigint | undefined;
53007
53130
  dataSuffix?: `0x${string}` | undefined;
53008
- type?: "legacy" | undefined;
53009
53131
  gas?: bigint | undefined;
53010
53132
  nonce?: number | undefined;
53133
+ type?: "legacy" | undefined;
53011
53134
  blobs?: undefined;
53012
53135
  blobVersionedHashes?: undefined;
53013
53136
  kzg?: undefined;
@@ -53021,7 +53144,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53021
53144
  chainId?: number | undefined;
53022
53145
  connector?: wagmi0.Connector | undefined;
53023
53146
  } | {
53024
- abi: abitype17.Abi;
53147
+ abi: abitype0.Abi;
53025
53148
  functionName: string;
53026
53149
  args?: readonly unknown[] | undefined;
53027
53150
  address: Address;
@@ -53029,9 +53152,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53029
53152
  account?: `0x${string}` | viem491.Account | null | undefined;
53030
53153
  value?: bigint | undefined;
53031
53154
  dataSuffix?: `0x${string}` | undefined;
53032
- type?: "eip2930" | undefined;
53033
53155
  gas?: bigint | undefined;
53034
53156
  nonce?: number | undefined;
53157
+ type?: "eip2930" | undefined;
53035
53158
  blobs?: undefined;
53036
53159
  blobVersionedHashes?: undefined;
53037
53160
  kzg?: undefined;
@@ -53045,7 +53168,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53045
53168
  chainId?: number | undefined;
53046
53169
  connector?: wagmi0.Connector | undefined;
53047
53170
  } | {
53048
- abi: abitype17.Abi;
53171
+ abi: abitype0.Abi;
53049
53172
  functionName: string;
53050
53173
  args?: readonly unknown[] | undefined;
53051
53174
  address: Address;
@@ -53053,9 +53176,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53053
53176
  account?: `0x${string}` | viem491.Account | null | undefined;
53054
53177
  value?: bigint | undefined;
53055
53178
  dataSuffix?: `0x${string}` | undefined;
53056
- type?: "eip1559" | undefined;
53057
53179
  gas?: bigint | undefined;
53058
53180
  nonce?: number | undefined;
53181
+ type?: "eip1559" | undefined;
53059
53182
  blobs?: undefined;
53060
53183
  blobVersionedHashes?: undefined;
53061
53184
  kzg?: undefined;
@@ -53069,7 +53192,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53069
53192
  chainId?: number | undefined;
53070
53193
  connector?: wagmi0.Connector | undefined;
53071
53194
  } | {
53072
- abi: abitype17.Abi;
53195
+ abi: abitype0.Abi;
53073
53196
  functionName: string;
53074
53197
  args?: readonly unknown[] | undefined;
53075
53198
  address: Address;
@@ -53077,9 +53200,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53077
53200
  account?: `0x${string}` | viem491.Account | null | undefined;
53078
53201
  value?: bigint | undefined;
53079
53202
  dataSuffix?: `0x${string}` | undefined;
53080
- type?: "eip4844" | undefined;
53081
53203
  gas?: bigint | undefined;
53082
53204
  nonce?: number | undefined;
53205
+ type?: "eip4844" | undefined;
53083
53206
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53084
53207
  blobVersionedHashes: readonly viem491.Hex[];
53085
53208
  kzg?: undefined;
@@ -53093,7 +53216,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53093
53216
  chainId?: number | undefined;
53094
53217
  connector?: wagmi0.Connector | undefined;
53095
53218
  } | {
53096
- abi: abitype17.Abi;
53219
+ abi: abitype0.Abi;
53097
53220
  functionName: string;
53098
53221
  args?: readonly unknown[] | undefined;
53099
53222
  address: Address;
@@ -53101,9 +53224,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53101
53224
  account?: `0x${string}` | viem491.Account | null | undefined;
53102
53225
  value?: bigint | undefined;
53103
53226
  dataSuffix?: `0x${string}` | undefined;
53104
- type?: "eip4844" | undefined;
53105
53227
  gas?: bigint | undefined;
53106
53228
  nonce?: number | undefined;
53229
+ type?: "eip4844" | undefined;
53107
53230
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53108
53231
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53109
53232
  kzg?: viem491.Kzg | undefined;
@@ -53117,7 +53240,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53117
53240
  chainId?: number | undefined;
53118
53241
  connector?: wagmi0.Connector | undefined;
53119
53242
  } | {
53120
- abi: abitype17.Abi;
53243
+ abi: abitype0.Abi;
53121
53244
  functionName: string;
53122
53245
  args?: readonly unknown[] | undefined;
53123
53246
  address: Address;
@@ -53125,9 +53248,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53125
53248
  account?: `0x${string}` | viem491.Account | null | undefined;
53126
53249
  value?: bigint | undefined;
53127
53250
  dataSuffix?: `0x${string}` | undefined;
53128
- type?: "eip7702" | undefined;
53129
53251
  gas?: bigint | undefined;
53130
53252
  nonce?: number | undefined;
53253
+ type?: "eip7702" | undefined;
53131
53254
  blobs?: undefined;
53132
53255
  blobVersionedHashes?: undefined;
53133
53256
  kzg?: undefined;
@@ -53145,13 +53268,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53145
53268
  reset: () => void;
53146
53269
  context: unknown;
53147
53270
  submittedAt: number;
53148
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53149
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
53150
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53271
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53272
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53273
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53151
53274
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53152
53275
  } | {
53153
- error: _wagmi_core0.WriteContractErrorType;
53154
53276
  data: undefined;
53277
+ error: _wagmi_core0.WriteContractErrorType;
53155
53278
  status: "error";
53156
53279
  isError: true;
53157
53280
  isPending: false;
@@ -53160,7 +53283,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53160
53283
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53161
53284
  isPaused: boolean;
53162
53285
  variables: {
53163
- abi: abitype17.Abi;
53286
+ abi: abitype0.Abi;
53164
53287
  functionName: string;
53165
53288
  args?: readonly unknown[] | undefined;
53166
53289
  address: Address;
@@ -53168,9 +53291,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53168
53291
  account?: `0x${string}` | viem491.Account | null | undefined;
53169
53292
  value?: bigint | undefined;
53170
53293
  dataSuffix?: `0x${string}` | undefined;
53171
- type?: "legacy" | undefined;
53172
53294
  gas?: bigint | undefined;
53173
53295
  nonce?: number | undefined;
53296
+ type?: "legacy" | undefined;
53174
53297
  blobs?: undefined;
53175
53298
  blobVersionedHashes?: undefined;
53176
53299
  kzg?: undefined;
@@ -53184,7 +53307,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53184
53307
  chainId?: number | undefined;
53185
53308
  connector?: wagmi0.Connector | undefined;
53186
53309
  } | {
53187
- abi: abitype17.Abi;
53310
+ abi: abitype0.Abi;
53188
53311
  functionName: string;
53189
53312
  args?: readonly unknown[] | undefined;
53190
53313
  address: Address;
@@ -53192,9 +53315,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53192
53315
  account?: `0x${string}` | viem491.Account | null | undefined;
53193
53316
  value?: bigint | undefined;
53194
53317
  dataSuffix?: `0x${string}` | undefined;
53195
- type?: "eip2930" | undefined;
53196
53318
  gas?: bigint | undefined;
53197
53319
  nonce?: number | undefined;
53320
+ type?: "eip2930" | undefined;
53198
53321
  blobs?: undefined;
53199
53322
  blobVersionedHashes?: undefined;
53200
53323
  kzg?: undefined;
@@ -53208,7 +53331,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53208
53331
  chainId?: number | undefined;
53209
53332
  connector?: wagmi0.Connector | undefined;
53210
53333
  } | {
53211
- abi: abitype17.Abi;
53334
+ abi: abitype0.Abi;
53212
53335
  functionName: string;
53213
53336
  args?: readonly unknown[] | undefined;
53214
53337
  address: Address;
@@ -53216,9 +53339,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53216
53339
  account?: `0x${string}` | viem491.Account | null | undefined;
53217
53340
  value?: bigint | undefined;
53218
53341
  dataSuffix?: `0x${string}` | undefined;
53219
- type?: "eip1559" | undefined;
53220
53342
  gas?: bigint | undefined;
53221
53343
  nonce?: number | undefined;
53344
+ type?: "eip1559" | undefined;
53222
53345
  blobs?: undefined;
53223
53346
  blobVersionedHashes?: undefined;
53224
53347
  kzg?: undefined;
@@ -53232,7 +53355,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53232
53355
  chainId?: number | undefined;
53233
53356
  connector?: wagmi0.Connector | undefined;
53234
53357
  } | {
53235
- abi: abitype17.Abi;
53358
+ abi: abitype0.Abi;
53236
53359
  functionName: string;
53237
53360
  args?: readonly unknown[] | undefined;
53238
53361
  address: Address;
@@ -53240,9 +53363,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53240
53363
  account?: `0x${string}` | viem491.Account | null | undefined;
53241
53364
  value?: bigint | undefined;
53242
53365
  dataSuffix?: `0x${string}` | undefined;
53243
- type?: "eip4844" | undefined;
53244
53366
  gas?: bigint | undefined;
53245
53367
  nonce?: number | undefined;
53368
+ type?: "eip4844" | undefined;
53246
53369
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53247
53370
  blobVersionedHashes: readonly viem491.Hex[];
53248
53371
  kzg?: undefined;
@@ -53256,7 +53379,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53256
53379
  chainId?: number | undefined;
53257
53380
  connector?: wagmi0.Connector | undefined;
53258
53381
  } | {
53259
- abi: abitype17.Abi;
53382
+ abi: abitype0.Abi;
53260
53383
  functionName: string;
53261
53384
  args?: readonly unknown[] | undefined;
53262
53385
  address: Address;
@@ -53264,9 +53387,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53264
53387
  account?: `0x${string}` | viem491.Account | null | undefined;
53265
53388
  value?: bigint | undefined;
53266
53389
  dataSuffix?: `0x${string}` | undefined;
53267
- type?: "eip4844" | undefined;
53268
53390
  gas?: bigint | undefined;
53269
53391
  nonce?: number | undefined;
53392
+ type?: "eip4844" | undefined;
53270
53393
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53271
53394
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53272
53395
  kzg?: viem491.Kzg | undefined;
@@ -53280,7 +53403,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53280
53403
  chainId?: number | undefined;
53281
53404
  connector?: wagmi0.Connector | undefined;
53282
53405
  } | {
53283
- abi: abitype17.Abi;
53406
+ abi: abitype0.Abi;
53284
53407
  functionName: string;
53285
53408
  args?: readonly unknown[] | undefined;
53286
53409
  address: Address;
@@ -53288,9 +53411,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53288
53411
  account?: `0x${string}` | viem491.Account | null | undefined;
53289
53412
  value?: bigint | undefined;
53290
53413
  dataSuffix?: `0x${string}` | undefined;
53291
- type?: "eip7702" | undefined;
53292
53414
  gas?: bigint | undefined;
53293
53415
  nonce?: number | undefined;
53416
+ type?: "eip7702" | undefined;
53294
53417
  blobs?: undefined;
53295
53418
  blobVersionedHashes?: undefined;
53296
53419
  kzg?: undefined;
@@ -53308,13 +53431,13 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53308
53431
  reset: () => void;
53309
53432
  context: unknown;
53310
53433
  submittedAt: number;
53311
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53312
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
53313
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53434
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53435
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53436
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53314
53437
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53315
53438
  } | {
53316
- error: null;
53317
53439
  data: `0x${string}`;
53440
+ error: null;
53318
53441
  status: "success";
53319
53442
  isError: false;
53320
53443
  isPending: false;
@@ -53323,7 +53446,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53323
53446
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53324
53447
  isPaused: boolean;
53325
53448
  variables: {
53326
- abi: abitype17.Abi;
53449
+ abi: abitype0.Abi;
53327
53450
  functionName: string;
53328
53451
  args?: readonly unknown[] | undefined;
53329
53452
  address: Address;
@@ -53331,9 +53454,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53331
53454
  account?: `0x${string}` | viem491.Account | null | undefined;
53332
53455
  value?: bigint | undefined;
53333
53456
  dataSuffix?: `0x${string}` | undefined;
53334
- type?: "legacy" | undefined;
53335
53457
  gas?: bigint | undefined;
53336
53458
  nonce?: number | undefined;
53459
+ type?: "legacy" | undefined;
53337
53460
  blobs?: undefined;
53338
53461
  blobVersionedHashes?: undefined;
53339
53462
  kzg?: undefined;
@@ -53347,7 +53470,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53347
53470
  chainId?: number | undefined;
53348
53471
  connector?: wagmi0.Connector | undefined;
53349
53472
  } | {
53350
- abi: abitype17.Abi;
53473
+ abi: abitype0.Abi;
53351
53474
  functionName: string;
53352
53475
  args?: readonly unknown[] | undefined;
53353
53476
  address: Address;
@@ -53355,9 +53478,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53355
53478
  account?: `0x${string}` | viem491.Account | null | undefined;
53356
53479
  value?: bigint | undefined;
53357
53480
  dataSuffix?: `0x${string}` | undefined;
53358
- type?: "eip2930" | undefined;
53359
53481
  gas?: bigint | undefined;
53360
53482
  nonce?: number | undefined;
53483
+ type?: "eip2930" | undefined;
53361
53484
  blobs?: undefined;
53362
53485
  blobVersionedHashes?: undefined;
53363
53486
  kzg?: undefined;
@@ -53371,7 +53494,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53371
53494
  chainId?: number | undefined;
53372
53495
  connector?: wagmi0.Connector | undefined;
53373
53496
  } | {
53374
- abi: abitype17.Abi;
53497
+ abi: abitype0.Abi;
53375
53498
  functionName: string;
53376
53499
  args?: readonly unknown[] | undefined;
53377
53500
  address: Address;
@@ -53379,9 +53502,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53379
53502
  account?: `0x${string}` | viem491.Account | null | undefined;
53380
53503
  value?: bigint | undefined;
53381
53504
  dataSuffix?: `0x${string}` | undefined;
53382
- type?: "eip1559" | undefined;
53383
53505
  gas?: bigint | undefined;
53384
53506
  nonce?: number | undefined;
53507
+ type?: "eip1559" | undefined;
53385
53508
  blobs?: undefined;
53386
53509
  blobVersionedHashes?: undefined;
53387
53510
  kzg?: undefined;
@@ -53395,7 +53518,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53395
53518
  chainId?: number | undefined;
53396
53519
  connector?: wagmi0.Connector | undefined;
53397
53520
  } | {
53398
- abi: abitype17.Abi;
53521
+ abi: abitype0.Abi;
53399
53522
  functionName: string;
53400
53523
  args?: readonly unknown[] | undefined;
53401
53524
  address: Address;
@@ -53403,9 +53526,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53403
53526
  account?: `0x${string}` | viem491.Account | null | undefined;
53404
53527
  value?: bigint | undefined;
53405
53528
  dataSuffix?: `0x${string}` | undefined;
53406
- type?: "eip4844" | undefined;
53407
53529
  gas?: bigint | undefined;
53408
53530
  nonce?: number | undefined;
53531
+ type?: "eip4844" | undefined;
53409
53532
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53410
53533
  blobVersionedHashes: readonly viem491.Hex[];
53411
53534
  kzg?: undefined;
@@ -53419,7 +53542,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53419
53542
  chainId?: number | undefined;
53420
53543
  connector?: wagmi0.Connector | undefined;
53421
53544
  } | {
53422
- abi: abitype17.Abi;
53545
+ abi: abitype0.Abi;
53423
53546
  functionName: string;
53424
53547
  args?: readonly unknown[] | undefined;
53425
53548
  address: Address;
@@ -53427,9 +53550,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53427
53550
  account?: `0x${string}` | viem491.Account | null | undefined;
53428
53551
  value?: bigint | undefined;
53429
53552
  dataSuffix?: `0x${string}` | undefined;
53430
- type?: "eip4844" | undefined;
53431
53553
  gas?: bigint | undefined;
53432
53554
  nonce?: number | undefined;
53555
+ type?: "eip4844" | undefined;
53433
53556
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53434
53557
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53435
53558
  kzg?: viem491.Kzg | undefined;
@@ -53443,7 +53566,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53443
53566
  chainId?: number | undefined;
53444
53567
  connector?: wagmi0.Connector | undefined;
53445
53568
  } | {
53446
- abi: abitype17.Abi;
53569
+ abi: abitype0.Abi;
53447
53570
  functionName: string;
53448
53571
  args?: readonly unknown[] | undefined;
53449
53572
  address: Address;
@@ -53451,9 +53574,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53451
53574
  account?: `0x${string}` | viem491.Account | null | undefined;
53452
53575
  value?: bigint | undefined;
53453
53576
  dataSuffix?: `0x${string}` | undefined;
53454
- type?: "eip7702" | undefined;
53455
53577
  gas?: bigint | undefined;
53456
53578
  nonce?: number | undefined;
53579
+ type?: "eip7702" | undefined;
53457
53580
  blobs?: undefined;
53458
53581
  blobVersionedHashes?: undefined;
53459
53582
  kzg?: undefined;
@@ -53471,9 +53594,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53471
53594
  reset: () => void;
53472
53595
  context: unknown;
53473
53596
  submittedAt: number;
53474
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53475
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
53476
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53597
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53598
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53599
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53477
53600
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53478
53601
  };
53479
53602
  //#endregion
@@ -53488,8 +53611,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
53488
53611
  //#endregion
53489
53612
  //#region src/hooks/fees/useUpdateMarketFees.d.ts
53490
53613
  declare const useUpdateMarketFees: (marketAddr: Address) => {
53491
- error: null;
53492
53614
  data: undefined;
53615
+ error: null;
53493
53616
  status: "idle";
53494
53617
  isError: false;
53495
53618
  isPending: false;
@@ -53502,9 +53625,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53502
53625
  reset: () => void;
53503
53626
  context: unknown;
53504
53627
  submittedAt: number;
53505
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53506
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
53507
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53628
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53629
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53630
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53508
53631
  updateMarketFees: (rates: {
53509
53632
  openingFeeRate?: number;
53510
53633
  baseFeeRate?: number;
@@ -53517,8 +53640,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53517
53640
  newFeeStrategy: `0x${string}`;
53518
53641
  }>;
53519
53642
  } | {
53520
- error: null;
53521
53643
  data: undefined;
53644
+ error: null;
53522
53645
  status: "pending";
53523
53646
  isError: false;
53524
53647
  isPending: true;
@@ -53527,7 +53650,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53527
53650
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53528
53651
  isPaused: boolean;
53529
53652
  variables: {
53530
- abi: abitype17.Abi;
53653
+ abi: abitype0.Abi;
53531
53654
  functionName: string;
53532
53655
  args?: readonly unknown[] | undefined;
53533
53656
  address: Address;
@@ -53535,9 +53658,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53535
53658
  account?: `0x${string}` | viem491.Account | null | undefined;
53536
53659
  value?: bigint | undefined;
53537
53660
  dataSuffix?: `0x${string}` | undefined;
53538
- type?: "legacy" | undefined;
53539
53661
  gas?: bigint | undefined;
53540
53662
  nonce?: number | undefined;
53663
+ type?: "legacy" | undefined;
53541
53664
  blobs?: undefined;
53542
53665
  blobVersionedHashes?: undefined;
53543
53666
  kzg?: undefined;
@@ -53551,7 +53674,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53551
53674
  chainId?: number | undefined;
53552
53675
  connector?: wagmi0.Connector | undefined;
53553
53676
  } | {
53554
- abi: abitype17.Abi;
53677
+ abi: abitype0.Abi;
53555
53678
  functionName: string;
53556
53679
  args?: readonly unknown[] | undefined;
53557
53680
  address: Address;
@@ -53559,9 +53682,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53559
53682
  account?: `0x${string}` | viem491.Account | null | undefined;
53560
53683
  value?: bigint | undefined;
53561
53684
  dataSuffix?: `0x${string}` | undefined;
53562
- type?: "eip2930" | undefined;
53563
53685
  gas?: bigint | undefined;
53564
53686
  nonce?: number | undefined;
53687
+ type?: "eip2930" | undefined;
53565
53688
  blobs?: undefined;
53566
53689
  blobVersionedHashes?: undefined;
53567
53690
  kzg?: undefined;
@@ -53575,7 +53698,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53575
53698
  chainId?: number | undefined;
53576
53699
  connector?: wagmi0.Connector | undefined;
53577
53700
  } | {
53578
- abi: abitype17.Abi;
53701
+ abi: abitype0.Abi;
53579
53702
  functionName: string;
53580
53703
  args?: readonly unknown[] | undefined;
53581
53704
  address: Address;
@@ -53583,9 +53706,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53583
53706
  account?: `0x${string}` | viem491.Account | null | undefined;
53584
53707
  value?: bigint | undefined;
53585
53708
  dataSuffix?: `0x${string}` | undefined;
53586
- type?: "eip1559" | undefined;
53587
53709
  gas?: bigint | undefined;
53588
53710
  nonce?: number | undefined;
53711
+ type?: "eip1559" | undefined;
53589
53712
  blobs?: undefined;
53590
53713
  blobVersionedHashes?: undefined;
53591
53714
  kzg?: undefined;
@@ -53599,7 +53722,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53599
53722
  chainId?: number | undefined;
53600
53723
  connector?: wagmi0.Connector | undefined;
53601
53724
  } | {
53602
- abi: abitype17.Abi;
53725
+ abi: abitype0.Abi;
53603
53726
  functionName: string;
53604
53727
  args?: readonly unknown[] | undefined;
53605
53728
  address: Address;
@@ -53607,9 +53730,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53607
53730
  account?: `0x${string}` | viem491.Account | null | undefined;
53608
53731
  value?: bigint | undefined;
53609
53732
  dataSuffix?: `0x${string}` | undefined;
53610
- type?: "eip4844" | undefined;
53611
53733
  gas?: bigint | undefined;
53612
53734
  nonce?: number | undefined;
53735
+ type?: "eip4844" | undefined;
53613
53736
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53614
53737
  blobVersionedHashes: readonly viem491.Hex[];
53615
53738
  kzg?: undefined;
@@ -53623,7 +53746,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53623
53746
  chainId?: number | undefined;
53624
53747
  connector?: wagmi0.Connector | undefined;
53625
53748
  } | {
53626
- abi: abitype17.Abi;
53749
+ abi: abitype0.Abi;
53627
53750
  functionName: string;
53628
53751
  args?: readonly unknown[] | undefined;
53629
53752
  address: Address;
@@ -53631,9 +53754,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53631
53754
  account?: `0x${string}` | viem491.Account | null | undefined;
53632
53755
  value?: bigint | undefined;
53633
53756
  dataSuffix?: `0x${string}` | undefined;
53634
- type?: "eip4844" | undefined;
53635
53757
  gas?: bigint | undefined;
53636
53758
  nonce?: number | undefined;
53759
+ type?: "eip4844" | undefined;
53637
53760
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53638
53761
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53639
53762
  kzg?: viem491.Kzg | undefined;
@@ -53647,7 +53770,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53647
53770
  chainId?: number | undefined;
53648
53771
  connector?: wagmi0.Connector | undefined;
53649
53772
  } | {
53650
- abi: abitype17.Abi;
53773
+ abi: abitype0.Abi;
53651
53774
  functionName: string;
53652
53775
  args?: readonly unknown[] | undefined;
53653
53776
  address: Address;
@@ -53655,9 +53778,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53655
53778
  account?: `0x${string}` | viem491.Account | null | undefined;
53656
53779
  value?: bigint | undefined;
53657
53780
  dataSuffix?: `0x${string}` | undefined;
53658
- type?: "eip7702" | undefined;
53659
53781
  gas?: bigint | undefined;
53660
53782
  nonce?: number | undefined;
53783
+ type?: "eip7702" | undefined;
53661
53784
  blobs?: undefined;
53662
53785
  blobVersionedHashes?: undefined;
53663
53786
  kzg?: undefined;
@@ -53675,9 +53798,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53675
53798
  reset: () => void;
53676
53799
  context: unknown;
53677
53800
  submittedAt: number;
53678
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53679
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
53680
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53801
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53802
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53803
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53681
53804
  updateMarketFees: (rates: {
53682
53805
  openingFeeRate?: number;
53683
53806
  baseFeeRate?: number;
@@ -53690,8 +53813,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53690
53813
  newFeeStrategy: `0x${string}`;
53691
53814
  }>;
53692
53815
  } | {
53693
- error: _wagmi_core0.WriteContractErrorType;
53694
53816
  data: undefined;
53817
+ error: _wagmi_core0.WriteContractErrorType;
53695
53818
  status: "error";
53696
53819
  isError: true;
53697
53820
  isPending: false;
@@ -53700,7 +53823,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53700
53823
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53701
53824
  isPaused: boolean;
53702
53825
  variables: {
53703
- abi: abitype17.Abi;
53826
+ abi: abitype0.Abi;
53704
53827
  functionName: string;
53705
53828
  args?: readonly unknown[] | undefined;
53706
53829
  address: Address;
@@ -53708,9 +53831,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53708
53831
  account?: `0x${string}` | viem491.Account | null | undefined;
53709
53832
  value?: bigint | undefined;
53710
53833
  dataSuffix?: `0x${string}` | undefined;
53711
- type?: "legacy" | undefined;
53712
53834
  gas?: bigint | undefined;
53713
53835
  nonce?: number | undefined;
53836
+ type?: "legacy" | undefined;
53714
53837
  blobs?: undefined;
53715
53838
  blobVersionedHashes?: undefined;
53716
53839
  kzg?: undefined;
@@ -53724,7 +53847,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53724
53847
  chainId?: number | undefined;
53725
53848
  connector?: wagmi0.Connector | undefined;
53726
53849
  } | {
53727
- abi: abitype17.Abi;
53850
+ abi: abitype0.Abi;
53728
53851
  functionName: string;
53729
53852
  args?: readonly unknown[] | undefined;
53730
53853
  address: Address;
@@ -53732,9 +53855,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53732
53855
  account?: `0x${string}` | viem491.Account | null | undefined;
53733
53856
  value?: bigint | undefined;
53734
53857
  dataSuffix?: `0x${string}` | undefined;
53735
- type?: "eip2930" | undefined;
53736
53858
  gas?: bigint | undefined;
53737
53859
  nonce?: number | undefined;
53860
+ type?: "eip2930" | undefined;
53738
53861
  blobs?: undefined;
53739
53862
  blobVersionedHashes?: undefined;
53740
53863
  kzg?: undefined;
@@ -53748,7 +53871,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53748
53871
  chainId?: number | undefined;
53749
53872
  connector?: wagmi0.Connector | undefined;
53750
53873
  } | {
53751
- abi: abitype17.Abi;
53874
+ abi: abitype0.Abi;
53752
53875
  functionName: string;
53753
53876
  args?: readonly unknown[] | undefined;
53754
53877
  address: Address;
@@ -53756,9 +53879,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53756
53879
  account?: `0x${string}` | viem491.Account | null | undefined;
53757
53880
  value?: bigint | undefined;
53758
53881
  dataSuffix?: `0x${string}` | undefined;
53759
- type?: "eip1559" | undefined;
53760
53882
  gas?: bigint | undefined;
53761
53883
  nonce?: number | undefined;
53884
+ type?: "eip1559" | undefined;
53762
53885
  blobs?: undefined;
53763
53886
  blobVersionedHashes?: undefined;
53764
53887
  kzg?: undefined;
@@ -53772,7 +53895,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53772
53895
  chainId?: number | undefined;
53773
53896
  connector?: wagmi0.Connector | undefined;
53774
53897
  } | {
53775
- abi: abitype17.Abi;
53898
+ abi: abitype0.Abi;
53776
53899
  functionName: string;
53777
53900
  args?: readonly unknown[] | undefined;
53778
53901
  address: Address;
@@ -53780,9 +53903,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53780
53903
  account?: `0x${string}` | viem491.Account | null | undefined;
53781
53904
  value?: bigint | undefined;
53782
53905
  dataSuffix?: `0x${string}` | undefined;
53783
- type?: "eip4844" | undefined;
53784
53906
  gas?: bigint | undefined;
53785
53907
  nonce?: number | undefined;
53908
+ type?: "eip4844" | undefined;
53786
53909
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53787
53910
  blobVersionedHashes: readonly viem491.Hex[];
53788
53911
  kzg?: undefined;
@@ -53796,7 +53919,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53796
53919
  chainId?: number | undefined;
53797
53920
  connector?: wagmi0.Connector | undefined;
53798
53921
  } | {
53799
- abi: abitype17.Abi;
53922
+ abi: abitype0.Abi;
53800
53923
  functionName: string;
53801
53924
  args?: readonly unknown[] | undefined;
53802
53925
  address: Address;
@@ -53804,9 +53927,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53804
53927
  account?: `0x${string}` | viem491.Account | null | undefined;
53805
53928
  value?: bigint | undefined;
53806
53929
  dataSuffix?: `0x${string}` | undefined;
53807
- type?: "eip4844" | undefined;
53808
53930
  gas?: bigint | undefined;
53809
53931
  nonce?: number | undefined;
53932
+ type?: "eip4844" | undefined;
53810
53933
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53811
53934
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53812
53935
  kzg?: viem491.Kzg | undefined;
@@ -53820,7 +53943,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53820
53943
  chainId?: number | undefined;
53821
53944
  connector?: wagmi0.Connector | undefined;
53822
53945
  } | {
53823
- abi: abitype17.Abi;
53946
+ abi: abitype0.Abi;
53824
53947
  functionName: string;
53825
53948
  args?: readonly unknown[] | undefined;
53826
53949
  address: Address;
@@ -53828,9 +53951,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53828
53951
  account?: `0x${string}` | viem491.Account | null | undefined;
53829
53952
  value?: bigint | undefined;
53830
53953
  dataSuffix?: `0x${string}` | undefined;
53831
- type?: "eip7702" | undefined;
53832
53954
  gas?: bigint | undefined;
53833
53955
  nonce?: number | undefined;
53956
+ type?: "eip7702" | undefined;
53834
53957
  blobs?: undefined;
53835
53958
  blobVersionedHashes?: undefined;
53836
53959
  kzg?: undefined;
@@ -53848,9 +53971,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53848
53971
  reset: () => void;
53849
53972
  context: unknown;
53850
53973
  submittedAt: number;
53851
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53852
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
53853
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
53974
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53975
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
53976
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53854
53977
  updateMarketFees: (rates: {
53855
53978
  openingFeeRate?: number;
53856
53979
  baseFeeRate?: number;
@@ -53863,8 +53986,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53863
53986
  newFeeStrategy: `0x${string}`;
53864
53987
  }>;
53865
53988
  } | {
53866
- error: null;
53867
53989
  data: `0x${string}`;
53990
+ error: null;
53868
53991
  status: "success";
53869
53992
  isError: false;
53870
53993
  isPending: false;
@@ -53873,7 +53996,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53873
53996
  failureReason: _wagmi_core0.WriteContractErrorType | null;
53874
53997
  isPaused: boolean;
53875
53998
  variables: {
53876
- abi: abitype17.Abi;
53999
+ abi: abitype0.Abi;
53877
54000
  functionName: string;
53878
54001
  args?: readonly unknown[] | undefined;
53879
54002
  address: Address;
@@ -53881,9 +54004,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53881
54004
  account?: `0x${string}` | viem491.Account | null | undefined;
53882
54005
  value?: bigint | undefined;
53883
54006
  dataSuffix?: `0x${string}` | undefined;
53884
- type?: "legacy" | undefined;
53885
54007
  gas?: bigint | undefined;
53886
54008
  nonce?: number | undefined;
54009
+ type?: "legacy" | undefined;
53887
54010
  blobs?: undefined;
53888
54011
  blobVersionedHashes?: undefined;
53889
54012
  kzg?: undefined;
@@ -53897,7 +54020,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53897
54020
  chainId?: number | undefined;
53898
54021
  connector?: wagmi0.Connector | undefined;
53899
54022
  } | {
53900
- abi: abitype17.Abi;
54023
+ abi: abitype0.Abi;
53901
54024
  functionName: string;
53902
54025
  args?: readonly unknown[] | undefined;
53903
54026
  address: Address;
@@ -53905,9 +54028,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53905
54028
  account?: `0x${string}` | viem491.Account | null | undefined;
53906
54029
  value?: bigint | undefined;
53907
54030
  dataSuffix?: `0x${string}` | undefined;
53908
- type?: "eip2930" | undefined;
53909
54031
  gas?: bigint | undefined;
53910
54032
  nonce?: number | undefined;
54033
+ type?: "eip2930" | undefined;
53911
54034
  blobs?: undefined;
53912
54035
  blobVersionedHashes?: undefined;
53913
54036
  kzg?: undefined;
@@ -53921,7 +54044,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53921
54044
  chainId?: number | undefined;
53922
54045
  connector?: wagmi0.Connector | undefined;
53923
54046
  } | {
53924
- abi: abitype17.Abi;
54047
+ abi: abitype0.Abi;
53925
54048
  functionName: string;
53926
54049
  args?: readonly unknown[] | undefined;
53927
54050
  address: Address;
@@ -53929,9 +54052,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53929
54052
  account?: `0x${string}` | viem491.Account | null | undefined;
53930
54053
  value?: bigint | undefined;
53931
54054
  dataSuffix?: `0x${string}` | undefined;
53932
- type?: "eip1559" | undefined;
53933
54055
  gas?: bigint | undefined;
53934
54056
  nonce?: number | undefined;
54057
+ type?: "eip1559" | undefined;
53935
54058
  blobs?: undefined;
53936
54059
  blobVersionedHashes?: undefined;
53937
54060
  kzg?: undefined;
@@ -53945,7 +54068,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53945
54068
  chainId?: number | undefined;
53946
54069
  connector?: wagmi0.Connector | undefined;
53947
54070
  } | {
53948
- abi: abitype17.Abi;
54071
+ abi: abitype0.Abi;
53949
54072
  functionName: string;
53950
54073
  args?: readonly unknown[] | undefined;
53951
54074
  address: Address;
@@ -53953,9 +54076,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53953
54076
  account?: `0x${string}` | viem491.Account | null | undefined;
53954
54077
  value?: bigint | undefined;
53955
54078
  dataSuffix?: `0x${string}` | undefined;
53956
- type?: "eip4844" | undefined;
53957
54079
  gas?: bigint | undefined;
53958
54080
  nonce?: number | undefined;
54081
+ type?: "eip4844" | undefined;
53959
54082
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53960
54083
  blobVersionedHashes: readonly viem491.Hex[];
53961
54084
  kzg?: undefined;
@@ -53969,7 +54092,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53969
54092
  chainId?: number | undefined;
53970
54093
  connector?: wagmi0.Connector | undefined;
53971
54094
  } | {
53972
- abi: abitype17.Abi;
54095
+ abi: abitype0.Abi;
53973
54096
  functionName: string;
53974
54097
  args?: readonly unknown[] | undefined;
53975
54098
  address: Address;
@@ -53977,9 +54100,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53977
54100
  account?: `0x${string}` | viem491.Account | null | undefined;
53978
54101
  value?: bigint | undefined;
53979
54102
  dataSuffix?: `0x${string}` | undefined;
53980
- type?: "eip4844" | undefined;
53981
54103
  gas?: bigint | undefined;
53982
54104
  nonce?: number | undefined;
54105
+ type?: "eip4844" | undefined;
53983
54106
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53984
54107
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53985
54108
  kzg?: viem491.Kzg | undefined;
@@ -53993,7 +54116,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53993
54116
  chainId?: number | undefined;
53994
54117
  connector?: wagmi0.Connector | undefined;
53995
54118
  } | {
53996
- abi: abitype17.Abi;
54119
+ abi: abitype0.Abi;
53997
54120
  functionName: string;
53998
54121
  args?: readonly unknown[] | undefined;
53999
54122
  address: Address;
@@ -54001,9 +54124,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54001
54124
  account?: `0x${string}` | viem491.Account | null | undefined;
54002
54125
  value?: bigint | undefined;
54003
54126
  dataSuffix?: `0x${string}` | undefined;
54004
- type?: "eip7702" | undefined;
54005
54127
  gas?: bigint | undefined;
54006
54128
  nonce?: number | undefined;
54129
+ type?: "eip7702" | undefined;
54007
54130
  blobs?: undefined;
54008
54131
  blobVersionedHashes?: undefined;
54009
54132
  kzg?: undefined;
@@ -54021,9 +54144,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
54021
54144
  reset: () => void;
54022
54145
  context: unknown;
54023
54146
  submittedAt: number;
54024
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
54025
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
54026
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
54147
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
54148
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
54149
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
54027
54150
  updateMarketFees: (rates: {
54028
54151
  openingFeeRate?: number;
54029
54152
  baseFeeRate?: number;
@@ -54107,7 +54230,11 @@ declare const usePricingParams: (pricingAddr: Address | undefined) => wagmi0.Use
54107
54230
  readonly type: "uint128";
54108
54231
  readonly internalType: "uint128";
54109
54232
  }, {
54110
- readonly name: "availableLiquidity";
54233
+ readonly name: "borrowableLiquidity";
54234
+ readonly type: "uint128";
54235
+ readonly internalType: "uint128";
54236
+ }, {
54237
+ readonly name: "withdrawableLiquidity";
54111
54238
  readonly type: "uint128";
54112
54239
  readonly internalType: "uint128";
54113
54240
  }, {
@@ -55013,8 +55140,8 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
55013
55140
  //#endregion
55014
55141
  //#region src/hooks/pricing/useUpdateMarketPricing.d.ts
55015
55142
  declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55016
- error: null;
55017
55143
  data: undefined;
55144
+ error: null;
55018
55145
  status: "idle";
55019
55146
  isError: false;
55020
55147
  isPending: false;
@@ -55027,9 +55154,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55027
55154
  reset: () => void;
55028
55155
  context: unknown;
55029
55156
  submittedAt: number;
55030
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
55031
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
55032
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
55157
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55158
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55159
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55033
55160
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55034
55161
  model: "static";
55035
55162
  } : Partial<OptionPricingParams> & {
@@ -55040,8 +55167,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55040
55167
  newPricingAddr: `0x${string}`;
55041
55168
  }>;
55042
55169
  } | {
55043
- error: null;
55044
55170
  data: undefined;
55171
+ error: null;
55045
55172
  status: "pending";
55046
55173
  isError: false;
55047
55174
  isPending: true;
@@ -55050,7 +55177,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55050
55177
  failureReason: _wagmi_core0.WriteContractErrorType | null;
55051
55178
  isPaused: boolean;
55052
55179
  variables: {
55053
- abi: abitype17.Abi;
55180
+ abi: abitype0.Abi;
55054
55181
  functionName: string;
55055
55182
  args?: readonly unknown[] | undefined;
55056
55183
  address: Address;
@@ -55058,9 +55185,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55058
55185
  account?: `0x${string}` | viem491.Account | null | undefined;
55059
55186
  value?: bigint | undefined;
55060
55187
  dataSuffix?: `0x${string}` | undefined;
55061
- type?: "legacy" | undefined;
55062
55188
  gas?: bigint | undefined;
55063
55189
  nonce?: number | undefined;
55190
+ type?: "legacy" | undefined;
55064
55191
  blobs?: undefined;
55065
55192
  blobVersionedHashes?: undefined;
55066
55193
  kzg?: undefined;
@@ -55074,7 +55201,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55074
55201
  chainId?: number | undefined;
55075
55202
  connector?: wagmi0.Connector | undefined;
55076
55203
  } | {
55077
- abi: abitype17.Abi;
55204
+ abi: abitype0.Abi;
55078
55205
  functionName: string;
55079
55206
  args?: readonly unknown[] | undefined;
55080
55207
  address: Address;
@@ -55082,9 +55209,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55082
55209
  account?: `0x${string}` | viem491.Account | null | undefined;
55083
55210
  value?: bigint | undefined;
55084
55211
  dataSuffix?: `0x${string}` | undefined;
55085
- type?: "eip2930" | undefined;
55086
55212
  gas?: bigint | undefined;
55087
55213
  nonce?: number | undefined;
55214
+ type?: "eip2930" | undefined;
55088
55215
  blobs?: undefined;
55089
55216
  blobVersionedHashes?: undefined;
55090
55217
  kzg?: undefined;
@@ -55098,7 +55225,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55098
55225
  chainId?: number | undefined;
55099
55226
  connector?: wagmi0.Connector | undefined;
55100
55227
  } | {
55101
- abi: abitype17.Abi;
55228
+ abi: abitype0.Abi;
55102
55229
  functionName: string;
55103
55230
  args?: readonly unknown[] | undefined;
55104
55231
  address: Address;
@@ -55106,9 +55233,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55106
55233
  account?: `0x${string}` | viem491.Account | null | undefined;
55107
55234
  value?: bigint | undefined;
55108
55235
  dataSuffix?: `0x${string}` | undefined;
55109
- type?: "eip1559" | undefined;
55110
55236
  gas?: bigint | undefined;
55111
55237
  nonce?: number | undefined;
55238
+ type?: "eip1559" | undefined;
55112
55239
  blobs?: undefined;
55113
55240
  blobVersionedHashes?: undefined;
55114
55241
  kzg?: undefined;
@@ -55122,7 +55249,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55122
55249
  chainId?: number | undefined;
55123
55250
  connector?: wagmi0.Connector | undefined;
55124
55251
  } | {
55125
- abi: abitype17.Abi;
55252
+ abi: abitype0.Abi;
55126
55253
  functionName: string;
55127
55254
  args?: readonly unknown[] | undefined;
55128
55255
  address: Address;
@@ -55130,9 +55257,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55130
55257
  account?: `0x${string}` | viem491.Account | null | undefined;
55131
55258
  value?: bigint | undefined;
55132
55259
  dataSuffix?: `0x${string}` | undefined;
55133
- type?: "eip4844" | undefined;
55134
55260
  gas?: bigint | undefined;
55135
55261
  nonce?: number | undefined;
55262
+ type?: "eip4844" | undefined;
55136
55263
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55137
55264
  blobVersionedHashes: readonly viem491.Hex[];
55138
55265
  kzg?: undefined;
@@ -55146,7 +55273,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55146
55273
  chainId?: number | undefined;
55147
55274
  connector?: wagmi0.Connector | undefined;
55148
55275
  } | {
55149
- abi: abitype17.Abi;
55276
+ abi: abitype0.Abi;
55150
55277
  functionName: string;
55151
55278
  args?: readonly unknown[] | undefined;
55152
55279
  address: Address;
@@ -55154,9 +55281,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55154
55281
  account?: `0x${string}` | viem491.Account | null | undefined;
55155
55282
  value?: bigint | undefined;
55156
55283
  dataSuffix?: `0x${string}` | undefined;
55157
- type?: "eip4844" | undefined;
55158
55284
  gas?: bigint | undefined;
55159
55285
  nonce?: number | undefined;
55286
+ type?: "eip4844" | undefined;
55160
55287
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55161
55288
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55162
55289
  kzg?: viem491.Kzg | undefined;
@@ -55170,7 +55297,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55170
55297
  chainId?: number | undefined;
55171
55298
  connector?: wagmi0.Connector | undefined;
55172
55299
  } | {
55173
- abi: abitype17.Abi;
55300
+ abi: abitype0.Abi;
55174
55301
  functionName: string;
55175
55302
  args?: readonly unknown[] | undefined;
55176
55303
  address: Address;
@@ -55178,9 +55305,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55178
55305
  account?: `0x${string}` | viem491.Account | null | undefined;
55179
55306
  value?: bigint | undefined;
55180
55307
  dataSuffix?: `0x${string}` | undefined;
55181
- type?: "eip7702" | undefined;
55182
55308
  gas?: bigint | undefined;
55183
55309
  nonce?: number | undefined;
55310
+ type?: "eip7702" | undefined;
55184
55311
  blobs?: undefined;
55185
55312
  blobVersionedHashes?: undefined;
55186
55313
  kzg?: undefined;
@@ -55198,9 +55325,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55198
55325
  reset: () => void;
55199
55326
  context: unknown;
55200
55327
  submittedAt: number;
55201
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
55202
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
55203
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
55328
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55329
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55330
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55204
55331
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55205
55332
  model: "static";
55206
55333
  } : Partial<OptionPricingParams> & {
@@ -55211,8 +55338,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55211
55338
  newPricingAddr: `0x${string}`;
55212
55339
  }>;
55213
55340
  } | {
55214
- error: _wagmi_core0.WriteContractErrorType;
55215
55341
  data: undefined;
55342
+ error: _wagmi_core0.WriteContractErrorType;
55216
55343
  status: "error";
55217
55344
  isError: true;
55218
55345
  isPending: false;
@@ -55221,7 +55348,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55221
55348
  failureReason: _wagmi_core0.WriteContractErrorType | null;
55222
55349
  isPaused: boolean;
55223
55350
  variables: {
55224
- abi: abitype17.Abi;
55351
+ abi: abitype0.Abi;
55225
55352
  functionName: string;
55226
55353
  args?: readonly unknown[] | undefined;
55227
55354
  address: Address;
@@ -55229,9 +55356,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55229
55356
  account?: `0x${string}` | viem491.Account | null | undefined;
55230
55357
  value?: bigint | undefined;
55231
55358
  dataSuffix?: `0x${string}` | undefined;
55232
- type?: "legacy" | undefined;
55233
55359
  gas?: bigint | undefined;
55234
55360
  nonce?: number | undefined;
55361
+ type?: "legacy" | undefined;
55235
55362
  blobs?: undefined;
55236
55363
  blobVersionedHashes?: undefined;
55237
55364
  kzg?: undefined;
@@ -55245,7 +55372,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55245
55372
  chainId?: number | undefined;
55246
55373
  connector?: wagmi0.Connector | undefined;
55247
55374
  } | {
55248
- abi: abitype17.Abi;
55375
+ abi: abitype0.Abi;
55249
55376
  functionName: string;
55250
55377
  args?: readonly unknown[] | undefined;
55251
55378
  address: Address;
@@ -55253,9 +55380,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55253
55380
  account?: `0x${string}` | viem491.Account | null | undefined;
55254
55381
  value?: bigint | undefined;
55255
55382
  dataSuffix?: `0x${string}` | undefined;
55256
- type?: "eip2930" | undefined;
55257
55383
  gas?: bigint | undefined;
55258
55384
  nonce?: number | undefined;
55385
+ type?: "eip2930" | undefined;
55259
55386
  blobs?: undefined;
55260
55387
  blobVersionedHashes?: undefined;
55261
55388
  kzg?: undefined;
@@ -55269,7 +55396,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55269
55396
  chainId?: number | undefined;
55270
55397
  connector?: wagmi0.Connector | undefined;
55271
55398
  } | {
55272
- abi: abitype17.Abi;
55399
+ abi: abitype0.Abi;
55273
55400
  functionName: string;
55274
55401
  args?: readonly unknown[] | undefined;
55275
55402
  address: Address;
@@ -55277,9 +55404,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55277
55404
  account?: `0x${string}` | viem491.Account | null | undefined;
55278
55405
  value?: bigint | undefined;
55279
55406
  dataSuffix?: `0x${string}` | undefined;
55280
- type?: "eip1559" | undefined;
55281
55407
  gas?: bigint | undefined;
55282
55408
  nonce?: number | undefined;
55409
+ type?: "eip1559" | undefined;
55283
55410
  blobs?: undefined;
55284
55411
  blobVersionedHashes?: undefined;
55285
55412
  kzg?: undefined;
@@ -55293,7 +55420,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55293
55420
  chainId?: number | undefined;
55294
55421
  connector?: wagmi0.Connector | undefined;
55295
55422
  } | {
55296
- abi: abitype17.Abi;
55423
+ abi: abitype0.Abi;
55297
55424
  functionName: string;
55298
55425
  args?: readonly unknown[] | undefined;
55299
55426
  address: Address;
@@ -55301,9 +55428,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55301
55428
  account?: `0x${string}` | viem491.Account | null | undefined;
55302
55429
  value?: bigint | undefined;
55303
55430
  dataSuffix?: `0x${string}` | undefined;
55304
- type?: "eip4844" | undefined;
55305
55431
  gas?: bigint | undefined;
55306
55432
  nonce?: number | undefined;
55433
+ type?: "eip4844" | undefined;
55307
55434
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55308
55435
  blobVersionedHashes: readonly viem491.Hex[];
55309
55436
  kzg?: undefined;
@@ -55317,7 +55444,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55317
55444
  chainId?: number | undefined;
55318
55445
  connector?: wagmi0.Connector | undefined;
55319
55446
  } | {
55320
- abi: abitype17.Abi;
55447
+ abi: abitype0.Abi;
55321
55448
  functionName: string;
55322
55449
  args?: readonly unknown[] | undefined;
55323
55450
  address: Address;
@@ -55325,9 +55452,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55325
55452
  account?: `0x${string}` | viem491.Account | null | undefined;
55326
55453
  value?: bigint | undefined;
55327
55454
  dataSuffix?: `0x${string}` | undefined;
55328
- type?: "eip4844" | undefined;
55329
55455
  gas?: bigint | undefined;
55330
55456
  nonce?: number | undefined;
55457
+ type?: "eip4844" | undefined;
55331
55458
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55332
55459
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55333
55460
  kzg?: viem491.Kzg | undefined;
@@ -55341,7 +55468,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55341
55468
  chainId?: number | undefined;
55342
55469
  connector?: wagmi0.Connector | undefined;
55343
55470
  } | {
55344
- abi: abitype17.Abi;
55471
+ abi: abitype0.Abi;
55345
55472
  functionName: string;
55346
55473
  args?: readonly unknown[] | undefined;
55347
55474
  address: Address;
@@ -55349,9 +55476,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55349
55476
  account?: `0x${string}` | viem491.Account | null | undefined;
55350
55477
  value?: bigint | undefined;
55351
55478
  dataSuffix?: `0x${string}` | undefined;
55352
- type?: "eip7702" | undefined;
55353
55479
  gas?: bigint | undefined;
55354
55480
  nonce?: number | undefined;
55481
+ type?: "eip7702" | undefined;
55355
55482
  blobs?: undefined;
55356
55483
  blobVersionedHashes?: undefined;
55357
55484
  kzg?: undefined;
@@ -55369,9 +55496,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55369
55496
  reset: () => void;
55370
55497
  context: unknown;
55371
55498
  submittedAt: number;
55372
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
55373
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
55374
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
55499
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55500
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55501
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55375
55502
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55376
55503
  model: "static";
55377
55504
  } : Partial<OptionPricingParams> & {
@@ -55382,8 +55509,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55382
55509
  newPricingAddr: `0x${string}`;
55383
55510
  }>;
55384
55511
  } | {
55385
- error: null;
55386
55512
  data: `0x${string}`;
55513
+ error: null;
55387
55514
  status: "success";
55388
55515
  isError: false;
55389
55516
  isPending: false;
@@ -55392,7 +55519,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55392
55519
  failureReason: _wagmi_core0.WriteContractErrorType | null;
55393
55520
  isPaused: boolean;
55394
55521
  variables: {
55395
- abi: abitype17.Abi;
55522
+ abi: abitype0.Abi;
55396
55523
  functionName: string;
55397
55524
  args?: readonly unknown[] | undefined;
55398
55525
  address: Address;
@@ -55400,9 +55527,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55400
55527
  account?: `0x${string}` | viem491.Account | null | undefined;
55401
55528
  value?: bigint | undefined;
55402
55529
  dataSuffix?: `0x${string}` | undefined;
55403
- type?: "legacy" | undefined;
55404
55530
  gas?: bigint | undefined;
55405
55531
  nonce?: number | undefined;
55532
+ type?: "legacy" | undefined;
55406
55533
  blobs?: undefined;
55407
55534
  blobVersionedHashes?: undefined;
55408
55535
  kzg?: undefined;
@@ -55416,7 +55543,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55416
55543
  chainId?: number | undefined;
55417
55544
  connector?: wagmi0.Connector | undefined;
55418
55545
  } | {
55419
- abi: abitype17.Abi;
55546
+ abi: abitype0.Abi;
55420
55547
  functionName: string;
55421
55548
  args?: readonly unknown[] | undefined;
55422
55549
  address: Address;
@@ -55424,9 +55551,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55424
55551
  account?: `0x${string}` | viem491.Account | null | undefined;
55425
55552
  value?: bigint | undefined;
55426
55553
  dataSuffix?: `0x${string}` | undefined;
55427
- type?: "eip2930" | undefined;
55428
55554
  gas?: bigint | undefined;
55429
55555
  nonce?: number | undefined;
55556
+ type?: "eip2930" | undefined;
55430
55557
  blobs?: undefined;
55431
55558
  blobVersionedHashes?: undefined;
55432
55559
  kzg?: undefined;
@@ -55440,7 +55567,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55440
55567
  chainId?: number | undefined;
55441
55568
  connector?: wagmi0.Connector | undefined;
55442
55569
  } | {
55443
- abi: abitype17.Abi;
55570
+ abi: abitype0.Abi;
55444
55571
  functionName: string;
55445
55572
  args?: readonly unknown[] | undefined;
55446
55573
  address: Address;
@@ -55448,9 +55575,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55448
55575
  account?: `0x${string}` | viem491.Account | null | undefined;
55449
55576
  value?: bigint | undefined;
55450
55577
  dataSuffix?: `0x${string}` | undefined;
55451
- type?: "eip1559" | undefined;
55452
55578
  gas?: bigint | undefined;
55453
55579
  nonce?: number | undefined;
55580
+ type?: "eip1559" | undefined;
55454
55581
  blobs?: undefined;
55455
55582
  blobVersionedHashes?: undefined;
55456
55583
  kzg?: undefined;
@@ -55464,7 +55591,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55464
55591
  chainId?: number | undefined;
55465
55592
  connector?: wagmi0.Connector | undefined;
55466
55593
  } | {
55467
- abi: abitype17.Abi;
55594
+ abi: abitype0.Abi;
55468
55595
  functionName: string;
55469
55596
  args?: readonly unknown[] | undefined;
55470
55597
  address: Address;
@@ -55472,9 +55599,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55472
55599
  account?: `0x${string}` | viem491.Account | null | undefined;
55473
55600
  value?: bigint | undefined;
55474
55601
  dataSuffix?: `0x${string}` | undefined;
55475
- type?: "eip4844" | undefined;
55476
55602
  gas?: bigint | undefined;
55477
55603
  nonce?: number | undefined;
55604
+ type?: "eip4844" | undefined;
55478
55605
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55479
55606
  blobVersionedHashes: readonly viem491.Hex[];
55480
55607
  kzg?: undefined;
@@ -55488,7 +55615,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55488
55615
  chainId?: number | undefined;
55489
55616
  connector?: wagmi0.Connector | undefined;
55490
55617
  } | {
55491
- abi: abitype17.Abi;
55618
+ abi: abitype0.Abi;
55492
55619
  functionName: string;
55493
55620
  args?: readonly unknown[] | undefined;
55494
55621
  address: Address;
@@ -55496,9 +55623,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55496
55623
  account?: `0x${string}` | viem491.Account | null | undefined;
55497
55624
  value?: bigint | undefined;
55498
55625
  dataSuffix?: `0x${string}` | undefined;
55499
- type?: "eip4844" | undefined;
55500
55626
  gas?: bigint | undefined;
55501
55627
  nonce?: number | undefined;
55628
+ type?: "eip4844" | undefined;
55502
55629
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55503
55630
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55504
55631
  kzg?: viem491.Kzg | undefined;
@@ -55512,7 +55639,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55512
55639
  chainId?: number | undefined;
55513
55640
  connector?: wagmi0.Connector | undefined;
55514
55641
  } | {
55515
- abi: abitype17.Abi;
55642
+ abi: abitype0.Abi;
55516
55643
  functionName: string;
55517
55644
  args?: readonly unknown[] | undefined;
55518
55645
  address: Address;
@@ -55520,9 +55647,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55520
55647
  account?: `0x${string}` | viem491.Account | null | undefined;
55521
55648
  value?: bigint | undefined;
55522
55649
  dataSuffix?: `0x${string}` | undefined;
55523
- type?: "eip7702" | undefined;
55524
55650
  gas?: bigint | undefined;
55525
55651
  nonce?: number | undefined;
55652
+ type?: "eip7702" | undefined;
55526
55653
  blobs?: undefined;
55527
55654
  blobVersionedHashes?: undefined;
55528
55655
  kzg?: undefined;
@@ -55540,9 +55667,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55540
55667
  reset: () => void;
55541
55668
  context: unknown;
55542
55669
  submittedAt: number;
55543
- mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
55544
- mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
55545
- writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
55670
+ mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55671
+ mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55672
+ writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55546
55673
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55547
55674
  model: "static";
55548
55675
  } : Partial<OptionPricingParams> & {
@@ -55613,7 +55740,11 @@ declare const useLens: () => {
55613
55740
  readonly type: "uint128";
55614
55741
  readonly internalType: "uint128";
55615
55742
  }, {
55616
- readonly name: "availableLiquidity";
55743
+ readonly name: "borrowableLiquidity";
55744
+ readonly type: "uint128";
55745
+ readonly internalType: "uint128";
55746
+ }, {
55747
+ readonly name: "withdrawableLiquidity";
55617
55748
  readonly type: "uint128";
55618
55749
  readonly internalType: "uint128";
55619
55750
  }, {
@@ -56556,7 +56687,11 @@ declare const useLens: () => {
56556
56687
  readonly type: "uint128";
56557
56688
  readonly internalType: "uint128";
56558
56689
  }, {
56559
- readonly name: "availableLiquidity";
56690
+ readonly name: "borrowableLiquidity";
56691
+ readonly type: "uint128";
56692
+ readonly internalType: "uint128";
56693
+ }, {
56694
+ readonly name: "withdrawableLiquidity";
56560
56695
  readonly type: "uint128";
56561
56696
  readonly internalType: "uint128";
56562
56697
  }, {
@@ -57450,7 +57585,8 @@ declare const useLens: () => {
57450
57585
  totalLiquidity: bigint;
57451
57586
  borrowedLiquidity: bigint;
57452
57587
  reservedLiquidity: bigint;
57453
- availableLiquidity: bigint;
57588
+ borrowableLiquidity: bigint;
57589
+ withdrawableLiquidity: bigint;
57454
57590
  totalAmount0: bigint;
57455
57591
  totalAmount1: bigint;
57456
57592
  borrowedAmount0: bigint;
@@ -57511,7 +57647,11 @@ declare const useLens: () => {
57511
57647
  readonly type: "uint128";
57512
57648
  readonly internalType: "uint128";
57513
57649
  }, {
57514
- readonly name: "availableLiquidity";
57650
+ readonly name: "borrowableLiquidity";
57651
+ readonly type: "uint128";
57652
+ readonly internalType: "uint128";
57653
+ }, {
57654
+ readonly name: "withdrawableLiquidity";
57515
57655
  readonly type: "uint128";
57516
57656
  readonly internalType: "uint128";
57517
57657
  }, {
@@ -58464,7 +58604,11 @@ declare const useLens: () => {
58464
58604
  readonly type: "uint128";
58465
58605
  readonly internalType: "uint128";
58466
58606
  }, {
58467
- readonly name: "availableLiquidity";
58607
+ readonly name: "borrowableLiquidity";
58608
+ readonly type: "uint128";
58609
+ readonly internalType: "uint128";
58610
+ }, {
58611
+ readonly name: "withdrawableLiquidity";
58468
58612
  readonly type: "uint128";
58469
58613
  readonly internalType: "uint128";
58470
58614
  }, {
@@ -59413,7 +59557,11 @@ declare const useLens: () => {
59413
59557
  readonly type: "uint128";
59414
59558
  readonly internalType: "uint128";
59415
59559
  }, {
59416
- readonly name: "availableLiquidity";
59560
+ readonly name: "borrowableLiquidity";
59561
+ readonly type: "uint128";
59562
+ readonly internalType: "uint128";
59563
+ }, {
59564
+ readonly name: "withdrawableLiquidity";
59417
59565
  readonly type: "uint128";
59418
59566
  readonly internalType: "uint128";
59419
59567
  }, {
@@ -60372,7 +60520,11 @@ declare const useLens: () => {
60372
60520
  readonly type: "uint128";
60373
60521
  readonly internalType: "uint128";
60374
60522
  }, {
60375
- readonly name: "availableLiquidity";
60523
+ readonly name: "borrowableLiquidity";
60524
+ readonly type: "uint128";
60525
+ readonly internalType: "uint128";
60526
+ }, {
60527
+ readonly name: "withdrawableLiquidity";
60376
60528
  readonly type: "uint128";
60377
60529
  readonly internalType: "uint128";
60378
60530
  }, {
@@ -61315,7 +61467,11 @@ declare const useLens: () => {
61315
61467
  readonly type: "uint128";
61316
61468
  readonly internalType: "uint128";
61317
61469
  }, {
61318
- readonly name: "availableLiquidity";
61470
+ readonly name: "borrowableLiquidity";
61471
+ readonly type: "uint128";
61472
+ readonly internalType: "uint128";
61473
+ }, {
61474
+ readonly name: "withdrawableLiquidity";
61319
61475
  readonly type: "uint128";
61320
61476
  readonly internalType: "uint128";
61321
61477
  }, {
@@ -62279,7 +62435,11 @@ declare const useLens: () => {
62279
62435
  readonly type: "uint128";
62280
62436
  readonly internalType: "uint128";
62281
62437
  }, {
62282
- readonly name: "availableLiquidity";
62438
+ readonly name: "borrowableLiquidity";
62439
+ readonly type: "uint128";
62440
+ readonly internalType: "uint128";
62441
+ }, {
62442
+ readonly name: "withdrawableLiquidity";
62283
62443
  readonly type: "uint128";
62284
62444
  readonly internalType: "uint128";
62285
62445
  }, {
@@ -63227,7 +63387,11 @@ declare const useLens: () => {
63227
63387
  readonly type: "uint128";
63228
63388
  readonly internalType: "uint128";
63229
63389
  }, {
63230
- readonly name: "availableLiquidity";
63390
+ readonly name: "borrowableLiquidity";
63391
+ readonly type: "uint128";
63392
+ readonly internalType: "uint128";
63393
+ }, {
63394
+ readonly name: "withdrawableLiquidity";
63231
63395
  readonly type: "uint128";
63232
63396
  readonly internalType: "uint128";
63233
63397
  }, {
@@ -64170,7 +64334,11 @@ declare const useLens: () => {
64170
64334
  readonly type: "uint128";
64171
64335
  readonly internalType: "uint128";
64172
64336
  }, {
64173
- readonly name: "availableLiquidity";
64337
+ readonly name: "borrowableLiquidity";
64338
+ readonly type: "uint128";
64339
+ readonly internalType: "uint128";
64340
+ }, {
64341
+ readonly name: "withdrawableLiquidity";
64174
64342
  readonly type: "uint128";
64175
64343
  readonly internalType: "uint128";
64176
64344
  }, {
@@ -65113,7 +65281,11 @@ declare const useLens: () => {
65113
65281
  readonly type: "uint128";
65114
65282
  readonly internalType: "uint128";
65115
65283
  }, {
65116
- readonly name: "availableLiquidity";
65284
+ readonly name: "borrowableLiquidity";
65285
+ readonly type: "uint128";
65286
+ readonly internalType: "uint128";
65287
+ }, {
65288
+ readonly name: "withdrawableLiquidity";
65117
65289
  readonly type: "uint128";
65118
65290
  readonly internalType: "uint128";
65119
65291
  }, {
@@ -66056,7 +66228,11 @@ declare const useLens: () => {
66056
66228
  readonly type: "uint128";
66057
66229
  readonly internalType: "uint128";
66058
66230
  }, {
66059
- readonly name: "availableLiquidity";
66231
+ readonly name: "borrowableLiquidity";
66232
+ readonly type: "uint128";
66233
+ readonly internalType: "uint128";
66234
+ }, {
66235
+ readonly name: "withdrawableLiquidity";
66060
66236
  readonly type: "uint128";
66061
66237
  readonly internalType: "uint128";
66062
66238
  }, {
@@ -66999,7 +67175,11 @@ declare const useLens: () => {
66999
67175
  readonly type: "uint128";
67000
67176
  readonly internalType: "uint128";
67001
67177
  }, {
67002
- readonly name: "availableLiquidity";
67178
+ readonly name: "borrowableLiquidity";
67179
+ readonly type: "uint128";
67180
+ readonly internalType: "uint128";
67181
+ }, {
67182
+ readonly name: "withdrawableLiquidity";
67003
67183
  readonly type: "uint128";
67004
67184
  readonly internalType: "uint128";
67005
67185
  }, {
@@ -67952,7 +68132,11 @@ declare const useLens: () => {
67952
68132
  readonly type: "uint128";
67953
68133
  readonly internalType: "uint128";
67954
68134
  }, {
67955
- readonly name: "availableLiquidity";
68135
+ readonly name: "borrowableLiquidity";
68136
+ readonly type: "uint128";
68137
+ readonly internalType: "uint128";
68138
+ }, {
68139
+ readonly name: "withdrawableLiquidity";
67956
68140
  readonly type: "uint128";
67957
68141
  readonly internalType: "uint128";
67958
68142
  }, {
@@ -68901,7 +69085,11 @@ declare const useLens: () => {
68901
69085
  readonly type: "uint128";
68902
69086
  readonly internalType: "uint128";
68903
69087
  }, {
68904
- readonly name: "availableLiquidity";
69088
+ readonly name: "borrowableLiquidity";
69089
+ readonly type: "uint128";
69090
+ readonly internalType: "uint128";
69091
+ }, {
69092
+ readonly name: "withdrawableLiquidity";
68905
69093
  readonly type: "uint128";
68906
69094
  readonly internalType: "uint128";
68907
69095
  }, {
@@ -69860,7 +70048,11 @@ declare const useLens: () => {
69860
70048
  readonly type: "uint128";
69861
70049
  readonly internalType: "uint128";
69862
70050
  }, {
69863
- readonly name: "availableLiquidity";
70051
+ readonly name: "borrowableLiquidity";
70052
+ readonly type: "uint128";
70053
+ readonly internalType: "uint128";
70054
+ }, {
70055
+ readonly name: "withdrawableLiquidity";
69864
70056
  readonly type: "uint128";
69865
70057
  readonly internalType: "uint128";
69866
70058
  }, {
@@ -70820,7 +71012,11 @@ declare const useLens: () => {
70820
71012
  readonly type: "uint128";
70821
71013
  readonly internalType: "uint128";
70822
71014
  }, {
70823
- readonly name: "availableLiquidity";
71015
+ readonly name: "borrowableLiquidity";
71016
+ readonly type: "uint128";
71017
+ readonly internalType: "uint128";
71018
+ }, {
71019
+ readonly name: "withdrawableLiquidity";
70824
71020
  readonly type: "uint128";
70825
71021
  readonly internalType: "uint128";
70826
71022
  }, {
@@ -71763,7 +71959,11 @@ declare const useLens: () => {
71763
71959
  readonly type: "uint128";
71764
71960
  readonly internalType: "uint128";
71765
71961
  }, {
71766
- readonly name: "availableLiquidity";
71962
+ readonly name: "borrowableLiquidity";
71963
+ readonly type: "uint128";
71964
+ readonly internalType: "uint128";
71965
+ }, {
71966
+ readonly name: "withdrawableLiquidity";
71767
71967
  readonly type: "uint128";
71768
71968
  readonly internalType: "uint128";
71769
71969
  }, {
@@ -72706,7 +72906,11 @@ declare const useLens: () => {
72706
72906
  readonly type: "uint128";
72707
72907
  readonly internalType: "uint128";
72708
72908
  }, {
72709
- readonly name: "availableLiquidity";
72909
+ readonly name: "borrowableLiquidity";
72910
+ readonly type: "uint128";
72911
+ readonly internalType: "uint128";
72912
+ }, {
72913
+ readonly name: "withdrawableLiquidity";
72710
72914
  readonly type: "uint128";
72711
72915
  readonly internalType: "uint128";
72712
72916
  }, {
@@ -73652,7 +73856,11 @@ declare const useLens: () => {
73652
73856
  readonly type: "uint128";
73653
73857
  readonly internalType: "uint128";
73654
73858
  }, {
73655
- readonly name: "availableLiquidity";
73859
+ readonly name: "borrowableLiquidity";
73860
+ readonly type: "uint128";
73861
+ readonly internalType: "uint128";
73862
+ }, {
73863
+ readonly name: "withdrawableLiquidity";
73656
73864
  readonly type: "uint128";
73657
73865
  readonly internalType: "uint128";
73658
73866
  }, {
@@ -74599,7 +74807,11 @@ declare const useLens: () => {
74599
74807
  readonly type: "uint128";
74600
74808
  readonly internalType: "uint128";
74601
74809
  }, {
74602
- readonly name: "availableLiquidity";
74810
+ readonly name: "borrowableLiquidity";
74811
+ readonly type: "uint128";
74812
+ readonly internalType: "uint128";
74813
+ }, {
74814
+ readonly name: "withdrawableLiquidity";
74603
74815
  readonly type: "uint128";
74604
74816
  readonly internalType: "uint128";
74605
74817
  }, {
@@ -75552,7 +75764,11 @@ declare const useLens: () => {
75552
75764
  readonly type: "uint128";
75553
75765
  readonly internalType: "uint128";
75554
75766
  }, {
75555
- readonly name: "availableLiquidity";
75767
+ readonly name: "borrowableLiquidity";
75768
+ readonly type: "uint128";
75769
+ readonly internalType: "uint128";
75770
+ }, {
75771
+ readonly name: "withdrawableLiquidity";
75556
75772
  readonly type: "uint128";
75557
75773
  readonly internalType: "uint128";
75558
75774
  }, {
@@ -76505,7 +76721,11 @@ declare const useLens: () => {
76505
76721
  readonly type: "uint128";
76506
76722
  readonly internalType: "uint128";
76507
76723
  }, {
76508
- readonly name: "availableLiquidity";
76724
+ readonly name: "borrowableLiquidity";
76725
+ readonly type: "uint128";
76726
+ readonly internalType: "uint128";
76727
+ }, {
76728
+ readonly name: "withdrawableLiquidity";
76509
76729
  readonly type: "uint128";
76510
76730
  readonly internalType: "uint128";
76511
76731
  }, {
@@ -77450,7 +77670,11 @@ declare const useLens: () => {
77450
77670
  readonly type: "uint128";
77451
77671
  readonly internalType: "uint128";
77452
77672
  }, {
77453
- readonly name: "availableLiquidity";
77673
+ readonly name: "borrowableLiquidity";
77674
+ readonly type: "uint128";
77675
+ readonly internalType: "uint128";
77676
+ }, {
77677
+ readonly name: "withdrawableLiquidity";
77454
77678
  readonly type: "uint128";
77455
77679
  readonly internalType: "uint128";
77456
77680
  }, {
@@ -97780,4 +98004,4 @@ declare const useLens: () => {
97780
98004
  };
97781
98005
  //#endregion
97782
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 };
97783
- //# sourceMappingURL=client-i-S2ZmAZ.d.cts.map
98007
+ //# sourceMappingURL=client-COGIhgfu.d.cts.map