@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.
- package/dist/evaa-bridge.cjs +1 -1
- package/dist/evaa-bridge.mjs +1 -1
- package/dist/{index-Dda0d9GW.cjs → index-CBUX3Jzi.cjs} +2 -2
- package/dist/{index-Dda0d9GW.cjs.map → index-CBUX3Jzi.cjs.map} +1 -1
- package/dist/{index-DVx8ZHwV.js → index-D8kQruAb.js} +2 -2
- package/dist/{index-DVx8ZHwV.js.map → index-D8kQruAb.js.map} +1 -1
- package/dist/{index-DCLfFVh_.js → index-UWqhEblz.js} +2 -22
- package/dist/index-UWqhEblz.js.map +1 -0
- package/dist/{index-Db2959hv.cjs → index-kdPPX_i5.cjs} +2 -22
- package/dist/index-kdPPX_i5.cjs.map +1 -0
- package/package.json +1 -1
- package/dist/index-DCLfFVh_.js.map +0 -1
- package/dist/index-Db2959hv.cjs.map +0 -1
|
@@ -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-
|
|
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-
|
|
26562
|
+
//# sourceMappingURL=index-kdPPX_i5.cjs.map
|