timelock-sdk 0.0.48 → 0.0.49

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/client.cjs CHANGED
@@ -453,7 +453,7 @@ const useOptionPremium = (marketAddr, optionType, optionAmount, duration, strike
453
453
  query: { enabled: strikeTickRounded !== void 0 }
454
454
  });
455
455
  return (0, react.useMemo)(() => {
456
- if (premium === void 0 || protocolFee === void 0 || payoutAssetDecimals === void 0) return;
456
+ if (premium === void 0 || protocolFee === void 0 || payoutAssetDecimals === void 0) return {};
457
457
  return {
458
458
  premium: require_numberUtils.wrapAmount(premium, payoutAssetDecimals),
459
459
  protocolFee: require_numberUtils.wrapAmount(protocolFee, payoutAssetDecimals),