@rash2x/bridge-widget 0.5.5 → 0.5.6
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-DxLEQnH4.cjs → index-BXUBhn_o.cjs} +4 -4
- package/dist/index-BXUBhn_o.cjs.map +1 -0
- package/dist/{index-IktEMotK.js → index-Bj6AJLyW.js} +2 -2
- package/dist/{index-IktEMotK.js.map → index-Bj6AJLyW.js.map} +1 -1
- package/dist/{index-Du3Jvj8-.cjs → index-CebGXD16.cjs} +2 -2
- package/dist/{index-Du3Jvj8-.cjs.map → index-CebGXD16.cjs.map} +1 -1
- package/dist/{index-DuPQ_srt.js → index-w-PXiL0q.js} +4 -4
- package/dist/index-w-PXiL0q.js.map +1 -0
- package/package.json +1 -1
- package/dist/index-DuPQ_srt.js.map +0 -1
- package/dist/index-DxLEQnH4.cjs.map +0 -1
package/dist/evaa-bridge.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index-
|
|
3
|
+
const index = require("./index-BXUBhn_o.cjs");
|
|
4
4
|
exports.DEFAULT_SLIPPAGE_BPS = index.DEFAULT_SLIPPAGE_BPS;
|
|
5
5
|
exports.EvaaBridge = index.EvaaBridge;
|
|
6
6
|
exports.RoutePriority = index.RoutePriority;
|
package/dist/evaa-bridge.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Q, d, f, e, G, A, D, V, K, y, Z, F, z, B, X, v, r, s, q, o, p, J, a0, a7, a2, a4, w, H, x, a3, a1, a5, a6, W, U, L, Y, $, a8, N, P, _, I, S, t, i, u, l, m, j, n, h, k } from "./index-
|
|
1
|
+
import { Q, d, f, e, G, A, D, V, K, y, Z, F, z, B, X, v, r, s, q, o, p, J, a0, a7, a2, a4, w, H, x, a3, a1, a5, a6, W, U, L, Y, $, a8, N, P, _, I, S, t, i, u, l, m, j, n, h, k } from "./index-w-PXiL0q.js";
|
|
2
2
|
export {
|
|
3
3
|
Q as DEFAULT_SLIPPAGE_BPS,
|
|
4
4
|
d as EvaaBridge,
|
|
@@ -3766,8 +3766,8 @@ function useSilentValidations(amountString) {
|
|
|
3766
3766
|
function useTelegramRestriction() {
|
|
3767
3767
|
const { fromChain, toChain } = useChainsStore();
|
|
3768
3768
|
const restriction = react.useMemo(() => {
|
|
3769
|
-
const isTelegramEnv = typeof window !== "undefined" &&
|
|
3770
|
-
|
|
3769
|
+
const isTelegramEnv = typeof window !== "undefined" && /* eslint-disable-next-line @typescript-eslint/no-explicit-any */
|
|
3770
|
+
typeof window.TelegramWebviewProxy?.postEvent === "function";
|
|
3771
3771
|
if (!isTelegramEnv) {
|
|
3772
3772
|
return { isRestricted: false, isTelegramEnv: false };
|
|
3773
3773
|
}
|
|
@@ -25809,7 +25809,7 @@ class WalletConnectModal {
|
|
|
25809
25809
|
}
|
|
25810
25810
|
async initUi() {
|
|
25811
25811
|
if (typeof window !== "undefined") {
|
|
25812
|
-
await Promise.resolve().then(() => require("./index-
|
|
25812
|
+
await Promise.resolve().then(() => require("./index-CebGXD16.cjs"));
|
|
25813
25813
|
const modal = document.createElement("wcm-modal");
|
|
25814
25814
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25815
25815
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26564,4 +26564,4 @@ exports.useSettingsStore = useSettingsStore;
|
|
|
26564
26564
|
exports.useSwapModel = useSwapModel;
|
|
26565
26565
|
exports.useTokensStore = useTokensStore;
|
|
26566
26566
|
exports.useTransactionStore = useTransactionStore;
|
|
26567
|
-
//# sourceMappingURL=index-
|
|
26567
|
+
//# sourceMappingURL=index-BXUBhn_o.cjs.map
|