@1delta/margin-fetcher 0.0.148 → 0.0.149

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
@@ -18645,7 +18645,6 @@ function decodePackedMorphoUserDataset(hex) {
18645
18645
  return out;
18646
18646
  }
18647
18647
  function decodePackedListaUserDataset(hex, marketsCount) {
18648
- console.log("hex", hex);
18649
18648
  if (hex.startsWith("0x")) hex = hex.slice(2);
18650
18649
  const buf = Uint8Array.from(hex.match(/.{1,2}/g).map((b) => parseInt(b, 16)));
18651
18650
  let off = 0;