timelock-sdk 0.0.191 → 0.0.193

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-CEtNglT8.d.cts → client-BOnQ_PaH.d.ts} +378 -150
  6. package/dist/{client-9wbQVrDG.d.ts → client-djFGt-F6.d.cts} +378 -150
  7. package/dist/client.cjs +26 -13
  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 +27 -14
  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-Bx5iAwn6.js} +9 -28
  18. package/dist/optionUtils-Bx5iAwn6.js.map +1 -0
  19. package/dist/{optionUtils-DsqMIDm1.cjs → optionUtils-Cj8yps5O.cjs} +8 -27
  20. package/dist/optionUtils-Cj8yps5O.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,15 +1,15 @@
1
- import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-B_dYiAnm.js";
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
- import Big from "big.js";
5
- import JSBI from "jsbi";
6
4
  import React, { ReactNode } from "react";
5
+ import "graphql";
7
6
  import { GraphQLClient, RequestOptions } from "graphql-request";
8
7
  import * as _tanstack_react_query0 from "@tanstack/react-query";
9
8
  import { NonUndefinedGuard } from "@tanstack/react-query";
10
9
  import * as wagmi0 from "wagmi";
11
- import "graphql";
12
10
  import * as _tanstack_query_core0 from "@tanstack/query-core";
11
+ import Big from "big.js";
12
+ import JSBI from "jsbi";
13
13
  import * as _wagmi_core0 from "@wagmi/core";
14
14
  import * as wagmi_query0 from "wagmi/query";
15
15
  import * as abitype0 from "abitype";
@@ -162,7 +162,9 @@ type GetMarketVolumeQuery = {
162
162
  address: string;
163
163
  optionsCount: any;
164
164
  tradersCount: any;
165
- volume: any;
165
+ totalVolume: any;
166
+ totalPremium: any;
167
+ totalProfit: any;
166
168
  }>;
167
169
  };
