@defisaver/tokens 1.7.24-dev-hyperliquid → 1.7.24-dev-hyperliquid-2

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/cjs/assets.js CHANGED
@@ -328,7 +328,7 @@ exports.assets = [
328
328
  8453: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
329
329
  42161: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
330
330
  59144: '0x176211869cA2b568f2A7D4EE941E073a821EE1ff',
331
- 999: '0x2000000000000000000000000000000000000000',
331
+ 999: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
332
332
  }, isStable: true }),
333
333
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USDC.e', feedAvailability: { 10: true, 42161: true }, name: 'USD Coin (Legacy Bridged)', decimals: 6, nativeChainId: 42161, exchange: true, addresses: {
334
334
  10: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
package/esm/assets.js CHANGED
@@ -325,7 +325,7 @@ export const assets = [
325
325
  8453: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
326
326
  42161: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
327
327
  59144: '0x176211869cA2b568f2A7D4EE941E073a821EE1ff',
328
- 999: '0x2000000000000000000000000000000000000000',
328
+ 999: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
329
329
  }, isStable: true }),
330
330
  Object.assign(Object.assign({}, assetProto), { symbol: 'USDC.e', feedAvailability: { 10: true, 42161: true }, name: 'USD Coin (Legacy Bridged)', decimals: 6, nativeChainId: 42161, exchange: true, addresses: {
331
331
  10: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.24-dev-hyperliquid",
3
+ "version": "1.7.24-dev-hyperliquid-2",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -480,7 +480,7 @@ export const assets: AssetDataBase[] = [
480
480
  8453: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
481
481
  42161: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
482
482
  59144: '0x176211869cA2b568f2A7D4EE941E073a821EE1ff',
483
- 999: '0x2000000000000000000000000000000000000000',
483
+ 999: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
484
484
  },
485
485
  isStable: true,
486
486
  },