timelock-sdk 0.0.192 → 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-DiPQ92xm.d.ts → client-BOnQ_PaH.d.ts} +419 -195
  6. package/dist/{client-i-S2ZmAZ.d.cts → client-djFGt-F6.d.cts} +419 -195
  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-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,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
  }, {
@@ -52471,9 +52594,9 @@ 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
52602
  error: null;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -52634,9 +52757,9 @@ 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
52765
  error: _wagmi_core0.WriteContractErrorType;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -52797,9 +52920,9 @@ 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
52928
  error: null;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -52960,9 +53083,9 @@ 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
@@ -52982,9 +53105,9 @@ 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
53113
  error: null;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -53145,9 +53268,9 @@ 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
53276
  error: _wagmi_core0.WriteContractErrorType;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -53308,9 +53431,9 @@ 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
53439
  error: null;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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
  }, {
@@ -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> & {
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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> & {
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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> & {
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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-djFGt-F6.d.cts.map