@pear-protocol/hyperliquid-sdk 0.0.60-beta-usdh-4 → 0.0.60-beta-usdh-5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7800,7 +7800,7 @@ const PearHyperliquidProvider = ({ children, apiBaseUrl = "https://hl-v2.pearpro
7800
7800
  const cleanedPerpMetas = [];
7801
7801
  // Process each market group (different collateral tokens)
7802
7802
  // Filter out vntl HIP-3 assets from being sent to frontend
7803
- const FILTERED_PREFIXES = ['vntl'];
7803
+ const FILTERED_PREFIXES = ['vntl', 'hyna'];
7804
7804
  res.data.forEach((item) => {
7805
7805
  // Convert numeric collateral token to human-readable name
7806
7806
  const collateralToken = item.collateralToken === 360 ? "USDH" : "USDC";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.0.60-beta-usdh-4",
3
+ "version": "0.0.60-beta-usdh-5",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",