@defisaver/tokens 1.7.12-dev-sena-3 → 1.7.12
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 +1 -1
- package/esm/assets.js +1 -1
- package/package.json +1 -1
- package/src/assets.ts +1 -2
package/cjs/assets.js
CHANGED
|
@@ -1066,7 +1066,7 @@ exports.assets = [
|
|
|
1066
1066
|
}, decimals: 18, exchange: false, isStable: false }),
|
|
1067
1067
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'sENA', name: 'Staked Ethena', addresses: {
|
|
1068
1068
|
1: "0x8bE3460A480c80728a8C4D7a5D5303c85ba7B3b9",
|
|
1069
|
-
}, decimals: 18, exchange:
|
|
1069
|
+
}, decimals: 18, exchange: false, isStable: false }),
|
|
1070
1070
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'FXN', name: 'f(x) Protocol', addresses: {
|
|
1071
1071
|
1: fxnAddress,
|
|
1072
1072
|
42161: fxnAddressArb,
|
package/esm/assets.js
CHANGED
|
@@ -1063,7 +1063,7 @@ export const assets = [
|
|
|
1063
1063
|
}, decimals: 18, exchange: false, isStable: false }),
|
|
1064
1064
|
Object.assign(Object.assign({}, assetProto), { symbol: 'sENA', name: 'Staked Ethena', addresses: {
|
|
1065
1065
|
1: "0x8bE3460A480c80728a8C4D7a5D5303c85ba7B3b9",
|
|
1066
|
-
}, decimals: 18, exchange:
|
|
1066
|
+
}, decimals: 18, exchange: false, isStable: false }),
|
|
1067
1067
|
Object.assign(Object.assign({}, assetProto), { symbol: 'FXN', name: 'f(x) Protocol', addresses: {
|
|
1068
1068
|
1: fxnAddress,
|
|
1069
1069
|
42161: fxnAddressArb,
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED