@scallop-io/sui-scallop-sdk 0.44.12 → 0.44.13
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/queries/coreQuery.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -1261,7 +1261,7 @@ var queryMarket = async (query, indexer = false) => {
|
|
|
1261
1261
|
const parsedMarketCollateralData = parseOriginMarketCollateralData({
|
|
1262
1262
|
type: collateral.type,
|
|
1263
1263
|
collateralFactor: collateral.collateralFactor,
|
|
1264
|
-
liquidationFactor: collateral.
|
|
1264
|
+
liquidationFactor: collateral.liquidationFactor,
|
|
1265
1265
|
liquidationDiscount: collateral.liquidationDiscount,
|
|
1266
1266
|
liquidationPanelty: collateral.liquidationPanelty,
|
|
1267
1267
|
liquidationReserveFactor: collateral.liquidationReserveFactor,
|