@defisaver/tokens 1.7.21 → 1.7.23-pt-may-dev

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
@@ -1284,6 +1284,12 @@ exports.assets = [
1284
1284
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT USDe Apr', name: 'PT Ethena USDe April 2026', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1775692800, addresses: {
1285
1285
  9745: '0x54Dc267be2839303ff1e323584A16e86CeC4Aa44',
1286
1286
  } }),
1287
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe May', name: 'PT Ethena sUSDE May 2026', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1778112000, addresses: {
1288
+ 1: '0x3de0ff76E8b528C092d47b9DaC775931cef80F49',
1289
+ } }),
1290
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT USDe May', name: 'PT Ethena USDe May 2026', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1778112000, addresses: {
1291
+ 1: '0xAeBf0Bb9f57E89260d57f31AF34eB58657d96Ce0',
1292
+ } }),
1287
1293
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'LINEA', name: 'Linea', feedAvailability: { 1: true, 59144: true }, decimals: 18, nativeChainId: 1, isStable: false, exchange: true, addresses: {
1288
1294
  1: '0x1789e0043623282D5DCc7F213d703C6D8BAfBB04',
1289
1295
  59144: '0x1789e0043623282d5dcc7f213d703c6d8bafbb04',
@@ -1318,4 +1324,7 @@ exports.assets = [
1318
1324
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USDG', name: 'Global Dollar Network USDG', exchange: true, decimals: 6, addresses: {
1319
1325
  1: USDGAddress,
1320
1326
  }, isStable: true }),
1327
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'AERO', name: 'Aerodrome', exchange: true, decimals: 18, addresses: {
1328
+ 8453: '0x940181a94A35A4569E4529A3CDfB74e38FD98631',
1329
+ }, isStable: false }),
1321
1330
  ];
package/esm/assets.js CHANGED
@@ -1281,6 +1281,12 @@ export const assets = [
1281
1281
  Object.assign(Object.assign({}, assetProto), { symbol: 'PT USDe Apr', name: 'PT Ethena USDe April 2026', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1775692800, addresses: {
1282
1282
  9745: '0x54Dc267be2839303ff1e323584A16e86CeC4Aa44',
1283
1283
  } }),
1284
+ Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe May', name: 'PT Ethena sUSDE May 2026', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1778112000, addresses: {
1285
+ 1: '0x3de0ff76E8b528C092d47b9DaC775931cef80F49',
1286
+ } }),
1287
+ Object.assign(Object.assign({}, assetProto), { symbol: 'PT USDe May', name: 'PT Ethena USDe May 2026', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1778112000, addresses: {
1288
+ 1: '0xAeBf0Bb9f57E89260d57f31AF34eB58657d96Ce0',
1289
+ } }),
1284
1290
  Object.assign(Object.assign({}, assetProto), { symbol: 'LINEA', name: 'Linea', feedAvailability: { 1: true, 59144: true }, decimals: 18, nativeChainId: 1, isStable: false, exchange: true, addresses: {
1285
1291
  1: '0x1789e0043623282D5DCc7F213d703C6D8BAfBB04',
1286
1292
  59144: '0x1789e0043623282d5dcc7f213d703c6d8bafbb04',
@@ -1315,4 +1321,7 @@ export const assets = [
1315
1321
  Object.assign(Object.assign({}, assetProto), { symbol: 'USDG', name: 'Global Dollar Network USDG', exchange: true, decimals: 6, addresses: {
1316
1322
  1: USDGAddress,
1317
1323
  }, isStable: true }),
1324
+ Object.assign(Object.assign({}, assetProto), { symbol: 'AERO', name: 'Aerodrome', exchange: true, decimals: 18, addresses: {
1325
+ 8453: '0x940181a94A35A4569E4529A3CDfB74e38FD98631',
1326
+ }, isStable: false }),
1318
1327
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.21",
3
+ "version": "1.7.23-pt-may-dev",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -3730,6 +3730,38 @@ export const assets: AssetDataBase[] = [
3730
3730
  9745: '0x54Dc267be2839303ff1e323584A16e86CeC4Aa44',
3731
3731
  }
3732
3732
  },
3733
+ {
3734
+ ...assetProto,
3735
+ symbol: 'PT sUSDe May',
3736
+ name: 'PT Ethena sUSDE May 2026',
3737
+ underlyingAsset: 'sUSDe',
3738
+ feedAvailability: { 1: true },
3739
+ decimals: 18,
3740
+ nativeChainId: 1,
3741
+ isStable: true,
3742
+ isPendle: true,
3743
+ exchange: true,
3744
+ expiryTimestamp: 1778112000,
3745
+ addresses: {
3746
+ 1: '0x3de0ff76E8b528C092d47b9DaC775931cef80F49',
3747
+ }
3748
+ },
3749
+ {
3750
+ ...assetProto,
3751
+ symbol: 'PT USDe May',
3752
+ name: 'PT Ethena USDe May 2026',
3753
+ underlyingAsset: 'USDe',
3754
+ feedAvailability: { 1: true },
3755
+ decimals: 18,
3756
+ nativeChainId: 1,
3757
+ isStable: true,
3758
+ isPendle: true,
3759
+ exchange: true,
3760
+ expiryTimestamp: 1778112000,
3761
+ addresses: {
3762
+ 1: '0xAeBf0Bb9f57E89260d57f31AF34eB58657d96Ce0',
3763
+ }
3764
+ },
3733
3765
  {
3734
3766
  ...assetProto,
3735
3767
  symbol: 'LINEA',
@@ -3840,4 +3872,15 @@ export const assets: AssetDataBase[] = [
3840
3872
  },
3841
3873
  isStable: true,
3842
3874
  },
3875
+ {
3876
+ ...assetProto,
3877
+ symbol: 'AERO',
3878
+ name: 'Aerodrome',
3879
+ exchange: true,
3880
+ decimals: 18,
3881
+ addresses: {
3882
+ 8453: '0x940181a94A35A4569E4529A3CDfB74e38FD98631',
3883
+ },
3884
+ isStable: false,
3885
+ },
3843
3886
  ];