coinley-test 0.45.104 → 0.46.105

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.esm.js CHANGED
@@ -44981,6 +44981,7 @@ const EnhancedSimpleCoinleyPaymentInternal = ({
44981
44981
  var _a2, _b, _c;
44982
44982
  const networkLogoUrl = getNetworkLogoUrl(network);
44983
44983
  const feeHint = NETWORK_FEE_HINTS[(_a2 = network.shortName) == null ? void 0 : _a2.toLowerCase()];
44984
+ console.log("🔍 Network render:", network.shortName, "-> feeHint:", feeHint);
44984
44985
  return /* @__PURE__ */ jsxs("div", { className: "flex items-center space-x-3 w-full", children: [
44985
44986
  networkLogoUrl ? /* @__PURE__ */ jsx(
44986
44987
  "img",