@rash2x/bridge-widget 0.7.1 → 0.7.2
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-DMIMGpk_.js → index-B3dEgmKB.js} +2 -22
- package/dist/index-B3dEgmKB.js.map +1 -0
- package/dist/{index-C7NE-Dmd.cjs → index-Cm_DEiyS.cjs} +2 -2
- package/dist/{index-C7NE-Dmd.cjs.map → index-Cm_DEiyS.cjs.map} +1 -1
- package/dist/{index-CCfRExBc.cjs → index-CxHwwPJD.cjs} +2 -22
- package/dist/index-CxHwwPJD.cjs.map +1 -0
- package/dist/{index-Fzl5CHpO.js → index-VeESBfRg.js} +2 -2
- package/dist/{index-Fzl5CHpO.js.map → index-VeESBfRg.js.map} +1 -1
- package/package.json +1 -1
- package/dist/index-CCfRExBc.cjs.map +0 -1
- package/dist/index-DMIMGpk_.js.map +0 -1
|
@@ -3105,8 +3105,6 @@ const Details = () => {
|
|
|
3105
3105
|
1,
|
|
3106
3106
|
Math.round(bridgeData.quoteDetails?.etaSeconds / 60)
|
|
3107
3107
|
)}m` : "—";
|
|
3108
|
-
const messageFeeDisplay = !quote ? "—" : fees.messageFeeAmount > 0 ? `${truncateToDecimals(fees.messageFeeAmount, 6)} ${fees.messageFeeSymbol}` : "—";
|
|
3109
|
-
const bridgeFeeDisplay = !quote ? "—" : fees.bridgeFeeAmount > 0 ? `${truncateToDecimals(fees.bridgeFeeAmount, 6)} ${fees.bridgeFeeSymbol}` : "—";
|
|
3110
3108
|
const totalFeeDisplay = !quote ? "—" : formatUsd(fees.totalFeeUsd);
|
|
3111
3109
|
const currentSlippageText = !quote ? "—" : formatPercentage(slippageBps);
|
|
3112
3110
|
const routeText = getRouteDisplayName(quote?.route);
|
|
@@ -3148,24 +3146,6 @@ const Details = () => {
|
|
|
3148
3146
|
value: currentSlippageText
|
|
3149
3147
|
}
|
|
3150
3148
|
),
|
|
3151
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3152
|
-
DetailsRow,
|
|
3153
|
-
{
|
|
3154
|
-
label: t2("transaction.messageFee"),
|
|
3155
|
-
tooltip: t2("transaction.messageFeeTooltip"),
|
|
3156
|
-
value: messageFeeDisplay,
|
|
3157
|
-
isLoading
|
|
3158
|
-
}
|
|
3159
|
-
),
|
|
3160
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3161
|
-
DetailsRow,
|
|
3162
|
-
{
|
|
3163
|
-
label: t2("transaction.bridgeFee"),
|
|
3164
|
-
tooltip: t2("transaction.bridgeFeeTooltip"),
|
|
3165
|
-
value: bridgeFeeDisplay,
|
|
3166
|
-
isLoading
|
|
3167
|
-
}
|
|
3168
|
-
),
|
|
3169
3149
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3170
3150
|
DetailsRow,
|
|
3171
3151
|
{
|
|
@@ -25836,7 +25816,7 @@ class WalletConnectModal {
|
|
|
25836
25816
|
}
|
|
25837
25817
|
async initUi() {
|
|
25838
25818
|
if (typeof window !== "undefined") {
|
|
25839
|
-
await Promise.resolve().then(() => require("./index-
|
|
25819
|
+
await Promise.resolve().then(() => require("./index-Cm_DEiyS.cjs"));
|
|
25840
25820
|
const modal = document.createElement("wcm-modal");
|
|
25841
25821
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25842
25822
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26682,4 +26662,4 @@ exports.useSettingsStore = useSettingsStore;
|
|
|
26682
26662
|
exports.useSwapModel = useSwapModel;
|
|
26683
26663
|
exports.useTokensStore = useTokensStore;
|
|
26684
26664
|
exports.useTransactionStore = useTransactionStore;
|
|
26685
|
-
//# sourceMappingURL=index-
|
|
26665
|
+
//# sourceMappingURL=index-CxHwwPJD.cjs.map
|