everest-npm-features 0.0.33 → 0.0.35

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.
Files changed (93) hide show
  1. package/dist/{pep-B3tW-JmQ.js → Autocomplete-CE-OI2t8.js} +934 -1198
  2. package/dist/{PlayArrow-BkJLdzUI.js → PlayArrow-BkW3s4mw.js} +1 -1
  3. package/dist/assets/withThemeProvider.css +1 -1
  4. package/dist/{auth-BwI9H3c0.js → auth-CYftwFWz.js} +7 -7
  5. package/dist/{bank-D6E7Zpfd.js → bank-C9AAL5v7.js} +6 -6
  6. package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
  7. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  8. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  9. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  10. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  11. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  12. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  13. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  14. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  15. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  20. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  21. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  23. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  24. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  25. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  26. package/dist/components/Shared/FullKyc/countryList.d.ts +10 -0
  27. package/dist/components/Shared/FullKyc/countryList.js +54 -0
  28. package/dist/components/Shared/FullKyc/edd.d.ts +3 -0
  29. package/dist/components/Shared/FullKyc/edd.js +189 -0
  30. package/dist/components/Shared/FullKyc/index.d.ts +1 -0
  31. package/dist/components/Shared/FullKyc/index.js +11 -9
  32. package/dist/components/Shared/FullKyc/pep.js +276 -15
  33. package/dist/components/Shared/FullKyc/personalDetails.js +4 -6
  34. package/dist/components/Shared/FullKyc/types.d.ts +22 -3
  35. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  36. package/dist/components/Shared/Incode/index.d.ts +2 -1
  37. package/dist/components/Shared/Incode/index.js +39 -37
  38. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  39. package/dist/components/Wallet/Account/iban.js +18 -18
  40. package/dist/components/Wallet/Account/index.js +3 -3
  41. package/dist/components/Wallet/Account/sendIban.js +11 -11
  42. package/dist/components/Wallet/Buy/confirmTransaction.js +3 -3
  43. package/dist/components/Wallet/Buy/form.js +4 -4
  44. package/dist/components/Wallet/Buy/index.js +6 -6
  45. package/dist/components/Wallet/Deposit/index.js +1 -1
  46. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  47. package/dist/components/Wallet/EnterpriseKyc/index.js +113 -87
  48. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  49. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  50. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  51. package/dist/components/Wallet/History/index.js +2 -2
  52. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +9 -9
  53. package/dist/components/Wallet/Portfolio/index.js +3 -3
  54. package/dist/components/Wallet/Profile/documents.js +2 -2
  55. package/dist/components/Wallet/Profile/index.js +8 -8
  56. package/dist/components/Wallet/Receive/index.js +2 -2
  57. package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
  58. package/dist/components/Wallet/Sell/form.js +4 -4
  59. package/dist/components/Wallet/Sell/index.js +6 -6
  60. package/dist/components/Wallet/Send/index.js +29 -29
  61. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  62. package/dist/components/Wallet/Shared/addBank.js +2 -2
  63. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  64. package/dist/components/Wallet/Shared/manualSend.js +3 -3
  65. package/dist/components/Wallet/SignIn/index.js +2 -2
  66. package/dist/components/Wallet/SignUp/index.js +2 -2
  67. package/dist/components/Wallet/Stake/index.js +3 -3
  68. package/dist/components/Wallet/Swap/form.js +5 -5
  69. package/dist/components/Wallet/Swap/index.js +5 -5
  70. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  71. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  72. package/dist/components/Wallet/Withdraw/form.js +4 -4
  73. package/dist/components/Wallet/Withdraw/index.js +5 -5
  74. package/dist/{constants-CQOuVN6n.js → constants-DBlV_hAZ.js} +1096 -1090
  75. package/dist/cryptoAssets-Da0hZPmW.js +16 -0
  76. package/dist/{documents-72bUeBkP.js → documents-D1CxIIUj.js} +8 -8
  77. package/dist/{index-BAFH0iyw.js → index-BHmViOiG.js} +5 -5
  78. package/dist/{index-BIpSerUL.js → index-BZGHPDhS.js} +5 -5
  79. package/dist/{index-DKuH9hDK.js → index-C74NH5fF.js} +4 -4
  80. package/dist/{index-CRXWl3nL.js → index-CN7R7nR-.js} +14 -14
  81. package/dist/index-CexvGlw7.js +500 -0
  82. package/dist/{index-CpkMJeD0.js → index-DEfHSDHa.js} +5 -5
  83. package/dist/{index-BOev7FOu.js → index-DPwR5oNU.js} +6 -6
  84. package/dist/{kyc-C_JyEEpu.js → kyc-D7FTfIPj.js} +3 -3
  85. package/dist/main.js +7 -7
  86. package/dist/{order-DWfxKnom.js → order-BNumaEGY.js} +11 -11
  87. package/dist/{stake-fFsvxcKJ.js → stake-VlhTFH1g.js} +1 -1
  88. package/dist/util/constants.d.ts +0 -1
  89. package/dist/util/constants.js +18 -19
  90. package/dist/{wallet-4-2Lns3R.js → wallet-BJz8LnYf.js} +8 -8
  91. package/package.json +2 -2
  92. package/dist/cryptoAssets-Cma8qeDc.js +0 -16
  93. package/dist/index--NaHRmjW.js +0 -483
