@defisaver/tokens 1.7.0 → 1.7.2
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 +7 -0
- package/esm/assets.js +7 -0
- package/package.json +1 -1
- package/src/assets.ts +30 -0
package/cjs/assets.js
CHANGED
|
@@ -1247,4 +1247,11 @@ exports.assets = [
|
|
|
1247
1247
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe Nov', name: 'PT Ethena sUSDe November', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1764201600, addresses: {
|
|
1248
1248
|
1: '0xe6A934089BBEe34F832060CE98848359883749B3',
|
|
1249
1249
|
} }),
|
|
1250
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT USDe Nov', name: 'PT Ethena USDe November', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1764201600, addresses: {
|
|
1251
|
+
1: '0x62C6E813b9589C3631Ba0Cdb013acdB8544038B7',
|
|
1252
|
+
} }),
|
|
1253
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'LINEA', name: 'Linea', feedAvailability: { 1: true, 59144: true }, decimals: 18, nativeChainId: 1, isStable: false, exchange: true, addresses: {
|
|
1254
|
+
1: '0x1789e0043623282D5DCc7F213d703C6D8BAfBB04',
|
|
1255
|
+
59144: '0x1789e0043623282d5dcc7f213d703c6d8bafbb04',
|
|
1256
|
+
} }),
|
|
1250
1257
|
];
|
package/esm/assets.js
CHANGED
|
@@ -1244,4 +1244,11 @@ export const assets = [
|
|
|
1244
1244
|
Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe Nov', name: 'PT Ethena sUSDe November', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1764201600, addresses: {
|
|
1245
1245
|
1: '0xe6A934089BBEe34F832060CE98848359883749B3',
|
|
1246
1246
|
} }),
|
|
1247
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PT USDe Nov', name: 'PT Ethena USDe November', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1764201600, addresses: {
|
|
1248
|
+
1: '0x62C6E813b9589C3631Ba0Cdb013acdB8544038B7',
|
|
1249
|
+
} }),
|
|
1250
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'LINEA', name: 'Linea', feedAvailability: { 1: true, 59144: true }, decimals: 18, nativeChainId: 1, isStable: false, exchange: true, addresses: {
|
|
1251
|
+
1: '0x1789e0043623282D5DCc7F213d703C6D8BAfBB04',
|
|
1252
|
+
59144: '0x1789e0043623282d5dcc7f213d703c6d8bafbb04',
|
|
1253
|
+
} }),
|
|
1247
1254
|
];
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -3594,4 +3594,34 @@ export const assets: AssetDataBase[] = [
|
|
|
3594
3594
|
1: '0xe6A934089BBEe34F832060CE98848359883749B3',
|
|
3595
3595
|
}
|
|
3596
3596
|
},
|
|
3597
|
+
{
|
|
3598
|
+
...assetProto,
|
|
3599
|
+
symbol: 'PT USDe Nov',
|
|
3600
|
+
name: 'PT Ethena USDe November',
|
|
3601
|
+
underlyingAsset: 'USDe',
|
|
3602
|
+
feedAvailability: { 1: true },
|
|
3603
|
+
decimals: 18,
|
|
3604
|
+
nativeChainId: 1,
|
|
3605
|
+
isStable: true,
|
|
3606
|
+
isPendle: true,
|
|
3607
|
+
exchange: true,
|
|
3608
|
+
expiryTimestamp: 1764201600,
|
|
3609
|
+
addresses: {
|
|
3610
|
+
1: '0x62C6E813b9589C3631Ba0Cdb013acdB8544038B7',
|
|
3611
|
+
}
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
...assetProto,
|
|
3615
|
+
symbol: 'LINEA',
|
|
3616
|
+
name: 'Linea',
|
|
3617
|
+
feedAvailability: { 1: true, 59144: true },
|
|
3618
|
+
decimals: 18,
|
|
3619
|
+
nativeChainId: 1,
|
|
3620
|
+
isStable: false,
|
|
3621
|
+
exchange: true,
|
|
3622
|
+
addresses: {
|
|
3623
|
+
1: '0x1789e0043623282D5DCc7F213d703C6D8BAfBB04',
|
|
3624
|
+
59144: '0x1789e0043623282d5dcc7f213d703c6d8bafbb04',
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3597
3627
|
];
|