@defisaver/tokens 1.7.31 → 1.7.34
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 +5 -2
- package/esm/assets.js +5 -2
- package/package.json +1 -1
- package/src/assets.ts +18 -0
package/cjs/assets.js
CHANGED
|
@@ -1105,7 +1105,7 @@ exports.assets = [
|
|
|
1105
1105
|
42161: "0x4186BFC76E2E237523CBC30FD220FE055156b41F",
|
|
1106
1106
|
8453: "0x1Bc71130A0e39942a7658878169764Bbd8A45993"
|
|
1107
1107
|
}, decimals: 18, exchange: true }),
|
|
1108
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'bsdETH', feedAvailability: { 8453: true }, name: 'Based ETH', addresses: {
|
|
1108
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'bsdETH', feedAvailability: { 8453: true }, name: 'Based ETH', nativeChainId: 8453, addresses: {
|
|
1109
1109
|
8453: "0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff"
|
|
1110
1110
|
}, decimals: 18, exchange: true }),
|
|
1111
1111
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'swBTC', feedAvailability: { 1: true }, name: 'Swell Restaked BTC', addresses: {
|
|
@@ -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
|
} }),
|
|
@@ -1356,7 +1359,7 @@ exports.assets = [
|
|
|
1356
1359
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USDG', name: 'Global Dollar Network USDG', exchange: true, decimals: 6, addresses: {
|
|
1357
1360
|
1: USDGAddress,
|
|
1358
1361
|
}, isStable: true }),
|
|
1359
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'AERO', name: 'Aerodrome', exchange: true, decimals: 18, addresses: {
|
|
1362
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'AERO', name: 'Aerodrome', exchange: true, decimals: 18, nativeChainId: 8453, addresses: {
|
|
1360
1363
|
8453: '0x940181a94A35A4569E4529A3CDfB74e38FD98631',
|
|
1361
1364
|
}, isStable: false }),
|
|
1362
1365
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'frxUSD', name: 'Frax USD', exchange: true, decimals: 18, addresses: {
|
package/esm/assets.js
CHANGED
|
@@ -1102,7 +1102,7 @@ export const assets = [
|
|
|
1102
1102
|
42161: "0x4186BFC76E2E237523CBC30FD220FE055156b41F",
|
|
1103
1103
|
8453: "0x1Bc71130A0e39942a7658878169764Bbd8A45993"
|
|
1104
1104
|
}, decimals: 18, exchange: true }),
|
|
1105
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'bsdETH', feedAvailability: { 8453: true }, name: 'Based ETH', addresses: {
|
|
1105
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'bsdETH', feedAvailability: { 8453: true }, name: 'Based ETH', nativeChainId: 8453, addresses: {
|
|
1106
1106
|
8453: "0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff"
|
|
1107
1107
|
}, decimals: 18, exchange: true }),
|
|
1108
1108
|
Object.assign(Object.assign({}, assetProto), { symbol: 'swBTC', feedAvailability: { 1: true }, name: 'Swell Restaked BTC', addresses: {
|
|
@@ -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
|
} }),
|
|
@@ -1353,7 +1356,7 @@ export const assets = [
|
|
|
1353
1356
|
Object.assign(Object.assign({}, assetProto), { symbol: 'USDG', name: 'Global Dollar Network USDG', exchange: true, decimals: 6, addresses: {
|
|
1354
1357
|
1: USDGAddress,
|
|
1355
1358
|
}, isStable: true }),
|
|
1356
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'AERO', name: 'Aerodrome', exchange: true, decimals: 18, addresses: {
|
|
1359
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'AERO', name: 'Aerodrome', exchange: true, decimals: 18, nativeChainId: 8453, addresses: {
|
|
1357
1360
|
8453: '0x940181a94A35A4569E4529A3CDfB74e38FD98631',
|
|
1358
1361
|
}, isStable: false }),
|
|
1359
1362
|
Object.assign(Object.assign({}, assetProto), { symbol: 'frxUSD', name: 'Frax USD', exchange: true, decimals: 18, addresses: {
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -3022,6 +3022,7 @@ export const assets: AssetDataBase[] = [
|
|
|
3022
3022
|
symbol: 'bsdETH',
|
|
3023
3023
|
feedAvailability: { 8453: true },
|
|
3024
3024
|
name: 'Based ETH',
|
|
3025
|
+
nativeChainId: 8453,
|
|
3025
3026
|
addresses: {
|
|
3026
3027
|
8453: "0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff"
|
|
3027
3028
|
},
|
|
@@ -3891,6 +3892,22 @@ export const assets: AssetDataBase[] = [
|
|
|
3891
3892
|
1: '0x619d75e3b790ebc21c289f2805bb7177a7d732e2',
|
|
3892
3893
|
}
|
|
3893
3894
|
},
|
|
3895
|
+
{
|
|
3896
|
+
...assetProto,
|
|
3897
|
+
symbol: 'PT USDG May',
|
|
3898
|
+
name: 'PT Global Dollar May 2026',
|
|
3899
|
+
underlyingAsset: 'USDG',
|
|
3900
|
+
feedAvailability: { 1: true },
|
|
3901
|
+
decimals: 18,
|
|
3902
|
+
nativeChainId: 1,
|
|
3903
|
+
isStable: true,
|
|
3904
|
+
isPendle: true,
|
|
3905
|
+
exchange: true,
|
|
3906
|
+
expiryTimestamp: 1779926400,
|
|
3907
|
+
addresses: {
|
|
3908
|
+
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
3909
|
+
}
|
|
3910
|
+
},
|
|
3894
3911
|
{
|
|
3895
3912
|
...assetProto,
|
|
3896
3913
|
symbol: 'srUSDe',
|
|
@@ -4021,6 +4038,7 @@ export const assets: AssetDataBase[] = [
|
|
|
4021
4038
|
name: 'Aerodrome',
|
|
4022
4039
|
exchange: true,
|
|
4023
4040
|
decimals: 18,
|
|
4041
|
+
nativeChainId: 8453,
|
|
4024
4042
|
addresses: {
|
|
4025
4043
|
8453: '0x940181a94A35A4569E4529A3CDfB74e38FD98631',
|
|
4026
4044
|
},
|