@defisaver/tokens 1.7.35 → 1.7.36-zap-dev

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
@@ -1322,6 +1322,9 @@ exports.assets = [
1322
1322
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT USDG May', name: 'PT Global Dollar May 2026', underlyingAsset: 'USDG', feedAvailability: { 1: true }, decimals: 6, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1779926400, addresses: {
1323
1323
  1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
1324
1324
  } }),
1325
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDS Nov', name: 'PT sUSDS November 2026', underlyingAsset: 'sUSDS', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1795651200, addresses: {
1326
+ 1: '0xdc169abe56461a2e0c034da431ac2a3ebf596094',
1327
+ } }),
1325
1328
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'srUSDe', name: 'Strata Senior USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, exchange: true, is4626: true, addresses: {
1326
1329
  1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
1327
1330
  } }),
package/esm/assets.js CHANGED
@@ -1319,6 +1319,9 @@ export const assets = [
1319
1319
  Object.assign(Object.assign({}, assetProto), { symbol: 'PT USDG May', name: 'PT Global Dollar May 2026', underlyingAsset: 'USDG', feedAvailability: { 1: true }, decimals: 6, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1779926400, addresses: {
1320
1320
  1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
1321
1321
  } }),
1322
+ Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDS Nov', name: 'PT sUSDS November 2026', underlyingAsset: 'sUSDS', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1795651200, addresses: {
1323
+ 1: '0xdc169abe56461a2e0c034da431ac2a3ebf596094',
1324
+ } }),
1322
1325
  Object.assign(Object.assign({}, assetProto), { symbol: 'srUSDe', name: 'Strata Senior USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, exchange: true, is4626: true, addresses: {
1323
1326
  1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
1324
1327
  } }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.35",
3
+ "version": "1.7.36-zap-dev",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -3908,6 +3908,22 @@ export const assets: AssetDataBase[] = [
3908
3908
  1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
3909
3909
  }
3910
3910
  },
3911
+ {
3912
+ ...assetProto,
3913
+ symbol: 'PT sUSDS Nov',
3914
+ name: 'PT sUSDS November 2026',
3915
+ underlyingAsset: 'sUSDS',
3916
+ feedAvailability: { 1: true },
3917
+ decimals: 18,
3918
+ nativeChainId: 1,
3919
+ isStable: true,
3920
+ isPendle: true,
3921
+ exchange: true,
3922
+ expiryTimestamp: 1795651200,
3923
+ addresses: {
3924
+ 1: '0xdc169abe56461a2e0c034da431ac2a3ebf596094',
3925
+ }
3926
+ },
3911
3927
  {
3912
3928
  ...assetProto,
3913
3929
  symbol: 'srUSDe',