@orderly.network/hooks 0.0.47 → 0.0.48

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.mjs CHANGED
@@ -1111,7 +1111,6 @@ var usePositionStream = (symbol, options) => {
1111
1111
  const total = totalCollateral.toNumber();
1112
1112
  return formatedPositions[0].filter((item) => item.position_qty !== 0).map((item) => {
1113
1113
  const info = symbolInfo == null ? void 0 : symbolInfo[item.symbol];
1114
- console.log("******", accountInfo, info("base"));
1115
1114
  const MMR = positions.MMR({
1116
1115
  baseMMR: info("base_mmr"),
1117
1116
  baseIMR: info("base_imr"),