@@ -0,0 +1,16 @@
1
+ import { a1 as t, a2 as s, a3 as e } from "./constants-DBlV_hAZ.js";
2
+ const p = (a) => ({
3
+ type: t,
4
+ payload: a
5
+ }), A = (a) => ({
6
+ type: s,
7
+ payload: a
8
+ }), E = (a) => ({
9
+ type: e,
10
+ payload: a
11
+ });
12
+ export {
13
+ A as a,
14
+ E as b,
15
+ p as f
16
+ };
@@ -10,7 +10,7 @@ import { c as ce } from "./createSvgIcon-Cuzqm90l.js";
10
10
  import ae from "./components/Shared/transition.js";
11
11
  import { getDocName as le } from "./util/functions.js";
12
12
  import { u as de, a as me } from "./react-redux-B4BZippc.js";
13
- import { ak as he, al as ue, am as pe, an as fe, ao as ge, ap as _e } from "./constants-CQOuVN6n.js";
13
+ import { aq as he, ar as ue, as as pe, at as fe, au as ge, av as _e } from "./constants-DBlV_hAZ.js";
14
14
  import { e as be } from "./index-FwnHkXdK.js";
15
15
  import { RIGHT_ARROW as M, DELETE_ICON as xe } from "./util/constants.js";
16
16
  import { useDialog as De } from "./hooks/useDialog/index.js";
@@ -280,13 +280,13 @@ import './assets/documents.css';const ve = () => ({
280
280
  ] })
281
281
  ] });
282
282
  }, lt = ({ showAlertMessage: o, identityDocs: m }) => {
283
- const { openDialog: _, ConfirmDialog: u } = De(), a = de(), r = me(be), l = r.data, b = r.loader, p = r.message, x = r.error, k = r.preview.front, d = r.preview.back, D = r.preview.loader, I = r.uploadLoader, [v, N] = f(!1), [R, O] = f(!1), [B, y] = f(1), [K, G] = f(!1), [W, Q] = f(""), [T, P] = f("");
283
+ const { openDialog: _, ConfirmDialog: u } = De(), a = de(), r = me(be), l = r.data, b = r.loader, p = r.message, x = r.error, k = r.preview.front, d = r.preview.back, D = r.preview.loader, I = r.uploadLoader, [v, N] = f(!1), [R, O] = f(!1), [B, y] = f(1), [K, q] = f(!1), [W, G] = f(""), [T, P] = f("");
284
284
  A(() => {
285
285
  x && o({ message: x });
286
286
  }, [x]), A(() => {
287
287
  p && (o({ message: p, type: "success" }), N(!1), U());
288
288
  }, [p]);
289
- const q = () => {
289
+ const Q = () => {
290
290
  if (!W)
291
291
  return o({ message: "Please provide the document name" }), !1;
292
292
  if (!T)
@@ -352,7 +352,7 @@ import './assets/documents.css';const ve = () => ({
352
352
  }
353
353
  )
354
354
  ] }), U = () => {
355
- Q(""), P(""), y(1), G(!1);
355
+ G(""), P(""), y(1), q(!1);
356
356
  };
