@defisaver/tokens 1.7.23 → 1.7.24-strata-pt-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 +6 -0
- package/esm/assets.js +6 -0
- package/package.json +1 -1
- package/src/assets.ts +30 -0
package/cjs/assets.js
CHANGED
|
@@ -1290,6 +1290,12 @@ exports.assets = [
|
|
|
1290
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
1291
|
1: '0xAeBf0Bb9f57E89260d57f31AF34eB58657d96Ce0',
|
|
1292
1292
|
} }),
|
|
1293
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT srUSDe Apr', name: 'PT Strata srUSDe Apr 2026', underlyingAsset: 'srUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1775088000, addresses: {
|
|
1294
|
+
1: '0x9Bf45ab47747F4B4dD09B3C2c73953484b4eB375',
|
|
1295
|
+
} }),
|
|
1296
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'srUSDe', name: 'Strata Senior USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, exchange: true, is4626: true, addresses: {
|
|
1297
|
+
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1298
|
+
} }),
|
|
1293
1299
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'LINEA', name: 'Linea', feedAvailability: { 1: true, 59144: true }, decimals: 18, nativeChainId: 1, isStable: false, exchange: true, addresses: {
|
|
1294
1300
|
1: '0x1789e0043623282D5DCc7F213d703C6D8BAfBB04',
|
|
1295
1301
|
59144: '0x1789e0043623282d5dcc7f213d703c6d8bafbb04',
|
package/esm/assets.js
CHANGED
|
@@ -1287,6 +1287,12 @@ export const assets = [
|
|
|
1287
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
1288
|
1: '0xAeBf0Bb9f57E89260d57f31AF34eB58657d96Ce0',
|
|
1289
1289
|
} }),
|
|
1290
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PT srUSDe Apr', name: 'PT Strata srUSDe Apr 2026', underlyingAsset: 'srUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1775088000, addresses: {
|
|
1291
|
+
1: '0x9Bf45ab47747F4B4dD09B3C2c73953484b4eB375',
|
|
1292
|
+
} }),
|
|
1293
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'srUSDe', name: 'Strata Senior USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, exchange: true, is4626: true, addresses: {
|
|
1294
|
+
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1295
|
+
} }),
|
|
1290
1296
|
Object.assign(Object.assign({}, assetProto), { symbol: 'LINEA', name: 'Linea', feedAvailability: { 1: true, 59144: true }, decimals: 18, nativeChainId: 1, isStable: false, exchange: true, addresses: {
|
|
1291
1297
|
1: '0x1789e0043623282D5DCc7F213d703C6D8BAfBB04',
|
|
1292
1298
|
59144: '0x1789e0043623282d5dcc7f213d703c6d8bafbb04',
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -3762,6 +3762,36 @@ export const assets: AssetDataBase[] = [
|
|
|
3762
3762
|
1: '0xAeBf0Bb9f57E89260d57f31AF34eB58657d96Ce0',
|
|
3763
3763
|
}
|
|
3764
3764
|
},
|
|
3765
|
+
{
|
|
3766
|
+
...assetProto,
|
|
3767
|
+
symbol: 'PT srUSDe Apr',
|
|
3768
|
+
name: 'PT Strata srUSDe Apr 2026',
|
|
3769
|
+
underlyingAsset: 'srUSDe',
|
|
3770
|
+
feedAvailability: { 1: true },
|
|
3771
|
+
decimals: 18,
|
|
3772
|
+
nativeChainId: 1,
|
|
3773
|
+
isStable: true,
|
|
3774
|
+
isPendle: true,
|
|
3775
|
+
exchange: true,
|
|
3776
|
+
expiryTimestamp: 1775088000,
|
|
3777
|
+
addresses: {
|
|
3778
|
+
1: '0x9Bf45ab47747F4B4dD09B3C2c73953484b4eB375',
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
...assetProto,
|
|
3783
|
+
symbol: 'srUSDe',
|
|
3784
|
+
name: 'Strata Senior USDe',
|
|
3785
|
+
feedAvailability: { 1: true },
|
|
3786
|
+
decimals: 18,
|
|
3787
|
+
nativeChainId: 1,
|
|
3788
|
+
isStable: true,
|
|
3789
|
+
exchange: true,
|
|
3790
|
+
is4626: true,
|
|
3791
|
+
addresses: {
|
|
3792
|
+
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
3793
|
+
}
|
|
3794
|
+
},
|
|
3765
3795
|
{
|
|
3766
3796
|
...assetProto,
|
|
3767
3797
|
symbol: 'LINEA',
|