@defisaver/tokens 1.7.10-npm-ci-dev → 1.7.11

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
@@ -1208,7 +1208,8 @@ exports.assets = [
1208
1208
  1: '0xc20059e0317DE91738d13af027DfC4a50781b066'
1209
1209
  } }),
1210
1210
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'syrupUSDC', name: 'Syrup USDC', decimals: 6, nativeChainId: 1, exchange: true, isStable: true, addresses: {
1211
- 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b'
1211
+ 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b',
1212
+ 42161: '0x41CA7586cC1311807B4605fBB748a3B8862b42b5',
1212
1213
  } }),
1213
1214
  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
1215
  1: '0xCcE7D12f683c6dAe700154f0BAdf779C0bA1F89A',
package/esm/assets.js CHANGED
@@ -1205,7 +1205,8 @@ export const assets = [
1205
1205
  1: '0xc20059e0317DE91738d13af027DfC4a50781b066'
1206
1206
  } }),
1207
1207
  Object.assign(Object.assign({}, assetProto), { symbol: 'syrupUSDC', name: 'Syrup USDC', decimals: 6, nativeChainId: 1, exchange: true, isStable: true, addresses: {
1208
- 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b'
1208
+ 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b',
1209
+ 42161: '0x41CA7586cC1311807B4605fBB748a3B8862b42b5',
1209
1210
  } }),
1210
1211
  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
1212
  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.11",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -3399,7 +3399,8 @@ export const assets: AssetDataBase[] = [
3399
3399
  exchange: true,
3400
3400
  isStable: true,
3401
3401
  addresses: {
3402
- 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b'
3402
+ 1: '0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b',
3403
+ 42161: '0x41CA7586cC1311807B4605fBB748a3B8862b42b5',
3403
3404
  }
3404
3405
  },
3405
3406
  {