@defisaver/tokens 1.7.17 → 1.7.19-pt-apr-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
@@ -238,6 +238,7 @@ const sBOLD = "0x50Bd66D59911F5e086Ec87aE43C811e0D059DD11";
238
238
  const yBOLD = "0x9F4330700a36B29952869fac9b33f45EEdd8A3d8";
239
239
  const ysyYBOLD = "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
240
240
  const mUSDAddress = "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
241
+ const USDGAddress = "0xe343167631d89B6Ffc58B88d6b7fB0228795491D";
241
242
  exports.assetProto = {
242
243
  symbol: '?',
243
244
  feedAvailability: {},
@@ -1276,6 +1277,12 @@ exports.assets = [
1276
1277
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT USDe Feb', name: 'PT Ethena USDe February 2026', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1770249600, addresses: {
1277
1278
  1: '0x1F84a51296691320478c98b8d77f2Bbd17D34350',
1278
1279
  } }),
1280
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe Apr', name: 'PT Ethena sUSDE April 2026', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1770249600, addresses: {
1281
+ 9745: '0xab509448ad489e2E1341e25CC500f2596464Cc82',
1282
+ } }),
1283
+ 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: 1770249600, addresses: {
1284
+ 9745: '0x54Dc267be2839303ff1e323584A16e86CeC4Aa44',
1285
+ } }),
1279
1286
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'LINEA', name: 'Linea', feedAvailability: { 1: true, 59144: true }, decimals: 18, nativeChainId: 1, isStable: false, exchange: true, addresses: {
1280
1287
  1: '0x1789e0043623282D5DCc7F213d703C6D8BAfBB04',
1281
1288
  59144: '0x1789e0043623282d5dcc7f213d703c6d8bafbb04',
@@ -1307,4 +1314,7 @@ exports.assets = [
1307
1314
  1: mUSDAddress,
1308
1315
  59144: mUSDAddress,
1309
1316
  }, isStable: true }),
1317
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USDG', name: 'Global Dollar Network USDG', exchange: true, decimals: 6, addresses: {
1318
+ 1: USDGAddress,
1319
+ }, isStable: true }),
1310
1320
  ];
package/esm/assets.js CHANGED
@@ -235,6 +235,7 @@ const sBOLD = "0x50Bd66D59911F5e086Ec87aE43C811e0D059DD11";
235
235
  const yBOLD = "0x9F4330700a36B29952869fac9b33f45EEdd8A3d8";
236
236
  const ysyYBOLD = "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
237
237
  const mUSDAddress = "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
238
+ const USDGAddress = "0xe343167631d89B6Ffc58B88d6b7fB0228795491D";
238
239
  export const assetProto = {
239
240
  symbol: '?',
240
241
  feedAvailability: {},
@@ -1273,6 +1274,12 @@ export const assets = [
1273
1274
  Object.assign(Object.assign({}, assetProto), { symbol: 'PT USDe Feb', name: 'PT Ethena USDe February 2026', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1770249600, addresses: {
1274
1275
  1: '0x1F84a51296691320478c98b8d77f2Bbd17D34350',
1275
1276
  } }),
1277
+ Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe Apr', name: 'PT Ethena sUSDE April 2026', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1770249600, addresses: {
1278
+ 9745: '0xab509448ad489e2E1341e25CC500f2596464Cc82',
1279
+ } }),
1280
+ 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: 1770249600, addresses: {
1281
+ 9745: '0x54Dc267be2839303ff1e323584A16e86CeC4Aa44',
1282
+ } }),
1276
1283
  Object.assign(Object.assign({}, assetProto), { symbol: 'LINEA', name: 'Linea', feedAvailability: { 1: true, 59144: true }, decimals: 18, nativeChainId: 1, isStable: false, exchange: true, addresses: {
1277
1284
  1: '0x1789e0043623282D5DCc7F213d703C6D8BAfBB04',
1278
1285
  59144: '0x1789e0043623282d5dcc7f213d703c6d8bafbb04',
@@ -1304,4 +1311,7 @@ export const assets = [
1304
1311
  1: mUSDAddress,
1305
1312
  59144: mUSDAddress,
1306
1313
  }, isStable: true }),
1314
+ Object.assign(Object.assign({}, assetProto), { symbol: 'USDG', name: 'Global Dollar Network USDG', exchange: true, decimals: 6, addresses: {
1315
+ 1: USDGAddress,
1316
+ }, isStable: true }),
1307
1317
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.17",
3
+ "version": "1.7.19-pt-apr-dev",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -237,6 +237,7 @@ const sBOLD = "0x50Bd66D59911F5e086Ec87aE43C811e0D059DD11";
237
237
  const yBOLD = "0x9F4330700a36B29952869fac9b33f45EEdd8A3d8";
238
238
  const ysyYBOLD = "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
239
239
  const mUSDAddress = "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
240
+ const USDGAddress = "0xe343167631d89B6Ffc58B88d6b7fB0228795491D";
240
241
 
241
242
 
242
243
  export const assetProto: AssetDataBase = {
@@ -3696,6 +3697,38 @@ export const assets: AssetDataBase[] = [
3696
3697
  1: '0x1F84a51296691320478c98b8d77f2Bbd17D34350',
3697
3698
  }
3698
3699
  },
3700
+ {
3701
+ ...assetProto,
3702
+ symbol: 'PT sUSDe Apr',
3703
+ name: 'PT Ethena sUSDE April 2026',
3704
+ underlyingAsset: 'sUSDe',
3705
+ feedAvailability: { 1: true },
3706
+ decimals: 18,
3707
+ nativeChainId: 9745,
3708
+ isStable: true,
3709
+ isPendle: true,
3710
+ exchange: true,
3711
+ expiryTimestamp: 1770249600,
3712
+ addresses: {
3713
+ 9745: '0xab509448ad489e2E1341e25CC500f2596464Cc82',
3714
+ }
3715
+ },
3716
+ {
3717
+ ...assetProto,
3718
+ symbol: 'PT USDe Apr',
3719
+ name: 'PT Ethena USDe April 2026',
3720
+ underlyingAsset: 'USDe',
3721
+ feedAvailability: { 1: true },
3722
+ decimals: 18,
3723
+ nativeChainId: 9745,
3724
+ isStable: true,
3725
+ isPendle: true,
3726
+ exchange: true,
3727
+ expiryTimestamp: 1770249600,
3728
+ addresses: {
3729
+ 9745: '0x54Dc267be2839303ff1e323584A16e86CeC4Aa44',
3730
+ }
3731
+ },
3699
3732
  {
3700
3733
  ...assetProto,
3701
3734
  symbol: 'LINEA',
@@ -3795,4 +3828,15 @@ export const assets: AssetDataBase[] = [
3795
3828
  },
3796
3829
  isStable: true,
3797
3830
  },
3831
+ {
3832
+ ...assetProto,
3833
+ symbol: 'USDG',
3834
+ name: 'Global Dollar Network USDG',
3835
+ exchange: true,
3836
+ decimals: 6,
3837
+ addresses: {
3838
+ 1: USDGAddress,
3839
+ },
3840
+ isStable: true,
3841
+ },
3798
3842
  ];