@defisaver/tokens 1.7.36 → 1.7.38-pt-oct-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 +6 -0
- package/esm/assets.js +6 -0
- package/package.json +1 -1
- package/src/assets.ts +32 -0
package/cjs/assets.js
CHANGED
|
@@ -1213,6 +1213,9 @@ exports.assets = [
|
|
|
1213
1213
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe June', name: 'PT Ethena sUSDe June 2026', underlyingAsset: 'sUSDe', feedAvailability: { 9745: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1781740800, addresses: {
|
|
1214
1214
|
9745: '0x30559e3d35e33ab69399a3fe9f383d32bd3c016e',
|
|
1215
1215
|
} }),
|
|
1216
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT sUSDe Oct', name: 'PT Ethena sUSDE Oct 2026', underlyingAsset: 'sUSDe', feedAvailability: { 9745: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1792627200, addresses: {
|
|
1217
|
+
9745: '0xf7fb83435f455bd970f2d9f943f4eece1941b3e9',
|
|
1218
|
+
} }),
|
|
1216
1219
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT USDe June', name: 'PT Ethena USDe June 2026', underlyingAsset: 'USDe', feedAvailability: { 9745: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1781740800, addresses: {
|
|
1217
1220
|
9745: '0x23B17d3944742ACe3d0C71586FcB320d1e4a1Ed2',
|
|
1218
1221
|
} }),
|
|
@@ -1326,6 +1329,9 @@ exports.assets = [
|
|
|
1326
1329
|
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
1330
|
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
1328
1331
|
} }),
|
|
1332
|
+
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: {
|
|
1333
|
+
1: '0xdc169abe56461a2e0c034da431ac2a3ebf596094',
|
|
1334
|
+
} }),
|
|
1329
1335
|
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
1336
|
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1331
1337
|
} }),
|
package/esm/assets.js
CHANGED
|
@@ -1210,6 +1210,9 @@ export const assets = [
|
|
|
1210
1210
|
Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe June', name: 'PT Ethena sUSDe June 2026', underlyingAsset: 'sUSDe', feedAvailability: { 9745: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1781740800, addresses: {
|
|
1211
1211
|
9745: '0x30559e3d35e33ab69399a3fe9f383d32bd3c016e',
|
|
1212
1212
|
} }),
|
|
1213
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PT sUSDe Oct', name: 'PT Ethena sUSDE Oct 2026', underlyingAsset: 'sUSDe', feedAvailability: { 9745: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1792627200, addresses: {
|
|
1214
|
+
9745: '0xf7fb83435f455bd970f2d9f943f4eece1941b3e9',
|
|
1215
|
+
} }),
|
|
1213
1216
|
Object.assign(Object.assign({}, assetProto), { symbol: 'PT USDe June', name: 'PT Ethena USDe June 2026', underlyingAsset: 'USDe', feedAvailability: { 9745: true }, decimals: 18, nativeChainId: 9745, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1781740800, addresses: {
|
|
1214
1217
|
9745: '0x23B17d3944742ACe3d0C71586FcB320d1e4a1Ed2',
|
|
1215
1218
|
} }),
|
|
@@ -1323,6 +1326,9 @@ export const assets = [
|
|
|
1323
1326
|
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
1327
|
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
1325
1328
|
} }),
|
|
1329
|
+
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: {
|
|
1330
|
+
1: '0xdc169abe56461a2e0c034da431ac2a3ebf596094',
|
|
1331
|
+
} }),
|
|
1326
1332
|
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
1333
|
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1328
1334
|
} }),
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -3401,6 +3401,22 @@ export const assets: AssetDataBase[] = [
|
|
|
3401
3401
|
9745: '0x30559e3d35e33ab69399a3fe9f383d32bd3c016e',
|
|
3402
3402
|
}
|
|
3403
3403
|
},
|
|
3404
|
+
{
|
|
3405
|
+
...assetProto,
|
|
3406
|
+
symbol: 'PT sUSDe Oct',
|
|
3407
|
+
name: 'PT Ethena sUSDE Oct 2026',
|
|
3408
|
+
underlyingAsset: 'sUSDe',
|
|
3409
|
+
feedAvailability: { 9745: true },
|
|
3410
|
+
decimals: 18,
|
|
3411
|
+
nativeChainId: 9745,
|
|
3412
|
+
isStable: true,
|
|
3413
|
+
isPendle: true,
|
|
3414
|
+
exchange: true,
|
|
3415
|
+
expiryTimestamp: 1792627200,
|
|
3416
|
+
addresses: {
|
|
3417
|
+
9745: '0xf7fb83435f455bd970f2d9f943f4eece1941b3e9',
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3404
3420
|
{
|
|
3405
3421
|
...assetProto,
|
|
3406
3422
|
symbol: 'PT USDe June',
|
|
@@ -3921,6 +3937,22 @@ export const assets: AssetDataBase[] = [
|
|
|
3921
3937
|
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
3922
3938
|
}
|
|
3923
3939
|
},
|
|
3940
|
+
{
|
|
3941
|
+
...assetProto,
|
|
3942
|
+
symbol: 'PT sUSDS Nov',
|
|
3943
|
+
name: 'PT sUSDS November 2026',
|
|
3944
|
+
underlyingAsset: 'sUSDS',
|
|
3945
|
+
feedAvailability: { 1: true },
|
|
3946
|
+
decimals: 18,
|
|
3947
|
+
nativeChainId: 1,
|
|
3948
|
+
isStable: true,
|
|
3949
|
+
isPendle: true,
|
|
3950
|
+
exchange: true,
|
|
3951
|
+
expiryTimestamp: 1795651200,
|
|
3952
|
+
addresses: {
|
|
3953
|
+
1: '0xdc169abe56461a2e0c034da431ac2a3ebf596094',
|
|
3954
|
+
}
|
|
3955
|
+
},
|
|
3924
3956
|
{
|
|
3925
3957
|
...assetProto,
|
|
3926
3958
|
symbol: 'srUSDe',
|