@defisaver/tokens 1.7.22 → 1.7.23
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 +6 -0
- package/esm/assets.js +6 -0
- package/package.json +1 -1
- package/src/assets.ts +32 -0
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',
|
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',
|
package/package.json
CHANGED
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',
|