168
170
  type GetUserMarketOperatorsQueryVariables = Exact<{
@@ -25476,7 +25478,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
25476
25478
  readonly type: "uint128";
25477
25479
  readonly internalType: "uint128";
25478
25480
  }, {
25479
- readonly name: "availableLiquidity";
25481
+ readonly name: "borrowableLiquidity";
25482
+ readonly type: "uint128";
25483
+ readonly internalType: "uint128";
25484
+ }, {
25485
+ readonly name: "withdrawableLiquidity";
25480
25486
  readonly type: "uint128";
25481
25487
  readonly internalType: "uint128";
25482
25488
  }, {
@@ -26419,7 +26425,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
26419
26425
  readonly type: "uint128";
26420
26426
  readonly internalType: "uint128";
26421
26427
  }, {
26422
- readonly name: "availableLiquidity";
26428
+ readonly name: "borrowableLiquidity";
26429
+ readonly type: "uint128";
26430
+ readonly internalType: "uint128";
26431
+ }, {
26432
+ readonly name: "withdrawableLiquidity";
26423
26433
  readonly type: "uint128";
26424
26434
  readonly internalType: "uint128";
26425
26435
  }, {
@@ -27313,7 +27323,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27313
27323
  totalLiquidity: bigint;
27314
27324
  borrowedLiquidity: bigint;
27315
27325
  reservedLiquidity: bigint;
27316
- availableLiquidity: bigint;
27326
+ borrowableLiquidity: bigint;
27327
+ withdrawableLiquidity: bigint;
27317
27328
  totalAmount0: bigint;
27318
27329
  totalAmount1: bigint;
27319
27330
  borrowedAmount0: bigint;
@@ -27374,7 +27385,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27374
27385
  readonly type: "uint128";
27375
27386
  readonly internalType: "uint128";
27376
27387
  }, {
27377
- readonly name: "availableLiquidity";
27388
+ readonly name: "borrowableLiquidity";
27389
+ readonly type: "uint128";
27390
+ readonly internalType: "uint128";
27391
+ }, {
27392
+ readonly name: "withdrawableLiquidity";
27378
27393
  readonly type: "uint128";
27379
27394
  readonly internalType: "uint128";
27380
27395
  }, {
@@ -28327,7 +28342,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
28327
28342
  readonly type: "uint128";
28328
28343
  readonly internalType: "uint128";
28329
28344
  }, {
28330
- readonly name: "availableLiquidity";
28345
+ readonly name: "borrowableLiquidity";
28346
+ readonly type: "uint128";
28347
+ readonly internalType: "uint128";
28348
+ }, {
28349
+ readonly name: "withdrawableLiquidity";
28331
28350
  readonly type: "uint128";
28332
28351
  readonly internalType: "uint128";
28333
28352
  }, {
@@ -29276,7 +29295,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
29276
29295
  readonly type: "uint128";
29277
29296
  readonly internalType: "uint128";
29278
29297
  }, {
29279
- readonly name: "availableLiquidity";
29298
+ readonly name: "borrowableLiquidity";
29299
+ readonly type: "uint128";
29300
+ readonly internalType: "uint128";
29301
+ }, {
29302
+ readonly name: "withdrawableLiquidity";
29280
29303
  readonly type: "uint128";
29281
29304
  readonly internalType: "uint128";
29282
29305
  }, {
@@ -30235,7 +30258,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
30235
30258
  readonly type: "uint128";
30236
30259
  readonly internalType: "uint128";
30237
30260
  }, {
30238
- readonly name: "availableLiquidity";
30261
+ readonly name: "borrowableLiquidity";
30262
+ readonly type: "uint128";
30263
+ readonly internalType: "uint128";
30264
+ }, {
30265
+ readonly name: "withdrawableLiquidity";
30239
30266
  readonly type: "uint128";
30240
30267
  readonly internalType: "uint128";
30241
30268
  }, {
@@ -31178,7 +31205,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
31178
31205
  readonly type: "uint128";
31179
31206
  readonly internalType: "uint128";
31180
31207
  }, {
31181
- readonly name: "availableLiquidity";
31208
+ readonly name: "borrowableLiquidity";
31209
+ readonly type: "uint128";
31210
+ readonly internalType: "uint128";
31211
+ }, {
31212
+ readonly name: "withdrawableLiquidity";
31182
31213
  readonly type: "uint128";
31183
31214
  readonly internalType: "uint128";
31184
31215
  }, {
@@ -32142,7 +32173,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
32142
32173
  readonly type: "uint128";
32143
32174
  readonly internalType: "uint128";
32144
32175
  }, {
32145
- readonly name: "availableLiquidity";
32176
+ readonly name: "borrowableLiquidity";
32177
+ readonly type: "uint128";
32178
+ readonly internalType: "uint128";
32179
+ }, {
32180
+ readonly name: "withdrawableLiquidity";
32146
32181
  readonly type: "uint128";
32147
32182
  readonly internalType: "uint128";
32148
32183
  }, {
@@ -33090,7 +33125,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33090
33125
  readonly type: "uint128";
33091
33126
  readonly internalType: "uint128";
33092
33127
  }, {
33093
- readonly name: "availableLiquidity";
33128
+ readonly name: "borrowableLiquidity";
33129
+ readonly type: "uint128";
33130
+ readonly internalType: "uint128";
33131
+ }, {
33132
+ readonly name: "withdrawableLiquidity";
33094
33133
  readonly type: "uint128";
33095
33134
  readonly internalType: "uint128";
33096
33135
  }, {
@@ -34033,7 +34072,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34033
34072
  readonly type: "uint128";
34034
34073
  readonly internalType: "uint128";
34035
34074
  }, {
34036
- readonly name: "availableLiquidity";
34075
+ readonly name: "borrowableLiquidity";
34076
+ readonly type: "uint128";
34077
+ readonly internalType: "uint128";
34078
+ }, {
34079
+ readonly name: "withdrawableLiquidity";
34037
34080
  readonly type: "uint128";
34038
34081
  readonly internalType: "uint128";
34039
34082
  }, {
@@ -34976,7 +35019,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34976
35019
  readonly type: "uint128";
34977
35020
  readonly internalType: "uint128";
34978
35021
  }, {
34979
- readonly name: "availableLiquidity";
35022
+ readonly name: "borrowableLiquidity";
35023
+ readonly type: "uint128";
35024
+ readonly internalType: "uint128";
35025
+ }, {
35026
+ readonly name: "withdrawableLiquidity";
34980
35027
  readonly type: "uint128";
34981
35028
  readonly internalType: "uint128";
34982
35029
  }, {
@@ -35919,7 +35966,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
35919
35966
  readonly type: "uint128";
35920
35967
  readonly internalType: "uint128";
35921
35968
  }, {
35922
- readonly name: "availableLiquidity";
35969
+ readonly name: "borrowableLiquidity";
35970
+ readonly type: "uint128";
35971
+ readonly internalType: "uint128";
35972
+ }, {
35973
+ readonly name: "withdrawableLiquidity";
35923
35974
  readonly type: "uint128";
35924
35975
  readonly internalType: "uint128";
35925
35976
  }, {
@@ -36862,7 +36913,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
36862
36913
  readonly type: "uint128";
36863
36914
  readonly internalType: "uint128";
36864
36915
  }, {
36865
- readonly name: "availableLiquidity";
36916
+ readonly name: "borrowableLiquidity";
36917
+ readonly type: "uint128";
36918
+ readonly internalType: "uint128";
36919
+ }, {
36920
+ readonly name: "withdrawableLiquidity";
36866
36921
  readonly type: "uint128";
36867
36922
  readonly internalType: "uint128";
36868
36923
  }, {
@@ -37815,7 +37870,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
37815
37870
  readonly type: "uint128";
37816
37871
  readonly internalType: "uint128";
37817
37872
  }, {
37818
- readonly name: "availableLiquidity";
37873
+ readonly name: "borrowableLiquidity";
37874
+ readonly type: "uint128";
37875
+ readonly internalType: "uint128";
37876
+ }, {
37877
+ readonly name: "withdrawableLiquidity";
37819
37878
  readonly type: "uint128";
37820
37879
  readonly internalType: "uint128";
37821
37880
  }, {
@@ -38764,7 +38823,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
38764
38823
  readonly type: "uint128";
38765
38824
  readonly internalType: "uint128";
38766
38825
  }, {
38767
- readonly name: "availableLiquidity";
38826
+ readonly name: "borrowableLiquidity";
38827
+ readonly type: "uint128";
38828
+ readonly internalType: "uint128";
38829
+ }, {
38830
+ readonly name: "withdrawableLiquidity";
38768
38831
  readonly type: "uint128";
38769
38832
  readonly internalType: "uint128";
38770
38833
  }, {
@@ -39723,7 +39786,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
39723
39786
  readonly type: "uint128";
39724
39787
  readonly internalType: "uint128";
39725
39788
  }, {
39726
- readonly name: "availableLiquidity";
39789
+ readonly name: "borrowableLiquidity";
39790
+ readonly type: "uint128";
39791
+ readonly internalType: "uint128";
39792
+ }, {
39793
+ readonly name: "withdrawableLiquidity";
39727
39794
  readonly type: "uint128";
39728
39795
  readonly internalType: "uint128";
39729
39796
  }, {
@@ -40683,7 +40750,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
40683
40750
  readonly type: "uint128";
40684
40751
  readonly internalType: "uint128";
40685
40752
  }, {
40686
- readonly name: "availableLiquidity";
40753
+ readonly name: "borrowableLiquidity";
40754
+ readonly type: "uint128";
40755
+ readonly internalType: "uint128";
40756
+ }, {
40757
+ readonly name: "withdrawableLiquidity";
40687
40758
  readonly type: "uint128";
40688
40759
  readonly internalType: "uint128";
40689
40760
  }, {
@@ -41626,7 +41697,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
41626
41697
  readonly type: "uint128";
41627
41698
  readonly internalType: "uint128";
41628
41699
  }, {
41629
- readonly name: "availableLiquidity";
41700
+ readonly name: "borrowableLiquidity";
41701
+ readonly type: "uint128";
41702
+ readonly internalType: "uint128";
41703
+ }, {
41704
+ readonly name: "withdrawableLiquidity";
41630
41705
  readonly type: "uint128";
41631
41706
  readonly internalType: "uint128";
41632
41707
  }, {
@@ -42569,7 +42644,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
42569
42644
  readonly type: "uint128";
42570
42645
  readonly internalType: "uint128";
42571
42646
  }, {
42572
- readonly name: "availableLiquidity";
42647
+ readonly name: "borrowableLiquidity";
42648
+ readonly type: "uint128";
42649
+ readonly internalType: "uint128";
42650
+ }, {
42651
+ readonly name: "withdrawableLiquidity";
42573
42652
  readonly type: "uint128";
42574
42653
  readonly internalType: "uint128";
42575
42654
  }, {
@@ -43515,7 +43594,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
43515
43594
  readonly type: "uint128";
43516
43595
  readonly internalType: "uint128";
43517
43596
  }, {
43518
- readonly name: "availableLiquidity";
43597
+ readonly name: "borrowableLiquidity";
43598
+ readonly type: "uint128";
43599
+ readonly internalType: "uint128";
43600
+ }, {
43601
+ readonly name: "withdrawableLiquidity";
43519
43602
  readonly type: "uint128";
43520
43603
  readonly internalType: "uint128";
43521
43604
  }, {
@@ -44462,7 +44545,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
44462
44545
  readonly type: "uint128";
44463
44546
  readonly internalType: "uint128";
44464
44547
  }, {
44465
- readonly name: "availableLiquidity";
44548
+ readonly name: "borrowableLiquidity";
44549
+ readonly type: "uint128";
44550
+ readonly internalType: "uint128";
44551
+ }, {
44552
+ readonly name: "withdrawableLiquidity";
44466
44553
  readonly type: "uint128";
44467
44554
  readonly internalType: "uint128";
44468
44555
  }, {
@@ -45415,7 +45502,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
45415
45502
  readonly type: "uint128";
45416
45503
  readonly internalType: "uint128";
45417
45504
  }, {
45418
- readonly name: "availableLiquidity";
45505
+ readonly name: "borrowableLiquidity";
45506
+ readonly type: "uint128";
45507
+ readonly internalType: "uint128";
45508
+ }, {
45509
+ readonly name: "withdrawableLiquidity";
45419
45510
  readonly type: "uint128";
45420
45511
  readonly internalType: "uint128";
45421
45512
  }, {
@@ -46368,7 +46459,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
46368
46459
  readonly type: "uint128";
46369
46460
  readonly internalType: "uint128";
46370
46461
  }, {
46371
- readonly name: "availableLiquidity";
46462
+ readonly name: "borrowableLiquidity";
46463
+ readonly type: "uint128";
46464
+ readonly internalType: "uint128";
46465
+ }, {
46466
+ readonly name: "withdrawableLiquidity";
46372
46467
  readonly type: "uint128";
46373
46468
  readonly internalType: "uint128";
46374
46469
  }, {
@@ -47313,7 +47408,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
47313
47408
  readonly type: "uint128";
47314
47409
  readonly internalType: "uint128";
47315
47410
  }, {
47316
- readonly name: "availableLiquidity";
47411
+ readonly name: "borrowableLiquidity";
47412
+ readonly type: "uint128";
47413
+ readonly internalType: "uint128";
47414
+ }, {
47415
+ readonly name: "withdrawableLiquidity";
47317
47416
  readonly type: "uint128";
47318
47417
  readonly internalType: "uint128";
47319
47418
  }, {
@@ -48359,7 +48458,11 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
48359
48458
  readonly type: "uint128";
48360
48459
  readonly internalType: "uint128";
48361
48460
  }, {
48362
- readonly name: "availableLiquidity";
48461
+ readonly name: "borrowableLiquidity";
48462
+ readonly type: "uint128";
48463
+ readonly internalType: "uint128";
48464
+ }, {
48465
+ readonly name: "withdrawableLiquidity";
48363
48466
  readonly type: "uint128";
48364
48467
  readonly internalType: "uint128";
48365
48468
  }, {
@@ -49256,7 +49359,9 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
49256
49359
  //#region src/hooks/market/useMarketVolume.d.ts
49257
49360
  declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49258
49361
  address: Address;
49259
- volume: bigint;
49362
+ totalVolume: bigint;
49363
+ totalPremium: bigint;
49364
+ totalProfit: bigint;
49260
49365
  optionsCount: bigint;
49261
49366
  tradersCount: bigint;
49262
49367
  __typename: "TimelockMarket";
@@ -50898,7 +51003,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50898
51003
  totalLiquidity: bigint;
50899
51004
  borrowedLiquidity: bigint;
50900
51005
  reservedLiquidity: bigint;
50901
- availableLiquidity: bigint;
51006
+ borrowableLiquidity: bigint;
51007
+ withdrawableLiquidity: bigint;
50902
51008
  totalAmount0: bigint;
50903
51009
  totalAmount1: bigint;
50904
51010
  borrowedAmount0: bigint;
@@ -50912,7 +51018,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50912
51018
  totalLiquidity: bigint;
50913
51019
  borrowedLiquidity: bigint;
50914
51020
  reservedLiquidity: bigint;
50915
- availableLiquidity: bigint;
51021
+ borrowableLiquidity: bigint;
51022
+ withdrawableLiquidity: bigint;
50916
51023
  totalAmount0: bigint;
50917
51024
  totalAmount1: bigint;
50918
51025
  borrowedAmount0: bigint;
@@ -50926,7 +51033,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50926
51033
  totalLiquidity: bigint;
50927
51034
  borrowedLiquidity: bigint;
50928
51035
  reservedLiquidity: bigint;
50929
- availableLiquidity: bigint;
51036
+ borrowableLiquidity: bigint;
51037
+ withdrawableLiquidity: bigint;
50930
51038
  totalAmount0: bigint;
50931
51039
  totalAmount1: bigint;
50932
51040
  borrowedAmount0: bigint;
@@ -50962,7 +51070,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50962
51070
  totalLiquidity: bigint;
50963
51071
  borrowedLiquidity: bigint;
50964
51072
  reservedLiquidity: bigint;
50965
- availableLiquidity: bigint;
51073
+ borrowableLiquidity: bigint;
51074
+ withdrawableLiquidity: bigint;
50966
51075
  totalAmount0: bigint;
50967
51076
  totalAmount1: bigint;
50968
51077
  borrowedAmount0: bigint;
@@ -50976,7 +51085,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50976
51085
  totalLiquidity: bigint;
50977
51086
  borrowedLiquidity: bigint;
50978
51087
  reservedLiquidity: bigint;
50979
- availableLiquidity: bigint;
51088
+ borrowableLiquidity: bigint;
51089
+ withdrawableLiquidity: bigint;
50980
51090
  totalAmount0: bigint;
50981
51091
  totalAmount1: bigint;
50982
51092
  borrowedAmount0: bigint;
@@ -50990,7 +51100,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
50990
51100
  totalLiquidity: bigint;
50991
51101
  borrowedLiquidity: bigint;
50992
51102
  reservedLiquidity: bigint;
50993
- availableLiquidity: bigint;
51103
+ borrowableLiquidity: bigint;
51104
+ withdrawableLiquidity: bigint;
50994
51105
  totalAmount0: bigint;
50995
51106
  totalAmount1: bigint;
50996
51107
  borrowedAmount0: bigint;
@@ -51026,7 +51137,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51026
51137
  totalLiquidity: bigint;
51027
51138
  borrowedLiquidity: bigint;
51028
51139
  reservedLiquidity: bigint;
51029
- availableLiquidity: bigint;
51140
+ borrowableLiquidity: bigint;
51141
+ withdrawableLiquidity: bigint;
51030
51142
  totalAmount0: bigint;
51031
51143
  totalAmount1: bigint;
51032
51144
  borrowedAmount0: bigint;
@@ -51040,7 +51152,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51040
51152
  totalLiquidity: bigint;
51041
51153
  borrowedLiquidity: bigint;
51042
51154
  reservedLiquidity: bigint;
51043
- availableLiquidity: bigint;
51155
+ borrowableLiquidity: bigint;
51156
+ withdrawableLiquidity: bigint;
51044
51157
  totalAmount0: bigint;
51045
51158
  totalAmount1: bigint;
51046
51159
  borrowedAmount0: bigint;
@@ -51054,7 +51167,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51054
51167
  totalLiquidity: bigint;
51055
51168
  borrowedLiquidity: bigint;
51056
51169
  reservedLiquidity: bigint;
51057
- availableLiquidity: bigint;
51170
+ borrowableLiquidity: bigint;
51171
+ withdrawableLiquidity: bigint;
51058
51172
  totalAmount0: bigint;
51059
51173
  totalAmount1: bigint;
51060
51174
  borrowedAmount0: bigint;
@@ -51090,7 +51204,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51090
51204
  totalLiquidity: bigint;
51091
51205
  borrowedLiquidity: bigint;
51092
51206
  reservedLiquidity: bigint;
51093
- availableLiquidity: bigint;
51207
+ borrowableLiquidity: bigint;
51208
+ withdrawableLiquidity: bigint;
51094
51209
  totalAmount0: bigint;
51095
51210
  totalAmount1: bigint;
51096
51211
  borrowedAmount0: bigint;
@@ -51104,7 +51219,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51104
51219
  totalLiquidity: bigint;
51105
51220
  borrowedLiquidity: bigint;
51106
51221
  reservedLiquidity: bigint;
51107
- availableLiquidity: bigint;
51222
+ borrowableLiquidity: bigint;
51223
+ withdrawableLiquidity: bigint;
51108
51224
  totalAmount0: bigint;
51109
51225
  totalAmount1: bigint;
51110
51226
  borrowedAmount0: bigint;
@@ -51118,7 +51234,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51118
51234
  totalLiquidity: bigint;
51119
51235
  borrowedLiquidity: bigint;
51120
51236
  reservedLiquidity: bigint;
51121
- availableLiquidity: bigint;
51237
+ borrowableLiquidity: bigint;
51238
+ withdrawableLiquidity: bigint;
51122
51239
  totalAmount0: bigint;
51123
51240
  totalAmount1: bigint;
51124
51241
  borrowedAmount0: bigint;
@@ -51154,7 +51271,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51154
51271
  totalLiquidity: bigint;
51155
51272
  borrowedLiquidity: bigint;
51156
51273
  reservedLiquidity: bigint;
51157
- availableLiquidity: bigint;
51274
+ borrowableLiquidity: bigint;
51275
+ withdrawableLiquidity: bigint;
51158
51276
  totalAmount0: bigint;
51159
51277
  totalAmount1: bigint;
51160
51278
  borrowedAmount0: bigint;
@@ -51168,7 +51286,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51168
51286
  totalLiquidity: bigint;
51169
51287
  borrowedLiquidity: bigint;
51170
51288
  reservedLiquidity: bigint;
51171
- availableLiquidity: bigint;
51289
+ borrowableLiquidity: bigint;
51290
+ withdrawableLiquidity: bigint;
51172
51291
  totalAmount0: bigint;
51173
51292
  totalAmount1: bigint;
51174
51293
  borrowedAmount0: bigint;
@@ -51182,7 +51301,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51182
51301
  totalLiquidity: bigint;
51183
51302
  borrowedLiquidity: bigint;
51184
51303
  reservedLiquidity: bigint;
51185
- availableLiquidity: bigint;
51304
+ borrowableLiquidity: bigint;
51305
+ withdrawableLiquidity: bigint;
51186
51306
  totalAmount0: bigint;
51187
51307
  totalAmount1: bigint;
51188
51308
  borrowedAmount0: bigint;
@@ -51218,7 +51338,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51218
51338
  totalLiquidity: bigint;
51219
51339
  borrowedLiquidity: bigint;
51220
51340
  reservedLiquidity: bigint;
51221
- availableLiquidity: bigint;
51341
+ borrowableLiquidity: bigint;
51342
+ withdrawableLiquidity: bigint;
51222
51343
  totalAmount0: bigint;
51223
51344
  totalAmount1: bigint;
51224
51345
  borrowedAmount0: bigint;
@@ -51232,7 +51353,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51232
51353
  totalLiquidity: bigint;
51233
51354
  borrowedLiquidity: bigint;
51234
51355
  reservedLiquidity: bigint;
51235
- availableLiquidity: bigint;
51356
+ borrowableLiquidity: bigint;
51357
+ withdrawableLiquidity: bigint;
51236
51358
  totalAmount0: bigint;
51237
51359
  totalAmount1: bigint;
51238
51360
  borrowedAmount0: bigint;
@@ -51246,7 +51368,8 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
51246
51368
  totalLiquidity: bigint;
51247
51369
  borrowedLiquidity: bigint;
51248
51370
  reservedLiquidity: bigint;
51249
- availableLiquidity: bigint;
51371
+ borrowableLiquidity: bigint;
51372
+ withdrawableLiquidity: bigint;
51250
51373
  totalAmount0: bigint;
51251
51374
  totalAmount1: bigint;
51252
51375
  borrowedAmount0: bigint;
@@ -51546,7 +51669,11 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
51546
51669
  readonly type: "uint128";
51547
51670
  readonly internalType: "uint128";
51548
51671
  }, {
51549
- readonly name: "availableLiquidity";
51672
+ readonly name: "borrowableLiquidity";
51673
+ readonly type: "uint128";
51674
+ readonly internalType: "uint128";
51675
+ }, {
51676
+ readonly name: "withdrawableLiquidity";
51550
51677
  readonly type: "uint128";
51551
51678
  readonly internalType: "uint128";
51552
51679
  }, {
@@ -52490,9 +52617,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52490
52617
  account?: `0x${string}` | viem491.Account | null | undefined;
52491
52618
  value?: bigint | undefined;
52492
52619
  dataSuffix?: `0x${string}` | undefined;
52620
+ type?: "legacy" | undefined;
52493
52621
  gas?: bigint | undefined;
52494
52622
  nonce?: number | undefined;
52495
- type?: "legacy" | undefined;
52496
52623
  blobs?: undefined;
52497
52624
  blobVersionedHashes?: undefined;
52498
52625
  kzg?: undefined;
@@ -52514,9 +52641,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52514
52641
  account?: `0x${string}` | viem491.Account | null | undefined;
52515
52642
  value?: bigint | undefined;
52516
52643
  dataSuffix?: `0x${string}` | undefined;
52644
+ type?: "eip2930" | undefined;
52517
52645
  gas?: bigint | undefined;
52518
52646
  nonce?: number | undefined;
52519
- type?: "eip2930" | undefined;
52520
52647
  blobs?: undefined;
52521
52648
  blobVersionedHashes?: undefined;
52522
52649
  kzg?: undefined;
@@ -52538,9 +52665,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52538
52665
  account?: `0x${string}` | viem491.Account | null | undefined;
52539
52666
  value?: bigint | undefined;
52540
52667
  dataSuffix?: `0x${string}` | undefined;
52668
+ type?: "eip1559" | undefined;
52541
52669
  gas?: bigint | undefined;
52542
52670
  nonce?: number | undefined;
52543
- type?: "eip1559" | undefined;
52544
52671
  blobs?: undefined;
52545
52672
  blobVersionedHashes?: undefined;
52546
52673
  kzg?: undefined;
@@ -52562,9 +52689,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52562
52689
  account?: `0x${string}` | viem491.Account | null | undefined;
52563
52690
  value?: bigint | undefined;
52564
52691
  dataSuffix?: `0x${string}` | undefined;
52692
+ type?: "eip4844" | undefined;
52565
52693
  gas?: bigint | undefined;
52566
52694
  nonce?: number | undefined;
52567
- type?: "eip4844" | undefined;
52568
52695
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52569
52696
  blobVersionedHashes: readonly viem491.Hex[];
52570
52697
  kzg?: undefined;
@@ -52586,9 +52713,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52586
52713
  account?: `0x${string}` | viem491.Account | null | undefined;
52587
52714
  value?: bigint | undefined;
52588
52715
  dataSuffix?: `0x${string}` | undefined;
52716
+ type?: "eip4844" | undefined;
52589
52717
  gas?: bigint | undefined;
52590
52718
  nonce?: number | undefined;
52591
- type?: "eip4844" | undefined;
52592
52719
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52593
52720
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52594
52721
  kzg?: viem491.Kzg | undefined;
@@ -52610,9 +52737,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52610
52737
  account?: `0x${string}` | viem491.Account | null | undefined;
52611
52738
  value?: bigint | undefined;
52612
52739
  dataSuffix?: `0x${string}` | undefined;
52740
+ type?: "eip7702" | undefined;
52613
52741
  gas?: bigint | undefined;
52614
52742
  nonce?: number | undefined;
52615
- type?: "eip7702" | undefined;
52616
52743
  blobs?: undefined;
52617
52744
  blobVersionedHashes?: undefined;
52618
52745
  kzg?: undefined;
@@ -52653,9 +52780,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52653
52780
  account?: `0x${string}` | viem491.Account | null | undefined;
52654
52781
  value?: bigint | undefined;
52655
52782
  dataSuffix?: `0x${string}` | undefined;
52783
+ type?: "legacy" | undefined;
52656
52784
  gas?: bigint | undefined;
52657
52785
  nonce?: number | undefined;
52658
- type?: "legacy" | undefined;
52659
52786
  blobs?: undefined;
52660
52787
  blobVersionedHashes?: undefined;
52661
52788
  kzg?: undefined;
@@ -52677,9 +52804,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52677
52804
  account?: `0x${string}` | viem491.Account | null | undefined;
52678
52805
  value?: bigint | undefined;
52679
52806
  dataSuffix?: `0x${string}` | undefined;
52807
+ type?: "eip2930" | undefined;
52680
52808
  gas?: bigint | undefined;
52681
52809
  nonce?: number | undefined;
52682
- type?: "eip2930" | undefined;
52683
52810
  blobs?: undefined;
52684
52811
  blobVersionedHashes?: undefined;
52685
52812
  kzg?: undefined;
@@ -52701,9 +52828,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52701
52828
  account?: `0x${string}` | viem491.Account | null | undefined;
52702
52829
  value?: bigint | undefined;
52703
52830
  dataSuffix?: `0x${string}` | undefined;
52831
+ type?: "eip1559" | undefined;
52704
52832
  gas?: bigint | undefined;
52705
52833
  nonce?: number | undefined;
52706
- type?: "eip1559" | undefined;
52707
52834
  blobs?: undefined;
52708
52835
  blobVersionedHashes?: undefined;
52709
52836
  kzg?: undefined;
@@ -52725,9 +52852,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52725
52852
  account?: `0x${string}` | viem491.Account | null | undefined;
52726
52853
  value?: bigint | undefined;
52727
52854
  dataSuffix?: `0x${string}` | undefined;
52855
+ type?: "eip4844" | undefined;
52728
52856
  gas?: bigint | undefined;
52729
52857
  nonce?: number | undefined;
52730
- type?: "eip4844" | undefined;
52731
52858
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52732
52859
  blobVersionedHashes: readonly viem491.Hex[];
52733
52860
  kzg?: undefined;
@@ -52749,9 +52876,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52749
52876
  account?: `0x${string}` | viem491.Account | null | undefined;
52750
52877
  value?: bigint | undefined;
52751
52878
  dataSuffix?: `0x${string}` | undefined;
52879
+ type?: "eip4844" | undefined;
52752
52880
  gas?: bigint | undefined;
52753
52881
  nonce?: number | undefined;
52754
- type?: "eip4844" | undefined;
52755
52882
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52756
52883
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52757
52884
  kzg?: viem491.Kzg | undefined;
@@ -52773,9 +52900,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52773
52900
  account?: `0x${string}` | viem491.Account | null | undefined;
52774
52901
  value?: bigint | undefined;
52775
52902
  dataSuffix?: `0x${string}` | undefined;
52903
+ type?: "eip7702" | undefined;
52776
52904
  gas?: bigint | undefined;
52777
52905
  nonce?: number | undefined;
52778
- type?: "eip7702" | undefined;
52779
52906
  blobs?: undefined;
52780
52907
  blobVersionedHashes?: undefined;
52781
52908
  kzg?: undefined;
@@ -52816,9 +52943,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52816
52943
  account?: `0x${string}` | viem491.Account | null | undefined;
52817
52944
  value?: bigint | undefined;
52818
52945
  dataSuffix?: `0x${string}` | undefined;
52946
+ type?: "legacy" | undefined;
52819
52947
  gas?: bigint | undefined;
52820
52948
  nonce?: number | undefined;
52821
- type?: "legacy" | undefined;
52822
52949
  blobs?: undefined;
52823
52950
  blobVersionedHashes?: undefined;
52824
52951
  kzg?: undefined;
@@ -52840,9 +52967,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52840
52967
  account?: `0x${string}` | viem491.Account | null | undefined;
52841
52968
  value?: bigint | undefined;
52842
52969
  dataSuffix?: `0x${string}` | undefined;
52970
+ type?: "eip2930" | undefined;
52843
52971
  gas?: bigint | undefined;
52844
52972
  nonce?: number | undefined;
52845
- type?: "eip2930" | undefined;
52846
52973
  blobs?: undefined;
52847
52974
  blobVersionedHashes?: undefined;
52848
52975
  kzg?: undefined;
@@ -52864,9 +52991,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52864
52991
  account?: `0x${string}` | viem491.Account | null | undefined;
52865
52992
  value?: bigint | undefined;
52866
52993
  dataSuffix?: `0x${string}` | undefined;
52994
+ type?: "eip1559" | undefined;
52867
52995
  gas?: bigint | undefined;
52868
52996
  nonce?: number | undefined;
52869
- type?: "eip1559" | undefined;
52870
52997
  blobs?: undefined;
52871
52998
  blobVersionedHashes?: undefined;
52872
52999
  kzg?: undefined;
@@ -52888,9 +53015,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52888
53015
  account?: `0x${string}` | viem491.Account | null | undefined;
52889
53016
  value?: bigint | undefined;
52890
53017
  dataSuffix?: `0x${string}` | undefined;
53018
+ type?: "eip4844" | undefined;
52891
53019
  gas?: bigint | undefined;
52892
53020
  nonce?: number | undefined;
52893
- type?: "eip4844" | undefined;
52894
53021
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
52895
53022
  blobVersionedHashes: readonly viem491.Hex[];
52896
53023
  kzg?: undefined;
@@ -52912,9 +53039,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52912
53039
  account?: `0x${string}` | viem491.Account | null | undefined;
52913
53040
  value?: bigint | undefined;
52914
53041
  dataSuffix?: `0x${string}` | undefined;
53042
+ type?: "eip4844" | undefined;
52915
53043
  gas?: bigint | undefined;
52916
53044
  nonce?: number | undefined;
52917
- type?: "eip4844" | undefined;
52918
53045
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
52919
53046
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
52920
53047
  kzg?: viem491.Kzg | undefined;
@@ -52936,9 +53063,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52936
53063
  account?: `0x${string}` | viem491.Account | null | undefined;
52937
53064
  value?: bigint | undefined;
52938
53065
  dataSuffix?: `0x${string}` | undefined;
53066
+ type?: "eip7702" | undefined;
52939
53067
  gas?: bigint | undefined;
52940
53068
  nonce?: number | undefined;
52941
- type?: "eip7702" | undefined;
52942
53069
  blobs?: undefined;
52943
53070
  blobVersionedHashes?: undefined;
52944
53071
  kzg?: undefined;
@@ -53001,9 +53128,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53001
53128
  account?: `0x${string}` | viem491.Account | null | undefined;
53002
53129
  value?: bigint | undefined;
53003
53130
  dataSuffix?: `0x${string}` | undefined;
53131
+ type?: "legacy" | undefined;
53004
53132
  gas?: bigint | undefined;
53005
53133
  nonce?: number | undefined;
53006
- type?: "legacy" | undefined;
53007
53134
  blobs?: undefined;
53008
53135
  blobVersionedHashes?: undefined;
53009
53136
  kzg?: undefined;
@@ -53025,9 +53152,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53025
53152
  account?: `0x${string}` | viem491.Account | null | undefined;
53026
53153
  value?: bigint | undefined;
53027
53154
  dataSuffix?: `0x${string}` | undefined;
53155
+ type?: "eip2930" | undefined;
53028
53156
  gas?: bigint | undefined;
53029
53157
  nonce?: number | undefined;
53030
- type?: "eip2930" | undefined;
53031
53158
  blobs?: undefined;
53032
53159
  blobVersionedHashes?: undefined;
53033
53160
  kzg?: undefined;
@@ -53049,9 +53176,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53049
53176
  account?: `0x${string}` | viem491.Account | null | undefined;
53050
53177
  value?: bigint | undefined;
53051
53178
  dataSuffix?: `0x${string}` | undefined;
53179
+ type?: "eip1559" | undefined;
53052
53180
  gas?: bigint | undefined;
53053
53181
  nonce?: number | undefined;
53054
- type?: "eip1559" | undefined;
53055
53182
  blobs?: undefined;
53056
53183
  blobVersionedHashes?: undefined;
53057
53184
  kzg?: undefined;
@@ -53073,9 +53200,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53073
53200
  account?: `0x${string}` | viem491.Account | null | undefined;
53074
53201
  value?: bigint | undefined;
53075
53202
  dataSuffix?: `0x${string}` | undefined;
53203
+ type?: "eip4844" | undefined;
53076
53204
  gas?: bigint | undefined;
53077
53205
  nonce?: number | undefined;
53078
- type?: "eip4844" | undefined;
53079
53206
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53080
53207
  blobVersionedHashes: readonly viem491.Hex[];
53081
53208
  kzg?: undefined;
@@ -53097,9 +53224,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53097
53224
  account?: `0x${string}` | viem491.Account | null | undefined;
53098
53225
  value?: bigint | undefined;
53099
53226
  dataSuffix?: `0x${string}` | undefined;
53227
+ type?: "eip4844" | undefined;
53100
53228
  gas?: bigint | undefined;
53101
53229
  nonce?: number | undefined;
53102
- type?: "eip4844" | undefined;
53103
53230
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53104
53231
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53105
53232
  kzg?: viem491.Kzg | undefined;
@@ -53121,9 +53248,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53121
53248
  account?: `0x${string}` | viem491.Account | null | undefined;
53122
53249
  value?: bigint | undefined;
53123
53250
  dataSuffix?: `0x${string}` | undefined;
53251
+ type?: "eip7702" | undefined;
53124
53252
  gas?: bigint | undefined;
53125
53253
  nonce?: number | undefined;
53126
- type?: "eip7702" | undefined;
53127
53254
  blobs?: undefined;
53128
53255
  blobVersionedHashes?: undefined;
53129
53256
  kzg?: undefined;
@@ -53164,9 +53291,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53164
53291
  account?: `0x${string}` | viem491.Account | null | undefined;
53165
53292
  value?: bigint | undefined;
53166
53293
  dataSuffix?: `0x${string}` | undefined;
53294
+ type?: "legacy" | undefined;
53167
53295
  gas?: bigint | undefined;
53168
53296
  nonce?: number | undefined;
53169
- type?: "legacy" | undefined;
53170
53297
  blobs?: undefined;
53171
53298
  blobVersionedHashes?: undefined;
53172
53299
  kzg?: undefined;
@@ -53188,9 +53315,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53188
53315
  account?: `0x${string}` | viem491.Account | null | undefined;
53189
53316
  value?: bigint | undefined;
53190
53317
  dataSuffix?: `0x${string}` | undefined;
53318
+ type?: "eip2930" | undefined;
53191
53319
  gas?: bigint | undefined;
53192
53320
  nonce?: number | undefined;
53193
- type?: "eip2930" | undefined;
53194
53321
  blobs?: undefined;
53195
53322
  blobVersionedHashes?: undefined;
53196
53323
  kzg?: undefined;
@@ -53212,9 +53339,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53212
53339
  account?: `0x${string}` | viem491.Account | null | undefined;
53213
53340
  value?: bigint | undefined;
53214
53341
  dataSuffix?: `0x${string}` | undefined;
53342
+ type?: "eip1559" | undefined;
53215
53343
  gas?: bigint | undefined;
53216
53344
  nonce?: number | undefined;
53217
- type?: "eip1559" | undefined;
53218
53345
  blobs?: undefined;
53219
53346
  blobVersionedHashes?: undefined;
53220
53347
  kzg?: undefined;
@@ -53236,9 +53363,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53236
53363
  account?: `0x${string}` | viem491.Account | null | undefined;
53237
53364
  value?: bigint | undefined;
53238
53365
  dataSuffix?: `0x${string}` | undefined;
53366
+ type?: "eip4844" | undefined;
53239
53367
  gas?: bigint | undefined;
53240
53368
  nonce?: number | undefined;
53241
- type?: "eip4844" | undefined;
53242
53369
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53243
53370
  blobVersionedHashes: readonly viem491.Hex[];
53244
53371
  kzg?: undefined;
@@ -53260,9 +53387,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53260
53387
  account?: `0x${string}` | viem491.Account | null | undefined;
53261
53388
  value?: bigint | undefined;
53262
53389
  dataSuffix?: `0x${string}` | undefined;
53390
+ type?: "eip4844" | undefined;
53263
53391
  gas?: bigint | undefined;
53264
53392
  nonce?: number | undefined;
53265
- type?: "eip4844" | undefined;
53266
53393
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53267
53394
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53268
53395
  kzg?: viem491.Kzg | undefined;
@@ -53284,9 +53411,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53284
53411
  account?: `0x${string}` | viem491.Account | null | undefined;
53285
53412
  value?: bigint | undefined;
53286
53413
  dataSuffix?: `0x${string}` | undefined;
53414
+ type?: "eip7702" | undefined;
53287
53415
  gas?: bigint | undefined;
53288
53416
  nonce?: number | undefined;
53289
- type?: "eip7702" | undefined;
53290
53417
  blobs?: undefined;
53291
53418
  blobVersionedHashes?: undefined;
53292
53419
  kzg?: undefined;
@@ -53327,9 +53454,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53327
53454
  account?: `0x${string}` | viem491.Account | null | undefined;
53328
53455
  value?: bigint | undefined;
53329
53456
  dataSuffix?: `0x${string}` | undefined;
53457
+ type?: "legacy" | undefined;
53330
53458
  gas?: bigint | undefined;
53331
53459
  nonce?: number | undefined;
53332
- type?: "legacy" | undefined;
53333
53460
  blobs?: undefined;
53334
53461
  blobVersionedHashes?: undefined;
53335
53462
  kzg?: undefined;
@@ -53351,9 +53478,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53351
53478
  account?: `0x${string}` | viem491.Account | null | undefined;
53352
53479
  value?: bigint | undefined;
53353
53480
  dataSuffix?: `0x${string}` | undefined;
53481
+ type?: "eip2930" | undefined;
53354
53482
  gas?: bigint | undefined;
53355
53483
  nonce?: number | undefined;
53356
- type?: "eip2930" | undefined;
53357
53484
  blobs?: undefined;
53358
53485
  blobVersionedHashes?: undefined;
53359
53486
  kzg?: undefined;
@@ -53375,9 +53502,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53375
53502
  account?: `0x${string}` | viem491.Account | null | undefined;
53376
53503
  value?: bigint | undefined;
53377
53504
  dataSuffix?: `0x${string}` | undefined;
53505
+ type?: "eip1559" | undefined;
53378
53506
  gas?: bigint | undefined;
53379
53507
  nonce?: number | undefined;
53380
- type?: "eip1559" | undefined;
53381
53508
  blobs?: undefined;
53382
53509
  blobVersionedHashes?: undefined;
53383
53510
  kzg?: undefined;
@@ -53399,9 +53526,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53399
53526
  account?: `0x${string}` | viem491.Account | null | undefined;
53400
53527
  value?: bigint | undefined;
53401
53528
  dataSuffix?: `0x${string}` | undefined;
53529
+ type?: "eip4844" | undefined;
53402
53530
  gas?: bigint | undefined;
53403
53531
  nonce?: number | undefined;
53404
- type?: "eip4844" | undefined;
53405
53532
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53406
53533
  blobVersionedHashes: readonly viem491.Hex[];
53407
53534
  kzg?: undefined;
@@ -53423,9 +53550,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53423
53550
  account?: `0x${string}` | viem491.Account | null | undefined;
53424
53551
  value?: bigint | undefined;
53425
53552
  dataSuffix?: `0x${string}` | undefined;
53553
+ type?: "eip4844" | undefined;
53426
53554
  gas?: bigint | undefined;
53427
53555
  nonce?: number | undefined;
53428
- type?: "eip4844" | undefined;
53429
53556
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53430
53557
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53431
53558
  kzg?: viem491.Kzg | undefined;
@@ -53447,9 +53574,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53447
53574
  account?: `0x${string}` | viem491.Account | null | undefined;
53448
53575
  value?: bigint | undefined;
53449
53576
  dataSuffix?: `0x${string}` | undefined;
53577
+ type?: "eip7702" | undefined;
53450
53578
  gas?: bigint | undefined;
53451
53579
  nonce?: number | undefined;
53452
- type?: "eip7702" | undefined;
53453
53580
  blobs?: undefined;
53454
53581
  blobVersionedHashes?: undefined;
53455
53582
  kzg?: undefined;
@@ -53531,9 +53658,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53531
53658
  account?: `0x${string}` | viem491.Account | null | undefined;
53532
53659
  value?: bigint | undefined;
53533
53660
  dataSuffix?: `0x${string}` | undefined;
53661
+ type?: "legacy" | undefined;
53534
53662
  gas?: bigint | undefined;
53535
53663
  nonce?: number | undefined;
53536
- type?: "legacy" | undefined;
53537
53664
  blobs?: undefined;
53538
53665
  blobVersionedHashes?: undefined;
53539
53666
  kzg?: undefined;
@@ -53555,9 +53682,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53555
53682
  account?: `0x${string}` | viem491.Account | null | undefined;
53556
53683
  value?: bigint | undefined;
53557
53684
  dataSuffix?: `0x${string}` | undefined;
53685
+ type?: "eip2930" | undefined;
53558
53686
  gas?: bigint | undefined;
53559
53687
  nonce?: number | undefined;
53560
- type?: "eip2930" | undefined;
53561
53688
  blobs?: undefined;
53562
53689
  blobVersionedHashes?: undefined;
53563
53690
  kzg?: undefined;
@@ -53579,9 +53706,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53579
53706
  account?: `0x${string}` | viem491.Account | null | undefined;
53580
53707
  value?: bigint | undefined;
53581
53708
  dataSuffix?: `0x${string}` | undefined;
53709
+ type?: "eip1559" | undefined;
53582
53710
  gas?: bigint | undefined;
53583
53711
  nonce?: number | undefined;
53584
- type?: "eip1559" | undefined;
53585
53712
  blobs?: undefined;
53586
53713
  blobVersionedHashes?: undefined;
53587
53714
  kzg?: undefined;
@@ -53603,9 +53730,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53603
53730
  account?: `0x${string}` | viem491.Account | null | undefined;
53604
53731
  value?: bigint | undefined;
53605
53732
  dataSuffix?: `0x${string}` | undefined;
53733
+ type?: "eip4844" | undefined;
53606
53734
  gas?: bigint | undefined;
53607
53735
  nonce?: number | undefined;
53608
- type?: "eip4844" | undefined;
53609
53736
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53610
53737
  blobVersionedHashes: readonly viem491.Hex[];
53611
53738
  kzg?: undefined;
@@ -53627,9 +53754,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53627
53754
  account?: `0x${string}` | viem491.Account | null | undefined;
53628
53755
  value?: bigint | undefined;
53629
53756
  dataSuffix?: `0x${string}` | undefined;
53757
+ type?: "eip4844" | undefined;
53630
53758
  gas?: bigint | undefined;
53631
53759
  nonce?: number | undefined;
53632
- type?: "eip4844" | undefined;
53633
53760
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53634
53761
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53635
53762
  kzg?: viem491.Kzg | undefined;
@@ -53651,9 +53778,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53651
53778
  account?: `0x${string}` | viem491.Account | null | undefined;
53652
53779
  value?: bigint | undefined;
53653
53780
  dataSuffix?: `0x${string}` | undefined;
53781
+ type?: "eip7702" | undefined;
53654
53782
  gas?: bigint | undefined;
53655
53783
  nonce?: number | undefined;
53656
- type?: "eip7702" | undefined;
53657
53784
  blobs?: undefined;
53658
53785
  blobVersionedHashes?: undefined;
53659
53786
  kzg?: undefined;
@@ -53704,9 +53831,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53704
53831
  account?: `0x${string}` | viem491.Account | null | undefined;
53705
53832
  value?: bigint | undefined;
53706
53833
  dataSuffix?: `0x${string}` | undefined;
53834
+ type?: "legacy" | undefined;
53707
53835
  gas?: bigint | undefined;
53708
53836
  nonce?: number | undefined;
53709
- type?: "legacy" | undefined;
53710
53837
  blobs?: undefined;
53711
53838
  blobVersionedHashes?: undefined;
53712
53839
  kzg?: undefined;
@@ -53728,9 +53855,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53728
53855
  account?: `0x${string}` | viem491.Account | null | undefined;
53729
53856
  value?: bigint | undefined;
53730
53857
  dataSuffix?: `0x${string}` | undefined;
53858
+ type?: "eip2930" | undefined;
53731
53859
  gas?: bigint | undefined;
53732
53860
  nonce?: number | undefined;
53733
- type?: "eip2930" | undefined;
53734
53861
  blobs?: undefined;
53735
53862
  blobVersionedHashes?: undefined;
53736
53863
  kzg?: undefined;
@@ -53752,9 +53879,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53752
53879
  account?: `0x${string}` | viem491.Account | null | undefined;
53753
53880
  value?: bigint | undefined;
53754
53881
  dataSuffix?: `0x${string}` | undefined;
53882
+ type?: "eip1559" | undefined;
53755
53883
  gas?: bigint | undefined;
53756
53884
  nonce?: number | undefined;
53757
- type?: "eip1559" | undefined;
53758
53885
  blobs?: undefined;
53759
53886
  blobVersionedHashes?: undefined;
53760
53887
  kzg?: undefined;
@@ -53776,9 +53903,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53776
53903
  account?: `0x${string}` | viem491.Account | null | undefined;
53777
53904
  value?: bigint | undefined;
53778
53905
  dataSuffix?: `0x${string}` | undefined;
53906
+ type?: "eip4844" | undefined;
53779
53907
  gas?: bigint | undefined;
53780
53908
  nonce?: number | undefined;
53781
- type?: "eip4844" | undefined;
53782
53909
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53783
53910
  blobVersionedHashes: readonly viem491.Hex[];
53784
53911
  kzg?: undefined;
@@ -53800,9 +53927,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53800
53927
  account?: `0x${string}` | viem491.Account | null | undefined;
53801
53928
  value?: bigint | undefined;
53802
53929
  dataSuffix?: `0x${string}` | undefined;
53930
+ type?: "eip4844" | undefined;
53803
53931
  gas?: bigint | undefined;
53804
53932
  nonce?: number | undefined;
53805
- type?: "eip4844" | undefined;
53806
53933
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53807
53934
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53808
53935
  kzg?: viem491.Kzg | undefined;
@@ -53824,9 +53951,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53824
53951
  account?: `0x${string}` | viem491.Account | null | undefined;
53825
53952
  value?: bigint | undefined;
53826
53953
  dataSuffix?: `0x${string}` | undefined;
53954
+ type?: "eip7702" | undefined;
53827
53955
  gas?: bigint | undefined;
53828
53956
  nonce?: number | undefined;
53829
- type?: "eip7702" | undefined;
53830
53957
  blobs?: undefined;
53831
53958
  blobVersionedHashes?: undefined;
53832
53959
  kzg?: undefined;
@@ -53877,9 +54004,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53877
54004
  account?: `0x${string}` | viem491.Account | null | undefined;
53878
54005
  value?: bigint | undefined;
53879
54006
  dataSuffix?: `0x${string}` | undefined;
54007
+ type?: "legacy" | undefined;
53880
54008
  gas?: bigint | undefined;
53881
54009
  nonce?: number | undefined;
53882
- type?: "legacy" | undefined;
53883
54010
  blobs?: undefined;
53884
54011
  blobVersionedHashes?: undefined;
53885
54012
  kzg?: undefined;
@@ -53901,9 +54028,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53901
54028
  account?: `0x${string}` | viem491.Account | null | undefined;
53902
54029
  value?: bigint | undefined;
53903
54030
  dataSuffix?: `0x${string}` | undefined;
54031
+ type?: "eip2930" | undefined;
53904
54032
  gas?: bigint | undefined;
53905
54033
  nonce?: number | undefined;
53906
- type?: "eip2930" | undefined;
53907
54034
  blobs?: undefined;
53908
54035
  blobVersionedHashes?: undefined;
53909
54036
  kzg?: undefined;
@@ -53925,9 +54052,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53925
54052
  account?: `0x${string}` | viem491.Account | null | undefined;
53926
54053
  value?: bigint | undefined;
53927
54054
  dataSuffix?: `0x${string}` | undefined;
54055
+ type?: "eip1559" | undefined;
53928
54056
  gas?: bigint | undefined;
53929
54057
  nonce?: number | undefined;
53930
- type?: "eip1559" | undefined;
53931
54058
  blobs?: undefined;
53932
54059
  blobVersionedHashes?: undefined;
53933
54060
  kzg?: undefined;
@@ -53949,9 +54076,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53949
54076
  account?: `0x${string}` | viem491.Account | null | undefined;
53950
54077
  value?: bigint | undefined;
53951
54078
  dataSuffix?: `0x${string}` | undefined;
54079
+ type?: "eip4844" | undefined;
53952
54080
  gas?: bigint | undefined;
53953
54081
  nonce?: number | undefined;
53954
- type?: "eip4844" | undefined;
53955
54082
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
53956
54083
  blobVersionedHashes: readonly viem491.Hex[];
53957
54084
  kzg?: undefined;
@@ -53973,9 +54100,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53973
54100
  account?: `0x${string}` | viem491.Account | null | undefined;
53974
54101
  value?: bigint | undefined;
53975
54102
  dataSuffix?: `0x${string}` | undefined;
54103
+ type?: "eip4844" | undefined;
53976
54104
  gas?: bigint | undefined;
53977
54105
  nonce?: number | undefined;
53978
- type?: "eip4844" | undefined;
53979
54106
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
53980
54107
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
53981
54108
  kzg?: viem491.Kzg | undefined;
@@ -53997,9 +54124,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53997
54124
  account?: `0x${string}` | viem491.Account | null | undefined;
53998
54125
  value?: bigint | undefined;
53999
54126
  dataSuffix?: `0x${string}` | undefined;
54127
+ type?: "eip7702" | undefined;
54000
54128
  gas?: bigint | undefined;
54001
54129
  nonce?: number | undefined;
54002
- type?: "eip7702" | undefined;
54003
54130
  blobs?: undefined;
54004
54131
  blobVersionedHashes?: undefined;
54005
54132
  kzg?: undefined;
@@ -54103,7 +54230,11 @@ declare const usePricingParams: (pricingAddr: Address | undefined) => wagmi0.Use
54103
54230
  readonly type: "uint128";
54104
54231
  readonly internalType: "uint128";
54105
54232
  }, {
54106
- readonly name: "availableLiquidity";
54233
+ readonly name: "borrowableLiquidity";
54234
+ readonly type: "uint128";
54235
+ readonly internalType: "uint128";
54236
+ }, {
54237
+ readonly name: "withdrawableLiquidity";
54107
54238
  readonly type: "uint128";
54108
54239
  readonly internalType: "uint128";
54109
54240
  }, {
@@ -55054,9 +55185,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55054
55185
  account?: `0x${string}` | viem491.Account | null | undefined;
55055
55186
  value?: bigint | undefined;
55056
55187
  dataSuffix?: `0x${string}` | undefined;
55188
+ type?: "legacy" | undefined;
55057
55189
  gas?: bigint | undefined;
55058
55190
  nonce?: number | undefined;
55059
- type?: "legacy" | undefined;
55060
55191
  blobs?: undefined;
55061
55192
  blobVersionedHashes?: undefined;
55062
55193
  kzg?: undefined;
@@ -55078,9 +55209,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55078
55209
  account?: `0x${string}` | viem491.Account | null | undefined;
55079
55210
  value?: bigint | undefined;
55080
55211
  dataSuffix?: `0x${string}` | undefined;
55212
+ type?: "eip2930" | undefined;
55081
55213
  gas?: bigint | undefined;
55082
55214
  nonce?: number | undefined;
55083
- type?: "eip2930" | undefined;
55084
55215
  blobs?: undefined;
55085
55216
  blobVersionedHashes?: undefined;
55086
55217
  kzg?: undefined;
@@ -55102,9 +55233,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55102
55233
  account?: `0x${string}` | viem491.Account | null | undefined;
55103
55234
  value?: bigint | undefined;
55104
55235
  dataSuffix?: `0x${string}` | undefined;
55236
+ type?: "eip1559" | undefined;
55105
55237
  gas?: bigint | undefined;
55106
55238
  nonce?: number | undefined;
55107
- type?: "eip1559" | undefined;
55108
55239
  blobs?: undefined;
55109
55240
  blobVersionedHashes?: undefined;
55110
55241
  kzg?: undefined;
@@ -55126,9 +55257,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55126
55257
  account?: `0x${string}` | viem491.Account | null | undefined;
55127
55258
  value?: bigint | undefined;
55128
55259
  dataSuffix?: `0x${string}` | undefined;
55260
+ type?: "eip4844" | undefined;
55129
55261
  gas?: bigint | undefined;
55130
55262
  nonce?: number | undefined;
55131
- type?: "eip4844" | undefined;
55132
55263
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55133
55264
  blobVersionedHashes: readonly viem491.Hex[];
55134
55265
  kzg?: undefined;
@@ -55150,9 +55281,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55150
55281
  account?: `0x${string}` | viem491.Account | null | undefined;
55151
55282
  value?: bigint | undefined;
55152
55283
  dataSuffix?: `0x${string}` | undefined;
55284
+ type?: "eip4844" | undefined;
55153
55285
  gas?: bigint | undefined;
55154
55286
  nonce?: number | undefined;
55155
- type?: "eip4844" | undefined;
55156
55287
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55157
55288
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55158
55289
  kzg?: viem491.Kzg | undefined;
@@ -55174,9 +55305,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55174
55305
  account?: `0x${string}` | viem491.Account | null | undefined;
55175
55306
  value?: bigint | undefined;
55176
55307
  dataSuffix?: `0x${string}` | undefined;
55308
+ type?: "eip7702" | undefined;
55177
55309
  gas?: bigint | undefined;
55178
55310
  nonce?: number | undefined;
55179
- type?: "eip7702" | undefined;
55180
55311
  blobs?: undefined;
55181
55312
  blobVersionedHashes?: undefined;
55182
55313
  kzg?: undefined;
@@ -55225,9 +55356,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55225
55356
  account?: `0x${string}` | viem491.Account | null | undefined;
55226
55357
  value?: bigint | undefined;
55227
55358
  dataSuffix?: `0x${string}` | undefined;
55359
+ type?: "legacy" | undefined;
55228
55360
  gas?: bigint | undefined;
55229
55361
  nonce?: number | undefined;
55230
- type?: "legacy" | undefined;
55231
55362
  blobs?: undefined;
55232
55363
  blobVersionedHashes?: undefined;
55233
55364
  kzg?: undefined;
@@ -55249,9 +55380,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55249
55380
  account?: `0x${string}` | viem491.Account | null | undefined;
55250
55381
  value?: bigint | undefined;
55251
55382
  dataSuffix?: `0x${string}` | undefined;
55383
+ type?: "eip2930" | undefined;
55252
55384
  gas?: bigint | undefined;
55253
55385
  nonce?: number | undefined;
55254
- type?: "eip2930" | undefined;
55255
55386
  blobs?: undefined;
55256
55387
  blobVersionedHashes?: undefined;
55257
55388
  kzg?: undefined;
@@ -55273,9 +55404,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55273
55404
  account?: `0x${string}` | viem491.Account | null | undefined;
55274
55405
  value?: bigint | undefined;
55275
55406
  dataSuffix?: `0x${string}` | undefined;
55407
+ type?: "eip1559" | undefined;
55276
55408
  gas?: bigint | undefined;
55277
55409
  nonce?: number | undefined;
55278
- type?: "eip1559" | undefined;
55279
55410
  blobs?: undefined;
55280
55411
  blobVersionedHashes?: undefined;
55281
55412
  kzg?: undefined;
@@ -55297,9 +55428,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55297
55428
  account?: `0x${string}` | viem491.Account | null | undefined;
55298
55429
  value?: bigint | undefined;
55299
55430
  dataSuffix?: `0x${string}` | undefined;
55431
+ type?: "eip4844" | undefined;
55300
55432
  gas?: bigint | undefined;
55301
55433
  nonce?: number | undefined;
55302
- type?: "eip4844" | undefined;
55303
55434
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55304
55435
  blobVersionedHashes: readonly viem491.Hex[];
55305
55436
  kzg?: undefined;
@@ -55321,9 +55452,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55321
55452
  account?: `0x${string}` | viem491.Account | null | undefined;
55322
55453
  value?: bigint | undefined;
55323
55454
  dataSuffix?: `0x${string}` | undefined;
55455
+ type?: "eip4844" | undefined;
55324
55456
  gas?: bigint | undefined;
55325
55457
  nonce?: number | undefined;
55326
- type?: "eip4844" | undefined;
55327
55458
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55328
55459
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55329
55460
  kzg?: viem491.Kzg | undefined;
@@ -55345,9 +55476,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55345
55476
  account?: `0x${string}` | viem491.Account | null | undefined;
55346
55477
  value?: bigint | undefined;
55347
55478
  dataSuffix?: `0x${string}` | undefined;
55479
+ type?: "eip7702" | undefined;
55348
55480
  gas?: bigint | undefined;
55349
55481
  nonce?: number | undefined;
55350
- type?: "eip7702" | undefined;
55351
55482
  blobs?: undefined;
55352
55483
  blobVersionedHashes?: undefined;
55353
55484
  kzg?: undefined;
@@ -55396,9 +55527,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55396
55527
  account?: `0x${string}` | viem491.Account | null | undefined;
55397
55528
  value?: bigint | undefined;
55398
55529
  dataSuffix?: `0x${string}` | undefined;
55530
+ type?: "legacy" | undefined;
55399
55531
  gas?: bigint | undefined;
55400
55532
  nonce?: number | undefined;
55401
- type?: "legacy" | undefined;
55402
55533
  blobs?: undefined;
55403
55534
  blobVersionedHashes?: undefined;
55404
55535
  kzg?: undefined;
@@ -55420,9 +55551,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55420
55551
  account?: `0x${string}` | viem491.Account | null | undefined;
55421
55552
  value?: bigint | undefined;
55422
55553
  dataSuffix?: `0x${string}` | undefined;
55554
+ type?: "eip2930" | undefined;
55423
55555
  gas?: bigint | undefined;
55424
55556
  nonce?: number | undefined;
55425
- type?: "eip2930" | undefined;
55426
55557
  blobs?: undefined;
55427
55558
  blobVersionedHashes?: undefined;
55428
55559
  kzg?: undefined;
@@ -55444,9 +55575,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55444
55575
  account?: `0x${string}` | viem491.Account | null | undefined;
55445
55576
  value?: bigint | undefined;
55446
55577
  dataSuffix?: `0x${string}` | undefined;
55578
+ type?: "eip1559" | undefined;
55447
55579
  gas?: bigint | undefined;
55448
55580
  nonce?: number | undefined;
55449
- type?: "eip1559" | undefined;
55450
55581
  blobs?: undefined;
55451
55582
  blobVersionedHashes?: undefined;
55452
55583
  kzg?: undefined;
@@ -55468,9 +55599,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55468
55599
  account?: `0x${string}` | viem491.Account | null | undefined;
55469
55600
  value?: bigint | undefined;
55470
55601
  dataSuffix?: `0x${string}` | undefined;
55602
+ type?: "eip4844" | undefined;
55471
55603
  gas?: bigint | undefined;
55472
55604
  nonce?: number | undefined;
55473
- type?: "eip4844" | undefined;
55474
55605
  blobs?: readonly `0x${string}`[] | readonly viem491.ByteArray[] | undefined;
55475
55606
  blobVersionedHashes: readonly viem491.Hex[];
55476
55607
  kzg?: undefined;
@@ -55492,9 +55623,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55492
55623
  account?: `0x${string}` | viem491.Account | null | undefined;
55493
55624
  value?: bigint | undefined;
55494
55625
  dataSuffix?: `0x${string}` | undefined;
55626
+ type?: "eip4844" | undefined;
55495
55627
  gas?: bigint | undefined;
55496
55628
  nonce?: number | undefined;
55497
- type?: "eip4844" | undefined;
55498
55629
  blobs: readonly viem491.Hex[] | readonly viem491.ByteArray[];
55499
55630
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
55500
55631
  kzg?: viem491.Kzg | undefined;
@@ -55516,9 +55647,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55516
55647
  account?: `0x${string}` | viem491.Account | null | undefined;
55517
55648
  value?: bigint | undefined;
55518
55649
  dataSuffix?: `0x${string}` | undefined;
55650
+ type?: "eip7702" | undefined;
55519
55651
  gas?: bigint | undefined;
55520
55652
  nonce?: number | undefined;
55521
- type?: "eip7702" | undefined;
55522
55653
  blobs?: undefined;
55523
55654
  blobVersionedHashes?: undefined;
55524
55655
  kzg?: undefined;
@@ -55609,7 +55740,11 @@ declare const useLens: () => {
55609
55740
  readonly type: "uint128";
55610
55741
  readonly internalType: "uint128";
55611
55742
  }, {
55612
- readonly name: "availableLiquidity";
55743
+ readonly name: "borrowableLiquidity";
55744
+ readonly type: "uint128";
55745
+ readonly internalType: "uint128";
55746
+ }, {
55747
+ readonly name: "withdrawableLiquidity";
55613
55748
  readonly type: "uint128";
55614
55749
  readonly internalType: "uint128";
55615
55750
  }, {
@@ -56552,7 +56687,11 @@ declare const useLens: () => {
56552
56687
  readonly type: "uint128";
56553
56688
  readonly internalType: "uint128";
56554
56689
  }, {
56555
- readonly name: "availableLiquidity";
56690
+ readonly name: "borrowableLiquidity";
56691
+ readonly type: "uint128";
56692
+ readonly internalType: "uint128";
56693
+ }, {
56694
+ readonly name: "withdrawableLiquidity";
56556
56695
  readonly type: "uint128";
56557
56696
  readonly internalType: "uint128";
56558
56697
  }, {
@@ -57446,7 +57585,8 @@ declare const useLens: () => {
57446
57585
  totalLiquidity: bigint;
57447
57586
  borrowedLiquidity: bigint;
57448
57587
  reservedLiquidity: bigint;
57449
- availableLiquidity: bigint;
57588
+ borrowableLiquidity: bigint;
57589
+ withdrawableLiquidity: bigint;
57450
57590
  totalAmount0: bigint;
57451
57591
  totalAmount1: bigint;
57452
57592
  borrowedAmount0: bigint;
@@ -57507,7 +57647,11 @@ declare const useLens: () => {
57507
57647
  readonly type: "uint128";
57508
57648
  readonly internalType: "uint128";
57509
57649
  }, {
57510
- readonly name: "availableLiquidity";
57650
+ readonly name: "borrowableLiquidity";
57651
+ readonly type: "uint128";
57652
+ readonly internalType: "uint128";
57653
+ }, {
57654
+ readonly name: "withdrawableLiquidity";
57511
57655
  readonly type: "uint128";
57512
57656
  readonly internalType: "uint128";
57513
57657
  }, {
@@ -58460,7 +58604,11 @@ declare const useLens: () => {
58460
58604
  readonly type: "uint128";
58461
58605
  readonly internalType: "uint128";
58462
58606
  }, {
58463
- readonly name: "availableLiquidity";
58607
+ readonly name: "borrowableLiquidity";
58608
+ readonly type: "uint128";
58609
+ readonly internalType: "uint128";
58610
+ }, {
58611
+ readonly name: "withdrawableLiquidity";
58464
58612
  readonly type: "uint128";
58465
58613
  readonly internalType: "uint128";
58466
58614
  }, {
@@ -59409,7 +59557,11 @@ declare const useLens: () => {
59409
59557
  readonly type: "uint128";
59410
59558
  readonly internalType: "uint128";
59411
59559
  }, {
59412
- readonly name: "availableLiquidity";
59560
+ readonly name: "borrowableLiquidity";
59561
+ readonly type: "uint128";
59562
+ readonly internalType: "uint128";
59563
+ }, {
59564
+ readonly name: "withdrawableLiquidity";
59413
59565
  readonly type: "uint128";
59414
59566
  readonly internalType: "uint128";
59415
59567
  }, {
@@ -60368,7 +60520,11 @@ declare const useLens: () => {
60368
60520
  readonly type: "uint128";
60369
60521
  readonly internalType: "uint128";
60370
60522
  }, {
60371
- readonly name: "availableLiquidity";
60523
+ readonly name: "borrowableLiquidity";
60524
+ readonly type: "uint128";
60525
+ readonly internalType: "uint128";
60526
+ }, {
60527
+ readonly name: "withdrawableLiquidity";
60372
60528
  readonly type: "uint128";
60373
60529
  readonly internalType: "uint128";
60374
60530
  }, {
@@ -61311,7 +61467,11 @@ declare const useLens: () => {
61311
61467
  readonly type: "uint128";
61312
61468
  readonly internalType: "uint128";
61313
61469
  }, {
61314
- readonly name: "availableLiquidity";
61470
+ readonly name: "borrowableLiquidity";
61471
+ readonly type: "uint128";
61472
+ readonly internalType: "uint128";
61473
+ }, {
61474
+ readonly name: "withdrawableLiquidity";
61315
61475
  readonly type: "uint128";
61316
61476
  readonly internalType: "uint128";
61317
61477
  }, {
@@ -62275,7 +62435,11 @@ declare const useLens: () => {
62275
62435
  readonly type: "uint128";
62276
62436
  readonly internalType: "uint128";
62277
62437
  }, {
62278
- readonly name: "availableLiquidity";
62438
+ readonly name: "borrowableLiquidity";
62439
+ readonly type: "uint128";
62440
+ readonly internalType: "uint128";
62441
+ }, {
62442
+ readonly name: "withdrawableLiquidity";
62279
62443
  readonly type: "uint128";
62280
62444
  readonly internalType: "uint128";
62281
62445
  }, {
@@ -63223,7 +63387,11 @@ declare const useLens: () => {
63223
63387
  readonly type: "uint128";
63224
63388
  readonly internalType: "uint128";
63225
63389
  }, {
63226
- readonly name: "availableLiquidity";
63390
+ readonly name: "borrowableLiquidity";
63391
+ readonly type: "uint128";
63392
+ readonly internalType: "uint128";
63393
+ }, {
63394
+ readonly name: "withdrawableLiquidity";
63227
63395
  readonly type: "uint128";
63228
63396
  readonly internalType: "uint128";
63229
63397
  }, {
@@ -64166,7 +64334,11 @@ declare const useLens: () => {
64166
64334
  readonly type: "uint128";
64167
64335
  readonly internalType: "uint128";
64168
64336
  }, {
64169
- readonly name: "availableLiquidity";
64337
+ readonly name: "borrowableLiquidity";
64338
+ readonly type: "uint128";
64339
+ readonly internalType: "uint128";
64340
+ }, {
64341
+ readonly name: "withdrawableLiquidity";
64170
64342
  readonly type: "uint128";
64171
64343
  readonly internalType: "uint128";
64172
64344
  }, {
@@ -65109,7 +65281,11 @@ declare const useLens: () => {
65109
65281
  readonly type: "uint128";
65110
65282
  readonly internalType: "uint128";
65111
65283
  }, {
65112
- readonly name: "availableLiquidity";
65284
+ readonly name: "borrowableLiquidity";
65285
+ readonly type: "uint128";
65286
+ readonly internalType: "uint128";
65287
+ }, {
65288
+ readonly name: "withdrawableLiquidity";
65113
65289
  readonly type: "uint128";
65114
65290
  readonly internalType: "uint128";
65115
65291
  }, {
@@ -66052,7 +66228,11 @@ declare const useLens: () => {
66052
66228
  readonly type: "uint128";
66053
66229
  readonly internalType: "uint128";
66054
66230
  }, {
66055
- readonly name: "availableLiquidity";
66231
+ readonly name: "borrowableLiquidity";
66232
+ readonly type: "uint128";
66233
+ readonly internalType: "uint128";
66234
+ }, {
66235
+ readonly name: "withdrawableLiquidity";
66056
66236
  readonly type: "uint128";
66057
66237
  readonly internalType: "uint128";
66058
66238
  }, {
@@ -66995,7 +67175,11 @@ declare const useLens: () => {
66995
67175
  readonly type: "uint128";
66996
67176
  readonly internalType: "uint128";
66997
67177
  }, {
66998
- readonly name: "availableLiquidity";
67178
+ readonly name: "borrowableLiquidity";
67179
+ readonly type: "uint128";
67180
+ readonly internalType: "uint128";
67181
+ }, {
67182
+ readonly name: "withdrawableLiquidity";
66999
67183
  readonly type: "uint128";
67000
67184
  readonly internalType: "uint128";
67001
67185
  }, {
@@ -67948,7 +68132,11 @@ declare const useLens: () => {
67948
68132
  readonly type: "uint128";
67949
68133
  readonly internalType: "uint128";
67950
68134
  }, {
67951
- readonly name: "availableLiquidity";
68135
+ readonly name: "borrowableLiquidity";
68136
+ readonly type: "uint128";
68137
+ readonly internalType: "uint128";
68138
+ }, {
68139
+ readonly name: "withdrawableLiquidity";
67952
68140
  readonly type: "uint128";
67953
68141
  readonly internalType: "uint128";
67954
68142
  }, {
@@ -68897,7 +69085,11 @@ declare const useLens: () => {
68897
69085
  readonly type: "uint128";
68898
69086
  readonly internalType: "uint128";
68899
69087
  }, {
68900
- readonly name: "availableLiquidity";
69088
+ readonly name: "borrowableLiquidity";
69089
+ readonly type: "uint128";
69090
+ readonly internalType: "uint128";
69091
+ }, {
69092
+ readonly name: "withdrawableLiquidity";
68901
69093
  readonly type: "uint128";
68902
69094
  readonly internalType: "uint128";
68903
69095
  }, {
@@ -69856,7 +70048,11 @@ declare const useLens: () => {
69856
70048
  readonly type: "uint128";
69857
70049
  readonly internalType: "uint128";
69858
70050
  }, {
69859
- readonly name: "availableLiquidity";
70051
+ readonly name: "borrowableLiquidity";
70052
+ readonly type: "uint128";
70053
+ readonly internalType: "uint128";
70054
+ }, {
70055
+ readonly name: "withdrawableLiquidity";
69860
70056
  readonly type: "uint128";
69861
70057
  readonly internalType: "uint128";
69862
70058
  }, {
@@ -70816,7 +71012,11 @@ declare const useLens: () => {
70816
71012
  readonly type: "uint128";
70817
71013
  readonly internalType: "uint128";
70818
71014
  }, {
70819
- readonly name: "availableLiquidity";
71015
+ readonly name: "borrowableLiquidity";
71016
+ readonly type: "uint128";
71017
+ readonly internalType: "uint128";
71018
+ }, {
71019
+ readonly name: "withdrawableLiquidity";
70820
71020
  readonly type: "uint128";
70821
71021
  readonly internalType: "uint128";
70822
71022
  }, {
@@ -71759,7 +71959,11 @@ declare const useLens: () => {
71759
71959
  readonly type: "uint128";
71760
71960
  readonly internalType: "uint128";
71761
71961
  }, {
71762
- readonly name: "availableLiquidity";
71962
+ readonly name: "borrowableLiquidity";
71963
+ readonly type: "uint128";
71964
+ readonly internalType: "uint128";
71965
+ }, {
71966
+ readonly name: "withdrawableLiquidity";
71763
71967
  readonly type: "uint128";
71764
71968
  readonly internalType: "uint128";
71765
71969
  }, {
@@ -72702,7 +72906,11 @@ declare const useLens: () => {
72702
72906
  readonly type: "uint128";
72703
72907
  readonly internalType: "uint128";
72704
72908
  }, {
72705
- readonly name: "availableLiquidity";
72909
+ readonly name: "borrowableLiquidity";
72910
+ readonly type: "uint128";
72911
+ readonly internalType: "uint128";
72912
+ }, {
72913
+ readonly name: "withdrawableLiquidity";
72706
72914
  readonly type: "uint128";
72707
72915
  readonly internalType: "uint128";
72708
72916
  }, {
@@ -73648,7 +73856,11 @@ declare const useLens: () => {
73648
73856
  readonly type: "uint128";
73649
73857
  readonly internalType: "uint128";
73650
73858
  }, {
73651
- readonly name: "availableLiquidity";
73859
+ readonly name: "borrowableLiquidity";
73860
+ readonly type: "uint128";
73861
+ readonly internalType: "uint128";
73862
+ }, {
73863
+ readonly name: "withdrawableLiquidity";
73652
73864
  readonly type: "uint128";
73653
73865
  readonly internalType: "uint128";
73654
73866
  }, {
@@ -74595,7 +74807,11 @@ declare const useLens: () => {
74595
74807
  readonly type: "uint128";
74596
74808
  readonly internalType: "uint128";
74597
74809
  }, {
74598
- readonly name: "availableLiquidity";
74810
+ readonly name: "borrowableLiquidity";
74811
+ readonly type: "uint128";
74812
+ readonly internalType: "uint128";
74813
+ }, {
74814
+ readonly name: "withdrawableLiquidity";
74599
74815
  readonly type: "uint128";
74600
74816
  readonly internalType: "uint128";
74601
74817
  }, {
@@ -75548,7 +75764,11 @@ declare const useLens: () => {
75548
75764
  readonly type: "uint128";
75549
75765
  readonly internalType: "uint128";
75550
75766
  }, {
75551
- readonly name: "availableLiquidity";
75767
+ readonly name: "borrowableLiquidity";
75768
+ readonly type: "uint128";
75769
+ readonly internalType: "uint128";
75770
+ }, {
75771
+ readonly name: "withdrawableLiquidity";
75552
75772
  readonly type: "uint128";
75553
75773
  readonly internalType: "uint128";
75554
75774
  }, {
@@ -76501,7 +76721,11 @@ declare const useLens: () => {
76501
76721
  readonly type: "uint128";
76502
76722
  readonly internalType: "uint128";
76503
76723
  }, {
76504
- readonly name: "availableLiquidity";
76724
+ readonly name: "borrowableLiquidity";
76725
+ readonly type: "uint128";
76726
+ readonly internalType: "uint128";
76727
+ }, {
76728
+ readonly name: "withdrawableLiquidity";
76505
76729
  readonly type: "uint128";
76506
76730
  readonly internalType: "uint128";
76507
76731
  }, {
@@ -77446,7 +77670,11 @@ declare const useLens: () => {
77446
77670
  readonly type: "uint128";
77447
77671
  readonly internalType: "uint128";
77448
77672
  }, {
77449
- readonly name: "availableLiquidity";
77673
+ readonly name: "borrowableLiquidity";
77674
+ readonly type: "uint128";
77675
+ readonly internalType: "uint128";
77676
+ }, {
77677
+ readonly name: "withdrawableLiquidity";
77450
77678
  readonly type: "uint128";
77451
77679
  readonly internalType: "uint128";
77452
77680
  }, {
@@ -97776,4 +98004,4 @@ declare const useLens: () => {
97776
98004
  };
97777
98005
  //#endregion
97778
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 };
97779
- //# sourceMappingURL=client-9wbQVrDG.d.ts.map
98007
+ //# sourceMappingURL=client-djFGt-F6.d.cts.map