@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.
@@ -3021,8 +3021,6 @@ const Details = () => {
3021
3021
  1,
3022
3022
  Math.round(bridgeData.quoteDetails?.etaSeconds / 60)
3023
3023
  )}m` : "—";
3024
- const messageFeeDisplay = !quote ? "—" : formatUsd(fees.messageFeeUsd);
3025
- const bridgeFeeDisplay = !quote ? "—" : formatUsd(fees.bridgeFeeUsd);
3026
3024
  const totalFeeDisplay = !quote ? "—" : formatUsd(fees.totalFeeUsd);
3027
3025
  const currentSlippageText = !quote ? "—" : formatPercentage(slippageBps);
3028
3026
  const routeText = getRouteDisplayName(quote?.route);
@@ -3064,24 +3062,6 @@ const Details = () => {
3064
3062
  value: currentSlippageText
3065
3063
  }
3066
3064
  ),
3067
- /* @__PURE__ */ jsxRuntime.jsx(
3068
- DetailsRow,
3069
- {
3070
- label: t2("transaction.messageFee"),
3071
- tooltip: t2("transaction.messageFeeTooltip"),
3072
- value: messageFeeDisplay,
3073
- isLoading
3074
- }
3075
- ),
3076
- /* @__PURE__ */ jsxRuntime.jsx(
3077
- DetailsRow,
3078
- {
3079
- label: t2("transaction.bridgeFee"),
3080
- tooltip: t2("transaction.bridgeFeeTooltip"),
3081
- value: bridgeFeeDisplay,
3082
- isLoading
3083
- }
3084
- ),
3085
3065
  /* @__PURE__ */ jsxRuntime.jsx(
3086
3066
  DetailsRow,
3087
3067
  {
@@ -25744,7 +25724,7 @@ class WalletConnectModal {
25744
25724
  }
25745
25725
  async initUi() {
25746
25726
  if (typeof window !== "undefined") {
25747
- await Promise.resolve().then(() => require("./index-Dda0d9GW.cjs"));
25727
+ await Promise.resolve().then(() => require("./index-CBUX3Jzi.cjs"));
25748
25728
  const modal = document.createElement("wcm-modal");
25749
25729
  document.body.insertAdjacentElement("beforeend", modal);
25750
25730
  OptionsCtrl.setIsUiLoaded(true);
@@ -26579,4 +26559,4 @@ exports.useSettingsStore = useSettingsStore;
26579
26559
  exports.useSwapModel = useSwapModel;
26580
26560
  exports.useTokensStore = useTokensStore;
26581
26561
  exports.useTransactionStore = useTransactionStore;
26582
- //# sourceMappingURL=index-Db2959hv.cjs.map
26562
+ //# sourceMappingURL=index-kdPPX_i5.cjs.map