@defisaver/tokens 1.7.26 → 1.7.28-dev-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
@@ -239,6 +239,7 @@ const yBOLD = "0x9F4330700a36B29952869fac9b33f45EEdd8A3d8";
239
239
  const ysyYBOLD = "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
240
240
  const mUSDAddress = "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
241
241
  const USDGAddress = "0xe343167631d89B6Ffc58B88d6b7fB0228795491D";
242
+ const frxUSDAddress = "0xCAcd6fd266aF91b8AeD52aCCc382b4e165586E29";
242
243
  exports.assetProto = {
243
244
  symbol: '?',
244
245
  feedAvailability: {},
@@ -1205,6 +1206,9 @@ exports.assets = [
1205
1206
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe July', name: 'PT Ethena sUSDe July', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1753920000, addresses: {
1206
1207
  1: '0x3b3fB9C57858EF816833dC91565EFcd85D96f634',
1207
1208
  } }),
1209
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe June', name: 'PT Ethena sUSDe June 2026', underlyingAsset: 'sUSDe', feedAvailability: { 9745: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1781740800, addresses: {
1210
+ 9745: '0x30559e3d35e33ab69399a3fe9f383d32bd3c016e',
1211
+ } }),
1208
1212
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USDtb', feedAvailability: { 1: true }, name: 'USDtb', decimals: 18, nativeChainId: 1, isStable: true, exchange: true, addresses: {
1209
1213
  1: '0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
1210
1214
  8453: '0xc708B6887DB46005dA033501f8aeBee72d191a5d',
@@ -1343,4 +1347,7 @@ exports.assets = [
1343
1347
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'AERO', name: 'Aerodrome', exchange: true, decimals: 18, addresses: {
1344
1348
  8453: '0x940181a94A35A4569E4529A3CDfB74e38FD98631',
1345
1349
  }, isStable: false }),
1350
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'frxUSD', name: 'Frax USD', exchange: true, decimals: 18, addresses: {
1351
+ 1: frxUSDAddress,
1352
+ }, isStable: true }),
1346
1353
  ];
package/esm/assets.js CHANGED
@@ -236,6 +236,7 @@ const yBOLD = "0x9F4330700a36B29952869fac9b33f45EEdd8A3d8";
236
236
  const ysyYBOLD = "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
237
237
  const mUSDAddress = "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
238
238
  const USDGAddress = "0xe343167631d89B6Ffc58B88d6b7fB0228795491D";
239
+ const frxUSDAddress = "0xCAcd6fd266aF91b8AeD52aCCc382b4e165586E29";
239
240
  export const assetProto = {
240
241
  symbol: '?',
241
242
  feedAvailability: {},
@@ -1202,6 +1203,9 @@ export const assets = [
1202
1203
  Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe July', name: 'PT Ethena sUSDe July', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1753920000, addresses: {
1203
1204
  1: '0x3b3fB9C57858EF816833dC91565EFcd85D96f634',
1204
1205
  } }),
1206
+ Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe June', name: 'PT Ethena sUSDe June 2026', underlyingAsset: 'sUSDe', feedAvailability: { 9745: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1781740800, addresses: {
1207
+ 9745: '0x30559e3d35e33ab69399a3fe9f383d32bd3c016e',
1208
+ } }),
1205
1209
  Object.assign(Object.assign({}, assetProto), { symbol: 'USDtb', feedAvailability: { 1: true }, name: 'USDtb', decimals: 18, nativeChainId: 1, isStable: true, exchange: true, addresses: {
1206
1210
  1: '0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
1207
1211
  8453: '0xc708B6887DB46005dA033501f8aeBee72d191a5d',
@@ -1340,4 +1344,7 @@ export const assets = [
1340
1344
  Object.assign(Object.assign({}, assetProto), { symbol: 'AERO', name: 'Aerodrome', exchange: true, decimals: 18, addresses: {
1341
1345
  8453: '0x940181a94A35A4569E4529A3CDfB74e38FD98631',
1342
1346
  }, isStable: false }),
1347
+ Object.assign(Object.assign({}, assetProto), { symbol: 'frxUSD', name: 'Frax USD', exchange: true, decimals: 18, addresses: {
1348
+ 1: frxUSDAddress,
1349
+ }, isStable: true }),
1343
1350
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.26",
3
+ "version": "1.7.28-dev-dev",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -238,6 +238,7 @@ const yBOLD = "0x9F4330700a36B29952869fac9b33f45EEdd8A3d8";
238
238
  const ysyYBOLD = "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
239
239
  const mUSDAddress = "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
240
240
  const USDGAddress = "0xe343167631d89B6Ffc58B88d6b7fB0228795491D";
241
+ const frxUSDAddress = "0xCAcd6fd266aF91b8AeD52aCCc382b4e165586E29";
241
242
 
242
243
 
243
244
  export const assetProto: AssetDataBase = {
@@ -3370,6 +3371,22 @@ export const assets: AssetDataBase[] = [
3370
3371
  1: '0x3b3fB9C57858EF816833dC91565EFcd85D96f634',
3371
3372
  }
3372
3373
  },
3374
+ {
3375
+ ...assetProto,
3376
+ symbol: 'PT sUSDe June',
3377
+ name: 'PT Ethena sUSDe June 2026',
3378
+ underlyingAsset: 'sUSDe',
3379
+ feedAvailability: { 9745: true },
3380
+ decimals: 18,
3381
+ nativeChainId: 1,
3382
+ isStable: true,
3383
+ isPendle: true,
3384
+ exchange: true,
3385
+ expiryTimestamp: 1781740800,
3386
+ addresses: {
3387
+ 9745: '0x30559e3d35e33ab69399a3fe9f383d32bd3c016e',
3388
+ }
3389
+ },
3373
3390
  {
3374
3391
  ...assetProto,
3375
3392
  symbol: 'USDtb',
@@ -3952,4 +3969,15 @@ export const assets: AssetDataBase[] = [
3952
3969
  },
3953
3970
  isStable: false,
3954
3971
  },
3972
+ {
3973
+ ...assetProto,
3974
+ symbol: 'frxUSD',
3975
+ name: 'Frax USD',
3976
+ exchange: true,
3977
+ decimals: 18,
3978
+ addresses: {
3979
+ 1: frxUSDAddress,
3980
+ },
3981
+ isStable: true,
3982
+ },
3955
3983
  ];