@defisaver/tokens 1.7.24 → 1.7.25

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 CHANGED
@@ -1103,6 +1103,12 @@ exports.assets = [
1103
1103
  42161: "0x4186BFC76E2E237523CBC30FD220FE055156b41F",
1104
1104
  8453: "0x1Bc71130A0e39942a7658878169764Bbd8A45993"
1105
1105
  }, decimals: 18, exchange: true }),
1106
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'bsdETH', feedAvailability: { 8453: true }, name: 'Based ETH', addresses: {
1107
+ 8453: "0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff"
1108
+ }, decimals: 18, exchange: true }),
1109
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'swBTC', feedAvailability: { 1: true }, name: 'Swell Restaked BTC', addresses: {
1110
+ 1: "0x8db2350d78abc13f5673a411d4700bcf87864dde"
1111
+ }, decimals: 8, exchange: true }),
1106
1112
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'wrsETH', feedAvailability: { 8453: true, 9745: true }, nativeChainId: 8453, name: 'Wrapped Kelp DAO Restaked ETH', addresses: {
1107
1113
  10: "0x87eEE96D50Fb761AD85B1c982d28A042169d61b1",
1108
1114
  8453: "0xEDfa23602D0EC14714057867A78d01e94176BEA0",
@@ -1189,6 +1195,9 @@ exports.assets = [
1189
1195
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'RLUSD', feedAvailability: { 1: true }, name: 'Ripple USD', decimals: 18, nativeChainId: 1, isStable: true, addresses: {
1190
1196
  1: '0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD',
1191
1197
  } }),
1198
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT weETH June', name: 'PT ether.fi weETH 27JUN2024', underlyingAsset: 'weETH', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1719446400, addresses: {
1199
+ 1: '0xc69Ad9baB1dEE23F4605a82b3354F8E40d1E5966',
1200
+ } }),
1192
1201
  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, expiryTimestamp: 1748476800, addresses: {
1193
1202
  1: '0x50D2C7992b802Eef16c04FeADAB310f31866a545',
1194
1203
  } }),
package/esm/assets.js CHANGED
@@ -1100,6 +1100,12 @@ export const assets = [
1100
1100
  42161: "0x4186BFC76E2E237523CBC30FD220FE055156b41F",
1101
1101
  8453: "0x1Bc71130A0e39942a7658878169764Bbd8A45993"
1102
1102
  }, decimals: 18, exchange: true }),
1103
+ Object.assign(Object.assign({}, assetProto), { symbol: 'bsdETH', feedAvailability: { 8453: true }, name: 'Based ETH', addresses: {
1104
+ 8453: "0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff"
1105
+ }, decimals: 18, exchange: true }),
1106
+ Object.assign(Object.assign({}, assetProto), { symbol: 'swBTC', feedAvailability: { 1: true }, name: 'Swell Restaked BTC', addresses: {
1107
+ 1: "0x8db2350d78abc13f5673a411d4700bcf87864dde"
1108
+ }, decimals: 8, exchange: true }),
1103
1109
  Object.assign(Object.assign({}, assetProto), { symbol: 'wrsETH', feedAvailability: { 8453: true, 9745: true }, nativeChainId: 8453, name: 'Wrapped Kelp DAO Restaked ETH', addresses: {
1104
1110
  10: "0x87eEE96D50Fb761AD85B1c982d28A042169d61b1",
1105
1111
  8453: "0xEDfa23602D0EC14714057867A78d01e94176BEA0",
@@ -1186,6 +1192,9 @@ export const assets = [
1186
1192
  Object.assign(Object.assign({}, assetProto), { symbol: 'RLUSD', feedAvailability: { 1: true }, name: 'Ripple USD', decimals: 18, nativeChainId: 1, isStable: true, addresses: {
1187
1193
  1: '0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD',
1188
1194
  } }),
1195
+ Object.assign(Object.assign({}, assetProto), { symbol: 'PT weETH June', name: 'PT ether.fi weETH 27JUN2024', underlyingAsset: 'weETH', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1719446400, addresses: {
1196
+ 1: '0xc69Ad9baB1dEE23F4605a82b3354F8E40d1E5966',
1197
+ } }),
1189
1198
  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, expiryTimestamp: 1748476800, addresses: {
1190
1199
  1: '0x50D2C7992b802Eef16c04FeADAB310f31866a545',
1191
1200
  } }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.24",
3
+ "version": "1.7.25",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -3015,6 +3015,28 @@ export const assets: AssetDataBase[] = [
3015
3015
  decimals: 18,
3016
3016
  exchange: true,
3017
3017
  },
3018
+ {
3019
+ ...assetProto,
3020
+ symbol: 'bsdETH',
3021
+ feedAvailability: { 8453: true },
3022
+ name: 'Based ETH',
3023
+ addresses: {
3024
+ 8453: "0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff"
3025
+ },
3026
+ decimals: 18,
3027
+ exchange: true,
3028
+ },
3029
+ {
3030
+ ...assetProto,
3031
+ symbol: 'swBTC',
3032
+ feedAvailability: { 1: true },
3033
+ name: 'Swell Restaked BTC',
3034
+ addresses: {
3035
+ 1: "0x8db2350d78abc13f5673a411d4700bcf87864dde"
3036
+ },
3037
+ decimals: 8,
3038
+ exchange: true,
3039
+ },
3018
3040
  {
3019
3041
  ...assetProto,
3020
3042
  symbol: 'wrsETH',
@@ -3298,6 +3320,22 @@ export const assets: AssetDataBase[] = [
3298
3320
  addresses: {
3299
3321
  1: '0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD',
3300
3322
  }
3323
+ },
3324
+ {
3325
+ ...assetProto,
3326
+ symbol: 'PT weETH June',
3327
+ name: 'PT ether.fi weETH 27JUN2024',
3328
+ underlyingAsset: 'weETH',
3329
+ feedAvailability: { 1: true },
3330
+ decimals: 18,
3331
+ nativeChainId: 1,
3332
+ isStable: true,
3333
+ isPendle: true,
3334
+ exchange: true,
3335
+ expiryTimestamp: 1719446400,
3336
+ addresses: {
3337
+ 1: '0xc69Ad9baB1dEE23F4605a82b3354F8E40d1E5966',
3338
+ }
3301
3339
  },
3302
3340
  {
3303
3341
  ...assetProto,