@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
|
@@ -4080,8 +4080,7 @@ const MainButton = ({
|
|
|
4080
4080
|
className: "w-full",
|
|
4081
4081
|
children: label
|
|
4082
4082
|
}
|
|
4083
|
-
)
|
|
4084
|
-
gas.gasDisplayText && quote && /* @__PURE__ */ jsx("p", { className: "text-xs text-muted-foreground text-center", children: t2("transaction.gasEstimate", { gas: gas.gasDisplayText }) })
|
|
4083
|
+
)
|
|
4085
4084
|
] });
|
|
4086
4085
|
};
|
|
4087
4086
|
const WalletModalButton = (props) => {
|
|
@@ -25735,7 +25734,7 @@ class WalletConnectModal {
|
|
|
25735
25734
|
}
|
|
25736
25735
|
async initUi() {
|
|
25737
25736
|
if (typeof window !== "undefined") {
|
|
25738
|
-
await import("./index-
|
|
25737
|
+
await import("./index-ZGjXGtUd.js");
|
|
25739
25738
|
const modal = document.createElement("wcm-modal");
|
|
25740
25739
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25741
25740
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26583,4 +26582,4 @@ export {
|
|
|
26583
26582
|
calculateMinReceived as y,
|
|
26584
26583
|
getQuoteDetails as z
|
|
26585
26584
|
};
|
|
26586
|
-
//# sourceMappingURL=index-
|
|
26585
|
+
//# sourceMappingURL=index-d47EGpyZ.js.map
|