@rash2x/bridge-widget 0.6.82 → 0.6.83

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index-BXWxz9wW.cjs");
3
+ const index = require("./index-Bym1eouV.cjs");
4
4
  exports.DEFAULT_SLIPPAGE_BPS = index.DEFAULT_SLIPPAGE_BPS;
5
5
  exports.EvaaBridge = index.EvaaBridge;
6
6
  exports.RoutePriority = index.RoutePriority;
@@ -46,7 +46,6 @@ exports.tonNorm = index.tonNorm;
46
46
  exports.truncateToDecimals = index.truncateToDecimals;
47
47
  exports.useBridgeExternalData = index.useBridgeExternalData;
48
48
  exports.useBridgeQuoteStore = index.useBridgeQuoteStore;
49
- exports.useBridgeReportStore = index.useBridgeReportStore;
50
49
  exports.useChainsStore = index.useChainsStore;
51
50
  exports.useConnectedWalletsStore = index.useConnectedWalletsStore;
52
51
  exports.useCustomAddressStore = index.useCustomAddressStore;
@@ -1 +1 @@
1
- {"version":3,"file":"evaa-bridge.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"evaa-bridge.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,56 +1,55 @@
1
- import { N, d, f, e, F, S, I, A, X, V, x, v, w, s, q, r, H, _, a6, a0, a3, y, B, z, a1, D, $, a4, a5, U, a2, Q, J, W, Z, a7, a8, K, L, Y, G, P, t, p, i, n, u, l, m, j, o, h, k } from "./index-B_Afvquo.js";
1
+ import { L, d, f, e, D, Q, H, z, W, U, w, s, v, r, p, q, G, Z, a5, $, a2, x, A, y, a0, B, _, a3, a4, S, a1, P, I, V, Y, a6, a7, J, K, X, F, N, t, o, i, u, l, m, j, n, h, k } from "./index-7Rh1biLW.js";
2
2
  export {
3
- N as DEFAULT_SLIPPAGE_BPS,
3
+ L as DEFAULT_SLIPPAGE_BPS,
4
4
  d as EvaaBridge,
5
5
  f as RoutePriority,
6
6
  e as RouteType,
7
- F as addNetworkFeesToQuote,
8
- S as addrForApi,
9
- I as buildAssetMatrix,
10
- A as calculateMinReceived,
11
- X as computeFeesUsdFromArray,
12
- V as findNativeMeta,
13
- x as formatAddress,
14
- v as formatBalance,
15
- w as formatHash,
16
- s as formatPercentage,
17
- q as formatTokenAmount,
18
- r as formatUsd,
19
- H as fromLD,
20
- _ as getChains,
21
- a6 as getDeliveryStatus,
22
- a0 as getDestTokens,
23
- a3 as getEvmBalances,
24
- y as getQuoteAmounts,
25
- B as getQuoteDetails,
26
- z as getQuoteFees,
27
- a1 as getQuotesByPriority,
28
- D as getRouteDisplayName,
29
- $ as getTokens,
30
- a4 as getTonBalances,
31
- a5 as getTronBalances,
32
- U as isNativeAddrEqual,
33
- a2 as isNativeAddress,
34
- Q as isZeroAddr,
35
- J as listAssetsForSelect,
36
- W as lookupTokenMeta,
37
- Z as normalizeTickerSymbol,
38
- a7 as pollUntilDelivered,
39
- a8 as reportBridgeTransaction,
40
- K as resolveTokenOnChain,
41
- L as resolveTokenOnChainFromMatrix,
42
- Y as sumFeeByTokenLD,
43
- G as toLD,
44
- P as tonNorm,
7
+ D as addNetworkFeesToQuote,
8
+ Q as addrForApi,
9
+ H as buildAssetMatrix,
10
+ z as calculateMinReceived,
11
+ W as computeFeesUsdFromArray,
12
+ U as findNativeMeta,
13
+ w as formatAddress,
14
+ s as formatBalance,
15
+ v as formatHash,
16
+ r as formatPercentage,
17
+ p as formatTokenAmount,
18
+ q as formatUsd,
19
+ G as fromLD,
20
+ Z as getChains,
21
+ a5 as getDeliveryStatus,
22
+ $ as getDestTokens,
23
+ a2 as getEvmBalances,
24
+ x as getQuoteAmounts,
25
+ A as getQuoteDetails,
26
+ y as getQuoteFees,
27
+ a0 as getQuotesByPriority,
28
+ B as getRouteDisplayName,
29
+ _ as getTokens,
30
+ a3 as getTonBalances,
31
+ a4 as getTronBalances,
32
+ S as isNativeAddrEqual,
33
+ a1 as isNativeAddress,
34
+ P as isZeroAddr,
35
+ I as listAssetsForSelect,
36
+ V as lookupTokenMeta,
37
+ Y as normalizeTickerSymbol,
38
+ a6 as pollUntilDelivered,
39
+ a7 as reportBridgeTransaction,
40
+ J as resolveTokenOnChain,
41
+ K as resolveTokenOnChainFromMatrix,
42
+ X as sumFeeByTokenLD,
43
+ F as toLD,
44
+ N as tonNorm,
45
45
  t as truncateToDecimals,
46
- p as useBridgeExternalData,
46
+ o as useBridgeExternalData,
47
47
  i as useBridgeQuoteStore,
48
- n as useBridgeReportStore,
49
48
  u as useChainsStore,
50
49
  l as useConnectedWalletsStore,
51
50
  m as useCustomAddressStore,
52
51
  j as useSettingsStore,
53
- o as useSwapModel,
52
+ n as useSwapModel,
54
53
  h as useTokensStore,
55
54
  k as useTransactionStore
56
55
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index-BXWxz9wW.cjs");
3
+ const index = require("./index-Bym1eouV.cjs");
4
4
  const t$3 = window, e$5 = t$3.ShadowRoot && (void 0 === t$3.ShadyCSS || t$3.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, s$3 = /* @__PURE__ */ Symbol(), n$5 = /* @__PURE__ */ new WeakMap();
5
5
  let o$4 = class o {
6
6
  constructor(t2, e2, n2) {
@@ -5420,4 +5420,4 @@ __decorateClass([
5420
5420
  WcmWebConnectingView = __decorateClass([
5421
5421
  e$2("wcm-web-connecting-view")
5422
5422
  ], WcmWebConnectingView);
5423
- //# sourceMappingURL=index-BS3qjc1r.cjs.map
5423
+ //# sourceMappingURL=index-4Tkk8Kek.cjs.map