@defisaver/tokens 1.7.10-npm-ci-dev → 1.7.12-dev-sena

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
@@ -1064,6 +1064,9 @@ exports.assets = [
1064
1064
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'ENA', name: 'Ethena', addresses: {
1065
1065
  1: "0x57e114B691Db790C35207b2e685D4A43181e6061",
1066
1066
  }, decimals: 18, exchange: false, isStable: false }),
1067
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'sENA', name: 'Staked Ethena', addresses: {
1068
+ 1: "0x8bE3460A480c80728a8C4D7a5D5303c85ba7B3b9",
1069
+ }, decimals: 18, exchange: false, isStable: false }),
1067
1070
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'FXN', name: 'f(x) Protocol', addresses: {
1068
1071
  1: fxnAddress,
1069
1072
  42161: fxnAddressArb,
@@ -1208,7 +1211,8 @@ exports.assets = [
1208
1211
  1: '0xc20059e0317DE91738d13af027DfC4a50781b066'
1209
1212
  } }),
1210
1213
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'syrupUSDC', name: 'Syrup USDC', decimals: 6, nativeChainId: 1, exchange: true, isStable: true, addresses: {
1211
- 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b'
1214
+ 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b',
1215
+ 42161: '0x41CA7586cC1311807B4605fBB748a3B8862b42b5',
1212
1216
  } }),
1213
1217
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT syrupUSDC Aug', name: 'PT Syrup USDC August', underlyingAsset: 'syrupUSDC', feedAvailability: { 1: true }, decimals: 6, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1756339200, addresses: {
1214
1218
  1: '0xCcE7D12f683c6dAe700154f0BAdf779C0bA1F89A',
package/esm/assets.js CHANGED
@@ -1061,6 +1061,9 @@ export const assets = [
1061
1061
  Object.assign(Object.assign({}, assetProto), { symbol: 'ENA', name: 'Ethena', addresses: {
1062
1062
  1: "0x57e114B691Db790C35207b2e685D4A43181e6061",
1063
1063
  }, decimals: 18, exchange: false, isStable: false }),
1064
+ Object.assign(Object.assign({}, assetProto), { symbol: 'sENA', name: 'Staked Ethena', addresses: {
1065
+ 1: "0x8bE3460A480c80728a8C4D7a5D5303c85ba7B3b9",
1066
+ }, decimals: 18, exchange: false, isStable: false }),
1064
1067
  Object.assign(Object.assign({}, assetProto), { symbol: 'FXN', name: 'f(x) Protocol', addresses: {
1065
1068
  1: fxnAddress,
1066
1069
  42161: fxnAddressArb,
@@ -1205,7 +1208,8 @@ export const assets = [
1205
1208
  1: '0xc20059e0317DE91738d13af027DfC4a50781b066'
1206
1209
  } }),
1207
1210
  Object.assign(Object.assign({}, assetProto), { symbol: 'syrupUSDC', name: 'Syrup USDC', decimals: 6, nativeChainId: 1, exchange: true, isStable: true, addresses: {
1208
- 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b'
1211
+ 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b',
1212
+ 42161: '0x41CA7586cC1311807B4605fBB748a3B8862b42b5',
1209
1213
  } }),
1210
1214
  Object.assign(Object.assign({}, assetProto), { symbol: 'PT syrupUSDC Aug', name: 'PT Syrup USDC August', underlyingAsset: 'syrupUSDC', feedAvailability: { 1: true }, decimals: 6, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1756339200, addresses: {
1211
1215
  1: '0xCcE7D12f683c6dAe700154f0BAdf779C0bA1F89A',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.10-npm-ci-dev",
3
+ "version": "1.7.12-dev-sena",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -2913,6 +2913,17 @@ export const assets: AssetDataBase[] = [
2913
2913
  exchange: false,
2914
2914
  isStable: false,
2915
2915
  },
2916
+ {
2917
+ ...assetProto,
2918
+ symbol: 'sENA',
2919
+ name: 'Staked Ethena',
2920
+ addresses: {
2921
+ 1: "0x8bE3460A480c80728a8C4D7a5D5303c85ba7B3b9",
2922
+ },
2923
+ decimals: 18,
2924
+ exchange: false,
2925
+ isStable: false,
2926
+ },
2916
2927
  {
2917
2928
  ...assetProto,
2918
2929
  symbol: 'FXN',
@@ -3399,7 +3410,8 @@ export const assets: AssetDataBase[] = [
3399
3410
  exchange: true,
3400
3411
  isStable: true,
3401
3412
  addresses: {
3402
- 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b'
3413
+ 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b',
3414
+ 42161: '0x41CA7586cC1311807B4605fBB748a3B8862b42b5',
3403
3415
  }
3404
3416
  },
3405
3417
  {