357
357
  return /* @__PURE__ */ t(C, { children: [
358
358
  /* @__PURE__ */ e(u, {}),
@@ -390,7 +390,7 @@ import './assets/documents.css';const ve = () => ({
390
390
  g,
391
391
  {
392
392
  sx: { mt: 4 },
393
- onClick: () => G(!0),
393
+ onClick: () => q(!0),
394
394
  fullWidth: !0,
395
395
  children: /* @__PURE__ */ e("strong", { children: "Add new document" })
396
396
  }
@@ -513,7 +513,7 @@ import './assets/documents.css';const ve = () => ({
513
513
  {
514
514
  showAlertMessage: o,
515
515
  documentName: W,
516
- setDocumentName: Q,
516
+ setDocumentName: G,
517
517
  setDocumentScreen: y
518
518
  }
519
519
  ),
@@ -524,7 +524,7 @@ import './assets/documents.css';const ve = () => ({
524
524
  setDocumentScreen: y,
525
525
  documentFile: T,
526
526
  setDocumentFile: P,
527
- uploadDocument: q,
527
+ uploadDocument: Q,
528
528
  uploadLoader: I
529
529
  }
530
530
  ),
@@ -535,7 +535,7 @@ import './assets/documents.css';const ve = () => ({
535
535
  setDocumentScreen: y,
536
536
  documentFile: T,
537
537
  setDocumentFile: P,
538
- uploadDocument: q,
538
+ uploadDocument: Q,
539
539
  uploadLoader: I
540
540
  }
541
541
  )
@@ -1,13 +1,13 @@
1
1
  import { jsxs as n, Fragment as E, jsx as e } from "react/jsx-runtime";
2
2
  import { useMemo as et, useState as h, useEffect as x, useRef as tt } from "react";
3
3
  import rt from "./hoc/withThemeProvider.js";
4
- import { P as nt, f as ot } from "./PlayArrow-BkJLdzUI.js";
4
+ import { P as nt, f as ot } from "./PlayArrow-BkW3s4mw.js";
5
5
  import { I as it } from "./Info-BVeUSPyk.js";
6
6
  import { G as me } from "./generic-token-B_ptO5yb.js";
7
7
  import { TOKEN_TO_FIAT as de, ESTIMATE_TOOLTIP_TEXT as st, SELL_WITHDRAW_ICON as at, DIALOG_SUCCESS_ICON as Re, DIALOG_ERROR_ICON as lt } from "./util/constants.js";
8
- import { aj as R, a6 as ct } from "./constants-CQOuVN6n.js";
8
+ import { ap as R, ac as ct } from "./constants-DBlV_hAZ.js";
9
9
  import { c as ze, d as mt } from "./index-FwnHkXdK.js";
10
- import { d as dt, e as We, b as X, c as Ee, f as ut, j as pt, g as ht } from "./order-DWfxKnom.js";
10
+ import { d as dt, e as We, b as X, c as Ee, f as ut, j as pt, g as ht } from "./order-BNumaEGY.js";
11
11
  import { M as ft } from "./tooltip-3UvETWtS.js";
12
12
  import { getCurrencySymbol as Me, getNetworkBackGround as xt, displayWalletAddress as yt } from "./util/functions.js";
13
13
  import gt from "./components/Wallet/Shared/backBtn.js";
@@ -31,8 +31,8 @@ import { T as i } from "./Typography-pAaje37G.js";
31
31
  import { B as T } from "./Box-B0YSYLco.js";
32
32
  import { G as r } from "./Grid-CFe3amXO.js";
33
33
  import { C as I } from "./CircularProgress-xZA3lvba.js";
34
- import { f as Ct } from "./cryptoAssets-Cma8qeDc.js";
35
- import { u as Nt, a as vt } from "./wallet-4-2Lns3R.js";
34
+ import { f as Ct } from "./cryptoAssets-Da0hZPmW.js";
35
+ import { u as Nt, a as vt } from "./wallet-BJz8LnYf.js";
36
36
  import { AuthContainer as kt } from "./components/Wallet/Shared/Container/index.js";
37
37
  import St from "./components/Shared/MinimalKyc/index.js";
38
38
  import Be from "./components/Wallet/Shared/Input/index.js";
@@ -1,13 +1,13 @@
1
1
  import { jsxs as a, Fragment as S, jsx as e } from "react/jsx-runtime";
2
2
  import { useMemo as Qe, useState as d, useEffect as g } from "react";
3
3
  import Ze from "./hoc/withThemeProvider.js";
4
- import { P as et, f as tt } from "./PlayArrow-BkJLdzUI.js";
4
+ import { P as et, f as tt } from "./PlayArrow-BkW3s4mw.js";
5
5
  import { I as rt } from "./Info-BVeUSPyk.js";
6
6
  import { G as Me } from "./generic-token-B_ptO5yb.js";
7
7
  import { PAYMENT_PROVIDER_PAYSAFE as nt, ID_TOKEN_SYMBOL as Re, FIAT_TO_EVER_ID as le, FIAT_TO_TOKEN as ce, ESTIMATE_TOOLTIP_TEXT as it, PAYMENT_BANK as Se, SEPA_ICON as at, VISA_ICON as st } from "./util/constants.js";
8
- import { ah as P } from "./constants-CQOuVN6n.js";
8
+ import { an as P } from "./constants-DBlV_hAZ.js";
9
9
  import { c as ot, d as lt } from "./index-FwnHkXdK.js";
10
- import { d as ct, e as Be, f as mt, g as Pe, b as dt, h as pt } from "./order-DWfxKnom.js";
10
+ import { d as ct, e as Be, f as mt, g as Pe, b as dt, h as pt } from "./order-BNumaEGY.js";
11
11
  import { M as ut } from "./tooltip-3UvETWtS.js";
12
12
  import { getCurrencySymbol as ke, getNetworkBackGround as ft } from "./util/functions.js";
13
13
  import de from "./components/Wallet/Shared/appButton.js";
@@ -18,8 +18,8 @@ import { B as F } from "./Box-B0YSYLco.js";
18
18
  import { G as i } from "./Grid-CFe3amXO.js";
19
19
  import { C as E } from "./CircularProgress-xZA3lvba.js";
20
20
  import { a as T, u as yt } from "./react-redux-B4BZippc.js";
21
- import { f as xt } from "./cryptoAssets-Cma8qeDc.js";
22
- import { u as _t, a as gt } from "./wallet-4-2Lns3R.js";
21
+ import { f as xt } from "./cryptoAssets-Da0hZPmW.js";
22
+ import { u as _t, a as gt } from "./wallet-BJz8LnYf.js";
23
23
  import { useSnackBarContext as Nt } from "./context/snackBarContext.js";
24
24
  import { AuthContainer as bt } from "./components/Wallet/Shared/Container/index.js";
25
25
  import vt from "./components/Wallet/Shared/CardPayment/index.js";
@@ -1,13 +1,13 @@
1
1
  import { jsxs as a, Fragment as F, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as c, useEffect as g } from "react";
3
3
  import Oe from "./hoc/withThemeProvider.js";
4
- import { P as we, f as Be } from "./PlayArrow-BkJLdzUI.js";
4
+ import { P as we, f as Be } from "./PlayArrow-BkW3s4mw.js";
5
5
  import { I as Le } from "./Info-BVeUSPyk.js";
6
6
  import { G as Ve } from "./generic-token-B_ptO5yb.js";
7
7
  import ne from "./components/RocketRamp/Shared/Input/index.js";
8
8
  import { ID_TOKEN_SYMBOL as pe, FIAT_TO_EVER_ID as ae, FIAT_TO_TOKEN as ie, ESTIMATE_TOOLTIP_TEXT as Ye, VISA_PAYMENT as We, VISA_PAYMENT_ACTIVE as Ke, SEPA_PAYMENT as qe, SEPA_PAYMENT_ACTIVE as $e, PAYMENT_BANK as he, SEPA_ICON as De, VISA_ICON as be, PAYMENT_PROVIDER_CHECKOUT as fe } from "./util/constants.js";
9
- import { aw as Ue, ah as te } from "./constants-CQOuVN6n.js";
10
- import { d as Ge, e as Ce, f as je, h as He, g as ye } from "./order-DWfxKnom.js";
9
+ import { aC as Ue, an as te } from "./constants-DBlV_hAZ.js";
10
+ import { d as Ge, e as Ce, f as je, h as He, g as ye } from "./order-BNumaEGY.js";
11
11
  import { M as Xe } from "./tooltip-3UvETWtS.js";
12
12
  import { getCurrencySymbol as Ne, removeExtraSpace as Qe, getOrionBalance as Je } from "./util/functions.js";
13
13
  import oe from "./components/RocketRamp/Shared/Button/index.js";
@@ -19,7 +19,7 @@ import { C as I } from "./CircularProgress-xZA3lvba.js";
19
19
  import { E as Ze } from "./ErrorOutline-CPQcnl2b.js";
20
20
  import { s as xe, p as et, h as tt, v as rt } from "./index-ceeCtFuh.js";
21
21
  import { u as nt, a as q } from "./react-redux-B4BZippc.js";
22
- import { f as at } from "./cryptoAssets-Cma8qeDc.js";
22
+ import { f as at } from "./cryptoAssets-Da0hZPmW.js";
23
23
  import it from "./components/RocketRamp/MinimalKyc/form.js";
24
24
  import { useSnackBarContext as ot } from "./context/snackBarContext.js";
25
25
  import { I as st } from "./TextField-DPpRUQe3.js";
@@ -4,14 +4,14 @@ import Re from "./hoc/withThemeProvider.js";
4
4
  import Se from "./components/RocketRamp/Shared/backBtn.js";
5
5
  import { getCurrencySymbol as ue, getOrionBalance as Me } from "./util/functions.js";
6
6
  import { PAYMENT_BANK as ie, SEPA_ICON as ze, VISA_ICON as Oe, ID_TOKEN_SYMBOL as Pe, FIAT_WITHDRAW as we, FIAT_TO_EVER_ID as We, FIAT_TO_TOKEN as Be, ESTIMATE_TOOLTIP_TEXT as Le, TOKEN_TO_FIAT as Xe } from "./util/constants.js";
7
- import j from "./components/RocketRamp/Shared/Button/index.js";
8
- import { aj as U } from "./constants-CQOuVN6n.js";
9
- import { e as pe, f as De, k as Ye, d as qe, g as Ke } from "./order-DWfxKnom.js";
7
+ import U from "./components/RocketRamp/Shared/Button/index.js";
8
+ import { ap as j } from "./constants-DBlV_hAZ.js";
9
+ import { e as pe, f as De, k as Ye, d as qe, g as Ke } from "./order-BNumaEGY.js";
10
10
  import "./components/Wallet/Shared/appButton.js";
11
11
  import { u as $e, a as W } from "./react-redux-B4BZippc.js";
12
12
  import "./components/Wallet/Shared/Auth/otpForm.js";
13
- import { P as Ge, f as je } from "./PlayArrow-BkJLdzUI.js";
14
- import { f as Ue } from "./cryptoAssets-Cma8qeDc.js";
13
+ import { P as Ge, f as Ue } from "./PlayArrow-BkW3s4mw.js";
14
+ import { f as je } from "./cryptoAssets-Da0hZPmW.js";
15
15
  import "./context/snackBarContext.js";
16
16
  import "./util/conversions.js";
17
17
  import "./index-CAoLi5Qq.js";
@@ -76,7 +76,7 @@ import './assets/index7.css';const E = {
76
76
  network: i.network,
77
77
  payment_provider: i.payment_provider
78
78
  },
79
- U
79
+ j
80
80
  )
81
81
  );
82
82
  }, D = () => {
@@ -162,7 +162,7 @@ import './assets/index7.css';const E = {
162
162
  ] }) }) })
