@magmaprotocol/magma-clmm-sdk 0.5.16 → 0.5.17

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
@@ -7638,7 +7638,7 @@ var LockModule = class {
7638
7638
  sender: simulationAccount.address
7639
7639
  });
7640
7640
  if (simulateRes.error != null) {
7641
- throw new Error(`all_lock_summary error code: ${simulateRes.error ?? "unknown error"}`);
7641
+ throw new Error(`getPoolBribeRewardTokens error code: ${simulateRes.error ?? "unknown error"}`);
7642
7642
  }
7643
7643
  const poolBirbeRewardTokens = /* @__PURE__ */ new Map();
7644
7644
  simulateRes.events?.forEach((item) => {