@panoptic-eng/sdk 1.0.8 → 1.0.10
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/cow/index.js +1 -1
- package/dist/index.d.ts +103 -47
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +129 -42
- package/dist/index.js.map +1 -1
- package/dist/panoptic/v2/index.d.ts +84 -1
- package/dist/panoptic/v2/index.d.ts.map +1 -1
- package/dist/panoptic/v2/index.js +59 -2
- package/dist/panoptic/v2/index.js.map +1 -1
- package/dist/test/index.d.ts +2 -2
- package/dist/test/index.d.ts.map +1 -1
- package/dist/uniswap/index.js +1 -1
- package/dist/{writes-zbqyGAkV.js → writes-sE5gMbcW.js} +71 -2
- package/dist/writes-sE5gMbcW.js.map +1 -0
- package/package.json +1 -1
- package/dist/writes-zbqyGAkV.js.map +0 -1
package/dist/cow/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../position-BVhvYRm8.js";
|
|
2
2
|
import { APP_DATA_DOC, APP_DATA_HASH, COW_API_URLS, COW_CANCELLATION_TYPES, COW_NATIVE_ETH, COW_ORDER_TYPES, COW_SETTLEMENT, COW_VAULT_RELAYER, CowApiError, CowNativeTokenError, CowOrderTooSmallError, CowUnsupportedChainError, DEFAULT_VALID_FOR_SECONDS, XSTOCK_WRAPPERS, approveErc20ForCow, cancelCowOrder, checkCowApproval, cowDomain, findCowToken, getCowOrderStatus, getXstockUnderlying, getXstockWrapper, isCowSupportedChain, isXstockUnderlying, isXstockWrapper, pickBestVenue, quoteCowSwap, signAndSubmitCowOrder } from "../cow-BQH0jUpa.js";
|
|
3
|
-
import "../writes-
|
|
3
|
+
import "../writes-sE5gMbcW.js";
|
|
4
4
|
|
|
5
5
|
export { APP_DATA_DOC, APP_DATA_HASH, COW_API_URLS, COW_CANCELLATION_TYPES, COW_NATIVE_ETH, COW_ORDER_TYPES, COW_SETTLEMENT, COW_VAULT_RELAYER, CowApiError, CowNativeTokenError, CowOrderTooSmallError, CowUnsupportedChainError, DEFAULT_VALID_FOR_SECONDS, XSTOCK_WRAPPERS, approveErc20ForCow, cancelCowOrder, checkCowApproval, cowDomain, findCowToken, getCowOrderStatus, getXstockUnderlying, getXstockWrapper, isCowSupportedChain, isXstockUnderlying, isXstockWrapper, pickBestVenue, quoteCowSwap, signAndSubmitCowOrder };
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ import { BASE_CHAIN_ID, BASE_DEPLOYMENT, BASE_ETH_USDC_5BPS_MARKET, BASE_HYPOVAU
|
|
|
5
5
|
import { Config, UseSimulateContractReturnType, UseWaitForTransactionReceiptReturnType, UseWriteContractReturnType } from "wagmi";
|
|
6
6
|
import { z } from "zod";
|
|
7
7
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
|
-
import * as graphql4 from "graphql";
|
|
9
8
|
import * as graphql5 from "graphql";
|
|
10
9
|
import * as graphql6 from "graphql";
|
|
11
10
|
import * as graphql7 from "graphql";
|
|
@@ -17,6 +16,7 @@ import * as graphql12 from "graphql";
|
|
|
17
16
|
import * as graphql13 from "graphql";
|
|
18
17
|
import * as graphql14 from "graphql";
|
|
19
18
|
import * as graphql15 from "graphql";
|
|
19
|
+
import * as graphql16 from "graphql";
|
|
20
20
|
|
|
21
21
|
//#region src/abis/CollateralTracker.d.ts
|
|
22
22
|
declare const CollateralTrackerAbi: readonly [{
|
|
@@ -23706,8 +23706,8 @@ declare const MainnetUSDCPLPStrategistLeaves: {
|
|
|
23706
23706
|
readonly BoringVaultAddress: "0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18";
|
|
23707
23707
|
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23708
23708
|
readonly DigestComposition: readonly ["Bytes20(DECODER_AND_SANITIZER_ADDRESS)", "Bytes20(TARGET_ADDRESS)", "Bytes1(CAN_SEND_VALUE)", "Bytes4(TARGET_FUNCTION_SELECTOR)", "Bytes{N*20}(ADDRESS_ARGUMENT_0,...,ADDRESS_ARGUMENT_N)"];
|
|
23709
|
-
readonly LeafCount:
|
|
23710
|
-
readonly ManageRoot: "
|
|
23709
|
+
readonly LeafCount: 12;
|
|
23710
|
+
readonly ManageRoot: "0xed7d4ae055fd62c6edc93bd676456748f52fe4f4b78f60ab3ef6394bacc31b5d";
|
|
23711
23711
|
readonly ManagerAddress: "0x2ce65016366ef7320078e0758D58Cf1038bc7C4e";
|
|
23712
23712
|
readonly TreeCapacity: 16;
|
|
23713
23713
|
};
|
|
@@ -23802,35 +23802,35 @@ declare const MainnetUSDCPLPStrategistLeaves: {
|
|
|
23802
23802
|
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23803
23803
|
readonly TargetAddress: "0x1e46b0289B7E0F710E2Db8Ab87800dd782D624f7";
|
|
23804
23804
|
}, {
|
|
23805
|
-
readonly AddressArguments: readonly [];
|
|
23805
|
+
readonly AddressArguments: readonly ["0x141cc517a6276542B59732Fd85C1A2C536eF7aCA"];
|
|
23806
23806
|
readonly CanSendValue: false;
|
|
23807
|
-
readonly DecoderAndSanitizerAddress: "
|
|
23808
|
-
readonly Description: "";
|
|
23809
|
-
readonly FunctionSelector: "
|
|
23810
|
-
readonly FunctionSignature: "";
|
|
23811
|
-
readonly LeafDigest: "
|
|
23812
|
-
readonly PackedArgumentAddresses: "
|
|
23813
|
-
readonly TargetAddress: "
|
|
23807
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23808
|
+
readonly Description: "Approve wSPCXx poUSDC to spend USDC";
|
|
23809
|
+
readonly FunctionSelector: "0x095ea7b3";
|
|
23810
|
+
readonly FunctionSignature: "approve(address,uint256)";
|
|
23811
|
+
readonly LeafDigest: "0x51f664e3fbdd3e6780eebf725f83871971fedbc1344987982349ae6d636e04df";
|
|
23812
|
+
readonly PackedArgumentAddresses: "0x141cc517a6276542b59732fd85c1a2c536ef7aca";
|
|
23813
|
+
readonly TargetAddress: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
23814
23814
|
}, {
|
|
23815
|
-
readonly AddressArguments: readonly [];
|
|
23815
|
+
readonly AddressArguments: readonly ["0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18"];
|
|
23816
23816
|
readonly CanSendValue: false;
|
|
23817
|
-
readonly DecoderAndSanitizerAddress: "
|
|
23818
|
-
readonly Description: "";
|
|
23819
|
-
readonly FunctionSelector: "
|
|
23820
|
-
readonly FunctionSignature: "";
|
|
23821
|
-
readonly LeafDigest: "
|
|
23822
|
-
readonly PackedArgumentAddresses: "
|
|
23823
|
-
readonly TargetAddress: "
|
|
23817
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23818
|
+
readonly Description: "Deposit USDC for wSPCXx poUSDC";
|
|
23819
|
+
readonly FunctionSelector: "0x6e553f65";
|
|
23820
|
+
readonly FunctionSignature: "deposit(uint256,address)";
|
|
23821
|
+
readonly LeafDigest: "0xb8baaad70acd2686ec36c69277ae1e53e2e5f515a3a6087187cfb6c00ec9f322";
|
|
23822
|
+
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23823
|
+
readonly TargetAddress: "0x141cc517a6276542B59732Fd85C1A2C536eF7aCA";
|
|
23824
23824
|
}, {
|
|
23825
|
-
readonly AddressArguments: readonly [];
|
|
23825
|
+
readonly AddressArguments: readonly ["0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18", "0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18"];
|
|
23826
23826
|
readonly CanSendValue: false;
|
|
23827
|
-
readonly DecoderAndSanitizerAddress: "
|
|
23828
|
-
readonly Description: "";
|
|
23829
|
-
readonly FunctionSelector: "
|
|
23830
|
-
readonly FunctionSignature: "";
|
|
23831
|
-
readonly LeafDigest: "
|
|
23832
|
-
readonly PackedArgumentAddresses: "
|
|
23833
|
-
readonly TargetAddress: "
|
|
23827
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23828
|
+
readonly Description: "Withdraw USDC from wSPCXx poUSDC";
|
|
23829
|
+
readonly FunctionSelector: "0xb460af94";
|
|
23830
|
+
readonly FunctionSignature: "withdraw(uint256,address,address)";
|
|
23831
|
+
readonly LeafDigest: "0x4ede52d99a5e4722726abc80a939e2f94268cfb2a0584a184bcae79a1c6c82c2";
|
|
23832
|
+
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23833
|
+
readonly TargetAddress: "0x141cc517a6276542B59732Fd85C1A2C536eF7aCA";
|
|
23834
23834
|
}, {
|
|
23835
23835
|
readonly AddressArguments: readonly [];
|
|
23836
23836
|
readonly CanSendValue: false;
|
|
@@ -23873,11 +23873,11 @@ declare const MainnetUSDCPLPStrategistLeaves: {
|
|
|
23873
23873
|
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
23874
23874
|
}];
|
|
23875
23875
|
readonly MerkleTree: {
|
|
23876
|
-
readonly '0': readonly ["
|
|
23877
|
-
readonly '1': readonly ["0xfdd68e4155c3f0143529939165390a7717848d745d5848b5de5dcbabc28e5bbb", "
|
|
23878
|
-
readonly '2': readonly ["0x03ddbd298d0afd4b181cc56a653fcd6c4cc6124edba7ffcea1cf9abc1396b34a", "0x5a78f5fea4886abf9b990cb11d6c97d8d90fa3aef528289cd2c7da07f7188d15", "
|
|
23879
|
-
readonly '3': readonly ["0xa48323079d50b7688f97c97276fe33bcc23c3664b0a94aa9f24162ad63e4c622", "0x9604e6ac6ac45ac3ec61d6ab2b52d96aeb9025c8e90cf93f7411b9c9a9dda29b", "0xa22cac1a8d963fd80eecce587c5833c77d944bc1dfaace739c66421431823263", "0x6bab63ba855d0ba1ef5fc9c8058253f278aec18f88be21d95b7cb11097d11e8a", "
|
|
23880
|
-
readonly '4': readonly ["0xa4ff0f9069d415056a5ca71d6f564b3cb9948639de45f81830c44c3c13d5c0d6", "0xbb2c673192faea1e2c7bcf47132061066ff342c42176e91889a5876d9ae3ef77", "0x174f9b40456f664fa1a0f9f2fb904df68f567720f7453dd62195297240bfcaf7", "0x6c17d228bfbb30e970580cfaf2503a7a205836f8120b536fe94623204ac3d100", "0xb47becce43e16f164eeebe57151b3a474a5810fad1bad8c8c502c82a534a0398", "0xc91cc83e9b2230b47bb390d3be17407f42c3b9348cc6596803c269dec49e8d51", "0xf5cc741985c1ce6b1af02be04696bd5944097198abf5ce09945a956143b14e6d", "0xb5731bb52d9dccf49773020a8ddc59afbf937d6e203ef104e085f94f18b50e9b", "0xa600a5aea3b025f316a4cc99e16c188953aeca6e1bf347d6b2ea8f549b859689", "
|
|
23876
|
+
readonly '0': readonly ["0xed7d4ae055fd62c6edc93bd676456748f52fe4f4b78f60ab3ef6394bacc31b5d"];
|
|
23877
|
+
readonly '1': readonly ["0xfdd68e4155c3f0143529939165390a7717848d745d5848b5de5dcbabc28e5bbb", "0x559d6a628cef4d55eabf143e84c270be2c3f61e236c2c36115fc29ebadc30bfa"];
|
|
23878
|
+
readonly '2': readonly ["0x03ddbd298d0afd4b181cc56a653fcd6c4cc6124edba7ffcea1cf9abc1396b34a", "0x5a78f5fea4886abf9b990cb11d6c97d8d90fa3aef528289cd2c7da07f7188d15", "0x67b572f27c64d564c387cf62d05e228ee073dedf11cfad4f95ca78d2673354ce", "0x849eda7a295b642e5ddaf49a30eec4470cf507efa83b4104c0752d069c7638fe"];
|
|
23879
|
+
readonly '3': readonly ["0xa48323079d50b7688f97c97276fe33bcc23c3664b0a94aa9f24162ad63e4c622", "0x9604e6ac6ac45ac3ec61d6ab2b52d96aeb9025c8e90cf93f7411b9c9a9dda29b", "0xa22cac1a8d963fd80eecce587c5833c77d944bc1dfaace739c66421431823263", "0x6bab63ba855d0ba1ef5fc9c8058253f278aec18f88be21d95b7cb11097d11e8a", "0x20b3b7048a0735825b5cb83b931b60eb4bbbd1c68c8466d86df5ae72361d5da4", "0xa0e8444c994231a2893a69086326624b42ad2973144580795d00406bb36b0b3f", "0xc5a36f3b7b955966d5ed3135dcc612f978306d73bce3697e230afae57fbaeeba", "0xc5a36f3b7b955966d5ed3135dcc612f978306d73bce3697e230afae57fbaeeba"];
|
|
23880
|
+
readonly '4': readonly ["0xa4ff0f9069d415056a5ca71d6f564b3cb9948639de45f81830c44c3c13d5c0d6", "0xbb2c673192faea1e2c7bcf47132061066ff342c42176e91889a5876d9ae3ef77", "0x174f9b40456f664fa1a0f9f2fb904df68f567720f7453dd62195297240bfcaf7", "0x6c17d228bfbb30e970580cfaf2503a7a205836f8120b536fe94623204ac3d100", "0xb47becce43e16f164eeebe57151b3a474a5810fad1bad8c8c502c82a534a0398", "0xc91cc83e9b2230b47bb390d3be17407f42c3b9348cc6596803c269dec49e8d51", "0xf5cc741985c1ce6b1af02be04696bd5944097198abf5ce09945a956143b14e6d", "0xb5731bb52d9dccf49773020a8ddc59afbf937d6e203ef104e085f94f18b50e9b", "0xa600a5aea3b025f316a4cc99e16c188953aeca6e1bf347d6b2ea8f549b859689", "0x51f664e3fbdd3e6780eebf725f83871971fedbc1344987982349ae6d636e04df", "0xb8baaad70acd2686ec36c69277ae1e53e2e5f515a3a6087187cfb6c00ec9f322", "0x4ede52d99a5e4722726abc80a939e2f94268cfb2a0584a184bcae79a1c6c82c2", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400"];
|
|
23881
23881
|
};
|
|
23882
23882
|
};
|
|
23883
23883
|
|
|
@@ -23885,13 +23885,19 @@ declare const MainnetUSDCPLPStrategistLeaves: {
|
|
|
23885
23885
|
//#region src/hypoVault/hypoVaultManagerArtifacts/MainnetUSDCPLPVaultPoolInfos.d.ts
|
|
23886
23886
|
declare const MainnetUSDCPLPVaultPoolInfos: {
|
|
23887
23887
|
readonly vaultAddress: Address;
|
|
23888
|
-
readonly poolInfos: {
|
|
23888
|
+
readonly poolInfos: ({
|
|
23889
23889
|
triggerTick: 150;
|
|
23890
23890
|
maxPriceDeviation: 100;
|
|
23891
23891
|
pool: Address;
|
|
23892
23892
|
token0: Address;
|
|
23893
23893
|
token1: Address;
|
|
23894
|
-
}
|
|
23894
|
+
} | {
|
|
23895
|
+
triggerTick: 150;
|
|
23896
|
+
maxPriceDeviation: 10000;
|
|
23897
|
+
pool: "0x0f34e6fCda264349Db10d445BD95f529cbe88090";
|
|
23898
|
+
token0: "0x8e2eeD8b8B5E13Ea7BF38e50d7821d2C57309072";
|
|
23899
|
+
token1: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
23900
|
+
})[];
|
|
23895
23901
|
};
|
|
23896
23902
|
declare const MainnetUSDCPLPLegacyVaultPoolInfos: {
|
|
23897
23903
|
readonly vaultAddress: "0x963Fe9c93bc353602656ee4051A75114bA74d6c5";
|
|
@@ -24357,6 +24363,7 @@ declare const HypoVaultManagerConfigSchema: z.ZodObject<{
|
|
|
24357
24363
|
manageCycleIntervalMs: z.ZodOptional<z.ZodNumber>;
|
|
24358
24364
|
vaultCapInUnderlying: z.ZodBigInt;
|
|
24359
24365
|
vaultCapInShares: z.ZodOptional<z.ZodBigInt>;
|
|
24366
|
+
allowUnlimitedDepositRequestIfCapNotReached: z.ZodOptional<z.ZodBoolean>;
|
|
24360
24367
|
maxBuyingPowerUsageBps: z.ZodNumber;
|
|
24361
24368
|
chainId: z.ZodOptional<z.ZodNumber>;
|
|
24362
24369
|
poolDeploymentBlock: z.ZodOptional<z.ZodNumber>;
|
|
@@ -24455,12 +24462,14 @@ declare const useRequestDeposit: ({
|
|
|
24455
24462
|
vaultAddress,
|
|
24456
24463
|
assets,
|
|
24457
24464
|
tokenAddress,
|
|
24465
|
+
simulationAccount,
|
|
24458
24466
|
onWaitSuccess
|
|
24459
24467
|
}: {
|
|
24460
24468
|
chainId?: number | undefined;
|
|
24461
24469
|
vaultAddress: Address$1;
|
|
24462
24470
|
assets: bigint;
|
|
24463
24471
|
tokenAddress: Address$1;
|
|
24472
|
+
simulationAccount?: any;
|
|
24464
24473
|
onWaitSuccess?: (() => void) | undefined;
|
|
24465
24474
|
}) => {
|
|
24466
24475
|
actionLabel: string;
|
|
@@ -28183,6 +28192,53 @@ type FetchResponseLike = {
|
|
|
28183
28192
|
};
|
|
28184
28193
|
type FetchLike = (input: string, init?: FetchInit) => Promise<FetchResponseLike>;
|
|
28185
28194
|
declare function getVaultPoolInfos(vaultAddress: Address$1, chainId?: number): readonly PoolInfo[];
|
|
28195
|
+
type VaultPoolCandidateTokenIds = {
|
|
28196
|
+
poolAddress: Address$1;
|
|
28197
|
+
/**
|
|
28198
|
+
* All-time candidate tokenIds (subgraph balances ∪ option events), sorted
|
|
28199
|
+
* ascending. Block-INDEPENDENT: a superset valid for any historical block.
|
|
28200
|
+
*/
|
|
28201
|
+
candidates: bigint[];
|
|
28202
|
+
};
|
|
28203
|
+
/**
|
|
28204
|
+
* Resolve the block-INDEPENDENT candidate tokenIds per pool for a vault — i.e. the
|
|
28205
|
+
* two subgraph paging queries only, with no on-chain verification. Pair with
|
|
28206
|
+
* {@link verifyVaultOpenTokenIdsAtBlock} to narrow to positions open at a given
|
|
28207
|
+
* block. Splitting these out lets a timeseries fetch the candidate set ONCE per
|
|
28208
|
+
* vault instead of re-running the subgraph paging for every anchor block. The
|
|
28209
|
+
* combined {@link resolveVaultTokenIdsByPool} remains for one-shot callers.
|
|
28210
|
+
*/
|
|
28211
|
+
declare function resolveVaultHistoricalCandidatesByPool({
|
|
28212
|
+
chainId,
|
|
28213
|
+
vaultAddress,
|
|
28214
|
+
managerAddress,
|
|
28215
|
+
poolInfos,
|
|
28216
|
+
panopticSubgraphUrl,
|
|
28217
|
+
fetchFn
|
|
28218
|
+
}: {
|
|
28219
|
+
chainId: number;
|
|
28220
|
+
vaultAddress: Address$1;
|
|
28221
|
+
managerAddress?: Address$1 | null;
|
|
28222
|
+
poolInfos?: readonly PoolInfo[];
|
|
28223
|
+
panopticSubgraphUrl?: string;
|
|
28224
|
+
fetchFn?: FetchLike;
|
|
28225
|
+
}): Promise<VaultPoolCandidateTokenIds[]>;
|
|
28226
|
+
/**
|
|
28227
|
+
* Narrow pre-resolved {@link VaultPoolCandidateTokenIds} to the tokenIds actually
|
|
28228
|
+
* open at `blockNumber`, per pool, via on-chain `getFullPositionsData` (bisecting
|
|
28229
|
+
* on stale candidates). This is the per-block half of the candidate/verify split.
|
|
28230
|
+
*/
|
|
28231
|
+
declare function verifyVaultOpenTokenIdsAtBlock({
|
|
28232
|
+
viemClient,
|
|
28233
|
+
vaultAddress,
|
|
28234
|
+
candidatesByPool,
|
|
28235
|
+
blockNumber
|
|
28236
|
+
}: {
|
|
28237
|
+
viemClient: Client;
|
|
28238
|
+
vaultAddress: Address$1;
|
|
28239
|
+
candidatesByPool: readonly VaultPoolCandidateTokenIds[];
|
|
28240
|
+
blockNumber: bigint;
|
|
28241
|
+
}): Promise<bigint[][]>;
|
|
28186
28242
|
declare function resolveVaultTokenIdsByPool({
|
|
28187
28243
|
viemClient,
|
|
28188
28244
|
chainId,
|
|
@@ -32668,18 +32724,18 @@ type GetDepositEpochStatesForWithdrawalQuery = {
|
|
|
32668
32724
|
//#endregion
|
|
32669
32725
|
//#region src/graphql/hypoVault-sdk.generated.d.ts
|
|
32670
32726
|
type GraphQLClientRequestHeaders = RequestOptions['requestHeaders'];
|
|
32671
|
-
declare const DepositEpochStateFragmentDoc:
|
|
32672
|
-
declare const HypoVaultFragmentDoc:
|
|
32673
|
-
declare const WithdrawalEpochStateFragmentDoc:
|
|
32674
|
-
declare const GetDepositOverviewDocument:
|
|
32675
|
-
declare const GetLatestDepositAndWithdrawEpochDocument:
|
|
32676
|
-
declare const GetLatestEpochDocument:
|
|
32677
|
-
declare const GetVaultHistoryDocument:
|
|
32678
|
-
declare const GetFilteredHypoVaultsDocument:
|
|
32679
|
-
declare const GetQueuedWithdrawalsForExecutionDocument:
|
|
32680
|
-
declare const GetWithdrawalEpochStatesForExecutionDocument:
|
|
32681
|
-
declare const GetQueuedDepositsForWithdrawalDocument:
|
|
32682
|
-
declare const GetDepositEpochStatesForWithdrawalDocument:
|
|
32727
|
+
declare const DepositEpochStateFragmentDoc: graphql5.DocumentNode;
|
|
32728
|
+
declare const HypoVaultFragmentDoc: graphql6.DocumentNode;
|
|
32729
|
+
declare const WithdrawalEpochStateFragmentDoc: graphql7.DocumentNode;
|
|
32730
|
+
declare const GetDepositOverviewDocument: graphql8.DocumentNode;
|
|
32731
|
+
declare const GetLatestDepositAndWithdrawEpochDocument: graphql9.DocumentNode;
|
|
32732
|
+
declare const GetLatestEpochDocument: graphql10.DocumentNode;
|
|
32733
|
+
declare const GetVaultHistoryDocument: graphql11.DocumentNode;
|
|
32734
|
+
declare const GetFilteredHypoVaultsDocument: graphql12.DocumentNode;
|
|
32735
|
+
declare const GetQueuedWithdrawalsForExecutionDocument: graphql13.DocumentNode;
|
|
32736
|
+
declare const GetWithdrawalEpochStatesForExecutionDocument: graphql14.DocumentNode;
|
|
32737
|
+
declare const GetQueuedDepositsForWithdrawalDocument: graphql15.DocumentNode;
|
|
32738
|
+
declare const GetDepositEpochStatesForWithdrawalDocument: graphql16.DocumentNode;
|
|
32683
32739
|
type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
|
|
32684
32740
|
declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
|
|
32685
32741
|
GetDepositOverview(variables: GetDepositOverviewQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetDepositOverviewQuery>;
|
|
@@ -32744,5 +32800,5 @@ type BaseContractWriteHookOutput = {
|
|
|
32744
32800
|
};
|
|
32745
32801
|
|
|
32746
32802
|
//#endregion
|
|
32747
|
-
export { Account, AccountDepositCancelledsArgs, AccountDepositExecutedsArgs, AccountDepositRequestedsArgs, AccountQueuedDepositsArgs, AccountQueuedWithdrawalsArgs, AccountRedepositStatusChangedsArgs, AccountTransfersArgs, AccountUserBalancesArgs, AccountUserBasesArgs, AccountWithdrawalCancelledsArgs, AccountWithdrawalExecutedsArgs, AccountWithdrawalRequestedsArgs, Account_Filter, Account_OrderBy, AccountantUpdated, AccountantUpdated_Filter, AccountantUpdated_OrderBy, Aggregation_Current, Aggregation_Interval, BASE_CHAIN_ID, BASE_DEPLOYMENT, BASE_ETH_USDC_5BPS_MARKET, BASE_HYPOVAULT_ADDRESSES, BASE_HYPOVAULT_CORE_ADDRESSES, BASE_HYPOVAULT_MANAGER_ADDRESSES, BASE_HYPOVAULT_MANAGER_TURNKEY_SIGNERS, BASE_PANOPTIC_POOL_ADDRESSES, BASE_PANOPTIC_V2_ADDRESSES, BORROW_INDEX_BITS, BPS_SCALE, BaseContractWriteHookOutput, BaseUSDCPLPStrategistLeaves, BaseUSDCPLPVaultPoolInfos, BaseWETHPLPStrategistLeaves, BaseWETHPLPVaultPoolInfos, BlockChangedFilter, Block_Height, BuildManagerInputAtBlockParams, BuildManagerInputParams, Bundle, Bundle_Filter, Bundle_OrderBy, CHAIN_DEPLOYMENTS, ChainDeployment, CollateralTrackerAbi, CollateralTrackerV1_1Abi, DecodedError, DepositCancelled, DepositCancelled_Filter, DepositCancelled_OrderBy, DepositEpochState, DepositEpochStateFragment, DepositEpochStateFragmentDoc, DepositEpochStateSnapshot, DepositEpochState_Filter, DepositEpochState_OrderBy, DepositExecuted, DepositExecuted_Filter, DepositExecuted_OrderBy, DepositRequested, DepositRequested_Filter, DepositRequested_OrderBy, DepositsFulfilled, DepositsFulfilled_Filter, DepositsFulfilled_OrderBy, Erc1155Abi, Erc20Abi, Exact, FeeWalletUpdated, FeeWalletUpdated_Filter, FeeWalletUpdated_OrderBy, GetDepositEpochStatesForWithdrawalDocument, GetDepositEpochStatesForWithdrawalQuery, GetDepositEpochStatesForWithdrawalQueryVariables, GetDepositOverviewDocument, GetDepositOverviewQuery, GetDepositOverviewQueryVariables, GetFilteredHypoVaultsDocument, GetFilteredHypoVaultsQuery, GetFilteredHypoVaultsQueryVariables, GetLatestDepositAndWithdrawEpochDocument, GetLatestDepositAndWithdrawEpochQuery, GetLatestDepositAndWithdrawEpochQueryVariables, GetLatestEpochDocument, GetLatestEpochQuery, GetLatestEpochQueryVariables, GetQueuedDepositsForWithdrawalDocument, GetQueuedDepositsForWithdrawalQuery, GetQueuedDepositsForWithdrawalQueryVariables, GetQueuedWithdrawalsForExecutionDocument, GetQueuedWithdrawalsForExecutionQuery, GetQueuedWithdrawalsForExecutionQueryVariables, GetVaultHistoryDocument, GetVaultHistoryQuery, GetVaultHistoryQueryVariables, GetWithdrawalEpochStatesForExecutionDocument, GetWithdrawalEpochStatesForExecutionQuery, GetWithdrawalEpochStatesForExecutionQueryVariables, HypoVault, HypoVaultAbi, HypoVaultDepositEpochStatesArgs, HypoVaultFactory, HypoVaultFactory_Filter, HypoVaultFactory_OrderBy, HypoVaultFragment, HypoVaultFragmentDoc, HypoVaultGraphQLClient, HypoVaultManagerConfig, HypoVaultManagerConfigSchema, HypoVaultManagerTurnkeySigners, HypoVaultManagerWithMerkleVerificationAbi, HypoVaultQueuedDepositsArgs, HypoVaultQueuedWithdrawalsArgs, HypoVaultUserBalancesArgs, HypoVaultUserBasesArgs, HypoVaultWithdrawalEpochStatesArgs, HypoVault_Filter, HypoVault_OrderBy, Incremental, InferLeaf, InputMaybe, IrmCurrent, IrmMarketStateInputs, IrmPoint, LeafDescription, LendingAllocationResult, LendingAllocationRow, MAINNET_CHAIN_ID, MAINNET_DEPLOYMENT, MAINNET_PANOPTIC_V2_ADDRESSES, MARKET_EPOCH_BITS, MARKET_EPOCH_SHIFT, MainnetLegacyUSDCPLPStrategistLeaves, MainnetLegacyWETHPLPStrategistLeaves, MainnetUSDCPLPLegacyVaultPoolInfos, MainnetUSDCPLPStrategistLeaves, MainnetUSDCPLPVaultPoolInfos, MainnetWETHPLPLegacyVaultPoolInfos, MainnetWETHPLPStrategistLeaves, MainnetWETHPLPVaultPoolInfos, MakeEmpty, MakeMaybe, MakeOptional, ManageAction, ManageLeaf, ManageVaultArgs, ManagerUpdated, ManagerUpdated_Filter, ManagerUpdated_OrderBy, Maybe, Multicall3Abi, NonFungiblePositionManagerAbi, OrderDirection, OwnershipTransferred, OwnershipTransferred_Filter, OwnershipTransferred_OrderBy, PanopticFactoryV3Abi, PanopticFactoryV4Abi, PanopticHelperAbi, PanopticPoolAbi, PanopticPoolV1_1Abi, PanopticQueryV1_1Abi, PanopticVaultAccountantAbi, PanopticVaultAccountantManagerInputAbi, Pool, PoolInfo, PoolManagerAbi, Pool_Filter, Pool_OrderBy, Query, QueryAccountArgs, QueryAccountantUpdatedArgs, QueryAccountantUpdatedsArgs, QueryAccountsArgs, QueryBundleArgs, QueryBundlesArgs, QueryDepositCancelledArgs, QueryDepositCancelledsArgs, QueryDepositEpochStateArgs, QueryDepositEpochStatesArgs, QueryDepositExecutedArgs, QueryDepositExecutedsArgs, QueryDepositRequestedArgs, QueryDepositRequestedsArgs, QueryDepositsFulfilledArgs, QueryDepositsFulfilledsArgs, QueryFeeWalletUpdatedArgs, QueryFeeWalletUpdatedsArgs, QueryHypoVaultArgs, QueryHypoVaultFactoriesArgs, QueryHypoVaultFactoryArgs, QueryHypoVaultsArgs, QueryManagerUpdatedArgs, QueryManagerUpdatedsArgs, QueryOwnershipTransferredArgs, QueryOwnershipTransferredsArgs, QueryPoolArgs, QueryPoolsArgs, QueryQueuedDepositArgs, QueryQueuedDepositsArgs, QueryQueuedWithdrawalArgs, QueryQueuedWithdrawalsArgs, QueryRedepositStatusChangedArgs, QueryRedepositStatusChangedsArgs, QueryTokenArgs, QueryTokensArgs, QueryTransferArgs, QueryTransfersArgs, QueryUserBalanceArgs, QueryUserBalancesArgs, QueryUserBasesArgs, QueryUserBasisArgs, QueryWithdrawalCancelledArgs, QueryWithdrawalCancelledsArgs, QueryWithdrawalEpochStateArgs, QueryWithdrawalEpochStatesArgs, QueryWithdrawalExecutedArgs, QueryWithdrawalExecutedsArgs, QueryWithdrawalRequestedArgs, QueryWithdrawalRequestedsArgs, QueryWithdrawalsFulfilledArgs, QueryWithdrawalsFulfilledsArgs, Query_MetaArgs, QueuedDeposit, QueuedDepositSnapshot, QueuedDeposit_Filter, QueuedDeposit_OrderBy, QueuedWithdrawal, QueuedWithdrawalSnapshot, QueuedWithdrawal_Filter, QueuedWithdrawal_OrderBy, RATE_AT_TARGET_BITS, RedepositStatusChanged, RedepositStatusChanged_Filter, RedepositStatusChanged_OrderBy, RescueDistributorAbi, SECONDS_PER_YEAR, SEPOLIA_CHAIN_ID, SEPOLIA_DEPLOYMENT, SEPOLIA_ETH_USDC_5BPS_MARKET, SEPOLIA_HYPOVAULT_ADDRESSES, SEPOLIA_HYPOVAULT_CORE_ADDRESSES, SEPOLIA_HYPOVAULT_MANAGER_ADDRESSES, SEPOLIA_HYPOVAULT_MANAGER_TURNKEY_SIGNERS, SEPOLIA_PANOPTIC_POOL_ADDRESSES, SEPOLIA_PANOPTIC_V2_ADDRESSES, Scalars, Sdk, SdkFunctionWrapper, SemiFungiblePositionManagerAbi, SemiFungiblePositionManagerV1_1Abi, SepoliaUSDCPLPStrategistLeaves, SepoliaUSDCPLPVaultPoolInfos, SepoliaWETHPLPStrategistLeaves, SepoliaWETHPLPVaultPoolInfos, SharePrice, Simple7702AccountAbi, StateViewAbi, StrategistLeaf, StrategistLeavesArtifact, Token, TokenWhitelistPoolsArgs, Token_Filter, Token_OrderBy, Transfer, Transfer_Filter, Transfer_OrderBy, UNREALIZED_INTEREST_BITS, UniswapHelperAbi, UniswapHelperV1_1Abi, UniswapMigratorAbi, UniswapV3FactoryAbi, UniswapV3PoolAbi, UsdcPlpVaultBaseProdConfig, UsdcPlpVaultMainnetLegacyConfig, UsdcPlpVaultMainnetProdConfig, UsdcPlpVaultSepoliaDevConfig, UsdcPlpVaultSepoliaProdConfig, UserBalance, UserBalance_Filter, UserBalance_OrderBy, UserBasis, UserBasis_Filter, UserBasis_OrderBy, VAULT_DISPLAY_NAMES_PER_CHAIN, VAULT_DISPLAY_NAME_RESOLVERS_PER_CHAIN, VaultDisplayNameResolver, VaultDisplayNameResolverInput, WAD, WETHAbi, WethPlpVaultBaseProdConfig, WethPlpVaultMainnetLegacyConfig, WethPlpVaultMainnetProdConfig, WethPlpVaultSepoliaDevConfig, WethPlpVaultSepoliaProdConfig, WithdrawalCancelled, WithdrawalCancelled_Filter, WithdrawalCancelled_OrderBy, WithdrawalEpochState, WithdrawalEpochStateFragment, WithdrawalEpochStateFragmentDoc, WithdrawalEpochStateSnapshot, WithdrawalEpochState_Filter, WithdrawalEpochState_OrderBy, WithdrawalExecuted, WithdrawalExecuted_Filter, WithdrawalExecuted_OrderBy, WithdrawalRequested, WithdrawalRequested_Filter, WithdrawalRequested_OrderBy, WithdrawalsFulfilled, WithdrawalsFulfilled_Filter, WithdrawalsFulfilled_OrderBy, _Block_, _Meta_, _SubgraphErrorPolicy_, annualizePerSecondRateWad, buildExecuteDepositCalldatas, buildExecuteWithdrawalCalldatas, buildManageArgs, buildManagerInput, buildManagerInputAtBlock, buildRequestWithdrawalCalldatas, buildVaultManagerInput, buildVaultManagerInputAtBlock, builderFactoryAbi, builderWalletAbi, calculateAssetsFromShares, calculateAvailableShares, calculateClaimableAssetsFromQueuedWithdrawals, calculateClaimableSharesFromQueuedDeposits, calculateSharesFromAssets, cancelDeposit, chainToHypoVaultGraphQlAPI, collateralTrackerV2Abi as collateralTrackerAbi, collateralTrackerV2Abi, convertJsonTreeToArray, deriveSupplyRatePerSecWad, encodeApproveFunctionData, encodeCancelDepositFunctionData, encodeDepositFunctionData, encodeExecuteDepositFunctionData, encodeExecuteWithdrawalFunctionData, encodeExecuteWithdrawalMulticallFunctionData, encodeFulfillDepositsFunctionData, encodeFulfillWithdrawalsFunctionData, encodeRequestDepositFunctionData, encodeRequestWithdrawalFunctionData, encodeRequestWithdrawalMulticallFunctionData, encodeWithdrawFunctionData, executeWithdrawal, executeWithdrawalMulticall, findLeaf, formatPerSecondRateWadAsAprPct, formatPerSecondRateWadAsApyPct, generateProof, getAlchemyRpcUrl, getAlchemyWsRpcUrl, getCancelDepositContractConfig, getChainDeployment, getEthUsdcMarket, getExecuteWithdrawalContractConfig, getExecuteWithdrawalMulticallContractConfig, getHypoVaultConfigForVault, getHypoVaultGraphQLClient, getIrmCurrent, getIrmCurve, getLendingAllocationRows, getMinQueuedDepositEpoch, getProofsFromDigests, getProofsUsingTree, getRequestDepositContractConfig, getRequestWithdrawalContractConfig, getRequestWithdrawalMulticallContractConfig, getSdk, getStaleOracleOverrideBytecodeForAccountant, getStaleOracleStateOverrideForAccountant, getVaultPoolInfos, isSupportedChain, packMarketState, panopticFactoryV4Abi as panopticFactoryAbi, panopticFactoryV3Abi, panopticFactoryV4Abi, panopticPoolV2Abi as panopticPoolAbi, panopticPoolV2Abi, panopticQueryAbi, parseCustomError, ratePerSecWadToAprPct, requestDeposit, requestWithdrawal, requestWithdrawalMulticall, requireChainDeployment, resolveVaultDisplayName, resolveVaultTokenIdsByPool, riskEngineAbi, semiFungiblePositionManagerV4Abi as semiFungiblePositionManagerAbi, semiFungiblePositionManagerV3Abi, semiFungiblePositionManagerV4Abi, simulateCancelDeposit, simulateExecuteWithdrawal, simulateExecuteWithdrawalMulticall, simulateRequestDeposit, simulateRequestWithdrawal, simulateRequestWithdrawalMulticall, useCancelDeposit, useExecuteWithdrawal, useRequestDeposit, useRequestWithdrawal, utilizationBpsToWad, utilizationPctToWad };
|
|
32803
|
+
export { Account, AccountDepositCancelledsArgs, AccountDepositExecutedsArgs, AccountDepositRequestedsArgs, AccountQueuedDepositsArgs, AccountQueuedWithdrawalsArgs, AccountRedepositStatusChangedsArgs, AccountTransfersArgs, AccountUserBalancesArgs, AccountUserBasesArgs, AccountWithdrawalCancelledsArgs, AccountWithdrawalExecutedsArgs, AccountWithdrawalRequestedsArgs, Account_Filter, Account_OrderBy, AccountantUpdated, AccountantUpdated_Filter, AccountantUpdated_OrderBy, Aggregation_Current, Aggregation_Interval, BASE_CHAIN_ID, BASE_DEPLOYMENT, BASE_ETH_USDC_5BPS_MARKET, BASE_HYPOVAULT_ADDRESSES, BASE_HYPOVAULT_CORE_ADDRESSES, BASE_HYPOVAULT_MANAGER_ADDRESSES, BASE_HYPOVAULT_MANAGER_TURNKEY_SIGNERS, BASE_PANOPTIC_POOL_ADDRESSES, BASE_PANOPTIC_V2_ADDRESSES, BORROW_INDEX_BITS, BPS_SCALE, BaseContractWriteHookOutput, BaseUSDCPLPStrategistLeaves, BaseUSDCPLPVaultPoolInfos, BaseWETHPLPStrategistLeaves, BaseWETHPLPVaultPoolInfos, BlockChangedFilter, Block_Height, BuildManagerInputAtBlockParams, BuildManagerInputParams, Bundle, Bundle_Filter, Bundle_OrderBy, CHAIN_DEPLOYMENTS, ChainDeployment, CollateralTrackerAbi, CollateralTrackerV1_1Abi, DecodedError, DepositCancelled, DepositCancelled_Filter, DepositCancelled_OrderBy, DepositEpochState, DepositEpochStateFragment, DepositEpochStateFragmentDoc, DepositEpochStateSnapshot, DepositEpochState_Filter, DepositEpochState_OrderBy, DepositExecuted, DepositExecuted_Filter, DepositExecuted_OrderBy, DepositRequested, DepositRequested_Filter, DepositRequested_OrderBy, DepositsFulfilled, DepositsFulfilled_Filter, DepositsFulfilled_OrderBy, Erc1155Abi, Erc20Abi, Exact, FeeWalletUpdated, FeeWalletUpdated_Filter, FeeWalletUpdated_OrderBy, GetDepositEpochStatesForWithdrawalDocument, GetDepositEpochStatesForWithdrawalQuery, GetDepositEpochStatesForWithdrawalQueryVariables, GetDepositOverviewDocument, GetDepositOverviewQuery, GetDepositOverviewQueryVariables, GetFilteredHypoVaultsDocument, GetFilteredHypoVaultsQuery, GetFilteredHypoVaultsQueryVariables, GetLatestDepositAndWithdrawEpochDocument, GetLatestDepositAndWithdrawEpochQuery, GetLatestDepositAndWithdrawEpochQueryVariables, GetLatestEpochDocument, GetLatestEpochQuery, GetLatestEpochQueryVariables, GetQueuedDepositsForWithdrawalDocument, GetQueuedDepositsForWithdrawalQuery, GetQueuedDepositsForWithdrawalQueryVariables, GetQueuedWithdrawalsForExecutionDocument, GetQueuedWithdrawalsForExecutionQuery, GetQueuedWithdrawalsForExecutionQueryVariables, GetVaultHistoryDocument, GetVaultHistoryQuery, GetVaultHistoryQueryVariables, GetWithdrawalEpochStatesForExecutionDocument, GetWithdrawalEpochStatesForExecutionQuery, GetWithdrawalEpochStatesForExecutionQueryVariables, HypoVault, HypoVaultAbi, HypoVaultDepositEpochStatesArgs, HypoVaultFactory, HypoVaultFactory_Filter, HypoVaultFactory_OrderBy, HypoVaultFragment, HypoVaultFragmentDoc, HypoVaultGraphQLClient, HypoVaultManagerConfig, HypoVaultManagerConfigSchema, HypoVaultManagerTurnkeySigners, HypoVaultManagerWithMerkleVerificationAbi, HypoVaultQueuedDepositsArgs, HypoVaultQueuedWithdrawalsArgs, HypoVaultUserBalancesArgs, HypoVaultUserBasesArgs, HypoVaultWithdrawalEpochStatesArgs, HypoVault_Filter, HypoVault_OrderBy, Incremental, InferLeaf, InputMaybe, IrmCurrent, IrmMarketStateInputs, IrmPoint, LeafDescription, LendingAllocationResult, LendingAllocationRow, MAINNET_CHAIN_ID, MAINNET_DEPLOYMENT, MAINNET_PANOPTIC_V2_ADDRESSES, MARKET_EPOCH_BITS, MARKET_EPOCH_SHIFT, MainnetLegacyUSDCPLPStrategistLeaves, MainnetLegacyWETHPLPStrategistLeaves, MainnetUSDCPLPLegacyVaultPoolInfos, MainnetUSDCPLPStrategistLeaves, MainnetUSDCPLPVaultPoolInfos, MainnetWETHPLPLegacyVaultPoolInfos, MainnetWETHPLPStrategistLeaves, MainnetWETHPLPVaultPoolInfos, MakeEmpty, MakeMaybe, MakeOptional, ManageAction, ManageLeaf, ManageVaultArgs, ManagerUpdated, ManagerUpdated_Filter, ManagerUpdated_OrderBy, Maybe, Multicall3Abi, NonFungiblePositionManagerAbi, OrderDirection, OwnershipTransferred, OwnershipTransferred_Filter, OwnershipTransferred_OrderBy, PanopticFactoryV3Abi, PanopticFactoryV4Abi, PanopticHelperAbi, PanopticPoolAbi, PanopticPoolV1_1Abi, PanopticQueryV1_1Abi, PanopticVaultAccountantAbi, PanopticVaultAccountantManagerInputAbi, Pool, PoolInfo, PoolManagerAbi, Pool_Filter, Pool_OrderBy, Query, QueryAccountArgs, QueryAccountantUpdatedArgs, QueryAccountantUpdatedsArgs, QueryAccountsArgs, QueryBundleArgs, QueryBundlesArgs, QueryDepositCancelledArgs, QueryDepositCancelledsArgs, QueryDepositEpochStateArgs, QueryDepositEpochStatesArgs, QueryDepositExecutedArgs, QueryDepositExecutedsArgs, QueryDepositRequestedArgs, QueryDepositRequestedsArgs, QueryDepositsFulfilledArgs, QueryDepositsFulfilledsArgs, QueryFeeWalletUpdatedArgs, QueryFeeWalletUpdatedsArgs, QueryHypoVaultArgs, QueryHypoVaultFactoriesArgs, QueryHypoVaultFactoryArgs, QueryHypoVaultsArgs, QueryManagerUpdatedArgs, QueryManagerUpdatedsArgs, QueryOwnershipTransferredArgs, QueryOwnershipTransferredsArgs, QueryPoolArgs, QueryPoolsArgs, QueryQueuedDepositArgs, QueryQueuedDepositsArgs, QueryQueuedWithdrawalArgs, QueryQueuedWithdrawalsArgs, QueryRedepositStatusChangedArgs, QueryRedepositStatusChangedsArgs, QueryTokenArgs, QueryTokensArgs, QueryTransferArgs, QueryTransfersArgs, QueryUserBalanceArgs, QueryUserBalancesArgs, QueryUserBasesArgs, QueryUserBasisArgs, QueryWithdrawalCancelledArgs, QueryWithdrawalCancelledsArgs, QueryWithdrawalEpochStateArgs, QueryWithdrawalEpochStatesArgs, QueryWithdrawalExecutedArgs, QueryWithdrawalExecutedsArgs, QueryWithdrawalRequestedArgs, QueryWithdrawalRequestedsArgs, QueryWithdrawalsFulfilledArgs, QueryWithdrawalsFulfilledsArgs, Query_MetaArgs, QueuedDeposit, QueuedDepositSnapshot, QueuedDeposit_Filter, QueuedDeposit_OrderBy, QueuedWithdrawal, QueuedWithdrawalSnapshot, QueuedWithdrawal_Filter, QueuedWithdrawal_OrderBy, RATE_AT_TARGET_BITS, RedepositStatusChanged, RedepositStatusChanged_Filter, RedepositStatusChanged_OrderBy, RescueDistributorAbi, SECONDS_PER_YEAR, SEPOLIA_CHAIN_ID, SEPOLIA_DEPLOYMENT, SEPOLIA_ETH_USDC_5BPS_MARKET, SEPOLIA_HYPOVAULT_ADDRESSES, SEPOLIA_HYPOVAULT_CORE_ADDRESSES, SEPOLIA_HYPOVAULT_MANAGER_ADDRESSES, SEPOLIA_HYPOVAULT_MANAGER_TURNKEY_SIGNERS, SEPOLIA_PANOPTIC_POOL_ADDRESSES, SEPOLIA_PANOPTIC_V2_ADDRESSES, Scalars, Sdk, SdkFunctionWrapper, SemiFungiblePositionManagerAbi, SemiFungiblePositionManagerV1_1Abi, SepoliaUSDCPLPStrategistLeaves, SepoliaUSDCPLPVaultPoolInfos, SepoliaWETHPLPStrategistLeaves, SepoliaWETHPLPVaultPoolInfos, SharePrice, Simple7702AccountAbi, StateViewAbi, StrategistLeaf, StrategistLeavesArtifact, Token, TokenWhitelistPoolsArgs, Token_Filter, Token_OrderBy, Transfer, Transfer_Filter, Transfer_OrderBy, UNREALIZED_INTEREST_BITS, UniswapHelperAbi, UniswapHelperV1_1Abi, UniswapMigratorAbi, UniswapV3FactoryAbi, UniswapV3PoolAbi, UsdcPlpVaultBaseProdConfig, UsdcPlpVaultMainnetLegacyConfig, UsdcPlpVaultMainnetProdConfig, UsdcPlpVaultSepoliaDevConfig, UsdcPlpVaultSepoliaProdConfig, UserBalance, UserBalance_Filter, UserBalance_OrderBy, UserBasis, UserBasis_Filter, UserBasis_OrderBy, VAULT_DISPLAY_NAMES_PER_CHAIN, VAULT_DISPLAY_NAME_RESOLVERS_PER_CHAIN, VaultDisplayNameResolver, VaultDisplayNameResolverInput, VaultPoolCandidateTokenIds, WAD, WETHAbi, WethPlpVaultBaseProdConfig, WethPlpVaultMainnetLegacyConfig, WethPlpVaultMainnetProdConfig, WethPlpVaultSepoliaDevConfig, WethPlpVaultSepoliaProdConfig, WithdrawalCancelled, WithdrawalCancelled_Filter, WithdrawalCancelled_OrderBy, WithdrawalEpochState, WithdrawalEpochStateFragment, WithdrawalEpochStateFragmentDoc, WithdrawalEpochStateSnapshot, WithdrawalEpochState_Filter, WithdrawalEpochState_OrderBy, WithdrawalExecuted, WithdrawalExecuted_Filter, WithdrawalExecuted_OrderBy, WithdrawalRequested, WithdrawalRequested_Filter, WithdrawalRequested_OrderBy, WithdrawalsFulfilled, WithdrawalsFulfilled_Filter, WithdrawalsFulfilled_OrderBy, _Block_, _Meta_, _SubgraphErrorPolicy_, annualizePerSecondRateWad, buildExecuteDepositCalldatas, buildExecuteWithdrawalCalldatas, buildManageArgs, buildManagerInput, buildManagerInputAtBlock, buildRequestWithdrawalCalldatas, buildVaultManagerInput, buildVaultManagerInputAtBlock, builderFactoryAbi, builderWalletAbi, calculateAssetsFromShares, calculateAvailableShares, calculateClaimableAssetsFromQueuedWithdrawals, calculateClaimableSharesFromQueuedDeposits, calculateSharesFromAssets, cancelDeposit, chainToHypoVaultGraphQlAPI, collateralTrackerV2Abi as collateralTrackerAbi, collateralTrackerV2Abi, convertJsonTreeToArray, deriveSupplyRatePerSecWad, encodeApproveFunctionData, encodeCancelDepositFunctionData, encodeDepositFunctionData, encodeExecuteDepositFunctionData, encodeExecuteWithdrawalFunctionData, encodeExecuteWithdrawalMulticallFunctionData, encodeFulfillDepositsFunctionData, encodeFulfillWithdrawalsFunctionData, encodeRequestDepositFunctionData, encodeRequestWithdrawalFunctionData, encodeRequestWithdrawalMulticallFunctionData, encodeWithdrawFunctionData, executeWithdrawal, executeWithdrawalMulticall, findLeaf, formatPerSecondRateWadAsAprPct, formatPerSecondRateWadAsApyPct, generateProof, getAlchemyRpcUrl, getAlchemyWsRpcUrl, getCancelDepositContractConfig, getChainDeployment, getEthUsdcMarket, getExecuteWithdrawalContractConfig, getExecuteWithdrawalMulticallContractConfig, getHypoVaultConfigForVault, getHypoVaultGraphQLClient, getIrmCurrent, getIrmCurve, getLendingAllocationRows, getMinQueuedDepositEpoch, getProofsFromDigests, getProofsUsingTree, getRequestDepositContractConfig, getRequestWithdrawalContractConfig, getRequestWithdrawalMulticallContractConfig, getSdk, getStaleOracleOverrideBytecodeForAccountant, getStaleOracleStateOverrideForAccountant, getVaultPoolInfos, isSupportedChain, packMarketState, panopticFactoryV4Abi as panopticFactoryAbi, panopticFactoryV3Abi, panopticFactoryV4Abi, panopticPoolV2Abi as panopticPoolAbi, panopticPoolV2Abi, panopticQueryAbi, parseCustomError, ratePerSecWadToAprPct, requestDeposit, requestWithdrawal, requestWithdrawalMulticall, requireChainDeployment, resolveVaultDisplayName, resolveVaultHistoricalCandidatesByPool, resolveVaultTokenIdsByPool, riskEngineAbi, semiFungiblePositionManagerV4Abi as semiFungiblePositionManagerAbi, semiFungiblePositionManagerV3Abi, semiFungiblePositionManagerV4Abi, simulateCancelDeposit, simulateExecuteWithdrawal, simulateExecuteWithdrawalMulticall, simulateRequestDeposit, simulateRequestWithdrawal, simulateRequestWithdrawalMulticall, useCancelDeposit, useExecuteWithdrawal, useRequestDeposit, useRequestWithdrawal, utilizationBpsToWad, utilizationPctToWad, verifyVaultOpenTokenIdsAtBlock };
|
|
32748
32804
|
//# sourceMappingURL=index.d.ts.map
|