@defisaver/tokens 1.7.31 → 1.7.32
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
|
@@ -1319,6 +1319,9 @@ exports.assets = [
|
|
|
1319
1319
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT srUSDe Jun', name: 'PT Strata srUSDe Jun 2026', underlyingAsset: 'srUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1782345600, addresses: {
|
|
1320
1320
|
1: '0x619d75e3b790ebc21c289f2805bb7177a7d732e2',
|
|
1321
1321
|
} }),
|
|
1322
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT USDG May', name: 'PT Global Dollar May 2026', underlyingAsset: 'USDG', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1779926400, addresses: {
|
|
1323
|
+
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
1324
|
+
} }),
|
|
1322
1325
|
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: {
|
|
1323
1326
|
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1324
1327
|
} }),
|
package/esm/assets.js
CHANGED
|
@@ -1316,6 +1316,9 @@ export const assets = [
|
|
|
1316
1316
|
Object.assign(Object.assign({}, assetProto), { symbol: 'PT srUSDe Jun', name: 'PT Strata srUSDe Jun 2026', underlyingAsset: 'srUSDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1782345600, addresses: {
|
|
1317
1317
|
1: '0x619d75e3b790ebc21c289f2805bb7177a7d732e2',
|
|
1318
1318
|
} }),
|
|
1319
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PT USDG May', name: 'PT Global Dollar May 2026', underlyingAsset: 'USDG', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1779926400, addresses: {
|
|
1320
|
+
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
1321
|
+
} }),
|
|
1319
1322
|
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: {
|
|
1320
1323
|
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1321
1324
|
} }),
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -3891,6 +3891,22 @@ export const assets: AssetDataBase[] = [
|
|
|
3891
3891
|
1: '0x619d75e3b790ebc21c289f2805bb7177a7d732e2',
|
|
3892
3892
|
}
|
|
3893
3893
|
},
|
|
3894
|
+
{
|
|
3895
|
+
...assetProto,
|
|
3896
|
+
symbol: 'PT USDG May',
|
|
3897
|
+
name: 'PT Global Dollar May 2026',
|
|
3898
|
+
underlyingAsset: 'USDG',
|
|
3899
|
+
feedAvailability: { 1: true },
|
|
3900
|
+
decimals: 18,
|
|
3901
|
+
nativeChainId: 1,
|
|
3902
|
+
isStable: true,
|
|
3903
|
+
isPendle: true,
|
|
3904
|
+
exchange: true,
|
|
3905
|
+
expiryTimestamp: 1779926400,
|
|
3906
|
+
addresses: {
|
|
3907
|
+
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
3908
|
+
}
|
|
3909
|
+
},
|
|
3894
3910
|
{
|
|
3895
3911
|
...assetProto,
|
|
3896
3912
|
symbol: 'srUSDe',
|