@rash2x/bridge-widget 0.6.97 → 0.6.99
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-VWISIASH.cjs → index-CRWwEw3g.cjs} +2 -2
- package/dist/{index-VWISIASH.cjs.map → index-CRWwEw3g.cjs.map} +1 -1
- package/dist/{index-qWKZiiYq.cjs → index-UMHkIgdO.cjs} +3 -4
- package/dist/index-UMHkIgdO.cjs.map +1 -0
- package/dist/{index-CpIRNYOm.js → index-ZGjXGtUd.js} +2 -2
- package/dist/{index-CpIRNYOm.js.map → index-ZGjXGtUd.js.map} +1 -1
- package/dist/{index-D62DGcKl.js → index-d47EGpyZ.js} +3 -4
- package/dist/index-d47EGpyZ.js.map +1 -0
- package/package.json +1 -1
- package/dist/index-D62DGcKl.js.map +0 -1
- package/dist/index-qWKZiiYq.cjs.map +0 -1
|
@@ -4081,8 +4081,7 @@ const MainButton = ({
|
|
|
4081
4081
|
className: "w-full",
|
|
4082
4082
|
children: label
|
|
4083
4083
|
}
|
|
4084
|
-
)
|
|
4085
|
-
gas.gasDisplayText && quote && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xs text-muted-foreground text-center", children: t2("transaction.gasEstimate", { gas: gas.gasDisplayText }) })
|
|
4084
|
+
)
|
|
4086
4085
|
] });
|
|
4087
4086
|
};
|
|
4088
4087
|
const WalletModalButton = (props) => {
|
|
@@ -25736,7 +25735,7 @@ class WalletConnectModal {
|
|
|
25736
25735
|
}
|
|
25737
25736
|
async initUi() {
|
|
25738
25737
|
if (typeof window !== "undefined") {
|
|
25739
|
-
await Promise.resolve().then(() => require("./index-
|
|
25738
|
+
await Promise.resolve().then(() => require("./index-CRWwEw3g.cjs"));
|
|
25740
25739
|
const modal = document.createElement("wcm-modal");
|
|
25741
25740
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25742
25741
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26582,4 +26581,4 @@ exports.useSettingsStore = useSettingsStore;
|
|
|
26582
26581
|
exports.useSwapModel = useSwapModel;
|
|
26583
26582
|
exports.useTokensStore = useTokensStore;
|
|
26584
26583
|
exports.useTransactionStore = useTransactionStore;
|
|
26585
|
-
//# sourceMappingURL=index-
|
|
26584
|
+
//# sourceMappingURL=index-UMHkIgdO.cjs.map
|