@strkfarm/sdk 2.0.0-staging.1 → 2.0.0-staging.3
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.browser.global.js +0 -1
- package/dist/index.browser.mjs +0 -1
- package/dist/index.d.ts +1 -11
- package/dist/index.js +0 -2
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
- package/src/modules/index.ts +0 -1
|
@@ -28655,7 +28655,6 @@ ${r2}}` : "}", l2;
|
|
|
28655
28655
|
ERC20: () => ERC20,
|
|
28656
28656
|
EkuboCLVault: () => EkuboCLVault,
|
|
28657
28657
|
EkuboCLVaultStrategies: () => EkuboCLVaultStrategies,
|
|
28658
|
-
EkuboPricer: () => EkuboPricer,
|
|
28659
28658
|
EkuboQuoter: () => EkuboQuoter,
|
|
28660
28659
|
FatalError: () => FatalError,
|
|
28661
28660
|
FlowChartColors: () => FlowChartColors,
|
package/dist/index.browser.mjs
CHANGED
|
@@ -32584,7 +32584,6 @@ export {
|
|
|
32584
32584
|
ERC20,
|
|
32585
32585
|
EkuboCLVault,
|
|
32586
32586
|
EkuboCLVaultStrategies,
|
|
32587
|
-
EkuboPricer,
|
|
32588
32587
|
EkuboQuoter,
|
|
32589
32588
|
FatalError,
|
|
32590
32589
|
FlowChartColors,
|
package/dist/index.d.ts
CHANGED
|
@@ -1726,16 +1726,6 @@ declare class EkuboQuoter {
|
|
|
1726
1726
|
getVesuMultiplyQuote(quote: EkuboQuote, fromTokenInfo: TokenInfo, toTokenInfo: TokenInfo): Swap[];
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
|
-
declare class EkuboPricer extends PricerBase {
|
|
1730
|
-
EKUBO_PRICE_FETCHER_ADDRESS: string;
|
|
1731
|
-
readonly contract: Contract;
|
|
1732
|
-
private readonly USDC_ADDRESS;
|
|
1733
|
-
private readonly USDC_DECIMALS;
|
|
1734
|
-
constructor(config: IConfig, tokens: TokenInfo[]);
|
|
1735
|
-
private div2Power128;
|
|
1736
|
-
getPrice(tokenAddr: string, blockIdentifier?: BlockIdentifier): Promise<PriceInfo>;
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
1729
|
declare class FatalError extends Error {
|
|
1740
1730
|
constructor(message: string, err?: Error);
|
|
1741
1731
|
}
|
|
@@ -1967,4 +1957,4 @@ declare class PasswordJsonCryptoUtil {
|
|
|
1967
1957
|
decrypt(encryptedData: string, password: string): any;
|
|
1968
1958
|
}
|
|
1969
1959
|
|
|
1970
|
-
export { APYType, AUMTypes, AVNU_EXCHANGE, AVNU_MIDDLEWARE, type AccessControlInfo, AccessControlType, type AccountInfo, type AdapterLeafType, type AllAccountsStore, type ApproveCallParams, AuditStatus, AutoCompounderSTRK, type AvnuSwapCallParams, AvnuWrapper, BaseAdapter, type BaseAdapterConfig, BaseStrategy, type CLVaultStrategySettings, CommonAdapter, type CommonAdapterConfig, ContractAddr, type DecreaseLeverParams, Deployer, type DualActionAmount, type DualTokenInfo, ERC20, type EkuboBounds, EkuboCLVault, EkuboCLVaultStrategies, type EkuboPoolKey,
|
|
1960
|
+
export { APYType, AUMTypes, AVNU_EXCHANGE, AVNU_MIDDLEWARE, type AccessControlInfo, AccessControlType, type AccountInfo, type AdapterLeafType, type AllAccountsStore, type ApproveCallParams, AuditStatus, AutoCompounderSTRK, type AvnuSwapCallParams, AvnuWrapper, BaseAdapter, type BaseAdapterConfig, BaseStrategy, type CLVaultStrategySettings, CommonAdapter, type CommonAdapterConfig, ContractAddr, type DecreaseLeverParams, Deployer, type DualActionAmount, type DualTokenInfo, ERC20, type EkuboBounds, EkuboCLVault, EkuboCLVaultStrategies, type EkuboPoolKey, type EkuboQuote, EkuboQuoter, type EkuboRouteNode, type EkuboSplit, type FAQ, FatalError, type FilterOption, type FlashloanCallParams, FlowChartColors, type GenerateCallFn, Global, HyperLSTStrategies, type HyperLSTStrategySettings, type IConfig, type IInvestmentFlow, ILending, type ILendingMetadata, type ILendingPosition, type IProtocol, type IStrategyMetadata, type IncreaseLeverParams, Initializable, InstantWithdrawalVault, LSTAPRService, type LSTStats, type LeafAdapterFn, type LeafData, type LendingToken, type ManageCall, MarginType, Network, PRICE_ROUTER, PasswordJsonCryptoUtil, type PositionAPY, type PositionInfo, Pragma, type PriceInfo, Pricer, PricerFromApi, PricerLST, PricerRedis, Protocols, type RedemptionExpectedTime, type RedemptionInfo, type RequiredFields, type RequiredKeys, type RequiredStoreConfig, type RiskFactor, RiskType, type Route, type RouteNode, SIMPLE_SANITIZER, SIMPLE_SANITIZER_V2, SIMPLE_SANITIZER_VESU_V1_DELEGATIONS, type SecurityMetadata, SenseiStrategies, SenseiVault, type SenseiVaultSettings, type SingleActionAmount, type SingleTokenInfo, type SourceCodeInfo, SourceCodeType, StandardMerkleTree, type StandardMerkleTreeData, Store, type StoreConfig, StrategyCategory, type StrategyFilterCriteria, type StrategyFilterMetadata, type StrategyMetadata, type StrategyRegistryEntry, StrategyTag, StrategyType, type SupportedPosition, type Swap, type SwapInfo, TelegramGroupNotif, TelegramNotif, type TokenAmount, type TokenInfo, UNIVERSAL_ADAPTERS, UNIVERSAL_MANAGE_IDS, UniversalLstMultiplierStrategy, type UniversalManageCall, UniversalStrategies, UniversalStrategy, type UniversalStrategySettings, VESU_SINGLETON, VESU_V2_MODIFY_POSITION_SANITIZER, type VaultPosition, VesuAdapter, type VesuAdapterConfig, type VesuAmount, VesuAmountDenomination, VesuAmountType, type VesuDefiSpringRewardsCallParams, type VesuModifyDelegationCallParams, type VesuModifyPositionCallParams, type VesuMultiplyCallParams, VesuPools, VesuRebalance, type VesuRebalanceSettings, VesuRebalanceStrategies, Web3Number, ZkLend, assert, buildStrategyRegistry, extensionMap, getAPIUsingHeadlessBrowser, getAllStrategyMetadata, getContractDetails, getDefaultStoreConfig, getFilterMetadata, getFilteredStrategies, getLiveStrategies, getMainnetConfig, getNoRiskTags, getRiskColor, getRiskExplaination, getStrategiesByType, getTrovesEndpoint, getVesuSingletonAddress, highlightTextWithLinks, type i257, logger, toBigInt };
|
package/dist/index.js
CHANGED
|
@@ -46,7 +46,6 @@ __export(index_exports, {
|
|
|
46
46
|
ERC20: () => ERC20,
|
|
47
47
|
EkuboCLVault: () => EkuboCLVault,
|
|
48
48
|
EkuboCLVaultStrategies: () => EkuboCLVaultStrategies,
|
|
49
|
-
EkuboPricer: () => EkuboPricer,
|
|
50
49
|
EkuboQuoter: () => EkuboQuoter,
|
|
51
50
|
FatalError: () => FatalError,
|
|
52
51
|
FlowChartColors: () => FlowChartColors,
|
|
@@ -33288,7 +33287,6 @@ var deployer_default = Deployer;
|
|
|
33288
33287
|
ERC20,
|
|
33289
33288
|
EkuboCLVault,
|
|
33290
33289
|
EkuboCLVaultStrategies,
|
|
33291
|
-
EkuboPricer,
|
|
33292
33290
|
EkuboQuoter,
|
|
33293
33291
|
FatalError,
|
|
33294
33292
|
FlowChartColors,
|
package/dist/index.mjs
CHANGED
|
@@ -33171,7 +33171,6 @@ export {
|
|
|
33171
33171
|
ERC20,
|
|
33172
33172
|
EkuboCLVault,
|
|
33173
33173
|
EkuboCLVaultStrategies,
|
|
33174
|
-
EkuboPricer,
|
|
33175
33174
|
EkuboQuoter,
|
|
33176
33175
|
FatalError,
|
|
33177
33176
|
FlowChartColors,
|
package/package.json
CHANGED