@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.mjs CHANGED
@@ -7325,7 +7325,7 @@ var LockModule = class {
7325
7325
  };
7326
7326
  locksInfo.lockInfo.push(lockInfo);
7327
7327
  } catch (error) {
7328
- throw Error("fastLocksOfUser error");
7328
+ console.error("fastLocksOfUser error", error);
7329
7329
  }
7330
7330
  }
7331
7331
  return locksInfo;
@@ -7398,7 +7398,7 @@ var LockModule = class {
7398
7398
  };
7399
7399
  locksInfo.lockInfo.push(lockInfo);
7400
7400
  } catch (error) {
7401
- throw Error("locksOfUser error");
7401
+ console.error("locksOfUser error", error);
7402
7402
  }
7403
7403
  }
7404
7404
  return locksInfo;