@defisaver/tokens 1.6.14 → 1.6.16
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 +5 -2
- package/esm/assets.js +5 -2
- package/package.json +1 -1
- package/src/assets.ts +18 -2
package/cjs/assets.js
CHANGED
|
@@ -1190,13 +1190,16 @@ exports.assets = [
|
|
|
1190
1190
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'aEthWETH', name: 'Aave Ethereum WETH', underlyingAsset: 'WETH', decimals: 18, nativeChainId: 1, exchange: false, addresses: {
|
|
1191
1191
|
1: '0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8'
|
|
1192
1192
|
} }),
|
|
1193
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'aEthUSDC', name: 'Aave Ethereum USDC', underlyingAsset: 'USDC', decimals:
|
|
1193
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'aEthUSDC', name: 'Aave Ethereum USDC', underlyingAsset: 'USDC', decimals: 6, nativeChainId: 1, exchange: false, addresses: {
|
|
1194
1194
|
1: '0x98C23E9d8f34FEFb1B7BD6a91B7FF122F4e16F5c'
|
|
1195
1195
|
} }),
|
|
1196
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'aEthUSDT', name: 'Aave Ethereum USDT', underlyingAsset: 'USDT', decimals:
|
|
1196
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'aEthUSDT', name: 'Aave Ethereum USDT', underlyingAsset: 'USDT', decimals: 6, nativeChainId: 1, exchange: false, addresses: {
|
|
1197
1197
|
1: '0x23878914EFE38d27C4D67Ab83ed1b93A74D4086a'
|
|
1198
1198
|
} }),
|
|
1199
1199
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'FBTC', name: 'Fire Bitcoin', decimals: 8, nativeChainId: 1, exchange: true, addresses: {
|
|
1200
1200
|
1: '0xC96dE26018A54D51c097160568752c4E3BD6C364'
|
|
1201
1201
|
} }),
|
|
1202
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe Sep', name: 'PT Ethena sUSDe September', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1758758400, addresses: {
|
|
1203
|
+
1: '0x9f56094c450763769ba0ea9fe2876070c0fd5f77',
|
|
1204
|
+
} }),
|
|
1202
1205
|
];
|
package/esm/assets.js
CHANGED
|
@@ -1187,13 +1187,16 @@ export const assets = [
|
|
|
1187
1187
|
Object.assign(Object.assign({}, assetProto), { symbol: 'aEthWETH', name: 'Aave Ethereum WETH', underlyingAsset: 'WETH', decimals: 18, nativeChainId: 1, exchange: false, addresses: {
|
|
1188
1188
|
1: '0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8'
|
|
1189
1189
|
} }),
|
|
1190
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'aEthUSDC', name: 'Aave Ethereum USDC', underlyingAsset: 'USDC', decimals:
|
|
1190
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aEthUSDC', name: 'Aave Ethereum USDC', underlyingAsset: 'USDC', decimals: 6, nativeChainId: 1, exchange: false, addresses: {
|
|
1191
1191
|
1: '0x98C23E9d8f34FEFb1B7BD6a91B7FF122F4e16F5c'
|
|
1192
1192
|
} }),
|
|
1193
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'aEthUSDT', name: 'Aave Ethereum USDT', underlyingAsset: 'USDT', decimals:
|
|
1193
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aEthUSDT', name: 'Aave Ethereum USDT', underlyingAsset: 'USDT', decimals: 6, nativeChainId: 1, exchange: false, addresses: {
|
|
1194
1194
|
1: '0x23878914EFE38d27C4D67Ab83ed1b93A74D4086a'
|
|
1195
1195
|
} }),
|
|
1196
1196
|
Object.assign(Object.assign({}, assetProto), { symbol: 'FBTC', name: 'Fire Bitcoin', decimals: 8, nativeChainId: 1, exchange: true, addresses: {
|
|
1197
1197
|
1: '0xC96dE26018A54D51c097160568752c4E3BD6C364'
|
|
1198
1198
|
} }),
|
|
1199
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe Sep', name: 'PT Ethena sUSDe September', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1758758400, addresses: {
|
|
1200
|
+
1: '0x9f56094c450763769ba0ea9fe2876070c0fd5f77',
|
|
1201
|
+
} }),
|
|
1199
1202
|
];
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -3404,7 +3404,7 @@ export const assets: AssetDataBase[] = [
|
|
|
3404
3404
|
symbol: 'aEthUSDC',
|
|
3405
3405
|
name: 'Aave Ethereum USDC',
|
|
3406
3406
|
underlyingAsset: 'USDC',
|
|
3407
|
-
decimals:
|
|
3407
|
+
decimals: 6,
|
|
3408
3408
|
nativeChainId: 1,
|
|
3409
3409
|
exchange: false,
|
|
3410
3410
|
addresses: {
|
|
@@ -3416,7 +3416,7 @@ export const assets: AssetDataBase[] = [
|
|
|
3416
3416
|
symbol: 'aEthUSDT',
|
|
3417
3417
|
name: 'Aave Ethereum USDT',
|
|
3418
3418
|
underlyingAsset: 'USDT',
|
|
3419
|
-
decimals:
|
|
3419
|
+
decimals: 6,
|
|
3420
3420
|
nativeChainId: 1,
|
|
3421
3421
|
exchange: false,
|
|
3422
3422
|
addresses: {
|
|
@@ -3434,4 +3434,20 @@ export const assets: AssetDataBase[] = [
|
|
|
3434
3434
|
1: '0xC96dE26018A54D51c097160568752c4E3BD6C364'
|
|
3435
3435
|
}
|
|
3436
3436
|
},
|
|
3437
|
+
{
|
|
3438
|
+
...assetProto,
|
|
3439
|
+
symbol: 'PT sUSDe Sep',
|
|
3440
|
+
name: 'PT Ethena sUSDe September',
|
|
3441
|
+
underlyingAsset: 'sUSDe',
|
|
3442
|
+
feedAvailability: { 1: true },
|
|
3443
|
+
decimals: 18,
|
|
3444
|
+
nativeChainId: 1,
|
|
3445
|
+
isStable: true,
|
|
3446
|
+
isPendle: true,
|
|
3447
|
+
exchange: true,
|
|
3448
|
+
expiryTimestamp: 1758758400,
|
|
3449
|
+
addresses: {
|
|
3450
|
+
1: '0x9f56094c450763769ba0ea9fe2876070c0fd5f77',
|
|
3451
|
+
}
|
|
3452
|
+
},
|
|
3437
3453
|
];
|