@panoptic-eng/sdk 1.0.6 → 1.0.7
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/index.d.ts +416 -18
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +578 -16
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -23076,6 +23076,7 @@ declare const useExecuteWithdrawal: ({
|
|
|
23076
23076
|
queuedWithdrawals,
|
|
23077
23077
|
withdrawalEpochStates,
|
|
23078
23078
|
currentWithdrawalEpoch,
|
|
23079
|
+
simulationAccount,
|
|
23079
23080
|
onWaitSuccess
|
|
23080
23081
|
}: {
|
|
23081
23082
|
chainId?: number | undefined;
|
|
@@ -23085,6 +23086,7 @@ declare const useExecuteWithdrawal: ({
|
|
|
23085
23086
|
queuedWithdrawals: QueuedWithdrawalSnapshot[];
|
|
23086
23087
|
withdrawalEpochStates: WithdrawalEpochStateSnapshot[];
|
|
23087
23088
|
currentWithdrawalEpoch: bigint;
|
|
23089
|
+
simulationAccount?: any;
|
|
23088
23090
|
onWaitSuccess?: (() => void) | undefined;
|
|
23089
23091
|
}) => {
|
|
23090
23092
|
claimableAssets: bigint;
|
|
@@ -23331,8 +23333,8 @@ declare const BaseWETHPLPVaultPoolInfos: {
|
|
|
23331
23333
|
};
|
|
23332
23334
|
|
|
23333
23335
|
//#endregion
|
|
23334
|
-
//#region src/hypoVault/hypoVaultManagerArtifacts/
|
|
23335
|
-
declare const
|
|
23336
|
+
//#region src/hypoVault/hypoVaultManagerArtifacts/MainnetLegacyUSDCPLPStrategistLeaves.d.ts
|
|
23337
|
+
declare const MainnetLegacyUSDCPLPStrategistLeaves: {
|
|
23336
23338
|
readonly metadata: {
|
|
23337
23339
|
readonly AccountantAddress: "0xCCAA8adC2776786Fd0A14Fb1f22D6089E0637a49";
|
|
23338
23340
|
readonly BoringVaultAddress: "0x963Fe9c93bc353602656ee4051A75114bA74d6c5";
|
|
@@ -23514,21 +23516,8 @@ declare const MainnetUSDCPLPStrategistLeaves: {
|
|
|
23514
23516
|
};
|
|
23515
23517
|
|
|
23516
23518
|
//#endregion
|
|
23517
|
-
//#region src/hypoVault/hypoVaultManagerArtifacts/
|
|
23518
|
-
declare const
|
|
23519
|
-
readonly vaultAddress: Address;
|
|
23520
|
-
readonly poolInfos: {
|
|
23521
|
-
triggerTick: 150;
|
|
23522
|
-
maxPriceDeviation: 100;
|
|
23523
|
-
pool: Address;
|
|
23524
|
-
token0: Address;
|
|
23525
|
-
token1: Address;
|
|
23526
|
-
}[];
|
|
23527
|
-
};
|
|
23528
|
-
|
|
23529
|
-
//#endregion
|
|
23530
|
-
//#region src/hypoVault/hypoVaultManagerArtifacts/MainnetWETHPLPStrategistLeaves.d.ts
|
|
23531
|
-
declare const MainnetWETHPLPStrategistLeaves: {
|
|
23519
|
+
//#region src/hypoVault/hypoVaultManagerArtifacts/MainnetLegacyWETHPLPStrategistLeaves.d.ts
|
|
23520
|
+
declare const MainnetLegacyWETHPLPStrategistLeaves: {
|
|
23532
23521
|
readonly metadata: {
|
|
23533
23522
|
readonly AccountantAddress: "0xCCAA8adC2776786Fd0A14Fb1f22D6089E0637a49";
|
|
23534
23523
|
readonly BoringVaultAddress: "0x779a2aa634A004b3a3f3b322083744869BBC6D66";
|
|
@@ -23709,6 +23698,395 @@ declare const MainnetWETHPLPStrategistLeaves: {
|
|
|
23709
23698
|
};
|
|
23710
23699
|
};
|
|
23711
23700
|
|
|
23701
|
+
//#endregion
|
|
23702
|
+
//#region src/hypoVault/hypoVaultManagerArtifacts/MainnetUSDCPLPStrategistLeaves.d.ts
|
|
23703
|
+
declare const MainnetUSDCPLPStrategistLeaves: {
|
|
23704
|
+
readonly metadata: {
|
|
23705
|
+
readonly AccountantAddress: "0x65aA902AE3135658587FFC36ED51B61c927114e1";
|
|
23706
|
+
readonly BoringVaultAddress: "0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18";
|
|
23707
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
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: 9;
|
|
23710
|
+
readonly ManageRoot: "0x215542d18c9cf442c62bc3a06dbe8d8d9bc893e5d97e70b675e5c8b1721c6e29";
|
|
23711
|
+
readonly ManagerAddress: "0x2ce65016366ef7320078e0758D58Cf1038bc7C4e";
|
|
23712
|
+
readonly TreeCapacity: 16;
|
|
23713
|
+
};
|
|
23714
|
+
readonly leafs: readonly [{
|
|
23715
|
+
readonly AddressArguments: readonly ["0x12bF31955522BAC337D93e1bC0a39F68D8BDa216"];
|
|
23716
|
+
readonly CanSendValue: false;
|
|
23717
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23718
|
+
readonly Description: "Approve poUSDC to spend USDC";
|
|
23719
|
+
readonly FunctionSelector: "0x095ea7b3";
|
|
23720
|
+
readonly FunctionSignature: "approve(address,uint256)";
|
|
23721
|
+
readonly LeafDigest: "0xa4ff0f9069d415056a5ca71d6f564b3cb9948639de45f81830c44c3c13d5c0d6";
|
|
23722
|
+
readonly PackedArgumentAddresses: "0x12bf31955522bac337d93e1bc0a39f68d8bda216";
|
|
23723
|
+
readonly TargetAddress: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
23724
|
+
}, {
|
|
23725
|
+
readonly AddressArguments: readonly ["0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18"];
|
|
23726
|
+
readonly CanSendValue: false;
|
|
23727
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23728
|
+
readonly Description: "Deposit USDC for poUSDC";
|
|
23729
|
+
readonly FunctionSelector: "0x6e553f65";
|
|
23730
|
+
readonly FunctionSignature: "deposit(uint256,address)";
|
|
23731
|
+
readonly LeafDigest: "0xbb2c673192faea1e2c7bcf47132061066ff342c42176e91889a5876d9ae3ef77";
|
|
23732
|
+
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23733
|
+
readonly TargetAddress: "0x12bF31955522BAC337D93e1bC0a39F68D8BDa216";
|
|
23734
|
+
}, {
|
|
23735
|
+
readonly AddressArguments: readonly ["0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18", "0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18"];
|
|
23736
|
+
readonly CanSendValue: false;
|
|
23737
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23738
|
+
readonly Description: "Withdraw USDC from poUSDC";
|
|
23739
|
+
readonly FunctionSelector: "0xb460af94";
|
|
23740
|
+
readonly FunctionSignature: "withdraw(uint256,address,address)";
|
|
23741
|
+
readonly LeafDigest: "0x174f9b40456f664fa1a0f9f2fb904df68f567720f7453dd62195297240bfcaf7";
|
|
23742
|
+
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23743
|
+
readonly TargetAddress: "0x12bF31955522BAC337D93e1bC0a39F68D8BDa216";
|
|
23744
|
+
}, {
|
|
23745
|
+
readonly AddressArguments: readonly ["0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18", "0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18"];
|
|
23746
|
+
readonly CanSendValue: false;
|
|
23747
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23748
|
+
readonly Description: "Withdraw USDC from poUSDC (with open positions)";
|
|
23749
|
+
readonly FunctionSelector: "0xe51161ba";
|
|
23750
|
+
readonly FunctionSignature: "withdraw(uint256,address,address,uint256[],bool)";
|
|
23751
|
+
readonly LeafDigest: "0x6c17d228bfbb30e970580cfaf2503a7a205836f8120b536fe94623204ac3d100";
|
|
23752
|
+
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23753
|
+
readonly TargetAddress: "0x12bF31955522BAC337D93e1bC0a39F68D8BDa216";
|
|
23754
|
+
}, {
|
|
23755
|
+
readonly AddressArguments: readonly ["0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18"];
|
|
23756
|
+
readonly CanSendValue: false;
|
|
23757
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23758
|
+
readonly Description: "Mint poUSDC using USDC";
|
|
23759
|
+
readonly FunctionSelector: "0x94bf804d";
|
|
23760
|
+
readonly FunctionSignature: "mint(uint256,address)";
|
|
23761
|
+
readonly LeafDigest: "0xb47becce43e16f164eeebe57151b3a474a5810fad1bad8c8c502c82a534a0398";
|
|
23762
|
+
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23763
|
+
readonly TargetAddress: "0x12bF31955522BAC337D93e1bC0a39F68D8BDa216";
|
|
23764
|
+
}, {
|
|
23765
|
+
readonly AddressArguments: readonly ["0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18", "0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18"];
|
|
23766
|
+
readonly CanSendValue: false;
|
|
23767
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23768
|
+
readonly Description: "Redeem poUSDC for USDC";
|
|
23769
|
+
readonly FunctionSelector: "0xba087652";
|
|
23770
|
+
readonly FunctionSignature: "redeem(uint256,address,address)";
|
|
23771
|
+
readonly LeafDigest: "0xc91cc83e9b2230b47bb390d3be17407f42c3b9348cc6596803c269dec49e8d51";
|
|
23772
|
+
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23773
|
+
readonly TargetAddress: "0x12bF31955522BAC337D93e1bC0a39F68D8BDa216";
|
|
23774
|
+
}, {
|
|
23775
|
+
readonly AddressArguments: readonly [];
|
|
23776
|
+
readonly CanSendValue: false;
|
|
23777
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23778
|
+
readonly Description: "Dispatch mint/burn options on PanopticPool";
|
|
23779
|
+
readonly FunctionSelector: "0xc25813aa";
|
|
23780
|
+
readonly FunctionSignature: "dispatch(uint256[],uint256[],uint128[],int24[3][],bool,uint256)";
|
|
23781
|
+
readonly LeafDigest: "0xf5cc741985c1ce6b1af02be04696bd5944097198abf5ce09945a956143b14e6d";
|
|
23782
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23783
|
+
readonly TargetAddress: "0x00000000563b70d704f4c6675a5f6ac989fbae13";
|
|
23784
|
+
}, {
|
|
23785
|
+
readonly AddressArguments: readonly ["0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18", "0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18"];
|
|
23786
|
+
readonly CanSendValue: false;
|
|
23787
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23788
|
+
readonly Description: "Withdraw ETH from poETH";
|
|
23789
|
+
readonly FunctionSelector: "0xb460af94";
|
|
23790
|
+
readonly FunctionSignature: "withdraw(uint256,address,address)";
|
|
23791
|
+
readonly LeafDigest: "0xb5731bb52d9dccf49773020a8ddc59afbf937d6e203ef104e085f94f18b50e9b";
|
|
23792
|
+
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23793
|
+
readonly TargetAddress: "0x1e46b0289B7E0F710E2Db8Ab87800dd782D624f7";
|
|
23794
|
+
}, {
|
|
23795
|
+
readonly AddressArguments: readonly ["0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18", "0x236d0558f06cd60780b232d4Ec4c92d2cb7e4D18"];
|
|
23796
|
+
readonly CanSendValue: false;
|
|
23797
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23798
|
+
readonly Description: "Withdraw ETH from poETH (with open positions)";
|
|
23799
|
+
readonly FunctionSelector: "0xe51161ba";
|
|
23800
|
+
readonly FunctionSignature: "withdraw(uint256,address,address,uint256[],bool)";
|
|
23801
|
+
readonly LeafDigest: "0xa600a5aea3b025f316a4cc99e16c188953aeca6e1bf347d6b2ea8f549b859689";
|
|
23802
|
+
readonly PackedArgumentAddresses: "0x236d0558f06cd60780b232d4ec4c92d2cb7e4d18236d0558f06cd60780b232d4ec4c92d2cb7e4d18";
|
|
23803
|
+
readonly TargetAddress: "0x1e46b0289B7E0F710E2Db8Ab87800dd782D624f7";
|
|
23804
|
+
}, {
|
|
23805
|
+
readonly AddressArguments: readonly [];
|
|
23806
|
+
readonly CanSendValue: false;
|
|
23807
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
23808
|
+
readonly Description: "";
|
|
23809
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
23810
|
+
readonly FunctionSignature: "";
|
|
23811
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
23812
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23813
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
23814
|
+
}, {
|
|
23815
|
+
readonly AddressArguments: readonly [];
|
|
23816
|
+
readonly CanSendValue: false;
|
|
23817
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
23818
|
+
readonly Description: "";
|
|
23819
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
23820
|
+
readonly FunctionSignature: "";
|
|
23821
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
23822
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23823
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
23824
|
+
}, {
|
|
23825
|
+
readonly AddressArguments: readonly [];
|
|
23826
|
+
readonly CanSendValue: false;
|
|
23827
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
23828
|
+
readonly Description: "";
|
|
23829
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
23830
|
+
readonly FunctionSignature: "";
|
|
23831
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
23832
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23833
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
23834
|
+
}, {
|
|
23835
|
+
readonly AddressArguments: readonly [];
|
|
23836
|
+
readonly CanSendValue: false;
|
|
23837
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
23838
|
+
readonly Description: "";
|
|
23839
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
23840
|
+
readonly FunctionSignature: "";
|
|
23841
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
23842
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23843
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
23844
|
+
}, {
|
|
23845
|
+
readonly AddressArguments: readonly [];
|
|
23846
|
+
readonly CanSendValue: false;
|
|
23847
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
23848
|
+
readonly Description: "";
|
|
23849
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
23850
|
+
readonly FunctionSignature: "";
|
|
23851
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
23852
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23853
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
23854
|
+
}, {
|
|
23855
|
+
readonly AddressArguments: readonly [];
|
|
23856
|
+
readonly CanSendValue: false;
|
|
23857
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
23858
|
+
readonly Description: "";
|
|
23859
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
23860
|
+
readonly FunctionSignature: "";
|
|
23861
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
23862
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23863
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
23864
|
+
}, {
|
|
23865
|
+
readonly AddressArguments: readonly [];
|
|
23866
|
+
readonly CanSendValue: false;
|
|
23867
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
23868
|
+
readonly Description: "";
|
|
23869
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
23870
|
+
readonly FunctionSignature: "";
|
|
23871
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
23872
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23873
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
23874
|
+
}];
|
|
23875
|
+
readonly MerkleTree: {
|
|
23876
|
+
readonly '0': readonly ["0x215542d18c9cf442c62bc3a06dbe8d8d9bc893e5d97e70b675e5c8b1721c6e29"];
|
|
23877
|
+
readonly '1': readonly ["0xfdd68e4155c3f0143529939165390a7717848d745d5848b5de5dcbabc28e5bbb", "0x153e94cb5785054402d188bf49e3bfd27d2aa336384d23055faa969d8fa8bd77"];
|
|
23878
|
+
readonly '2': readonly ["0x03ddbd298d0afd4b181cc56a653fcd6c4cc6124edba7ffcea1cf9abc1396b34a", "0x5a78f5fea4886abf9b990cb11d6c97d8d90fa3aef528289cd2c7da07f7188d15", "0x62bc115420860e0f111c62fb6dab141f690afdc12f9b4a1d362c15096ac8d606", "0x849eda7a295b642e5ddaf49a30eec4470cf507efa83b4104c0752d069c7638fe"];
|
|
23879
|
+
readonly '3': readonly ["0xa48323079d50b7688f97c97276fe33bcc23c3664b0a94aa9f24162ad63e4c622", "0x9604e6ac6ac45ac3ec61d6ab2b52d96aeb9025c8e90cf93f7411b9c9a9dda29b", "0xa22cac1a8d963fd80eecce587c5833c77d944bc1dfaace739c66421431823263", "0x6bab63ba855d0ba1ef5fc9c8058253f278aec18f88be21d95b7cb11097d11e8a", "0x1f1e162b1891921acaa6f790667ffa6051dcf6fac3df0399e74574359d6d0bfa", "0xc5a36f3b7b955966d5ed3135dcc612f978306d73bce3697e230afae57fbaeeba", "0xc5a36f3b7b955966d5ed3135dcc612f978306d73bce3697e230afae57fbaeeba", "0xc5a36f3b7b955966d5ed3135dcc612f978306d73bce3697e230afae57fbaeeba"];
|
|
23880
|
+
readonly '4': readonly ["0xa4ff0f9069d415056a5ca71d6f564b3cb9948639de45f81830c44c3c13d5c0d6", "0xbb2c673192faea1e2c7bcf47132061066ff342c42176e91889a5876d9ae3ef77", "0x174f9b40456f664fa1a0f9f2fb904df68f567720f7453dd62195297240bfcaf7", "0x6c17d228bfbb30e970580cfaf2503a7a205836f8120b536fe94623204ac3d100", "0xb47becce43e16f164eeebe57151b3a474a5810fad1bad8c8c502c82a534a0398", "0xc91cc83e9b2230b47bb390d3be17407f42c3b9348cc6596803c269dec49e8d51", "0xf5cc741985c1ce6b1af02be04696bd5944097198abf5ce09945a956143b14e6d", "0xb5731bb52d9dccf49773020a8ddc59afbf937d6e203ef104e085f94f18b50e9b", "0xa600a5aea3b025f316a4cc99e16c188953aeca6e1bf347d6b2ea8f549b859689", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400"];
|
|
23881
|
+
};
|
|
23882
|
+
};
|
|
23883
|
+
|
|
23884
|
+
//#endregion
|
|
23885
|
+
//#region src/hypoVault/hypoVaultManagerArtifacts/MainnetUSDCPLPVaultPoolInfos.d.ts
|
|
23886
|
+
declare const MainnetUSDCPLPVaultPoolInfos: {
|
|
23887
|
+
readonly vaultAddress: Address;
|
|
23888
|
+
readonly poolInfos: {
|
|
23889
|
+
triggerTick: 150;
|
|
23890
|
+
maxPriceDeviation: 100;
|
|
23891
|
+
pool: Address;
|
|
23892
|
+
token0: Address;
|
|
23893
|
+
token1: Address;
|
|
23894
|
+
}[];
|
|
23895
|
+
};
|
|
23896
|
+
declare const MainnetUSDCPLPLegacyVaultPoolInfos: {
|
|
23897
|
+
readonly vaultAddress: "0x963Fe9c93bc353602656ee4051A75114bA74d6c5";
|
|
23898
|
+
readonly poolInfos: {
|
|
23899
|
+
triggerTick: 150;
|
|
23900
|
+
maxPriceDeviation: 100;
|
|
23901
|
+
pool: "0x000000007588B488d180899cDEa2080a886D2441";
|
|
23902
|
+
token0: Address;
|
|
23903
|
+
token1: Address;
|
|
23904
|
+
}[];
|
|
23905
|
+
};
|
|
23906
|
+
|
|
23907
|
+
//#endregion
|
|
23908
|
+
//#region src/hypoVault/hypoVaultManagerArtifacts/MainnetWETHPLPStrategistLeaves.d.ts
|
|
23909
|
+
declare const MainnetWETHPLPStrategistLeaves: {
|
|
23910
|
+
readonly metadata: {
|
|
23911
|
+
readonly AccountantAddress: "0x65aA902AE3135658587FFC36ED51B61c927114e1";
|
|
23912
|
+
readonly BoringVaultAddress: "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92";
|
|
23913
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23914
|
+
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)"];
|
|
23915
|
+
readonly LeafCount: 10;
|
|
23916
|
+
readonly ManageRoot: "0x14c4c96cc3730452ce71a447bdde6132f81acec862098a9ddd5e086805046a07";
|
|
23917
|
+
readonly ManagerAddress: "0xB6Fc48e658C9B1a7dbdFA51A5E153ab60BB2e04d";
|
|
23918
|
+
readonly TreeCapacity: 16;
|
|
23919
|
+
};
|
|
23920
|
+
readonly leafs: readonly [{
|
|
23921
|
+
readonly AddressArguments: readonly ["0xd4e2c720a760049cc4151bcf61e3a9348db9cd92"];
|
|
23922
|
+
readonly CanSendValue: true;
|
|
23923
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23924
|
+
readonly Description: "Deposit ETH for poETH (payable)";
|
|
23925
|
+
readonly FunctionSelector: "0x6e553f65";
|
|
23926
|
+
readonly FunctionSignature: "deposit(uint256,address)";
|
|
23927
|
+
readonly LeafDigest: "0xcde717428f55a23f1c5590ae350e411a96f376207e4cd74f2ad261072915782c";
|
|
23928
|
+
readonly PackedArgumentAddresses: "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92";
|
|
23929
|
+
readonly TargetAddress: "0x1e46b0289B7E0F710E2Db8Ab87800dd782D624f7";
|
|
23930
|
+
}, {
|
|
23931
|
+
readonly AddressArguments: readonly ["0xd4e2c720a760049cc4151bcf61e3a9348db9cd92", "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92"];
|
|
23932
|
+
readonly CanSendValue: false;
|
|
23933
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23934
|
+
readonly Description: "Withdraw ETH from poETH";
|
|
23935
|
+
readonly FunctionSelector: "0xb460af94";
|
|
23936
|
+
readonly FunctionSignature: "withdraw(uint256,address,address)";
|
|
23937
|
+
readonly LeafDigest: "0xcebfac0106f9d33ca5766a2f6054eeb9df218af39b9f87a446a54674481caa4f";
|
|
23938
|
+
readonly PackedArgumentAddresses: "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92d4e2c720a760049cc4151bcf61e3a9348db9cd92";
|
|
23939
|
+
readonly TargetAddress: "0x1e46b0289B7E0F710E2Db8Ab87800dd782D624f7";
|
|
23940
|
+
}, {
|
|
23941
|
+
readonly AddressArguments: readonly ["0xd4e2c720a760049cc4151bcf61e3a9348db9cd92", "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92"];
|
|
23942
|
+
readonly CanSendValue: false;
|
|
23943
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23944
|
+
readonly Description: "Withdraw ETH from poETH (with open positions)";
|
|
23945
|
+
readonly FunctionSelector: "0xe51161ba";
|
|
23946
|
+
readonly FunctionSignature: "withdraw(uint256,address,address,uint256[],bool)";
|
|
23947
|
+
readonly LeafDigest: "0x6eacf89fb24e20afd26b47bc704571a6ae14675623678caf767ff4167b989b94";
|
|
23948
|
+
readonly PackedArgumentAddresses: "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92d4e2c720a760049cc4151bcf61e3a9348db9cd92";
|
|
23949
|
+
readonly TargetAddress: "0x1e46b0289B7E0F710E2Db8Ab87800dd782D624f7";
|
|
23950
|
+
}, {
|
|
23951
|
+
readonly AddressArguments: readonly ["0xd4e2c720a760049cc4151bcf61e3a9348db9cd92"];
|
|
23952
|
+
readonly CanSendValue: true;
|
|
23953
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23954
|
+
readonly Description: "Mint poETH using ETH (payable)";
|
|
23955
|
+
readonly FunctionSelector: "0x94bf804d";
|
|
23956
|
+
readonly FunctionSignature: "mint(uint256,address)";
|
|
23957
|
+
readonly LeafDigest: "0x2393ae33b276888f3402cd9be5ac50c99f6c093ab26d76309fcde84f32ac5779";
|
|
23958
|
+
readonly PackedArgumentAddresses: "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92";
|
|
23959
|
+
readonly TargetAddress: "0x1e46b0289B7E0F710E2Db8Ab87800dd782D624f7";
|
|
23960
|
+
}, {
|
|
23961
|
+
readonly AddressArguments: readonly ["0xd4e2c720a760049cc4151bcf61e3a9348db9cd92", "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92"];
|
|
23962
|
+
readonly CanSendValue: false;
|
|
23963
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23964
|
+
readonly Description: "Redeem poETH for ETH";
|
|
23965
|
+
readonly FunctionSelector: "0xba087652";
|
|
23966
|
+
readonly FunctionSignature: "redeem(uint256,address,address)";
|
|
23967
|
+
readonly LeafDigest: "0x7560d3271ed5c3e12cf98e16f3e6810c35a9da7ade8642ce4f4047012f768ae4";
|
|
23968
|
+
readonly PackedArgumentAddresses: "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92d4e2c720a760049cc4151bcf61e3a9348db9cd92";
|
|
23969
|
+
readonly TargetAddress: "0x1e46b0289B7E0F710E2Db8Ab87800dd782D624f7";
|
|
23970
|
+
}, {
|
|
23971
|
+
readonly AddressArguments: readonly [];
|
|
23972
|
+
readonly CanSendValue: false;
|
|
23973
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23974
|
+
readonly Description: "Dispatch mint/burn options on PanopticPool";
|
|
23975
|
+
readonly FunctionSelector: "0xc25813aa";
|
|
23976
|
+
readonly FunctionSignature: "dispatch(uint256[],uint256[],uint128[],int24[3][],bool,uint256)";
|
|
23977
|
+
readonly LeafDigest: "0xf5cc741985c1ce6b1af02be04696bd5944097198abf5ce09945a956143b14e6d";
|
|
23978
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23979
|
+
readonly TargetAddress: "0x00000000563b70d704f4c6675a5f6ac989fbae13";
|
|
23980
|
+
}, {
|
|
23981
|
+
readonly AddressArguments: readonly [];
|
|
23982
|
+
readonly CanSendValue: true;
|
|
23983
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23984
|
+
readonly Description: "Wrap ETH to WETH";
|
|
23985
|
+
readonly FunctionSelector: "0xd0e30db0";
|
|
23986
|
+
readonly FunctionSignature: "deposit()";
|
|
23987
|
+
readonly LeafDigest: "0x89484d127bf05d2f4fcc56181335b8d87023e41ccc81c042e9f922f578f1471b";
|
|
23988
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23989
|
+
readonly TargetAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
23990
|
+
}, {
|
|
23991
|
+
readonly AddressArguments: readonly [];
|
|
23992
|
+
readonly CanSendValue: false;
|
|
23993
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
23994
|
+
readonly Description: "Unwrap WETH to ETH";
|
|
23995
|
+
readonly FunctionSelector: "0x2e1a7d4d";
|
|
23996
|
+
readonly FunctionSignature: "withdraw(uint256)";
|
|
23997
|
+
readonly LeafDigest: "0x7f94c593f64614a4739e3005bc02e9db203ded2796c3104cc7609ecbc89bc240";
|
|
23998
|
+
readonly PackedArgumentAddresses: "0x";
|
|
23999
|
+
readonly TargetAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
24000
|
+
}, {
|
|
24001
|
+
readonly AddressArguments: readonly ["0xd4e2c720a760049cc4151bcf61e3a9348db9cd92", "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92"];
|
|
24002
|
+
readonly CanSendValue: false;
|
|
24003
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
24004
|
+
readonly Description: "Withdraw USDC from poUSDC";
|
|
24005
|
+
readonly FunctionSelector: "0xb460af94";
|
|
24006
|
+
readonly FunctionSignature: "withdraw(uint256,address,address)";
|
|
24007
|
+
readonly LeafDigest: "0xa7b676c12e394da66e124d4611ddf107a1267f476fab0b3cbc3dc885a8e5a77c";
|
|
24008
|
+
readonly PackedArgumentAddresses: "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92d4e2c720a760049cc4151bcf61e3a9348db9cd92";
|
|
24009
|
+
readonly TargetAddress: "0x12bF31955522BAC337D93e1bC0a39F68D8BDa216";
|
|
24010
|
+
}, {
|
|
24011
|
+
readonly AddressArguments: readonly ["0xd4e2c720a760049cc4151bcf61e3a9348db9cd92", "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92"];
|
|
24012
|
+
readonly CanSendValue: false;
|
|
24013
|
+
readonly DecoderAndSanitizerAddress: "0xC87c45d2dbE5acb56013e2591427ECC84Fa251E6";
|
|
24014
|
+
readonly Description: "Withdraw USDC from poUSDC (with open positions)";
|
|
24015
|
+
readonly FunctionSelector: "0xe51161ba";
|
|
24016
|
+
readonly FunctionSignature: "withdraw(uint256,address,address,uint256[],bool)";
|
|
24017
|
+
readonly LeafDigest: "0x219732b5a811c3167d72323963327d5ea266e27575caecab2d1f35746f30a2f2";
|
|
24018
|
+
readonly PackedArgumentAddresses: "0xd4e2c720a760049cc4151bcf61e3a9348db9cd92d4e2c720a760049cc4151bcf61e3a9348db9cd92";
|
|
24019
|
+
readonly TargetAddress: "0x12bF31955522BAC337D93e1bC0a39F68D8BDa216";
|
|
24020
|
+
}, {
|
|
24021
|
+
readonly AddressArguments: readonly [];
|
|
24022
|
+
readonly CanSendValue: false;
|
|
24023
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
24024
|
+
readonly Description: "";
|
|
24025
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
24026
|
+
readonly FunctionSignature: "";
|
|
24027
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
24028
|
+
readonly PackedArgumentAddresses: "0x";
|
|
24029
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
24030
|
+
}, {
|
|
24031
|
+
readonly AddressArguments: readonly [];
|
|
24032
|
+
readonly CanSendValue: false;
|
|
24033
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
24034
|
+
readonly Description: "";
|
|
24035
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
24036
|
+
readonly FunctionSignature: "";
|
|
24037
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
24038
|
+
readonly PackedArgumentAddresses: "0x";
|
|
24039
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
24040
|
+
}, {
|
|
24041
|
+
readonly AddressArguments: readonly [];
|
|
24042
|
+
readonly CanSendValue: false;
|
|
24043
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
24044
|
+
readonly Description: "";
|
|
24045
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
24046
|
+
readonly FunctionSignature: "";
|
|
24047
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
24048
|
+
readonly PackedArgumentAddresses: "0x";
|
|
24049
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
24050
|
+
}, {
|
|
24051
|
+
readonly AddressArguments: readonly [];
|
|
24052
|
+
readonly CanSendValue: false;
|
|
24053
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
24054
|
+
readonly Description: "";
|
|
24055
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
24056
|
+
readonly FunctionSignature: "";
|
|
24057
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
24058
|
+
readonly PackedArgumentAddresses: "0x";
|
|
24059
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
24060
|
+
}, {
|
|
24061
|
+
readonly AddressArguments: readonly [];
|
|
24062
|
+
readonly CanSendValue: false;
|
|
24063
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
24064
|
+
readonly Description: "";
|
|
24065
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
24066
|
+
readonly FunctionSignature: "";
|
|
24067
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
24068
|
+
readonly PackedArgumentAddresses: "0x";
|
|
24069
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
24070
|
+
}, {
|
|
24071
|
+
readonly AddressArguments: readonly [];
|
|
24072
|
+
readonly CanSendValue: false;
|
|
24073
|
+
readonly DecoderAndSanitizerAddress: "0x0000000000000000000000000000000000000000";
|
|
24074
|
+
readonly Description: "";
|
|
24075
|
+
readonly FunctionSelector: "0xc5d24601";
|
|
24076
|
+
readonly FunctionSignature: "";
|
|
24077
|
+
readonly LeafDigest: "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400";
|
|
24078
|
+
readonly PackedArgumentAddresses: "0x";
|
|
24079
|
+
readonly TargetAddress: "0x0000000000000000000000000000000000000000";
|
|
24080
|
+
}];
|
|
24081
|
+
readonly MerkleTree: {
|
|
24082
|
+
readonly '0': readonly ["0x14c4c96cc3730452ce71a447bdde6132f81acec862098a9ddd5e086805046a07"];
|
|
24083
|
+
readonly '1': readonly ["0xcd0defea21f2f5625ba2d231bce9500ad31a12181821c3e44a9eab8091726ef9", "0xb456d992b88713679d0f26a8212a362b552e0f1b8e8f4730ef9d93260658e6f4"];
|
|
24084
|
+
readonly '2': readonly ["0xd49b1154605f32b0e47658955ad9aa7f3fe8cd35358ee78a1cd96557e5c3aa4d", "0x6522d66ec4944c055a9004873f1d3eab7c42ec8328cad32a43f7cf5626099576", "0x106e1c4bfe0f35058431f70afe23aa18c131f9ed04c0e9442c15742800410377", "0x849eda7a295b642e5ddaf49a30eec4470cf507efa83b4104c0752d069c7638fe"];
|
|
24085
|
+
readonly '3': readonly ["0xa6bf0406d4c1a9cc26bd7b8e443b3d933011eeed6f805e7f96c98f8ca7b6570c", "0x1b4e0fc75d960683a9b652c9f9aa14ee22ba29685a3253a96bf65aea93934cee", "0xc13cedfed63f868281097bfc4491f94573cf90c8d65c417aefc7c10ed03f60cf", "0xe684b7c98715395e7d8478eb48587181872712495d41b47760ac5fe24211fc5e", "0x9c00f68592aac90ff74b0f87e48d5a3f0ca6108c0af23ed83cbbdab4ea49ffb6", "0xc5a36f3b7b955966d5ed3135dcc612f978306d73bce3697e230afae57fbaeeba", "0xc5a36f3b7b955966d5ed3135dcc612f978306d73bce3697e230afae57fbaeeba", "0xc5a36f3b7b955966d5ed3135dcc612f978306d73bce3697e230afae57fbaeeba"];
|
|
24086
|
+
readonly '4': readonly ["0xcde717428f55a23f1c5590ae350e411a96f376207e4cd74f2ad261072915782c", "0xcebfac0106f9d33ca5766a2f6054eeb9df218af39b9f87a446a54674481caa4f", "0x6eacf89fb24e20afd26b47bc704571a6ae14675623678caf767ff4167b989b94", "0x2393ae33b276888f3402cd9be5ac50c99f6c093ab26d76309fcde84f32ac5779", "0x7560d3271ed5c3e12cf98e16f3e6810c35a9da7ade8642ce4f4047012f768ae4", "0xf5cc741985c1ce6b1af02be04696bd5944097198abf5ce09945a956143b14e6d", "0x89484d127bf05d2f4fcc56181335b8d87023e41ccc81c042e9f922f578f1471b", "0x7f94c593f64614a4739e3005bc02e9db203ded2796c3104cc7609ecbc89bc240", "0xa7b676c12e394da66e124d4611ddf107a1267f476fab0b3cbc3dc885a8e5a77c", "0x219732b5a811c3167d72323963327d5ea266e27575caecab2d1f35746f30a2f2", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400", "0xa7a0fd846665d92e66be6155c6221b3acd7145ca7c4e4b67a594e4c516969400"];
|
|
24087
|
+
};
|
|
24088
|
+
};
|
|
24089
|
+
|
|
23712
24090
|
//#endregion
|
|
23713
24091
|
//#region src/hypoVault/hypoVaultManagerArtifacts/MainnetWETHPLPVaultPoolInfos.d.ts
|
|
23714
24092
|
declare const MainnetWETHPLPVaultPoolInfos: {
|
|
@@ -23721,6 +24099,16 @@ declare const MainnetWETHPLPVaultPoolInfos: {
|
|
|
23721
24099
|
token1: Address;
|
|
23722
24100
|
}[];
|
|
23723
24101
|
};
|
|
24102
|
+
declare const MainnetWETHPLPLegacyVaultPoolInfos: {
|
|
24103
|
+
readonly vaultAddress: "0x779a2aa634A004b3a3f3b322083744869BBC6D66";
|
|
24104
|
+
readonly poolInfos: {
|
|
24105
|
+
triggerTick: 150;
|
|
24106
|
+
maxPriceDeviation: 100;
|
|
24107
|
+
pool: "0x000000007588B488d180899cDEa2080a886D2441";
|
|
24108
|
+
token0: Address;
|
|
24109
|
+
token1: Address;
|
|
24110
|
+
}[];
|
|
24111
|
+
};
|
|
23724
24112
|
|
|
23725
24113
|
//#endregion
|
|
23726
24114
|
//#region src/hypoVault/hypoVaultManagerArtifacts/SepoliaUSDCPLPStrategistLeaves.d.ts
|
|
@@ -23959,6 +24347,12 @@ declare const HypoVaultManagerConfigSchema: z.ZodObject<{
|
|
|
23959
24347
|
dev: "dev";
|
|
23960
24348
|
prod: "prod";
|
|
23961
24349
|
}>;
|
|
24350
|
+
artifactSet: z.ZodOptional<z.ZodEnum<{
|
|
24351
|
+
base: "base";
|
|
24352
|
+
"mainnet-prod": "mainnet-prod";
|
|
24353
|
+
"mainnet-legacy": "mainnet-legacy";
|
|
24354
|
+
sepolia: "sepolia";
|
|
24355
|
+
}>>;
|
|
23962
24356
|
vaultAssetIndex: z.ZodUnion<readonly [z.ZodLiteral<0n>, z.ZodLiteral<1n>]>;
|
|
23963
24357
|
manageCycleIntervalMs: z.ZodOptional<z.ZodNumber>;
|
|
23964
24358
|
vaultCapInUnderlying: z.ZodBigInt;
|
|
@@ -23998,6 +24392,7 @@ declare const UsdcPlpVaultBaseProdConfig: HypoVaultManagerConfig;
|
|
|
23998
24392
|
//#endregion
|
|
23999
24393
|
//#region src/hypoVault/hypoVaultManagerConfigs/usdcPlpVaultMainnetProdConfig.d.ts
|
|
24000
24394
|
declare const UsdcPlpVaultMainnetProdConfig: HypoVaultManagerConfig;
|
|
24395
|
+
declare const UsdcPlpVaultMainnetLegacyConfig: HypoVaultManagerConfig;
|
|
24001
24396
|
|
|
24002
24397
|
//#endregion
|
|
24003
24398
|
//#region src/hypoVault/hypoVaultManagerConfigs/usdcPlpVaultSepoliaDevConfig.d.ts
|
|
@@ -24014,6 +24409,7 @@ declare const WethPlpVaultBaseProdConfig: HypoVaultManagerConfig;
|
|
|
24014
24409
|
//#endregion
|
|
24015
24410
|
//#region src/hypoVault/hypoVaultManagerConfigs/wethPlpVaultMainnetProdConfig.d.ts
|
|
24016
24411
|
declare const WethPlpVaultMainnetProdConfig: HypoVaultManagerConfig;
|
|
24412
|
+
declare const WethPlpVaultMainnetLegacyConfig: HypoVaultManagerConfig;
|
|
24017
24413
|
|
|
24018
24414
|
//#endregion
|
|
24019
24415
|
//#region src/hypoVault/hypoVaultManagerConfigs/wethPlpVaultSepoliaDevConfig.d.ts
|
|
@@ -25259,6 +25655,7 @@ declare const useRequestWithdrawal: ({
|
|
|
25259
25655
|
queuedDeposits,
|
|
25260
25656
|
depositEpochStates,
|
|
25261
25657
|
currentDepositEpoch,
|
|
25658
|
+
simulationAccount,
|
|
25262
25659
|
onWaitSuccess
|
|
25263
25660
|
}: {
|
|
25264
25661
|
chainId?: number | undefined;
|
|
@@ -25270,6 +25667,7 @@ declare const useRequestWithdrawal: ({
|
|
|
25270
25667
|
queuedDeposits: QueuedDepositSnapshot[];
|
|
25271
25668
|
depositEpochStates: DepositEpochStateSnapshot[];
|
|
25272
25669
|
currentDepositEpoch: bigint;
|
|
25670
|
+
simulationAccount?: any;
|
|
25273
25671
|
onWaitSuccess?: (() => void) | undefined;
|
|
25274
25672
|
}) => {
|
|
25275
25673
|
claimableDepositShares: {
|
|
@@ -32346,5 +32744,5 @@ type BaseContractWriteHookOutput = {
|
|
|
32346
32744
|
};
|
|
32347
32745
|
|
|
32348
32746
|
//#endregion
|
|
32349
|
-
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, MainnetUSDCPLPStrategistLeaves, MainnetUSDCPLPVaultPoolInfos, 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, 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, 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 };
|
|
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 };
|
|
32350
32748
|
//# sourceMappingURL=index.d.ts.map
|