@metamask-previews/perps-controller 9.2.1-preview-9feca08d3 → 9.2.1-preview-9c0a7053d
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/CHANGELOG.md +21 -0
- package/dist/constants/hyperLiquidConfig.cjs +2 -18
- package/dist/constants/hyperLiquidConfig.cjs.map +1 -1
- package/dist/constants/hyperLiquidConfig.d.cts +0 -16
- package/dist/constants/hyperLiquidConfig.d.cts.map +1 -1
- package/dist/constants/hyperLiquidConfig.d.mts +0 -16
- package/dist/constants/hyperLiquidConfig.d.mts.map +1 -1
- package/dist/constants/hyperLiquidConfig.mjs +0 -16
- package/dist/constants/hyperLiquidConfig.mjs.map +1 -1
- package/dist/index.cjs +4 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/perpsErrorCodes.cjs +2 -0
- package/dist/perpsErrorCodes.cjs.map +1 -1
- package/dist/perpsErrorCodes.d.cts +1 -0
- package/dist/perpsErrorCodes.d.cts.map +1 -1
- package/dist/perpsErrorCodes.d.mts +1 -0
- package/dist/perpsErrorCodes.d.mts.map +1 -1
- package/dist/perpsErrorCodes.mjs +2 -0
- package/dist/perpsErrorCodes.mjs.map +1 -1
- package/dist/providers/HyperLiquidProvider.cjs +39 -290
- package/dist/providers/HyperLiquidProvider.cjs.map +1 -1
- package/dist/providers/HyperLiquidProvider.d.cts.map +1 -1
- package/dist/providers/HyperLiquidProvider.d.mts.map +1 -1
- package/dist/providers/HyperLiquidProvider.mjs +40 -291
- package/dist/providers/HyperLiquidProvider.mjs.map +1 -1
- package/dist/services/HyperLiquidSubscriptionService.cjs +115 -14
- package/dist/services/HyperLiquidSubscriptionService.cjs.map +1 -1
- package/dist/services/HyperLiquidSubscriptionService.d.cts.map +1 -1
- package/dist/services/HyperLiquidSubscriptionService.d.mts.map +1 -1
- package/dist/services/HyperLiquidSubscriptionService.mjs +115 -14
- package/dist/services/HyperLiquidSubscriptionService.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
10
10
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
11
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
12
|
};
|
|
13
|
-
var _HyperLiquidProvider_instances, _HyperLiquidProvider_deps, _HyperLiquidProvider_clientService, _HyperLiquidProvider_walletService, _HyperLiquidProvider_subscriptionService, _HyperLiquidProvider_symbolToAssetId, _HyperLiquidProvider_userFeeCache, _HyperLiquidProvider_maxLeverageCache, _HyperLiquidProvider_cachedMetaByDex, _HyperLiquidProvider_cachedMarketDataWithPrices, _HyperLiquidProvider_cachedSpotMeta, _HyperLiquidProvider_dexDiscoveryCache, _HyperLiquidProvider_referralCheckCache, _HyperLiquidProvider_builderFeeCheckCache, _HyperLiquidProvider_ensureReadyPromise, _HyperLiquidProvider_pendingBuilderFeeApprovals, _HyperLiquidProvider_compiledAllowlistPatterns, _HyperLiquidProvider_compiledBlocklistPatterns, _HyperLiquidProvider_userFeeDiscountBips, _HyperLiquidProvider_hip3Enabled, _HyperLiquidProvider_allowlistMarkets, _HyperLiquidProvider_blocklistMarkets, _HyperLiquidProvider_useUnifiedAccount, _HyperLiquidProvider_dexDiscoveryComplete, _HyperLiquidProvider_unifiedAccountSetupNeedsRetry, _HyperLiquidProvider_pendingValidatedDexsPromise, _HyperLiquidProvider_cachedUsdcTokenId, _HyperLiquidProvider_errorMappings, _HyperLiquidProvider_clientsInitialized, _HyperLiquidProvider_initializationPromise, _HyperLiquidProvider_messenger, _HyperLiquidProvider_builderAddressTestnet, _HyperLiquidProvider_builderAddressMainnet, _HyperLiquidProvider_priceDeviationLimit, _HyperLiquidProvider_compilePatternsSafely, _HyperLiquidProvider_ensureClientsInitialized, _HyperLiquidProvider_isWalletOnHyperliquid, _HyperLiquidProvider_ensureUnifiedAccountEnabled, _HyperLiquidProvider_ensureReady, _HyperLiquidProvider_tradingSetupPromise, _HyperLiquidProvider_tradingSetupComplete, _HyperLiquidProvider_ensureReadyForTrading, _HyperLiquidProvider_getOrFetchPrice, _HyperLiquidProvider_filterFills, _HyperLiquidProvider_getAllAvailableDexs, _HyperLiquidProvider_getValidatedDexs, _HyperLiquidProvider_fetchValidatedDexsInternal, _HyperLiquidProvider_getCachedMeta, _HyperLiquidProvider_backfillAssetMapForDex, _HyperLiquidProvider_getAssetIdWithRepair, _HyperLiquidProvider_getCachedSpotMeta, _HyperLiquidProvider_getCachedPerpDexs, _HyperLiquidProvider_calculateHip3FeeMultiplier, _HyperLiquidProvider_getCacheKey, _HyperLiquidProvider_fetchMarketsForDex, _HyperLiquidProvider_getUsdcTokenId,
|
|
13
|
+
var _HyperLiquidProvider_instances, _HyperLiquidProvider_deps, _HyperLiquidProvider_clientService, _HyperLiquidProvider_walletService, _HyperLiquidProvider_subscriptionService, _HyperLiquidProvider_symbolToAssetId, _HyperLiquidProvider_userFeeCache, _HyperLiquidProvider_maxLeverageCache, _HyperLiquidProvider_cachedMetaByDex, _HyperLiquidProvider_cachedMarketDataWithPrices, _HyperLiquidProvider_cachedSpotMeta, _HyperLiquidProvider_dexDiscoveryCache, _HyperLiquidProvider_referralCheckCache, _HyperLiquidProvider_builderFeeCheckCache, _HyperLiquidProvider_ensureReadyPromise, _HyperLiquidProvider_pendingBuilderFeeApprovals, _HyperLiquidProvider_compiledAllowlistPatterns, _HyperLiquidProvider_compiledBlocklistPatterns, _HyperLiquidProvider_userFeeDiscountBips, _HyperLiquidProvider_hip3Enabled, _HyperLiquidProvider_allowlistMarkets, _HyperLiquidProvider_blocklistMarkets, _HyperLiquidProvider_useUnifiedAccount, _HyperLiquidProvider_dexDiscoveryComplete, _HyperLiquidProvider_unifiedAccountSetupNeedsRetry, _HyperLiquidProvider_pendingValidatedDexsPromise, _HyperLiquidProvider_cachedUsdcTokenId, _HyperLiquidProvider_errorMappings, _HyperLiquidProvider_clientsInitialized, _HyperLiquidProvider_initializationPromise, _HyperLiquidProvider_messenger, _HyperLiquidProvider_builderAddressTestnet, _HyperLiquidProvider_builderAddressMainnet, _HyperLiquidProvider_priceDeviationLimit, _HyperLiquidProvider_compilePatternsSafely, _HyperLiquidProvider_ensureClientsInitialized, _HyperLiquidProvider_isWalletOnHyperliquid, _HyperLiquidProvider_ensureUnifiedAccountEnabled, _HyperLiquidProvider_ensureReady, _HyperLiquidProvider_tradingSetupPromise, _HyperLiquidProvider_tradingSetupComplete, _HyperLiquidProvider_ensureReadyForTrading, _HyperLiquidProvider_getOrFetchPrice, _HyperLiquidProvider_filterFills, _HyperLiquidProvider_getAllAvailableDexs, _HyperLiquidProvider_getValidatedDexs, _HyperLiquidProvider_fetchValidatedDexsInternal, _HyperLiquidProvider_getCachedMeta, _HyperLiquidProvider_backfillAssetMapForDex, _HyperLiquidProvider_getAssetIdWithRepair, _HyperLiquidProvider_getCachedSpotMeta, _HyperLiquidProvider_getCachedPerpDexs, _HyperLiquidProvider_calculateHip3FeeMultiplier, _HyperLiquidProvider_getCacheKey, _HyperLiquidProvider_fetchMarketsForDex, _HyperLiquidProvider_getUsdcTokenId, _HyperLiquidProvider_isUsdcCollateralDex, _HyperLiquidProvider_buildAssetMapping, _HyperLiquidProvider_queryUserDataAcrossDexs, _HyperLiquidProvider_mapError, _HyperLiquidProvider_getErrorContext, _HyperLiquidProvider_checkBuilderFeeApproval, _HyperLiquidProvider_ensureBuilderFeeApproval, _HyperLiquidProvider_checkBuilderFeeStatus, _HyperLiquidProvider_getBalanceForDex, _HyperLiquidProvider_findSourceDexWithBalance, _HyperLiquidProvider_autoTransferForHip3Order, _HyperLiquidProvider_autoTransferBackAfterClose, _HyperLiquidProvider_calculateHip3RequiredMargin, _HyperLiquidProvider_handleHip3PostOrderRebalance, _HyperLiquidProvider_handleHip3OrderRollback, _HyperLiquidProvider_validateOrderBeforePlacement, _HyperLiquidProvider_getAssetInfo, _HyperLiquidProvider_prepareAssetForTrading, _HyperLiquidProvider_handleHip3PreOrder, _HyperLiquidProvider_submitOrderWithRollback, _HyperLiquidProvider_handleOrderError, _HyperLiquidProvider_getStandaloneValidatedDexs, _HyperLiquidProvider_getAllMids, _HyperLiquidProvider_fetchSingleDexFresh, _HyperLiquidProvider_mergeDexResultsInto, _HyperLiquidProvider_cacheFreshMarketDataSnapshot, _HyperLiquidProvider_getStaleMarketDataSnapshot, _HyperLiquidProvider_isFeeCacheValid, _HyperLiquidProvider_getBuilderAddress, _HyperLiquidProvider_getReferralCode, _HyperLiquidProvider_ensureReferralSet, _HyperLiquidProvider_isReferralCodeReady, _HyperLiquidProvider_checkReferralSet, _HyperLiquidProvider_setReferralCode;
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.HyperLiquidProvider = void 0;
|
|
16
16
|
const utils_1 = require("@metamask/utils");
|
|
@@ -77,7 +77,7 @@ class HyperLiquidProvider {
|
|
|
77
77
|
_HyperLiquidProvider_cachedMetaByDex.set(this, new Map());
|
|
78
78
|
// Last known-good market list for stale fallback when every enabled DEX fails in one fetch window.
|
|
79
79
|
_HyperLiquidProvider_cachedMarketDataWithPrices.set(this, null);
|
|
80
|
-
// Session cache for spot metadata (contains
|
|
80
|
+
// Session cache for spot metadata (contains token info for HIP-3 collateral checks)
|
|
81
81
|
// Pre-fetched in ensureReadyForTrading() to avoid API failures during order placement
|
|
82
82
|
_HyperLiquidProvider_cachedSpotMeta.set(this, null);
|
|
83
83
|
// Unified DEX discovery cache — single source of truth for all perpDexs() derivatives.
|
|
@@ -4237,7 +4237,7 @@ async function _HyperLiquidProvider_ensureReady() {
|
|
|
4237
4237
|
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('[ensureReadyForTrading] Starting trading setup (may require signatures)');
|
|
4238
4238
|
__classPrivateFieldSet(this, _HyperLiquidProvider_tradingSetupPromise, (async () => {
|
|
4239
4239
|
// Pre-fetch spotMeta for HIP-3 operations (non-blocking if it fails)
|
|
4240
|
-
// This ensures token info (USDC
|
|
4240
|
+
// This ensures token info (e.g. USDC token index) is available during order placement
|
|
4241
4241
|
if (__classPrivateFieldGet(this, _HyperLiquidProvider_hip3Enabled, "f")) {
|
|
4242
4242
|
try {
|
|
4243
4243
|
await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_getCachedSpotMeta).call(this);
|
|
@@ -4577,7 +4577,7 @@ async function _HyperLiquidProvider_getAssetIdWithRepair(params) {
|
|
|
4577
4577
|
}, _HyperLiquidProvider_getCachedSpotMeta =
|
|
4578
4578
|
/**
|
|
4579
4579
|
* Fetch spot metadata with session-based caching
|
|
4580
|
-
* Contains token info (USDC
|
|
4580
|
+
* Contains token info (e.g. USDC token index) needed for HIP-3 collateral checks
|
|
4581
4581
|
* Pre-fetched in ensureReadyForTrading() to ensure availability during order placement
|
|
4582
4582
|
*
|
|
4583
4583
|
* @returns SpotMetaResponse with tokens and universe data
|
|
@@ -4714,6 +4714,14 @@ async function _HyperLiquidProvider_fetchMarketsForDex(params) {
|
|
|
4714
4714
|
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log(`HyperLiquidProvider: Invalid universe data for DEX ${dex ?? 'main'}`);
|
|
4715
4715
|
return [];
|
|
4716
4716
|
}
|
|
4717
|
+
// TAT-3304: Following the USDH sunset, only USDC-collateral HIP-3 DEXs
|
|
4718
|
+
// are supported for trading. Gate non-USDC-collateral DEXs out of market
|
|
4719
|
+
// discovery entirely (regardless of skipFilters) so their markets can
|
|
4720
|
+
// never be surfaced to trade, even via an allowlist entry naming the DEX.
|
|
4721
|
+
if (dex !== null && !(await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_isUsdcCollateralDex).call(this, dex))) {
|
|
4722
|
+
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Filtering out non-USDC-collateral HIP-3 DEX from market discovery', { dex });
|
|
4723
|
+
return [];
|
|
4724
|
+
}
|
|
4717
4725
|
// Transform to MarketInfo format
|
|
4718
4726
|
const markets = meta.universe.map((asset) => (0, hyperLiquidAdapter_1.adaptMarketFromSDK)(asset));
|
|
4719
4727
|
// Apply HIP-3 filtering on-demand (cheap array operation)
|
|
@@ -4750,288 +4758,36 @@ async function _HyperLiquidProvider_getUsdcTokenId() {
|
|
|
4750
4758
|
tokenId: __classPrivateFieldGet(this, _HyperLiquidProvider_cachedUsdcTokenId, "f"),
|
|
4751
4759
|
});
|
|
4752
4760
|
return __classPrivateFieldGet(this, _HyperLiquidProvider_cachedUsdcTokenId, "f");
|
|
4753
|
-
},
|
|
4761
|
+
}, _HyperLiquidProvider_isUsdcCollateralDex =
|
|
4754
4762
|
/**
|
|
4755
|
-
* Check if a HIP-3 DEX uses
|
|
4756
|
-
*
|
|
4763
|
+
* Check if a HIP-3 DEX uses USDC as its collateral token
|
|
4764
|
+
*
|
|
4765
|
+
* TAT-3304: Following the USDH sunset, only USDC-collateral DEXs are
|
|
4766
|
+
* supported for trading. This gate filters non-USDC-collateral DEXs
|
|
4767
|
+
* (e.g. the now-sunset USDH) out of market discovery and blocks order
|
|
4768
|
+
* placement, replacing the previous USDH-specific auto-swap path.
|
|
4769
|
+
*
|
|
4770
|
+
* Fails open (treated as USDC) when the collateral token index can't be
|
|
4771
|
+
* resolved against spot metadata, so an unexpected/incomplete metadata
|
|
4772
|
+
* shape doesn't spuriously block an otherwise-valid market — only a DEX
|
|
4773
|
+
* whose collateral token positively resolves to something other than
|
|
4774
|
+
* USDC is gated.
|
|
4757
4775
|
*
|
|
4758
4776
|
* @param dexName - The DEX identifier (empty string for main DEX).
|
|
4759
4777
|
* @returns A promise that resolves to the boolean result.
|
|
4760
4778
|
*/
|
|
4761
|
-
async function
|
|
4779
|
+
async function _HyperLiquidProvider_isUsdcCollateralDex(dexName) {
|
|
4762
4780
|
const meta = await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_getCachedMeta).call(this, { dexName });
|
|
4763
4781
|
const spotMeta = await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_getCachedSpotMeta).call(this);
|
|
4764
4782
|
const collateralToken = spotMeta.tokens.find((tok) => tok.index === meta.collateralToken);
|
|
4765
|
-
const
|
|
4783
|
+
const isUsdc = !collateralToken || collateralToken.name === hyperLiquidConfig_1.USDC_SYMBOL;
|
|
4766
4784
|
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Checked DEX collateral type', {
|
|
4767
4785
|
dexName,
|
|
4768
4786
|
collateralTokenIndex: meta.collateralToken,
|
|
4769
4787
|
collateralTokenName: collateralToken?.name,
|
|
4770
|
-
|
|
4771
|
-
});
|
|
4772
|
-
return isUsdh;
|
|
4773
|
-
}, _HyperLiquidProvider_getSpotUsdhBalance =
|
|
4774
|
-
/**
|
|
4775
|
-
* Get user's USDH balance in spot wallet
|
|
4776
|
-
*
|
|
4777
|
-
* @returns A promise that resolves to the numeric result.
|
|
4778
|
-
*/
|
|
4779
|
-
async function _HyperLiquidProvider_getSpotUsdhBalance() {
|
|
4780
|
-
const infoClient = __classPrivateFieldGet(this, _HyperLiquidProvider_clientService, "f").getInfoClient();
|
|
4781
|
-
const userAddress = await __classPrivateFieldGet(this, _HyperLiquidProvider_walletService, "f").getUserAddressWithDefault();
|
|
4782
|
-
const spotState = await infoClient.spotClearinghouseState({
|
|
4783
|
-
user: userAddress,
|
|
4784
|
-
});
|
|
4785
|
-
const usdhBalance = spotState.balances.find((b) => b.coin === hyperLiquidConfig_1.USDH_CONFIG.TokenName);
|
|
4786
|
-
const balance = usdhBalance ? parseFloat(usdhBalance.total) : 0;
|
|
4787
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Spot USDH balance', {
|
|
4788
|
-
balance,
|
|
4789
|
-
userAddress,
|
|
4790
|
-
});
|
|
4791
|
-
return balance;
|
|
4792
|
-
}, _HyperLiquidProvider_getSpotUsdcBalance =
|
|
4793
|
-
/**
|
|
4794
|
-
* Get user's USDC balance in spot wallet
|
|
4795
|
-
* Required for USDH DEX orders - need USDC in spot to swap to USDH
|
|
4796
|
-
*
|
|
4797
|
-
* @returns A promise that resolves to the numeric result.
|
|
4798
|
-
*/
|
|
4799
|
-
async function _HyperLiquidProvider_getSpotUsdcBalance() {
|
|
4800
|
-
const infoClient = __classPrivateFieldGet(this, _HyperLiquidProvider_clientService, "f").getInfoClient();
|
|
4801
|
-
const userAddress = await __classPrivateFieldGet(this, _HyperLiquidProvider_walletService, "f").getUserAddressWithDefault();
|
|
4802
|
-
const spotState = await infoClient.spotClearinghouseState({
|
|
4803
|
-
user: userAddress,
|
|
4804
|
-
});
|
|
4805
|
-
const usdcBalance = spotState.balances.find((b) => b.coin === 'USDC');
|
|
4806
|
-
const balance = usdcBalance ? parseFloat(usdcBalance.total) : 0;
|
|
4807
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Spot USDC balance', {
|
|
4808
|
-
balance,
|
|
4809
|
-
userAddress,
|
|
4810
|
-
});
|
|
4811
|
-
return balance;
|
|
4812
|
-
}, _HyperLiquidProvider_transferUsdcToSpot =
|
|
4813
|
-
/**
|
|
4814
|
-
* Transfer USDC from main perps wallet to spot wallet
|
|
4815
|
-
* Required before swapping USDC→USDH for USDH DEX orders
|
|
4816
|
-
*
|
|
4817
|
-
* @param amount - The amount value.
|
|
4818
|
-
* @returns A promise that resolves to the result.
|
|
4819
|
-
*/
|
|
4820
|
-
async function _HyperLiquidProvider_transferUsdcToSpot(amount) {
|
|
4821
|
-
const exchangeClient = __classPrivateFieldGet(this, _HyperLiquidProvider_clientService, "f").getExchangeClient();
|
|
4822
|
-
const userAddress = await __classPrivateFieldGet(this, _HyperLiquidProvider_walletService, "f").getUserAddressWithDefault();
|
|
4823
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Transferring USDC to spot', {
|
|
4824
|
-
amount,
|
|
4825
|
-
userAddress,
|
|
4826
|
-
});
|
|
4827
|
-
try {
|
|
4828
|
-
const result = await exchangeClient.sendAsset({
|
|
4829
|
-
destination: userAddress,
|
|
4830
|
-
sourceDex: '', // Main perps DEX (empty string)
|
|
4831
|
-
destinationDex: 'spot',
|
|
4832
|
-
token: await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_getUsdcTokenId).call(this),
|
|
4833
|
-
amount: amount.toString(),
|
|
4834
|
-
});
|
|
4835
|
-
if (result.status === 'ok') {
|
|
4836
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: USDC transferred to spot', {
|
|
4837
|
-
amount,
|
|
4838
|
-
});
|
|
4839
|
-
return { success: true };
|
|
4840
|
-
}
|
|
4841
|
-
return { success: false, error: perpsErrorCodes_1.PERPS_ERROR_CODES.TRANSFER_FAILED };
|
|
4842
|
-
}
|
|
4843
|
-
catch (error) {
|
|
4844
|
-
const errorMsg = (0, errorUtils_1.ensureError)(error, 'HyperLiquidProvider.transferUSDCToPerps').message;
|
|
4845
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: USDC transfer to spot failed', {
|
|
4846
|
-
error: errorMsg,
|
|
4847
|
-
});
|
|
4848
|
-
return { success: false, error: errorMsg };
|
|
4849
|
-
}
|
|
4850
|
-
}, _HyperLiquidProvider_swapUsdcToUsdh =
|
|
4851
|
-
/**
|
|
4852
|
-
* Swap USDC to USDH on spot market
|
|
4853
|
-
* Returns the result of the swap including filled size
|
|
4854
|
-
*
|
|
4855
|
-
* @param amount - The amount value.
|
|
4856
|
-
* @returns A promise that resolves to the result.
|
|
4857
|
-
*/
|
|
4858
|
-
async function _HyperLiquidProvider_swapUsdcToUsdh(amount) {
|
|
4859
|
-
const spotMeta = await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_getCachedSpotMeta).call(this);
|
|
4860
|
-
// Find USDH and USDC tokens by name
|
|
4861
|
-
const usdhToken = spotMeta.tokens.find((tok) => tok.name === hyperLiquidConfig_1.USDH_CONFIG.TokenName);
|
|
4862
|
-
const usdcToken = spotMeta.tokens.find((tok) => tok.name === 'USDC');
|
|
4863
|
-
if (!usdhToken || !usdcToken) {
|
|
4864
|
-
return {
|
|
4865
|
-
success: false,
|
|
4866
|
-
error: perpsErrorCodes_1.PERPS_ERROR_CODES.SPOT_PAIR_NOT_FOUND,
|
|
4867
|
-
};
|
|
4868
|
-
}
|
|
4869
|
-
// Find USDH/USDC pair by token indices (NOT by name - name is @230)
|
|
4870
|
-
const usdhUsdcPair = spotMeta.universe.find((univ) => univ.tokens.includes(usdhToken.index) &&
|
|
4871
|
-
univ.tokens.includes(usdcToken.index));
|
|
4872
|
-
if (!usdhUsdcPair) {
|
|
4873
|
-
return { success: false, error: perpsErrorCodes_1.PERPS_ERROR_CODES.SPOT_PAIR_NOT_FOUND };
|
|
4874
|
-
}
|
|
4875
|
-
const spotAssetId = hyperLiquidConfig_1.SPOT_ASSET_ID_OFFSET + usdhUsdcPair.index;
|
|
4876
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Found USDH/USDC spot pair', {
|
|
4877
|
-
pairIndex: usdhUsdcPair.index,
|
|
4878
|
-
pairName: usdhUsdcPair.name,
|
|
4879
|
-
spotAssetId,
|
|
4880
|
-
usdhTokenIndex: usdhToken.index,
|
|
4881
|
-
usdcTokenIndex: usdcToken.index,
|
|
4882
|
-
});
|
|
4883
|
-
// Get current mid price
|
|
4884
|
-
const infoClient = __classPrivateFieldGet(this, _HyperLiquidProvider_clientService, "f").getInfoClient();
|
|
4885
|
-
const allMids = await infoClient.allMids();
|
|
4886
|
-
const pairKey = `@${usdhUsdcPair.index}`;
|
|
4887
|
-
const usdhPrice = parseFloat(allMids[pairKey] || '1');
|
|
4888
|
-
if (usdhPrice === 0) {
|
|
4889
|
-
return {
|
|
4890
|
-
success: false,
|
|
4891
|
-
error: perpsErrorCodes_1.PERPS_ERROR_CODES.PRICE_UNAVAILABLE,
|
|
4892
|
-
};
|
|
4893
|
-
}
|
|
4894
|
-
// Calculate order parameters
|
|
4895
|
-
// USDH is pegged 1:1 to USDC, add small slippage buffer
|
|
4896
|
-
const slippageMultiplier = 1 + hyperLiquidConfig_1.USDH_CONFIG.SwapSlippageBps / hyperLiquidConfig_1.BASIS_POINTS_DIVISOR;
|
|
4897
|
-
const maxPrice = usdhPrice * slippageMultiplier;
|
|
4898
|
-
// Size in USDH = amount / price (since we're buying USDH with USDC)
|
|
4899
|
-
let sizeInUsdh = amount / usdhPrice;
|
|
4900
|
-
// Format size according to HyperLiquid requirements
|
|
4901
|
-
let formattedSize = sizeInUsdh.toFixed(usdhToken.szDecimals);
|
|
4902
|
-
// CRITICAL: Ensure USDC cost meets $10 minimum after rounding
|
|
4903
|
-
// At price ~0.999995, buying 10.00 USDH costs 9.99995 USDC (under minimum)
|
|
4904
|
-
// Bump up by one increment if needed to meet minimum
|
|
4905
|
-
const minSpotOrderValue = hyperLiquidConfig_1.TRADING_DEFAULTS.amount.mainnet;
|
|
4906
|
-
const estimatedCost = parseFloat(formattedSize) * usdhPrice;
|
|
4907
|
-
if (estimatedCost < minSpotOrderValue) {
|
|
4908
|
-
const increment = Math.pow(10, -usdhToken.szDecimals); // 0.01 for szDecimals=2
|
|
4909
|
-
sizeInUsdh = parseFloat(formattedSize) + increment;
|
|
4910
|
-
formattedSize = sizeInUsdh.toFixed(usdhToken.szDecimals);
|
|
4911
|
-
}
|
|
4912
|
-
// Format price according to HyperLiquid requirements
|
|
4913
|
-
const formattedPrice = (0, hyperLiquidAdapter_1.formatHyperLiquidPrice)({
|
|
4914
|
-
price: maxPrice,
|
|
4915
|
-
szDecimals: usdhToken.szDecimals,
|
|
4916
|
-
});
|
|
4917
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Placing USDC→USDH swap order', {
|
|
4918
|
-
usdcAmount: amount,
|
|
4919
|
-
usdhPrice,
|
|
4920
|
-
maxPrice: formattedPrice,
|
|
4921
|
-
size: formattedSize,
|
|
4922
|
-
szDecimals: usdhToken.szDecimals,
|
|
4923
|
-
});
|
|
4924
|
-
try {
|
|
4925
|
-
const exchangeClient = __classPrivateFieldGet(this, _HyperLiquidProvider_clientService, "f").getExchangeClient();
|
|
4926
|
-
const result = await exchangeClient.order({
|
|
4927
|
-
orders: [
|
|
4928
|
-
{
|
|
4929
|
-
a: spotAssetId,
|
|
4930
|
-
b: true, // Buy USDH
|
|
4931
|
-
p: formattedPrice,
|
|
4932
|
-
s: formattedSize,
|
|
4933
|
-
r: false, // Not reduce-only
|
|
4934
|
-
t: { limit: { tif: 'Ioc' } }, // Immediate-or-cancel
|
|
4935
|
-
},
|
|
4936
|
-
],
|
|
4937
|
-
grouping: 'na',
|
|
4938
|
-
});
|
|
4939
|
-
if (result.status !== 'ok') {
|
|
4940
|
-
return {
|
|
4941
|
-
success: false,
|
|
4942
|
-
error: perpsErrorCodes_1.PERPS_ERROR_CODES.SWAP_FAILED,
|
|
4943
|
-
};
|
|
4944
|
-
}
|
|
4945
|
-
// Check order status
|
|
4946
|
-
const status = result.response?.data?.statuses?.[0];
|
|
4947
|
-
if (isStatusObject(status) && (0, utils_1.hasProperty)(status, 'error')) {
|
|
4948
|
-
return { success: false, error: String(status.error) };
|
|
4949
|
-
}
|
|
4950
|
-
// Note: `in` narrows the HyperLiquid SDK discriminated union to the
|
|
4951
|
-
// branch that has `filled`; `hasProperty` only narrows the key and
|
|
4952
|
-
// types `status.filled` as `unknown`, which loses access to `.totalSz`.
|
|
4953
|
-
/* eslint-disable no-restricted-syntax */
|
|
4954
|
-
const filledSize = isStatusObject(status) && 'filled' in status
|
|
4955
|
-
? parseFloat(status.filled?.totalSz ?? '0')
|
|
4956
|
-
: 0;
|
|
4957
|
-
/* eslint-enable no-restricted-syntax */
|
|
4958
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: USDC→USDH swap completed', {
|
|
4959
|
-
success: true,
|
|
4960
|
-
filledSize,
|
|
4961
|
-
requestedSize: formattedSize,
|
|
4962
|
-
});
|
|
4963
|
-
return { success: true, filledSize };
|
|
4964
|
-
}
|
|
4965
|
-
catch (error) {
|
|
4966
|
-
const errorMsg = (0, errorUtils_1.ensureError)(error, 'HyperLiquidProvider.swapUSDCToUSDH').message;
|
|
4967
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: USDC→USDH swap error', {
|
|
4968
|
-
error: errorMsg,
|
|
4969
|
-
});
|
|
4970
|
-
return { success: false, error: errorMsg };
|
|
4971
|
-
}
|
|
4972
|
-
}, _HyperLiquidProvider_ensureUsdhCollateralForOrder =
|
|
4973
|
-
/**
|
|
4974
|
-
* Ensure sufficient USDH collateral in spot for HIP-3 DEX order
|
|
4975
|
-
* If user lacks USDH, auto-swap from USDC
|
|
4976
|
-
*
|
|
4977
|
-
* @param dexName - The DEX identifier (empty string for main DEX).
|
|
4978
|
-
* @param requiredMargin - The required margin amount.
|
|
4979
|
-
*/
|
|
4980
|
-
async function _HyperLiquidProvider_ensureUsdhCollateralForOrder(dexName, requiredMargin) {
|
|
4981
|
-
const spotUsdhBalance = await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_getSpotUsdhBalance).call(this);
|
|
4982
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Checking USDH collateral', {
|
|
4983
|
-
dexName,
|
|
4984
|
-
requiredMargin,
|
|
4985
|
-
spotUsdhBalance,
|
|
4986
|
-
});
|
|
4987
|
-
if (spotUsdhBalance >= requiredMargin) {
|
|
4988
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Sufficient USDH in spot');
|
|
4989
|
-
return;
|
|
4990
|
-
}
|
|
4991
|
-
const shortfall = requiredMargin - spotUsdhBalance;
|
|
4992
|
-
// HyperLiquid spot has $10 minimum order value
|
|
4993
|
-
const minSpotOrderValue = hyperLiquidConfig_1.TRADING_DEFAULTS.amount.mainnet;
|
|
4994
|
-
// If user has some USDH already, we can swap just the shortfall (if >= $10)
|
|
4995
|
-
// If user has zero USDH, they need at least $10 for first swap
|
|
4996
|
-
const swapAmount = spotUsdhBalance > 0 && shortfall >= minSpotOrderValue
|
|
4997
|
-
? shortfall
|
|
4998
|
-
: Math.max(shortfall, minSpotOrderValue);
|
|
4999
|
-
// Step 1: Check spot USDC balance
|
|
5000
|
-
const spotUsdcBalance = await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_getSpotUsdcBalance).call(this);
|
|
5001
|
-
// Calculate total available USDC (spot + what we can transfer from perps)
|
|
5002
|
-
// For now, check if we have enough in spot first
|
|
5003
|
-
const totalUsdcNeeded = swapAmount - spotUsdcBalance;
|
|
5004
|
-
// Step 2: If insufficient USDC in spot, transfer from main perps
|
|
5005
|
-
if (spotUsdcBalance < swapAmount) {
|
|
5006
|
-
const transferAmount = totalUsdcNeeded;
|
|
5007
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Transferring USDC to spot for swap', {
|
|
5008
|
-
spotUsdcBalance,
|
|
5009
|
-
swapAmount,
|
|
5010
|
-
transferAmount,
|
|
5011
|
-
});
|
|
5012
|
-
const transferResult = await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_transferUsdcToSpot).call(this, transferAmount);
|
|
5013
|
-
if (!transferResult.success) {
|
|
5014
|
-
// Provide user-friendly error for insufficient funds
|
|
5015
|
-
if (transferResult.error?.includes('Insufficient balance')) {
|
|
5016
|
-
throw new Error(`Insufficient USDC balance. Need $${swapAmount.toFixed(2)} for USDH swap but transfer failed. Please deposit more USDC to your HyperLiquid account.`);
|
|
5017
|
-
}
|
|
5018
|
-
throw new Error(`Failed to transfer USDC to spot: ${transferResult.error}`);
|
|
5019
|
-
}
|
|
5020
|
-
}
|
|
5021
|
-
// Step 3: Swap USDC → USDH
|
|
5022
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Swapping USDC→USDH for collateral', {
|
|
5023
|
-
shortfall,
|
|
5024
|
-
swapAmount,
|
|
5025
|
-
minOrderValue: minSpotOrderValue,
|
|
5026
|
-
});
|
|
5027
|
-
const swapResult = await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_swapUsdcToUsdh).call(this, swapAmount);
|
|
5028
|
-
if (!swapResult.success) {
|
|
5029
|
-
throw new Error(`Failed to acquire USDH collateral for ${dexName}: ${swapResult.error}`);
|
|
5030
|
-
}
|
|
5031
|
-
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: USDH collateral acquired', {
|
|
5032
|
-
dexName,
|
|
5033
|
-
filledSize: swapResult.filledSize,
|
|
4788
|
+
isUsdc,
|
|
5034
4789
|
});
|
|
4790
|
+
return isUsdc;
|
|
5035
4791
|
}, _HyperLiquidProvider_buildAssetMapping =
|
|
5036
4792
|
/**
|
|
5037
4793
|
* Build asset ID mapping from market metadata
|
|
@@ -5851,26 +5607,19 @@ async function _HyperLiquidProvider_prepareAssetForTrading(params) {
|
|
|
5851
5607
|
*/
|
|
5852
5608
|
async function _HyperLiquidProvider_handleHip3PreOrder(params) {
|
|
5853
5609
|
const { dexName, symbol, orderPrice, positionSize, leverage, isBuy } = params;
|
|
5854
|
-
//
|
|
5855
|
-
//
|
|
5856
|
-
|
|
5857
|
-
|
|
5858
|
-
|
|
5610
|
+
// TAT-3304: Only USDC-collateral HIP-3 DEXs are supported for trading.
|
|
5611
|
+
// Following the USDH sunset, reject orders on any non-USDC-collateral
|
|
5612
|
+
// DEX here instead of attempting the (now-removed) USDH auto-swap path.
|
|
5613
|
+
// Market discovery (#fetchMarketsForDex) already filters such DEXs out,
|
|
5614
|
+
// so this is a defense-in-depth check against stale caches or a
|
|
5615
|
+
// misconfigured allowlist entry.
|
|
5616
|
+
const isUsdcDex = await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_isUsdcCollateralDex).call(this, dexName);
|
|
5617
|
+
if (!isUsdcDex) {
|
|
5618
|
+
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('HyperLiquidProvider: Rejecting order for non-USDC-collateral DEX', {
|
|
5859
5619
|
dexName,
|
|
5860
5620
|
symbol,
|
|
5861
5621
|
});
|
|
5862
|
-
|
|
5863
|
-
const requiredMargin = await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_calculateHip3RequiredMargin).call(this, {
|
|
5864
|
-
symbol,
|
|
5865
|
-
dexName,
|
|
5866
|
-
positionSize,
|
|
5867
|
-
orderPrice,
|
|
5868
|
-
leverage,
|
|
5869
|
-
isBuy,
|
|
5870
|
-
});
|
|
5871
|
-
await __classPrivateFieldGet(this, _HyperLiquidProvider_instances, "m", _HyperLiquidProvider_ensureUsdhCollateralForOrder).call(this, dexName, requiredMargin);
|
|
5872
|
-
// Unified Account will pull USDH from spot automatically
|
|
5873
|
-
return { transferInfo: null };
|
|
5622
|
+
throw new Error(perpsErrorCodes_1.PERPS_ERROR_CODES.UNSUPPORTED_COLLATERAL);
|
|
5874
5623
|
}
|
|
5875
5624
|
if (__classPrivateFieldGet(this, _HyperLiquidProvider_useUnifiedAccount, "f")) {
|
|
5876
5625
|
__classPrivateFieldGet(this, _HyperLiquidProvider_deps, "f").debugLogger.log('Using Unified Account (no manual transfer)', {
|