@defisaver/tokens 1.7.35-sgho-dev → 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 +3 -4
- package/esm/assets.js +3 -4
- package/package.json +1 -1
- package/src/assets.ts +16 -13
package/cjs/assets.js
CHANGED
|
@@ -229,7 +229,6 @@ const fxnAddressArb = '0x179F38f78346F5942E95C5C59CB1da7F55Cf7CAd';
|
|
|
229
229
|
const USDSAddress = "0xdC035D45d973E3EC169d2276DDab16f1e407384F";
|
|
230
230
|
const SKYAddress = "0x56072C95FAA701256059aa122697B133aDEd9279";
|
|
231
231
|
const sUSDSAddress = "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD";
|
|
232
|
-
const sGHOAddress = "0xE1753F2e00940cC31213dd92013cF019DFE4ca1d";
|
|
233
232
|
const rswETHAddress = "0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0";
|
|
234
233
|
const wsuperOETHbAddress = "0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6";
|
|
235
234
|
const boldLegacyAddress = "0xb01dd87b29d187f3e3a4bf6cdaebfb97f3d9ab98";
|
|
@@ -1162,9 +1161,6 @@ exports.assets = [
|
|
|
1162
1161
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'stkGHO', name: 'Staked GHO', decimals: 18, nativeChainId: 1, addresses: {
|
|
1163
1162
|
1: stkGHOAddress,
|
|
1164
1163
|
} }),
|
|
1165
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'sGHO', name: 'Savings GHO', decimals: 18, nativeChainId: 1, addresses: {
|
|
1166
|
-
1: sGHOAddress,
|
|
1167
|
-
}, isStable: true, is4626: true }),
|
|
1168
1164
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'wUSDM', name: 'Wrapped Mountain Protocol USD', decimals: 18, nativeChainId: 1, addresses: {
|
|
1169
1165
|
1: '0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812',
|
|
1170
1166
|
42161: '0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812',
|
|
@@ -1326,6 +1322,9 @@ exports.assets = [
|
|
|
1326
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: {
|
|
1327
1323
|
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
1328
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
|
+
} }),
|
|
1329
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: {
|
|
1330
1329
|
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1331
1330
|
} }),
|
package/esm/assets.js
CHANGED
|
@@ -226,7 +226,6 @@ const fxnAddressArb = '0x179F38f78346F5942E95C5C59CB1da7F55Cf7CAd';
|
|
|
226
226
|
const USDSAddress = "0xdC035D45d973E3EC169d2276DDab16f1e407384F";
|
|
227
227
|
const SKYAddress = "0x56072C95FAA701256059aa122697B133aDEd9279";
|
|
228
228
|
const sUSDSAddress = "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD";
|
|
229
|
-
const sGHOAddress = "0xE1753F2e00940cC31213dd92013cF019DFE4ca1d";
|
|
230
229
|
const rswETHAddress = "0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0";
|
|
231
230
|
const wsuperOETHbAddress = "0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6";
|
|
232
231
|
const boldLegacyAddress = "0xb01dd87b29d187f3e3a4bf6cdaebfb97f3d9ab98";
|
|
@@ -1159,9 +1158,6 @@ export const assets = [
|
|
|
1159
1158
|
Object.assign(Object.assign({}, assetProto), { symbol: 'stkGHO', name: 'Staked GHO', decimals: 18, nativeChainId: 1, addresses: {
|
|
1160
1159
|
1: stkGHOAddress,
|
|
1161
1160
|
} }),
|
|
1162
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'sGHO', name: 'Savings GHO', decimals: 18, nativeChainId: 1, addresses: {
|
|
1163
|
-
1: sGHOAddress,
|
|
1164
|
-
}, isStable: true, is4626: true }),
|
|
1165
1161
|
Object.assign(Object.assign({}, assetProto), { symbol: 'wUSDM', name: 'Wrapped Mountain Protocol USD', decimals: 18, nativeChainId: 1, addresses: {
|
|
1166
1162
|
1: '0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812',
|
|
1167
1163
|
42161: '0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812',
|
|
@@ -1323,6 +1319,9 @@ export const assets = [
|
|
|
1323
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: {
|
|
1324
1320
|
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
1325
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
|
+
} }),
|
|
1326
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: {
|
|
1327
1326
|
1: '0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003',
|
|
1328
1327
|
} }),
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -228,7 +228,6 @@ const fxnAddressArb = '0x179F38f78346F5942E95C5C59CB1da7F55Cf7CAd';
|
|
|
228
228
|
const USDSAddress = "0xdC035D45d973E3EC169d2276DDab16f1e407384F";
|
|
229
229
|
const SKYAddress = "0x56072C95FAA701256059aa122697B133aDEd9279";
|
|
230
230
|
const sUSDSAddress = "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD";
|
|
231
|
-
const sGHOAddress = "0xE1753F2e00940cC31213dd92013cF019DFE4ca1d";
|
|
232
231
|
const rswETHAddress = "0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0";
|
|
233
232
|
const wsuperOETHbAddress = "0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6";
|
|
234
233
|
const boldLegacyAddress = "0xb01dd87b29d187f3e3a4bf6cdaebfb97f3d9ab98";
|
|
@@ -3201,18 +3200,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3201
3200
|
1: stkGHOAddress,
|
|
3202
3201
|
},
|
|
3203
3202
|
},
|
|
3204
|
-
{
|
|
3205
|
-
...assetProto,
|
|
3206
|
-
symbol: 'sGHO',
|
|
3207
|
-
name: 'Savings GHO',
|
|
3208
|
-
decimals: 18,
|
|
3209
|
-
nativeChainId: 1,
|
|
3210
|
-
addresses: {
|
|
3211
|
-
1: sGHOAddress,
|
|
3212
|
-
},
|
|
3213
|
-
isStable: true,
|
|
3214
|
-
is4626: true,
|
|
3215
|
-
},
|
|
3216
3203
|
{
|
|
3217
3204
|
...assetProto,
|
|
3218
3205
|
symbol: 'wUSDM',
|
|
@@ -3921,6 +3908,22 @@ export const assets: AssetDataBase[] = [
|
|
|
3921
3908
|
1: '0x9db38D74a0D29380899aD354121DfB521aDb0548',
|
|
3922
3909
|
}
|
|
3923
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
|
+
},
|
|
3924
3927
|
{
|
|
3925
3928
|
...assetProto,
|
|
3926
3929
|
symbol: 'srUSDe',
|