@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scallop-io/sui-scallop-sdk",
3
- "version": "0.44.12",
3
+ "version": "0.44.13",
4
4
  "description": "Typescript sdk for interacting with Scallop contract on SUI",
5
5
  "keywords": [
6
6
  "sui",
@@ -154,7 +154,7 @@ export const queryMarket = async (
154
154
  const parsedMarketCollateralData = parseOriginMarketCollateralData({
155
155
  type: collateral.type,
156
156
  collateralFactor: collateral.collateralFactor,
157
- liquidationFactor: collateral.collateralFactor,
157
+ liquidationFactor: collateral.liquidationFactor,
158
158
  liquidationDiscount: collateral.liquidationDiscount,
159
159
  liquidationPanelty: collateral.liquidationPanelty,
160
160
  liquidationReserveFactor: collateral.liquidationReserveFactor,