163
163
  ] }) }),
164
164
  /* @__PURE__ */ e(C, { mt: 4, children: /* @__PURE__ */ e(
165
- j,
165
+ U,
166
166
  {
167
167
  onClick: () => N(!0),
168
168
  disabled: x,
@@ -213,7 +213,7 @@ import './assets/index7.css';const E = {
213
213
  }
214
214
  ),
215
215
  /* @__PURE__ */ e(
216
- j,
216
+ U,
217
217
  {
218
218
  onClick: D,
219
219
  disabled: x,
@@ -256,7 +256,7 @@ import './assets/index7.css';const E = {
256
256
  /* @__PURE__ */ t(n, { container: !0, spacing: 1, sx: { padding: "0% 15%" }, children: [
257
257
  /* @__PURE__ */ e(z, { label: "Order ID ", value: A }),
258
258
  /* @__PURE__ */ e(
259
- j,
259
+ U,
260
260
  {
261
261
  onClick: () => S("/dashboard"),
262
262
  sx: { mt: 4 },
@@ -327,7 +327,7 @@ import './assets/index7.css';const E = {
327
327
  }
328
328
  }, [h, b]), f(() => {
329
329
  if (g && g.id && w && X && K) {
330
- d(qe(U)), O(!1), P("");
330
+ d(qe(j)), O(!1), P("");
331
331
  const r = setTimeout(() => {
332
332
  Ie();
333
333
  }, 1e3);
@@ -375,7 +375,7 @@ import './assets/index7.css';const E = {
375
375
  network: (R = g.network) == null ? void 0 : R.name,
376
376
  payment_provider: m.payment_provider
377
377
  },
378
- U
378
+ j
379
379
  )
380
380
  );
381
381
  };
@@ -612,7 +612,7 @@ import './assets/index7.css';const E = {
612
612
  ] })
613
613
  ] }) }),
614
614
  /* @__PURE__ */ e(C, { mt: 4, children: /* @__PURE__ */ e(
615
- j,
615
+ U,
616
616
  {
617
617
  onClick: Ae,
618
618
  disabled: J || !M,
@@ -638,7 +638,7 @@ import './assets/index7.css';const E = {
638
638
  }, [p]), f(() => {
639
639
  u.initMinimalKyc && (_({ message: p, type: "info" }), l(ot));
640
640
  }, [u.initMinimalKyc]), f(() => {
641
- d(je()), d(Ke(Xe));
641
+ d(Ue()), d(Ke(Xe));
642
642
  }, []), /* @__PURE__ */ t(v, { children: [
643
643
  B,
644
644
  /* @__PURE__ */ e(
@@ -661,7 +661,7 @@ import './assets/index7.css';const E = {
661
661
  orderData: u,
662
662
  dispatch: d,
663
663
  getCryptoAssets: (s) => {
664
- d(Ue({ type: U, id: s, partnerKey: T }));
664
+ d(je({ type: j, id: s, partnerKey: T }));
665
665
  },
666
666
  partnerKey: T,
667
667
  balance: b,