timelock-sdk 0.0.66 → 0.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis.cjs +1 -1
- package/dist/abis.d.cts +1 -1
- package/dist/abis.d.ts +1 -1
- package/dist/abis.js +1 -1
- package/dist/client.cjs +4 -5
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +121 -122
- package/dist/client.d.ts +243 -244
- package/dist/client.js +4 -5
- package/dist/client.js.map +1 -1
- package/dist/{index-DmUTOkWh.d.cts → index-B3zG2vl9.d.ts} +120 -119
- package/dist/{index-WjU9H0Tc.d.ts → index-lyv29QjP.d.cts} +211 -210
- package/dist/{numberUtils-BVUp0GfC.js → numberUtils-BdDZHOYj.js} +9 -4
- package/dist/{numberUtils-BVUp0GfC.js.map → numberUtils-BdDZHOYj.js.map} +1 -1
- package/dist/{numberUtils-BxQ4RnW9.cjs → numberUtils-ByjL6x6B.cjs} +14 -3
- package/dist/{numberUtils-BxQ4RnW9.cjs.map → numberUtils-ByjL6x6B.cjs.map} +1 -1
- package/dist/{optionsMarket-GbBWALCn.js → optionsMarket-6PlyceXp.js} +9 -9
- package/dist/{optionsMarket-GbBWALCn.js.map → optionsMarket-6PlyceXp.js.map} +1 -1
- package/dist/{optionsMarket-BpL6x4be.cjs → optionsMarket-DxGdV3HF.cjs} +9 -9
- package/dist/{optionsMarket-BpL6x4be.cjs.map → optionsMarket-DxGdV3HF.cjs.map} +1 -1
- package/dist/package.cjs +3 -2
- package/dist/package.d.cts +3 -3
- package/dist/package.d.ts +3 -3
- package/dist/package.js +3 -3
- package/dist/{uniswapMathLens-i1P7D19j.d.ts → uniswapMathLens-C54iWXpi.d.ts} +9 -9
- package/dist/{uniswapMathLens-BF5k8KFu.d.cts → uniswapMathLens-CK8C7WOt.d.cts} +9 -9
- package/package.json +1 -1
package/dist/client.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./uniswapMathLens-
|
|
2
|
-
import {
|
|
1
|
+
import "./uniswapMathLens-CK8C7WOt.cjs";
|
|
2
|
+
import { O as TimelockMarketData, f as Amount, k as UniswapMathLens } from "./index-lyv29QjP.cjs";
|
|
3
3
|
import * as viem249 from "viem";
|
|
4
4
|
import { Address } from "viem";
|
|
5
5
|
import React, { ReactNode } from "react";
|
|
@@ -9,10 +9,9 @@ import * as _wagmi_core0 from "@wagmi/core";
|
|
|
9
9
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
10
10
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
11
11
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
12
|
-
import * as viem_utils0 from "viem/utils";
|
|
13
|
-
import * as node_modules_viem__types_errors_abi0 from "node_modules/viem/_types/errors/abi";
|
|
14
12
|
import * as wagmi0 from "wagmi";
|
|
15
13
|
import * as node_modules__wagmi_core_dist_types_errors_base0 from "node_modules/@wagmi/core/dist/types/errors/base";
|
|
14
|
+
import * as node_modules_viem__types_errors_abi0 from "node_modules/viem/_types/errors/abi";
|
|
16
15
|
import * as node_modules_viem__types_errors_account0 from "node_modules/viem/_types/errors/account";
|
|
17
16
|
|
|
18
17
|
//#region src/generated/graphql.d.ts
|
|
@@ -2808,7 +2807,7 @@ declare const useMintOption: (marketAddr?: Address) => {
|
|
|
2808
2807
|
isPending: boolean;
|
|
2809
2808
|
isConfirming: boolean;
|
|
2810
2809
|
isSuccess: boolean;
|
|
2811
|
-
error:
|
|
2810
|
+
error: wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType | viem249.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.ErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | viem249.AbiFunctionNotFoundErrorType | viem249.AbiEncodingLengthMismatchErrorType | viem249.InvalidAddressErrorType | viem249.AbiEncodingArrayLengthMismatchErrorType | viem249.IntegerOutOfRangeErrorType | viem249.SizeExceedsPaddingSizeErrorType | viem249.InvalidArrayErrorType | viem249.AbiEncodingBytesSizeMismatchErrorType | viem249.SizeOverflowErrorType | viem249.SliceOffsetOutOfBoundsErrorType | viem249.InvalidAbiEncodingTypeErrorType | viem249.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem249.GetContractErrorReturnType<viem249.SendTransactionErrorType> | null;
|
|
2812
2811
|
isLoading: boolean;
|
|
2813
2812
|
isApprovalPending: boolean;
|
|
2814
2813
|
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
@@ -2839,7 +2838,7 @@ declare const useExtendOption: (marketAddr?: Address) => {
|
|
|
2839
2838
|
isPending: boolean;
|
|
2840
2839
|
isConfirming: boolean;
|
|
2841
2840
|
isSuccess: boolean;
|
|
2842
|
-
error:
|
|
2841
|
+
error: wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType | viem249.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.ErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | viem249.AbiFunctionNotFoundErrorType | viem249.AbiEncodingLengthMismatchErrorType | viem249.InvalidAddressErrorType | viem249.AbiEncodingArrayLengthMismatchErrorType | viem249.IntegerOutOfRangeErrorType | viem249.SizeExceedsPaddingSizeErrorType | viem249.InvalidArrayErrorType | viem249.AbiEncodingBytesSizeMismatchErrorType | viem249.SizeOverflowErrorType | viem249.SliceOffsetOutOfBoundsErrorType | viem249.InvalidAbiEncodingTypeErrorType | viem249.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem249.GetContractErrorReturnType<viem249.SendTransactionErrorType> | null;
|
|
2843
2842
|
isLoading: boolean;
|
|
2844
2843
|
isApprovalPending: boolean;
|
|
2845
2844
|
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
@@ -3869,8 +3868,8 @@ declare const useLens: () => {
|
|
|
3869
3868
|
readonly internalType: "uint256";
|
|
3870
3869
|
}, {
|
|
3871
3870
|
readonly name: "expiresAt";
|
|
3872
|
-
readonly type: "
|
|
3873
|
-
readonly internalType: "
|
|
3871
|
+
readonly type: "uint32";
|
|
3872
|
+
readonly internalType: "uint32";
|
|
3874
3873
|
}, {
|
|
3875
3874
|
readonly name: "liquidities";
|
|
3876
3875
|
readonly type: "uint128[]";
|
|
@@ -4093,8 +4092,8 @@ declare const useLens: () => {
|
|
|
4093
4092
|
readonly internalType: "uint256";
|
|
4094
4093
|
}, {
|
|
4095
4094
|
readonly name: "expiresAt";
|
|
4096
|
-
readonly type: "
|
|
4097
|
-
readonly internalType: "
|
|
4095
|
+
readonly type: "uint32";
|
|
4096
|
+
readonly internalType: "uint32";
|
|
4098
4097
|
}, {
|
|
4099
4098
|
readonly name: "liquidities";
|
|
4100
4099
|
readonly type: "uint128[]";
|
|
@@ -4176,8 +4175,8 @@ declare const useLens: () => {
|
|
|
4176
4175
|
readonly internalType: "uint256";
|
|
4177
4176
|
}, {
|
|
4178
4177
|
readonly name: "expiresAt";
|
|
4179
|
-
readonly type: "
|
|
4180
|
-
readonly internalType: "
|
|
4178
|
+
readonly type: "uint32";
|
|
4179
|
+
readonly internalType: "uint32";
|
|
4181
4180
|
}, {
|
|
4182
4181
|
readonly name: "liquidities";
|
|
4183
4182
|
readonly type: "uint128[]";
|
|
@@ -4340,8 +4339,8 @@ declare const useLens: () => {
|
|
|
4340
4339
|
readonly internalType: "uint256";
|
|
4341
4340
|
}, {
|
|
4342
4341
|
readonly name: "expiresAt";
|
|
4343
|
-
readonly type: "
|
|
4344
|
-
readonly internalType: "
|
|
4342
|
+
readonly type: "uint32";
|
|
4343
|
+
readonly internalType: "uint32";
|
|
4345
4344
|
}, {
|
|
4346
4345
|
readonly name: "liquidities";
|
|
4347
4346
|
readonly type: "uint128[]";
|
|
@@ -4543,8 +4542,8 @@ declare const useLens: () => {
|
|
|
4543
4542
|
readonly internalType: "uint256";
|
|
4544
4543
|
}, {
|
|
4545
4544
|
readonly name: "expiresAt";
|
|
4546
|
-
readonly type: "
|
|
4547
|
-
readonly internalType: "
|
|
4545
|
+
readonly type: "uint32";
|
|
4546
|
+
readonly internalType: "uint32";
|
|
4548
4547
|
}, {
|
|
4549
4548
|
readonly name: "liquidities";
|
|
4550
4549
|
readonly type: "uint128[]";
|
|
@@ -4767,8 +4766,8 @@ declare const useLens: () => {
|
|
|
4767
4766
|
readonly internalType: "uint256";
|
|
4768
4767
|
}, {
|
|
4769
4768
|
readonly name: "expiresAt";
|
|
4770
|
-
readonly type: "
|
|
4771
|
-
readonly internalType: "
|
|
4769
|
+
readonly type: "uint32";
|
|
4770
|
+
readonly internalType: "uint32";
|
|
4772
4771
|
}, {
|
|
4773
4772
|
readonly name: "liquidities";
|
|
4774
4773
|
readonly type: "uint128[]";
|
|
@@ -4850,8 +4849,8 @@ declare const useLens: () => {
|
|
|
4850
4849
|
readonly internalType: "uint256";
|
|
4851
4850
|
}, {
|
|
4852
4851
|
readonly name: "expiresAt";
|
|
4853
|
-
readonly type: "
|
|
4854
|
-
readonly internalType: "
|
|
4852
|
+
readonly type: "uint32";
|
|
4853
|
+
readonly internalType: "uint32";
|
|
4855
4854
|
}, {
|
|
4856
4855
|
readonly name: "liquidities";
|
|
4857
4856
|
readonly type: "uint128[]";
|
|
@@ -5014,8 +5013,8 @@ declare const useLens: () => {
|
|
|
5014
5013
|
readonly internalType: "uint256";
|
|
5015
5014
|
}, {
|
|
5016
5015
|
readonly name: "expiresAt";
|
|
5017
|
-
readonly type: "
|
|
5018
|
-
readonly internalType: "
|
|
5016
|
+
readonly type: "uint32";
|
|
5017
|
+
readonly internalType: "uint32";
|
|
5019
5018
|
}, {
|
|
5020
5019
|
readonly name: "liquidities";
|
|
5021
5020
|
readonly type: "uint128[]";
|
|
@@ -5227,8 +5226,8 @@ declare const useLens: () => {
|
|
|
5227
5226
|
readonly internalType: "uint256";
|
|
5228
5227
|
}, {
|
|
5229
5228
|
readonly name: "expiresAt";
|
|
5230
|
-
readonly type: "
|
|
5231
|
-
readonly internalType: "
|
|
5229
|
+
readonly type: "uint32";
|
|
5230
|
+
readonly internalType: "uint32";
|
|
5232
5231
|
}, {
|
|
5233
5232
|
readonly name: "liquidities";
|
|
5234
5233
|
readonly type: "uint128[]";
|
|
@@ -5451,8 +5450,8 @@ declare const useLens: () => {
|
|
|
5451
5450
|
readonly internalType: "uint256";
|
|
5452
5451
|
}, {
|
|
5453
5452
|
readonly name: "expiresAt";
|
|
5454
|
-
readonly type: "
|
|
5455
|
-
readonly internalType: "
|
|
5453
|
+
readonly type: "uint32";
|
|
5454
|
+
readonly internalType: "uint32";
|
|
5456
5455
|
}, {
|
|
5457
5456
|
readonly name: "liquidities";
|
|
5458
5457
|
readonly type: "uint128[]";
|
|
@@ -5534,8 +5533,8 @@ declare const useLens: () => {
|
|
|
5534
5533
|
readonly internalType: "uint256";
|
|
5535
5534
|
}, {
|
|
5536
5535
|
readonly name: "expiresAt";
|
|
5537
|
-
readonly type: "
|
|
5538
|
-
readonly internalType: "
|
|
5536
|
+
readonly type: "uint32";
|
|
5537
|
+
readonly internalType: "uint32";
|
|
5539
5538
|
}, {
|
|
5540
5539
|
readonly name: "liquidities";
|
|
5541
5540
|
readonly type: "uint128[]";
|
|
@@ -5698,8 +5697,8 @@ declare const useLens: () => {
|
|
|
5698
5697
|
readonly internalType: "uint256";
|
|
5699
5698
|
}, {
|
|
5700
5699
|
readonly name: "expiresAt";
|
|
5701
|
-
readonly type: "
|
|
5702
|
-
readonly internalType: "
|
|
5700
|
+
readonly type: "uint32";
|
|
5701
|
+
readonly internalType: "uint32";
|
|
5703
5702
|
}, {
|
|
5704
5703
|
readonly name: "liquidities";
|
|
5705
5704
|
readonly type: "uint128[]";
|
|
@@ -5768,7 +5767,7 @@ declare const useLens: () => {
|
|
|
5768
5767
|
payoutAssetToRepay: bigint;
|
|
5769
5768
|
positionSize: bigint;
|
|
5770
5769
|
netOptionAssetToRepay: bigint;
|
|
5771
|
-
expiresAt:
|
|
5770
|
+
expiresAt: number;
|
|
5772
5771
|
liquidities: readonly bigint[];
|
|
5773
5772
|
}[], bigint, boolean]>;
|
|
5774
5773
|
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
@@ -5918,8 +5917,8 @@ declare const useLens: () => {
|
|
|
5918
5917
|
readonly internalType: "uint256";
|
|
5919
5918
|
}, {
|
|
5920
5919
|
readonly name: "expiresAt";
|
|
5921
|
-
readonly type: "
|
|
5922
|
-
readonly internalType: "
|
|
5920
|
+
readonly type: "uint32";
|
|
5921
|
+
readonly internalType: "uint32";
|
|
5923
5922
|
}, {
|
|
5924
5923
|
readonly name: "liquidities";
|
|
5925
5924
|
readonly type: "uint128[]";
|
|
@@ -6142,8 +6141,8 @@ declare const useLens: () => {
|
|
|
6142
6141
|
readonly internalType: "uint256";
|
|
6143
6142
|
}, {
|
|
6144
6143
|
readonly name: "expiresAt";
|
|
6145
|
-
readonly type: "
|
|
6146
|
-
readonly internalType: "
|
|
6144
|
+
readonly type: "uint32";
|
|
6145
|
+
readonly internalType: "uint32";
|
|
6147
6146
|
}, {
|
|
6148
6147
|
readonly name: "liquidities";
|
|
6149
6148
|
readonly type: "uint128[]";
|
|
@@ -6225,8 +6224,8 @@ declare const useLens: () => {
|
|
|
6225
6224
|
readonly internalType: "uint256";
|
|
6226
6225
|
}, {
|
|
6227
6226
|
readonly name: "expiresAt";
|
|
6228
|
-
readonly type: "
|
|
6229
|
-
readonly internalType: "
|
|
6227
|
+
readonly type: "uint32";
|
|
6228
|
+
readonly internalType: "uint32";
|
|
6230
6229
|
}, {
|
|
6231
6230
|
readonly name: "liquidities";
|
|
6232
6231
|
readonly type: "uint128[]";
|
|
@@ -6389,8 +6388,8 @@ declare const useLens: () => {
|
|
|
6389
6388
|
readonly internalType: "uint256";
|
|
6390
6389
|
}, {
|
|
6391
6390
|
readonly name: "expiresAt";
|
|
6392
|
-
readonly type: "
|
|
6393
|
-
readonly internalType: "
|
|
6391
|
+
readonly type: "uint32";
|
|
6392
|
+
readonly internalType: "uint32";
|
|
6394
6393
|
}, {
|
|
6395
6394
|
readonly name: "liquidities";
|
|
6396
6395
|
readonly type: "uint128[]";
|
|
@@ -6592,8 +6591,8 @@ declare const useLens: () => {
|
|
|
6592
6591
|
readonly internalType: "uint256";
|
|
6593
6592
|
}, {
|
|
6594
6593
|
readonly name: "expiresAt";
|
|
6595
|
-
readonly type: "
|
|
6596
|
-
readonly internalType: "
|
|
6594
|
+
readonly type: "uint32";
|
|
6595
|
+
readonly internalType: "uint32";
|
|
6597
6596
|
}, {
|
|
6598
6597
|
readonly name: "liquidities";
|
|
6599
6598
|
readonly type: "uint128[]";
|
|
@@ -6816,8 +6815,8 @@ declare const useLens: () => {
|
|
|
6816
6815
|
readonly internalType: "uint256";
|
|
6817
6816
|
}, {
|
|
6818
6817
|
readonly name: "expiresAt";
|
|
6819
|
-
readonly type: "
|
|
6820
|
-
readonly internalType: "
|
|
6818
|
+
readonly type: "uint32";
|
|
6819
|
+
readonly internalType: "uint32";
|
|
6821
6820
|
}, {
|
|
6822
6821
|
readonly name: "liquidities";
|
|
6823
6822
|
readonly type: "uint128[]";
|
|
@@ -6899,8 +6898,8 @@ declare const useLens: () => {
|
|
|
6899
6898
|
readonly internalType: "uint256";
|
|
6900
6899
|
}, {
|
|
6901
6900
|
readonly name: "expiresAt";
|
|
6902
|
-
readonly type: "
|
|
6903
|
-
readonly internalType: "
|
|
6901
|
+
readonly type: "uint32";
|
|
6902
|
+
readonly internalType: "uint32";
|
|
6904
6903
|
}, {
|
|
6905
6904
|
readonly name: "liquidities";
|
|
6906
6905
|
readonly type: "uint128[]";
|
|
@@ -7063,8 +7062,8 @@ declare const useLens: () => {
|
|
|
7063
7062
|
readonly internalType: "uint256";
|
|
7064
7063
|
}, {
|
|
7065
7064
|
readonly name: "expiresAt";
|
|
7066
|
-
readonly type: "
|
|
7067
|
-
readonly internalType: "
|
|
7065
|
+
readonly type: "uint32";
|
|
7066
|
+
readonly internalType: "uint32";
|
|
7068
7067
|
}, {
|
|
7069
7068
|
readonly name: "liquidities";
|
|
7070
7069
|
readonly type: "uint128[]";
|
|
@@ -7279,8 +7278,8 @@ declare const useLens: () => {
|
|
|
7279
7278
|
readonly internalType: "uint256";
|
|
7280
7279
|
}, {
|
|
7281
7280
|
readonly name: "expiresAt";
|
|
7282
|
-
readonly type: "
|
|
7283
|
-
readonly internalType: "
|
|
7281
|
+
readonly type: "uint32";
|
|
7282
|
+
readonly internalType: "uint32";
|
|
7284
7283
|
}, {
|
|
7285
7284
|
readonly name: "liquidities";
|
|
7286
7285
|
readonly type: "uint128[]";
|
|
@@ -7503,8 +7502,8 @@ declare const useLens: () => {
|
|
|
7503
7502
|
readonly internalType: "uint256";
|
|
7504
7503
|
}, {
|
|
7505
7504
|
readonly name: "expiresAt";
|
|
7506
|
-
readonly type: "
|
|
7507
|
-
readonly internalType: "
|
|
7505
|
+
readonly type: "uint32";
|
|
7506
|
+
readonly internalType: "uint32";
|
|
7508
7507
|
}, {
|
|
7509
7508
|
readonly name: "liquidities";
|
|
7510
7509
|
readonly type: "uint128[]";
|
|
@@ -7586,8 +7585,8 @@ declare const useLens: () => {
|
|
|
7586
7585
|
readonly internalType: "uint256";
|
|
7587
7586
|
}, {
|
|
7588
7587
|
readonly name: "expiresAt";
|
|
7589
|
-
readonly type: "
|
|
7590
|
-
readonly internalType: "
|
|
7588
|
+
readonly type: "uint32";
|
|
7589
|
+
readonly internalType: "uint32";
|
|
7591
7590
|
}, {
|
|
7592
7591
|
readonly name: "liquidities";
|
|
7593
7592
|
readonly type: "uint128[]";
|
|
@@ -7750,8 +7749,8 @@ declare const useLens: () => {
|
|
|
7750
7749
|
readonly internalType: "uint256";
|
|
7751
7750
|
}, {
|
|
7752
7751
|
readonly name: "expiresAt";
|
|
7753
|
-
readonly type: "
|
|
7754
|
-
readonly internalType: "
|
|
7752
|
+
readonly type: "uint32";
|
|
7753
|
+
readonly internalType: "uint32";
|
|
7755
7754
|
}, {
|
|
7756
7755
|
readonly name: "liquidities";
|
|
7757
7756
|
readonly type: "uint128[]";
|
|
@@ -7953,8 +7952,8 @@ declare const useLens: () => {
|
|
|
7953
7952
|
readonly internalType: "uint256";
|
|
7954
7953
|
}, {
|
|
7955
7954
|
readonly name: "expiresAt";
|
|
7956
|
-
readonly type: "
|
|
7957
|
-
readonly internalType: "
|
|
7955
|
+
readonly type: "uint32";
|
|
7956
|
+
readonly internalType: "uint32";
|
|
7958
7957
|
}, {
|
|
7959
7958
|
readonly name: "liquidities";
|
|
7960
7959
|
readonly type: "uint128[]";
|
|
@@ -8177,8 +8176,8 @@ declare const useLens: () => {
|
|
|
8177
8176
|
readonly internalType: "uint256";
|
|
8178
8177
|
}, {
|
|
8179
8178
|
readonly name: "expiresAt";
|
|
8180
|
-
readonly type: "
|
|
8181
|
-
readonly internalType: "
|
|
8179
|
+
readonly type: "uint32";
|
|
8180
|
+
readonly internalType: "uint32";
|
|
8182
8181
|
}, {
|
|
8183
8182
|
readonly name: "liquidities";
|
|
8184
8183
|
readonly type: "uint128[]";
|
|
@@ -8260,8 +8259,8 @@ declare const useLens: () => {
|
|
|
8260
8259
|
readonly internalType: "uint256";
|
|
8261
8260
|
}, {
|
|
8262
8261
|
readonly name: "expiresAt";
|
|
8263
|
-
readonly type: "
|
|
8264
|
-
readonly internalType: "
|
|
8262
|
+
readonly type: "uint32";
|
|
8263
|
+
readonly internalType: "uint32";
|
|
8265
8264
|
}, {
|
|
8266
8265
|
readonly name: "liquidities";
|
|
8267
8266
|
readonly type: "uint128[]";
|
|
@@ -8424,8 +8423,8 @@ declare const useLens: () => {
|
|
|
8424
8423
|
readonly internalType: "uint256";
|
|
8425
8424
|
}, {
|
|
8426
8425
|
readonly name: "expiresAt";
|
|
8427
|
-
readonly type: "
|
|
8428
|
-
readonly internalType: "
|
|
8426
|
+
readonly type: "uint32";
|
|
8427
|
+
readonly internalType: "uint32";
|
|
8429
8428
|
}, {
|
|
8430
8429
|
readonly name: "liquidities";
|
|
8431
8430
|
readonly type: "uint128[]";
|
|
@@ -8627,8 +8626,8 @@ declare const useLens: () => {
|
|
|
8627
8626
|
readonly internalType: "uint256";
|
|
8628
8627
|
}, {
|
|
8629
8628
|
readonly name: "expiresAt";
|
|
8630
|
-
readonly type: "
|
|
8631
|
-
readonly internalType: "
|
|
8629
|
+
readonly type: "uint32";
|
|
8630
|
+
readonly internalType: "uint32";
|
|
8632
8631
|
}, {
|
|
8633
8632
|
readonly name: "liquidities";
|
|
8634
8633
|
readonly type: "uint128[]";
|
|
@@ -8851,8 +8850,8 @@ declare const useLens: () => {
|
|
|
8851
8850
|
readonly internalType: "uint256";
|
|
8852
8851
|
}, {
|
|
8853
8852
|
readonly name: "expiresAt";
|
|
8854
|
-
readonly type: "
|
|
8855
|
-
readonly internalType: "
|
|
8853
|
+
readonly type: "uint32";
|
|
8854
|
+
readonly internalType: "uint32";
|
|
8856
8855
|
}, {
|
|
8857
8856
|
readonly name: "liquidities";
|
|
8858
8857
|
readonly type: "uint128[]";
|
|
@@ -8934,8 +8933,8 @@ declare const useLens: () => {
|
|
|
8934
8933
|
readonly internalType: "uint256";
|
|
8935
8934
|
}, {
|
|
8936
8935
|
readonly name: "expiresAt";
|
|
8937
|
-
readonly type: "
|
|
8938
|
-
readonly internalType: "
|
|
8936
|
+
readonly type: "uint32";
|
|
8937
|
+
readonly internalType: "uint32";
|
|
8939
8938
|
}, {
|
|
8940
8939
|
readonly name: "liquidities";
|
|
8941
8940
|
readonly type: "uint128[]";
|
|
@@ -9098,8 +9097,8 @@ declare const useLens: () => {
|
|
|
9098
9097
|
readonly internalType: "uint256";
|
|
9099
9098
|
}, {
|
|
9100
9099
|
readonly name: "expiresAt";
|
|
9101
|
-
readonly type: "
|
|
9102
|
-
readonly internalType: "
|
|
9100
|
+
readonly type: "uint32";
|
|
9101
|
+
readonly internalType: "uint32";
|
|
9103
9102
|
}, {
|
|
9104
9103
|
readonly name: "liquidities";
|
|
9105
9104
|
readonly type: "uint128[]";
|
|
@@ -9168,7 +9167,7 @@ declare const useLens: () => {
|
|
|
9168
9167
|
payoutAssetToRepay: bigint;
|
|
9169
9168
|
positionSize: bigint;
|
|
9170
9169
|
netOptionAssetToRepay: bigint;
|
|
9171
|
-
expiresAt:
|
|
9170
|
+
expiresAt: number;
|
|
9172
9171
|
liquidities: readonly bigint[];
|
|
9173
9172
|
}>;
|
|
9174
9173
|
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
@@ -9318,8 +9317,8 @@ declare const useLens: () => {
|
|
|
9318
9317
|
readonly internalType: "uint256";
|
|
9319
9318
|
}, {
|
|
9320
9319
|
readonly name: "expiresAt";
|
|
9321
|
-
readonly type: "
|
|
9322
|
-
readonly internalType: "
|
|
9320
|
+
readonly type: "uint32";
|
|
9321
|
+
readonly internalType: "uint32";
|
|
9323
9322
|
}, {
|
|
9324
9323
|
readonly name: "liquidities";
|
|
9325
9324
|
readonly type: "uint128[]";
|
|
@@ -9542,8 +9541,8 @@ declare const useLens: () => {
|
|
|
9542
9541
|
readonly internalType: "uint256";
|
|
9543
9542
|
}, {
|
|
9544
9543
|
readonly name: "expiresAt";
|
|
9545
|
-
readonly type: "
|
|
9546
|
-
readonly internalType: "
|
|
9544
|
+
readonly type: "uint32";
|
|
9545
|
+
readonly internalType: "uint32";
|
|
9547
9546
|
}, {
|
|
9548
9547
|
readonly name: "liquidities";
|
|
9549
9548
|
readonly type: "uint128[]";
|
|
@@ -9625,8 +9624,8 @@ declare const useLens: () => {
|
|
|
9625
9624
|
readonly internalType: "uint256";
|
|
9626
9625
|
}, {
|
|
9627
9626
|
readonly name: "expiresAt";
|
|
9628
|
-
readonly type: "
|
|
9629
|
-
readonly internalType: "
|
|
9627
|
+
readonly type: "uint32";
|
|
9628
|
+
readonly internalType: "uint32";
|
|
9630
9629
|
}, {
|
|
9631
9630
|
readonly name: "liquidities";
|
|
9632
9631
|
readonly type: "uint128[]";
|
|
@@ -9789,8 +9788,8 @@ declare const useLens: () => {
|
|
|
9789
9788
|
readonly internalType: "uint256";
|
|
9790
9789
|
}, {
|
|
9791
9790
|
readonly name: "expiresAt";
|
|
9792
|
-
readonly type: "
|
|
9793
|
-
readonly internalType: "
|
|
9791
|
+
readonly type: "uint32";
|
|
9792
|
+
readonly internalType: "uint32";
|
|
9794
9793
|
}, {
|
|
9795
9794
|
readonly name: "liquidities";
|
|
9796
9795
|
readonly type: "uint128[]";
|
|
@@ -9859,7 +9858,7 @@ declare const useLens: () => {
|
|
|
9859
9858
|
payoutAssetToRepay: bigint;
|
|
9860
9859
|
positionSize: bigint;
|
|
9861
9860
|
netOptionAssetToRepay: bigint;
|
|
9862
|
-
expiresAt:
|
|
9861
|
+
expiresAt: number;
|
|
9863
9862
|
liquidities: readonly bigint[];
|
|
9864
9863
|
}[]>;
|
|
9865
9864
|
getPoolData: (args: readonly [`0x${string}`], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
@@ -10009,8 +10008,8 @@ declare const useLens: () => {
|
|
|
10009
10008
|
readonly internalType: "uint256";
|
|
10010
10009
|
}, {
|
|
10011
10010
|
readonly name: "expiresAt";
|
|
10012
|
-
readonly type: "
|
|
10013
|
-
readonly internalType: "
|
|
10011
|
+
readonly type: "uint32";
|
|
10012
|
+
readonly internalType: "uint32";
|
|
10014
10013
|
}, {
|
|
10015
10014
|
readonly name: "liquidities";
|
|
10016
10015
|
readonly type: "uint128[]";
|
|
@@ -10233,8 +10232,8 @@ declare const useLens: () => {
|
|
|
10233
10232
|
readonly internalType: "uint256";
|
|
10234
10233
|
}, {
|
|
10235
10234
|
readonly name: "expiresAt";
|
|
10236
|
-
readonly type: "
|
|
10237
|
-
readonly internalType: "
|
|
10235
|
+
readonly type: "uint32";
|
|
10236
|
+
readonly internalType: "uint32";
|
|
10238
10237
|
}, {
|
|
10239
10238
|
readonly name: "liquidities";
|
|
10240
10239
|
readonly type: "uint128[]";
|
|
@@ -10316,8 +10315,8 @@ declare const useLens: () => {
|
|
|
10316
10315
|
readonly internalType: "uint256";
|
|
10317
10316
|
}, {
|
|
10318
10317
|
readonly name: "expiresAt";
|
|
10319
|
-
readonly type: "
|
|
10320
|
-
readonly internalType: "
|
|
10318
|
+
readonly type: "uint32";
|
|
10319
|
+
readonly internalType: "uint32";
|
|
10321
10320
|
}, {
|
|
10322
10321
|
readonly name: "liquidities";
|
|
10323
10322
|
readonly type: "uint128[]";
|
|
@@ -10480,8 +10479,8 @@ declare const useLens: () => {
|
|
|
10480
10479
|
readonly internalType: "uint256";
|
|
10481
10480
|
}, {
|
|
10482
10481
|
readonly name: "expiresAt";
|
|
10483
|
-
readonly type: "
|
|
10484
|
-
readonly internalType: "
|
|
10482
|
+
readonly type: "uint32";
|
|
10483
|
+
readonly internalType: "uint32";
|
|
10485
10484
|
}, {
|
|
10486
10485
|
readonly name: "liquidities";
|
|
10487
10486
|
readonly type: "uint128[]";
|
|
@@ -10694,8 +10693,8 @@ declare const useLens: () => {
|
|
|
10694
10693
|
readonly internalType: "uint256";
|
|
10695
10694
|
}, {
|
|
10696
10695
|
readonly name: "expiresAt";
|
|
10697
|
-
readonly type: "
|
|
10698
|
-
readonly internalType: "
|
|
10696
|
+
readonly type: "uint32";
|
|
10697
|
+
readonly internalType: "uint32";
|
|
10699
10698
|
}, {
|
|
10700
10699
|
readonly name: "liquidities";
|
|
10701
10700
|
readonly type: "uint128[]";
|
|
@@ -10918,8 +10917,8 @@ declare const useLens: () => {
|
|
|
10918
10917
|
readonly internalType: "uint256";
|
|
10919
10918
|
}, {
|
|
10920
10919
|
readonly name: "expiresAt";
|
|
10921
|
-
readonly type: "
|
|
10922
|
-
readonly internalType: "
|
|
10920
|
+
readonly type: "uint32";
|
|
10921
|
+
readonly internalType: "uint32";
|
|
10923
10922
|
}, {
|
|
10924
10923
|
readonly name: "liquidities";
|
|
10925
10924
|
readonly type: "uint128[]";
|
|
@@ -11001,8 +11000,8 @@ declare const useLens: () => {
|
|
|
11001
11000
|
readonly internalType: "uint256";
|
|
11002
11001
|
}, {
|
|
11003
11002
|
readonly name: "expiresAt";
|
|
11004
|
-
readonly type: "
|
|
11005
|
-
readonly internalType: "
|
|
11003
|
+
readonly type: "uint32";
|
|
11004
|
+
readonly internalType: "uint32";
|
|
11006
11005
|
}, {
|
|
11007
11006
|
readonly name: "liquidities";
|
|
11008
11007
|
readonly type: "uint128[]";
|
|
@@ -11165,8 +11164,8 @@ declare const useLens: () => {
|
|
|
11165
11164
|
readonly internalType: "uint256";
|
|
11166
11165
|
}, {
|
|
11167
11166
|
readonly name: "expiresAt";
|
|
11168
|
-
readonly type: "
|
|
11169
|
-
readonly internalType: "
|
|
11167
|
+
readonly type: "uint32";
|
|
11168
|
+
readonly internalType: "uint32";
|
|
11170
11169
|
}, {
|
|
11171
11170
|
readonly name: "liquidities";
|
|
11172
11171
|
readonly type: "uint128[]";
|
|
@@ -11368,8 +11367,8 @@ declare const useLens: () => {
|
|
|
11368
11367
|
readonly internalType: "uint256";
|
|
11369
11368
|
}, {
|
|
11370
11369
|
readonly name: "expiresAt";
|
|
11371
|
-
readonly type: "
|
|
11372
|
-
readonly internalType: "
|
|
11370
|
+
readonly type: "uint32";
|
|
11371
|
+
readonly internalType: "uint32";
|
|
11373
11372
|
}, {
|
|
11374
11373
|
readonly name: "liquidities";
|
|
11375
11374
|
readonly type: "uint128[]";
|
|
@@ -11592,8 +11591,8 @@ declare const useLens: () => {
|
|
|
11592
11591
|
readonly internalType: "uint256";
|
|
11593
11592
|
}, {
|
|
11594
11593
|
readonly name: "expiresAt";
|
|
11595
|
-
readonly type: "
|
|
11596
|
-
readonly internalType: "
|
|
11594
|
+
readonly type: "uint32";
|
|
11595
|
+
readonly internalType: "uint32";
|
|
11597
11596
|
}, {
|
|
11598
11597
|
readonly name: "liquidities";
|
|
11599
11598
|
readonly type: "uint128[]";
|
|
@@ -11675,8 +11674,8 @@ declare const useLens: () => {
|
|
|
11675
11674
|
readonly internalType: "uint256";
|
|
11676
11675
|
}, {
|
|
11677
11676
|
readonly name: "expiresAt";
|
|
11678
|
-
readonly type: "
|
|
11679
|
-
readonly internalType: "
|
|
11677
|
+
readonly type: "uint32";
|
|
11678
|
+
readonly internalType: "uint32";
|
|
11680
11679
|
}, {
|
|
11681
11680
|
readonly name: "liquidities";
|
|
11682
11681
|
readonly type: "uint128[]";
|
|
@@ -11839,8 +11838,8 @@ declare const useLens: () => {
|
|
|
11839
11838
|
readonly internalType: "uint256";
|
|
11840
11839
|
}, {
|
|
11841
11840
|
readonly name: "expiresAt";
|
|
11842
|
-
readonly type: "
|
|
11843
|
-
readonly internalType: "
|
|
11841
|
+
readonly type: "uint32";
|
|
11842
|
+
readonly internalType: "uint32";
|
|
11844
11843
|
}, {
|
|
11845
11844
|
readonly name: "liquidities";
|
|
11846
11845
|
readonly type: "uint128[]";
|
|
@@ -11909,7 +11908,7 @@ declare const useLens: () => {
|
|
|
11909
11908
|
payoutAssetToRepay: bigint;
|
|
11910
11909
|
positionSize: bigint;
|
|
11911
11910
|
netOptionAssetToRepay: bigint;
|
|
11912
|
-
expiresAt:
|
|
11911
|
+
expiresAt: number;
|
|
11913
11912
|
liquidities: readonly bigint[];
|
|
11914
11913
|
}[], bigint, boolean]>;
|
|
11915
11914
|
getVaultTVL: (args: readonly [`0x${string}`], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
@@ -12059,8 +12058,8 @@ declare const useLens: () => {
|
|
|
12059
12058
|
readonly internalType: "uint256";
|
|
12060
12059
|
}, {
|
|
12061
12060
|
readonly name: "expiresAt";
|
|
12062
|
-
readonly type: "
|
|
12063
|
-
readonly internalType: "
|
|
12061
|
+
readonly type: "uint32";
|
|
12062
|
+
readonly internalType: "uint32";
|
|
12064
12063
|
}, {
|
|
12065
12064
|
readonly name: "liquidities";
|
|
12066
12065
|
readonly type: "uint128[]";
|
|
@@ -12283,8 +12282,8 @@ declare const useLens: () => {
|
|
|
12283
12282
|
readonly internalType: "uint256";
|
|
12284
12283
|
}, {
|
|
12285
12284
|
readonly name: "expiresAt";
|
|
12286
|
-
readonly type: "
|
|
12287
|
-
readonly internalType: "
|
|
12285
|
+
readonly type: "uint32";
|
|
12286
|
+
readonly internalType: "uint32";
|
|
12288
12287
|
}, {
|
|
12289
12288
|
readonly name: "liquidities";
|
|
12290
12289
|
readonly type: "uint128[]";
|
|
@@ -12366,8 +12365,8 @@ declare const useLens: () => {
|
|
|
12366
12365
|
readonly internalType: "uint256";
|
|
12367
12366
|
}, {
|
|
12368
12367
|
readonly name: "expiresAt";
|
|
12369
|
-
readonly type: "
|
|
12370
|
-
readonly internalType: "
|
|
12368
|
+
readonly type: "uint32";
|
|
12369
|
+
readonly internalType: "uint32";
|
|
12371
12370
|
}, {
|
|
12372
12371
|
readonly name: "liquidities";
|
|
12373
12372
|
readonly type: "uint128[]";
|
|
@@ -12530,8 +12529,8 @@ declare const useLens: () => {
|
|
|
12530
12529
|
readonly internalType: "uint256";
|
|
12531
12530
|
}, {
|
|
12532
12531
|
readonly name: "expiresAt";
|
|
12533
|
-
readonly type: "
|
|
12534
|
-
readonly internalType: "
|
|
12532
|
+
readonly type: "uint32";
|
|
12533
|
+
readonly internalType: "uint32";
|
|
12535
12534
|
}, {
|
|
12536
12535
|
readonly name: "liquidities";
|
|
12537
12536
|
readonly type: "uint128[]";
|
|
@@ -12735,8 +12734,8 @@ declare const useLens: () => {
|
|
|
12735
12734
|
readonly internalType: "uint256";
|
|
12736
12735
|
}, {
|
|
12737
12736
|
readonly name: "expiresAt";
|
|
12738
|
-
readonly type: "
|
|
12739
|
-
readonly internalType: "
|
|
12737
|
+
readonly type: "uint32";
|
|
12738
|
+
readonly internalType: "uint32";
|
|
12740
12739
|
}, {
|
|
12741
12740
|
readonly name: "liquidities";
|
|
12742
12741
|
readonly type: "uint128[]";
|
|
@@ -12959,8 +12958,8 @@ declare const useLens: () => {
|
|
|
12959
12958
|
readonly internalType: "uint256";
|
|
12960
12959
|
}, {
|
|
12961
12960
|
readonly name: "expiresAt";
|
|
12962
|
-
readonly type: "
|
|
12963
|
-
readonly internalType: "
|
|
12961
|
+
readonly type: "uint32";
|
|
12962
|
+
readonly internalType: "uint32";
|
|
12964
12963
|
}, {
|
|
12965
12964
|
readonly name: "liquidities";
|
|
12966
12965
|
readonly type: "uint128[]";
|
|
@@ -13042,8 +13041,8 @@ declare const useLens: () => {
|
|
|
13042
13041
|
readonly internalType: "uint256";
|
|
13043
13042
|
}, {
|
|
13044
13043
|
readonly name: "expiresAt";
|
|
13045
|
-
readonly type: "
|
|
13046
|
-
readonly internalType: "
|
|
13044
|
+
readonly type: "uint32";
|
|
13045
|
+
readonly internalType: "uint32";
|
|
13047
13046
|
}, {
|
|
13048
13047
|
readonly name: "liquidities";
|
|
13049
13048
|
readonly type: "uint128[]";
|
|
@@ -13206,8 +13205,8 @@ declare const useLens: () => {
|
|
|
13206
13205
|
readonly internalType: "uint256";
|
|
13207
13206
|
}, {
|
|
13208
13207
|
readonly name: "expiresAt";
|
|
13209
|
-
readonly type: "
|
|
13210
|
-
readonly internalType: "
|
|
13208
|
+
readonly type: "uint32";
|
|
13209
|
+
readonly internalType: "uint32";
|
|
13211
13210
|
}, {
|
|
13212
13211
|
readonly name: "liquidities";
|
|
13213
13212
|
readonly type: "uint128[]";
|