@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 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.collateralFactor,
1264
+ liquidationFactor: collateral.liquidationFactor,
1265
1265
  liquidationDiscount: collateral.liquidationDiscount,
1266
1266
  liquidationPanelty: collateral.liquidationPanelty,
1267
1267
  liquidationReserveFactor: collateral.liquidationReserveFactor,