@defisaver/tokens 1.6.2 → 1.6.4-dev-1
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 +12 -3
- package/esm/assets.js +12 -3
- package/package.json +1 -1
- package/src/assets.ts +30 -1
package/cjs/assets.js
CHANGED
|
@@ -231,7 +231,8 @@ const SKYAddress = "0x56072C95FAA701256059aa122697B133aDEd9279";
|
|
|
231
231
|
const sUSDSAddress = "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD";
|
|
232
232
|
const rswETHAddress = "0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0";
|
|
233
233
|
const wsuperOETHbAddress = "0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6";
|
|
234
|
-
const
|
|
234
|
+
const boldLegacyAddress = "0xb01dd87b29d187f3e3a4bf6cdaebfb97f3d9ab98";
|
|
235
|
+
const boldAddress = "0xbfe297dacb7a2b16df0c9d2b942d127dfb26fd59";
|
|
235
236
|
const kingAddress = "0x8F08B70456eb22f6109F57b8fafE862ED28E6040";
|
|
236
237
|
exports.assetProto = {
|
|
237
238
|
symbol: '?',
|
|
@@ -1100,6 +1101,9 @@ exports.assets = [
|
|
|
1100
1101
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'wsuperOETHb', name: "Super OETH", decimals: 18, nativeChainId: 8453, addresses: {
|
|
1101
1102
|
8453: wsuperOETHbAddress,
|
|
1102
1103
|
} }),
|
|
1104
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'BOLD Legacy', name: "BOLD Legacy", decimals: 18, feedAvailability: { 1: true }, addresses: {
|
|
1105
|
+
1: boldLegacyAddress,
|
|
1106
|
+
}, isStable: true }),
|
|
1103
1107
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'BOLD', name: "BOLD", decimals: 18, feedAvailability: { 1: true }, addresses: {
|
|
1104
1108
|
1: boldAddress,
|
|
1105
1109
|
}, isStable: true }),
|
|
@@ -1151,10 +1155,15 @@ exports.assets = [
|
|
|
1151
1155
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'RLUSD', name: 'Ripple USD', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, addresses: {
|
|
1152
1156
|
1: '0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD',
|
|
1153
1157
|
} }),
|
|
1154
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT eUSDe May', name: 'PT Ethereal eUSDe May', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1158
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT eUSDe May', name: 'PT Ethereal eUSDe May', underlyingAsset: 'eUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1155
1159
|
1: '0x50D2C7992b802Eef16c04FeADAB310f31866a545',
|
|
1156
1160
|
} }),
|
|
1157
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe July', name: 'PT Ethena sUSDe July', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1161
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe July', name: 'PT Ethena sUSDe July', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1158
1162
|
1: '0x3b3fB9C57858EF816833dC91565EFcd85D96f634',
|
|
1159
1163
|
} }),
|
|
1164
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USDtb', name: 'USDtb', feedAvailability: { 1: true, 8453: true, 42161: true }, decimals: 18, nativeChainId: 1, isStable: true, exchange: true, addresses: {
|
|
1165
|
+
1: '0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
|
|
1166
|
+
8453: '0xc708B6887DB46005dA033501f8aeBee72d191a5d',
|
|
1167
|
+
42161: '0xc708B6887DB46005dA033501f8aeBee72d191a5d',
|
|
1168
|
+
} }),
|
|
1160
1169
|
];
|
package/esm/assets.js
CHANGED
|
@@ -228,7 +228,8 @@ const SKYAddress = "0x56072C95FAA701256059aa122697B133aDEd9279";
|
|
|
228
228
|
const sUSDSAddress = "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD";
|
|
229
229
|
const rswETHAddress = "0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0";
|
|
230
230
|
const wsuperOETHbAddress = "0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6";
|
|
231
|
-
const
|
|
231
|
+
const boldLegacyAddress = "0xb01dd87b29d187f3e3a4bf6cdaebfb97f3d9ab98";
|
|
232
|
+
const boldAddress = "0xbfe297dacb7a2b16df0c9d2b942d127dfb26fd59";
|
|
232
233
|
const kingAddress = "0x8F08B70456eb22f6109F57b8fafE862ED28E6040";
|
|
233
234
|
export const assetProto = {
|
|
234
235
|
symbol: '?',
|
|
@@ -1097,6 +1098,9 @@ export const assets = [
|
|
|
1097
1098
|
Object.assign(Object.assign({}, assetProto), { symbol: 'wsuperOETHb', name: "Super OETH", decimals: 18, nativeChainId: 8453, addresses: {
|
|
1098
1099
|
8453: wsuperOETHbAddress,
|
|
1099
1100
|
} }),
|
|
1101
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'BOLD Legacy', name: "BOLD Legacy", decimals: 18, feedAvailability: { 1: true }, addresses: {
|
|
1102
|
+
1: boldLegacyAddress,
|
|
1103
|
+
}, isStable: true }),
|
|
1100
1104
|
Object.assign(Object.assign({}, assetProto), { symbol: 'BOLD', name: "BOLD", decimals: 18, feedAvailability: { 1: true }, addresses: {
|
|
1101
1105
|
1: boldAddress,
|
|
1102
1106
|
}, isStable: true }),
|
|
@@ -1148,10 +1152,15 @@ export const assets = [
|
|
|
1148
1152
|
Object.assign(Object.assign({}, assetProto), { symbol: 'RLUSD', name: 'Ripple USD', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, addresses: {
|
|
1149
1153
|
1: '0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD',
|
|
1150
1154
|
} }),
|
|
1151
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'PT eUSDe May', name: 'PT Ethereal eUSDe May', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1155
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PT eUSDe May', name: 'PT Ethereal eUSDe May', underlyingAsset: 'eUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1152
1156
|
1: '0x50D2C7992b802Eef16c04FeADAB310f31866a545',
|
|
1153
1157
|
} }),
|
|
1154
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe July', name: 'PT Ethena sUSDe July', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1158
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe July', name: 'PT Ethena sUSDe July', underlyingAsset: 'sUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, addresses: {
|
|
1155
1159
|
1: '0x3b3fB9C57858EF816833dC91565EFcd85D96f634',
|
|
1156
1160
|
} }),
|
|
1161
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDtb', name: 'USDtb', feedAvailability: { 1: true, 8453: true, 42161: true }, decimals: 18, nativeChainId: 1, isStable: true, exchange: true, addresses: {
|
|
1162
|
+
1: '0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
|
|
1163
|
+
8453: '0xc708B6887DB46005dA033501f8aeBee72d191a5d',
|
|
1164
|
+
42161: '0xc708B6887DB46005dA033501f8aeBee72d191a5d',
|
|
1165
|
+
} }),
|
|
1157
1166
|
];
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -230,7 +230,8 @@ const SKYAddress = "0x56072C95FAA701256059aa122697B133aDEd9279";
|
|
|
230
230
|
const sUSDSAddress = "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD";
|
|
231
231
|
const rswETHAddress = "0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0";
|
|
232
232
|
const wsuperOETHbAddress = "0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6";
|
|
233
|
-
const
|
|
233
|
+
const boldLegacyAddress = "0xb01dd87b29d187f3e3a4bf6cdaebfb97f3d9ab98";
|
|
234
|
+
const boldAddress = "0xbfe297dacb7a2b16df0c9d2b942d127dfb26fd59";
|
|
234
235
|
const kingAddress = "0x8F08B70456eb22f6109F57b8fafE862ED28E6040";
|
|
235
236
|
|
|
236
237
|
|
|
@@ -3066,6 +3067,17 @@ export const assets: AssetDataBase[] = [
|
|
|
3066
3067
|
8453: wsuperOETHbAddress,
|
|
3067
3068
|
},
|
|
3068
3069
|
},
|
|
3070
|
+
{
|
|
3071
|
+
...assetProto,
|
|
3072
|
+
symbol: 'BOLD Legacy',
|
|
3073
|
+
name: "BOLD Legacy",
|
|
3074
|
+
decimals: 18,
|
|
3075
|
+
feedAvailability: { 1: true },
|
|
3076
|
+
addresses: {
|
|
3077
|
+
1: boldLegacyAddress,
|
|
3078
|
+
},
|
|
3079
|
+
isStable: true,
|
|
3080
|
+
},
|
|
3069
3081
|
{
|
|
3070
3082
|
...assetProto,
|
|
3071
3083
|
symbol: 'BOLD',
|
|
@@ -3245,6 +3257,7 @@ export const assets: AssetDataBase[] = [
|
|
|
3245
3257
|
...assetProto,
|
|
3246
3258
|
symbol: 'PT eUSDe May',
|
|
3247
3259
|
name: 'PT Ethereal eUSDe May',
|
|
3260
|
+
underlyingAsset: 'eUSDe',
|
|
3248
3261
|
feedAvailability: { 1: true },
|
|
3249
3262
|
decimals: 18,
|
|
3250
3263
|
nativeChainId: 1,
|
|
@@ -3259,6 +3272,7 @@ export const assets: AssetDataBase[] = [
|
|
|
3259
3272
|
...assetProto,
|
|
3260
3273
|
symbol: 'PT sUSDe July',
|
|
3261
3274
|
name: 'PT Ethena sUSDe July',
|
|
3275
|
+
underlyingAsset: 'sUSDe',
|
|
3262
3276
|
feedAvailability: { 1: true },
|
|
3263
3277
|
decimals: 18,
|
|
3264
3278
|
nativeChainId: 1,
|
|
@@ -3269,4 +3283,19 @@ export const assets: AssetDataBase[] = [
|
|
|
3269
3283
|
1: '0x3b3fB9C57858EF816833dC91565EFcd85D96f634',
|
|
3270
3284
|
}
|
|
3271
3285
|
},
|
|
3286
|
+
{
|
|
3287
|
+
...assetProto,
|
|
3288
|
+
symbol: 'USDtb',
|
|
3289
|
+
name: 'USDtb',
|
|
3290
|
+
feedAvailability: { 1: true, 8453: true, 42161: true },
|
|
3291
|
+
decimals: 18,
|
|
3292
|
+
nativeChainId: 1,
|
|
3293
|
+
isStable: true,
|
|
3294
|
+
exchange: true,
|
|
3295
|
+
addresses: {
|
|
3296
|
+
1: '0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
|
|
3297
|
+
8453: '0xc708B6887DB46005dA033501f8aeBee72d191a5d',
|
|
3298
|
+
42161: '0xc708B6887DB46005dA033501f8aeBee72d191a5d',
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3272
3301
|
];
|