@defisaver/tokens 1.7.20 → 1.7.21

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
@@ -1215,6 +1215,7 @@ exports.assets = [
1215
1215
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'syrupUSDC', name: 'Syrup USDC', decimals: 6, nativeChainId: 1, exchange: true, isStable: true, addresses: {
1216
1216
  1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b',
1217
1217
  42161: '0x41CA7586cC1311807B4605fBB748a3B8862b42b5',
1218
+ 8453: '0x660975730059246A68521a3e2FBD4740173100f5',
1218
1219
  } }),
1219
1220
  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: {
1220
1221
  1: '0xCcE7D12f683c6dAe700154f0BAdf779C0bA1F89A',
package/esm/assets.js CHANGED
@@ -1212,6 +1212,7 @@ export const assets = [
1212
1212
  Object.assign(Object.assign({}, assetProto), { symbol: 'syrupUSDC', name: 'Syrup USDC', decimals: 6, nativeChainId: 1, exchange: true, isStable: true, addresses: {
1213
1213
  1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b',
1214
1214
  42161: '0x41CA7586cC1311807B4605fBB748a3B8862b42b5',
1215
+ 8453: '0x660975730059246A68521a3e2FBD4740173100f5',
1215
1216
  } }),
1216
1217
  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: {
1217
1218
  1: '0xCcE7D12f683c6dAe700154f0BAdf779C0bA1F89A',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.20",
3
+ "version": "1.7.21",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -3414,6 +3414,7 @@ export const assets: AssetDataBase[] = [
3414
3414
  addresses: {
3415
3415
  1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b',
3416
3416
  42161: '0x41CA7586cC1311807B4605fBB748a3B8862b42b5',
3417
+ 8453: '0x660975730059246A68521a3e2FBD4740173100f5',
3417
3418
  }
3418
3419
  },
3419
3420
  {