@magmaprotocol/magma-clmm-sdk 0.5.29 → 0.5.30

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
@@ -7530,7 +7530,7 @@ var LockModule = class {
7530
7530
  };
7531
7531
  locksInfo.lockInfo.push(lockInfo);
7532
7532
  } catch (error) {
7533
- throw Error("fastLocksOfUser error");
7533
+ console.error("fastLocksOfUser error", error);
7534
7534
  }
7535
7535
  }
7536
7536
  return locksInfo;
@@ -7603,7 +7603,7 @@ var LockModule = class {
7603
7603
  };
7604
7604
  locksInfo.lockInfo.push(lockInfo);
7605
7605
  } catch (error) {
7606
- throw Error("locksOfUser error");
7606
+ console.error("locksOfUser error", error);
7607
7607
  }
7608
7608
  }
7609
7609
  return locksInfo;