@defisaver/tokens 1.7.36 → 1.7.37
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 +3 -0
- package/esm/assets.js +3 -0
- package/package.json +1 -1
- package/src/assets.ts +16 -0
package/cjs/assets.js
CHANGED
|
@@ -1326,6 +1326,9 @@ exports.assets = [
|
|
|
1326
1326
|
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: {
|
|
1327
1327
|
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
1328
1328
|
} }),
|
|
1329
|
+
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: {
|
|
1330
|
+
1: '0xdc169abe56461a2e0c034da431ac2a3ebf596094',
|
|
1331
|
+
} }),
|
|
1329
1332
|
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: {
|
|
1330
1333
|
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1331
1334
|
} }),
|
package/esm/assets.js
CHANGED
|
@@ -1323,6 +1323,9 @@ export const assets = [
|
|
|
1323
1323
|
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: {
|
|
1324
1324
|
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
1325
1325
|
} }),
|
|
1326
|
+
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: {
|
|
1327
|
+
1: '0xdc169abe56461a2e0c034da431ac2a3ebf596094',
|
|
1328
|
+
} }),
|
|
1326
1329
|
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: {
|
|
1327
1330
|
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1328
1331
|
} }),
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -3921,6 +3921,22 @@ export const assets: AssetDataBase[] = [
|
|
|
3921
3921
|
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
3922
3922
|
}
|
|
3923
3923
|
},
|
|
3924
|
+
{
|
|
3925
|
+
...assetProto,
|
|
3926
|
+
symbol: 'PT sUSDS Nov',
|
|
3927
|
+
name: 'PT sUSDS November 2026',
|
|
3928
|
+
underlyingAsset: 'sUSDS',
|
|
3929
|
+
feedAvailability: { 1: true },
|
|
3930
|
+
decimals: 18,
|
|
3931
|
+
nativeChainId: 1,
|
|
3932
|
+
isStable: true,
|
|
3933
|
+
isPendle: true,
|
|
3934
|
+
exchange: true,
|
|
3935
|
+
expiryTimestamp: 1795651200,
|
|
3936
|
+
addresses: {
|
|
3937
|
+
1: '0xdc169abe56461a2e0c034da431ac2a3ebf596094',
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3924
3940
|
{
|
|
3925
3941
|
...assetProto,
|
|
3926
3942
|
symbol: 'srUSDe',
|