@defisaver/tokens 1.6.1 → 1.6.2-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 +7 -0
- package/cjs/types.d.ts +1 -0
- package/esm/assets.js +7 -0
- package/esm/types.d.ts +1 -0
- package/package.json +1 -1
- package/src/assets.ts +29 -0
- package/src/types.ts +1 -0
package/cjs/assets.js
CHANGED
|
@@ -250,6 +250,7 @@ exports.assetProto = {
|
|
|
250
250
|
aaveCollateral: false,
|
|
251
251
|
yearnCollateral: false,
|
|
252
252
|
isStable: false,
|
|
253
|
+
isPendle: false,
|
|
253
254
|
};
|
|
254
255
|
exports.assets = [
|
|
255
256
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'ETH', feedAvailability: { 1: true, 10: true, 8453: true, 42161: true }, name: 'Ether', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
|
|
@@ -1150,4 +1151,10 @@ exports.assets = [
|
|
|
1150
1151
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'RLUSD', name: 'Ripple USD', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, addresses: {
|
|
1151
1152
|
1: '0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD',
|
|
1152
1153
|
} }),
|
|
1154
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT eUSDe May', name: 'PT Ethereal eUSDE', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1155
|
+
1: '0x50D2C7992b802Eef16c04FeADAB310f31866a545',
|
|
1156
|
+
} }),
|
|
1157
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe July', name: 'PT Ethena sUSDE', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1158
|
+
1: '0x3b3fB9C57858EF816833dC91565EFcd85D96f634',
|
|
1159
|
+
} }),
|
|
1153
1160
|
];
|
package/cjs/types.d.ts
CHANGED
package/esm/assets.js
CHANGED
|
@@ -247,6 +247,7 @@ export const assetProto = {
|
|
|
247
247
|
aaveCollateral: false,
|
|
248
248
|
yearnCollateral: false,
|
|
249
249
|
isStable: false,
|
|
250
|
+
isPendle: false,
|
|
250
251
|
};
|
|
251
252
|
export const assets = [
|
|
252
253
|
Object.assign(Object.assign({}, assetProto), { symbol: 'ETH', feedAvailability: { 1: true, 10: true, 8453: true, 42161: true }, name: 'Ether', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
|
|
@@ -1147,4 +1148,10 @@ export const assets = [
|
|
|
1147
1148
|
Object.assign(Object.assign({}, assetProto), { symbol: 'RLUSD', name: 'Ripple USD', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, addresses: {
|
|
1148
1149
|
1: '0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD',
|
|
1149
1150
|
} }),
|
|
1151
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PT eUSDe May', name: 'PT Ethereal eUSDE', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1152
|
+
1: '0x50D2C7992b802Eef16c04FeADAB310f31866a545',
|
|
1153
|
+
} }),
|
|
1154
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe July', name: 'PT Ethena sUSDE', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1155
|
+
1: '0x3b3fB9C57858EF816833dC91565EFcd85D96f634',
|
|
1156
|
+
} }),
|
|
1150
1157
|
];
|
package/esm/types.d.ts
CHANGED
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -251,6 +251,7 @@ export const assetProto: AssetDataBase = {
|
|
|
251
251
|
aaveCollateral: false,
|
|
252
252
|
yearnCollateral: false,
|
|
253
253
|
isStable: false,
|
|
254
|
+
isPendle: false,
|
|
254
255
|
};
|
|
255
256
|
|
|
256
257
|
export const assets: AssetDataBase[] = [
|
|
@@ -3240,4 +3241,32 @@ export const assets: AssetDataBase[] = [
|
|
|
3240
3241
|
1: '0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD',
|
|
3241
3242
|
}
|
|
3242
3243
|
},
|
|
3244
|
+
{
|
|
3245
|
+
...assetProto,
|
|
3246
|
+
symbol: 'PT eUSDe May',
|
|
3247
|
+
name: 'PT Ethereal eUSDE',
|
|
3248
|
+
feedAvailability: { 1: true },
|
|
3249
|
+
decimals: 18,
|
|
3250
|
+
nativeChainId: 1,
|
|
3251
|
+
isStable: true,
|
|
3252
|
+
isPendle: true,
|
|
3253
|
+
exchange: true,
|
|
3254
|
+
addresses: {
|
|
3255
|
+
1: '0x50D2C7992b802Eef16c04FeADAB310f31866a545',
|
|
3256
|
+
}
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
...assetProto,
|
|
3260
|
+
symbol: 'PT sUSDe July',
|
|
3261
|
+
name: 'PT Ethena sUSDE',
|
|
3262
|
+
feedAvailability: { 1: true },
|
|
3263
|
+
decimals: 18,
|
|
3264
|
+
nativeChainId: 1,
|
|
3265
|
+
isStable: true,
|
|
3266
|
+
isPendle: true,
|
|
3267
|
+
exchange: true,
|
|
3268
|
+
addresses: {
|
|
3269
|
+
1: '0x3b3fB9C57858EF816833dC91565EFcd85D96f634',
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
3243
3272
|
];
|