@rash2x/bridge-widget 0.6.94 → 0.6.95

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.
@@ -3020,8 +3020,6 @@ const Details = () => {
3020
3020
  1,
3021
3021
  Math.round(bridgeData.quoteDetails?.etaSeconds / 60)
3022
3022
  )}m` : "—";
3023
- const messageFeeDisplay = !quote ? "—" : formatUsd(fees.messageFeeUsd);
3024
- const bridgeFeeDisplay = !quote ? "—" : formatUsd(fees.bridgeFeeUsd);
3025
3023
  const totalFeeDisplay = !quote ? "—" : formatUsd(fees.totalFeeUsd);
3026
3024
  const currentSlippageText = !quote ? "—" : formatPercentage(slippageBps);
3027
3025
  const routeText = getRouteDisplayName(quote?.route);
@@ -3063,24 +3061,6 @@ const Details = () => {
3063
3061
  value: currentSlippageText
3064
3062
  }
3065
3063
  ),
3066
- /* @__PURE__ */ jsx(
3067
- DetailsRow,
3068
- {
3069
- label: t2("transaction.messageFee"),
3070
- tooltip: t2("transaction.messageFeeTooltip"),
3071
- value: messageFeeDisplay,
3072
- isLoading
3073
- }
3074
- ),
3075
- /* @__PURE__ */ jsx(
3076
- DetailsRow,
3077
- {
3078
- label: t2("transaction.bridgeFee"),
3079
- tooltip: t2("transaction.bridgeFeeTooltip"),
3080
- value: bridgeFeeDisplay,
3081
- isLoading
3082
- }
3083
- ),
3084
3064
  /* @__PURE__ */ jsx(
3085
3065
  DetailsRow,
3086
3066
  {
@@ -25743,7 +25723,7 @@ class WalletConnectModal {
25743
25723
  }
25744
25724
  async initUi() {
25745
25725
  if (typeof window !== "undefined") {
25746
- await import("./index-DVx8ZHwV.js");
25726
+ await import("./index-D8kQruAb.js");
25747
25727
  const modal = document.createElement("wcm-modal");
25748
25728
  document.body.insertAdjacentElement("beforeend", modal);
25749
25729
  OptionsCtrl.setIsUiLoaded(true);
@@ -26580,4 +26560,4 @@ export {
26580
26560
  calculateMinReceived as y,
26581
26561
  getQuoteDetails as z
26582
26562
  };
26583
- //# sourceMappingURL=index-DCLfFVh_.js.map
26563
+ //# sourceMappingURL=index-UWqhEblz.js.map