everest-npm-features 0.0.62 → 0.0.63

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 (100) hide show
  1. package/dist/ArrowBack-DEJjwfp0.js +8 -0
  2. package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-71FP5PzJ.js} +5 -5
  3. package/dist/assets/styles.css +1 -1
  4. package/dist/{auth-DTJdu6mq.js → auth-BBeOw4mt.js} +1 -1
  5. package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
  6. package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
  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 +6 -6
  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/edd.js +3 -3
  27. package/dist/components/Shared/FullKyc/index.js +4 -4
  28. package/dist/components/Shared/FullKyc/pep.js +1 -1
  29. package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
  30. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  31. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  32. package/dist/components/Shared/Sumsub/index.js +2 -2
  33. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  34. package/dist/components/Wallet/Account/createIban.js +322 -97
  35. package/dist/components/Wallet/Account/eWallet.js +35 -37
  36. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  37. package/dist/components/Wallet/Account/iban.js +42 -42
  38. package/dist/components/Wallet/Account/ibanItem.js +3 -3
  39. package/dist/components/Wallet/Account/index.d.ts +1 -0
  40. package/dist/components/Wallet/Account/index.js +113 -111
  41. package/dist/components/Wallet/Account/sendIban.js +2 -2
  42. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  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 +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
  47. package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
  48. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
  49. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
  50. package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
  51. package/dist/components/Wallet/History/index.js +2 -2
  52. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
  53. package/dist/components/Wallet/Portfolio/index.js +5 -5
  54. package/dist/components/Wallet/Profile/documents.js +128 -131
  55. package/dist/components/Wallet/Profile/index.js +5 -5
  56. package/dist/components/Wallet/Profile/storage.js +2 -2
  57. package/dist/components/Wallet/Receive/index.js +2 -2
  58. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  59. package/dist/components/Wallet/Sell/form.js +4 -4
  60. package/dist/components/Wallet/Sell/index.js +6 -6
  61. package/dist/components/Wallet/Send/index.js +3 -3
  62. package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
  63. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  64. package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
  65. package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
  66. package/dist/components/Wallet/Shared/Container/index.js +19 -18
  67. package/dist/components/Wallet/Shared/addBank.js +3 -3
  68. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  69. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  70. package/dist/components/Wallet/SignIn/index.js +3 -3
  71. package/dist/components/Wallet/SignUp/index.js +3 -3
  72. package/dist/components/Wallet/Stake/gems/index.js +61 -52
  73. package/dist/components/Wallet/Stake/id/index.js +67 -66
  74. package/dist/components/Wallet/Stake/index.js +4 -4
  75. package/dist/components/Wallet/Swap/form.js +6 -6
  76. package/dist/components/Wallet/Swap/index.js +5 -5
  77. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  78. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  79. package/dist/components/Wallet/Withdraw/form.js +4 -4
  80. package/dist/components/Wallet/Withdraw/index.js +5 -5
  81. package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
  82. package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
  83. package/dist/{index-3OQ4M69t.js → index-B4XvACQN.js} +7 -7
  84. package/dist/{index-BBFbUCRZ.js → index-CTPMPwYK.js} +102 -106
  85. package/dist/{index-C1WPCgkl.js → index-DkiQ8pRO.js} +51 -51
  86. package/dist/{index-CYX3j0V7.js → index-DuWW5roi.js} +7 -7
  87. package/dist/{index-CDwzoHu7.js → index-JY6-UKlX.js} +6 -6
  88. package/dist/{index-ILpK4BCB.js → index-_fiTunwZ.js} +4 -4
  89. package/dist/{index-CK4kLRAw.js → index-bK14vCZw.js} +5 -5
  90. package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
  91. package/dist/main.js +7 -7
  92. package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
  93. package/dist/{otpForm-fiNqeB5H.js → otpForm-DeeegaX2.js} +2 -2
  94. package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
  95. package/dist/styles.module-DFoezEqS.js +28 -0
  96. package/dist/util/constants.d.ts +1 -0
  97. package/dist/util/constants.js +72 -71
  98. package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
  99. package/package.json +1 -1
  100. package/dist/styles.module-CHPRGltL.js +0 -28
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-CYX3j0V7.js";
4
+ import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-DuWW5roi.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-DrmtdI1J.js";
7
- import "../../../PlayArrow-BVDyfxsQ.js";
8
- import "../../../cryptoAssets-DyGDknvq.js";
9
- import "../../../wallet-CauUBXou.js";
10
- import "../../../order-DEp_Lmar.js";
6
+ import "../../../constants-DX0YBtP2.js";
7
+ import "../../../PlayArrow-71FP5PzJ.js";
8
+ import "../../../cryptoAssets-B8rAI7pp.js";
9
+ import "../../../wallet-BPXOp8UG.js";
10
+ import "../../../order-BXeCIvqC.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -6,8 +6,8 @@ import p from "../../../hoc/withThemeProvider.js";
6
6
  import "../../../index-DlQqWbXG.js";
7
7
  import "../Shared/appButton.js";
8
8
  import "react";
9
- import "../../../otpForm-fiNqeB5H.js";
10
- import "../../../constants-DrmtdI1J.js";
9
+ import "../../../otpForm-DeeegaX2.js";
10
+ import "../../../constants-DX0YBtP2.js";
11
11
  import { useSnackBarContext as h } from "../../../context/snackBarContext.js";
12
12
  import "../../../util/conversions.js";
13
13
  import "../../../index-CAoLi5Qq.js";
@@ -5,8 +5,8 @@ import { useRef as _, useState as A, createRef as w } from "react";
5
5
  import b from "./input.js";
6
6
  import "../../../index-DlQqWbXG.js";
7
7
  import "../../../hoc/withThemeProvider.js";
8
- import "../../../otpForm-fiNqeB5H.js";
9
- import "../../../constants-DrmtdI1J.js";
8
+ import "../../../otpForm-DeeegaX2.js";
9
+ import "../../../constants-DX0YBtP2.js";
10
10
  import { useSnackBarContext as I } from "../../../context/snackBarContext.js";
11
11
  import v from "../../../hooks/useEverestDispatch.js";
12
12
  import "../../../util/conversions.js";
@@ -14,13 +14,13 @@ import me from "./orgInfo.js";
14
14
  import pe from "./orgDetails.js";
15
15
  import fe from "./verify.js";
16
16
  import Te from "./success.js";
17
- import { K as _e, a as y, b as h, c as b, d as ue, e as Ce, f as de } from "../../../constants-DrmtdI1J.js";
18
- import { r as u, k as De } from "../../../kyc-ksV3vBP_.js";
17
+ import { K as _e, a as y, b as h, c as b, d as ue, e as Ce, f as de } from "../../../constants-DX0YBtP2.js";
18
+ import { r as u, k as De } from "../../../kyc-BNMPoeHt.js";
19
19
  import { u as K } from "../../../react-redux-C7I9-1M6.js";
20
20
  import Oe from "../../Shared/loader.js";
21
21
  import "../../../index-DlQqWbXG.js";
22
22
  import Ee from "../Shared/appButton.js";
23
- import "../../../otpForm-fiNqeB5H.js";
23
+ import "../../../otpForm-DeeegaX2.js";
24
24
  import { useSnackBarContext as Ne } from "../../../context/snackBarContext.js";
25
25
  import Ae from "../../../hooks/useEverestDispatch.js";
26
26
  import "../../../util/conversions.js";
@@ -31,7 +31,7 @@ import "../../../moment-h96o7c8I.js";
31
31
  import "../../../index.esm-BsMAMhYW.js";
32
32
  import "../../../web3-u4qDZYpo.js";
33
33
  import "../../../index-ceeCtFuh.js";
34
- import { F as g } from "../../../index-BBFbUCRZ.js";
34
+ import { F as g } from "../../../index-CTPMPwYK.js";
35
35
  import "../../../context/dialogContext.js";
36
36
  import "@mui/icons-material";
37
37
  const C = {
@@ -5,9 +5,9 @@ import { useRef as d, useState as S, useEffect as b, createRef as P } from "reac
5
5
  import D from "./input.js";
6
6
  import "../../../index-DlQqWbXG.js";
7
7
  import "../../../hoc/withThemeProvider.js";
8
- import "../../../otpForm-fiNqeB5H.js";
9
- import "../../../constants-DrmtdI1J.js";
10
- import { a } from "../../../kyc-ksV3vBP_.js";
8
+ import "../../../otpForm-DeeegaX2.js";
9
+ import "../../../constants-DX0YBtP2.js";
10
+ import { a } from "../../../kyc-BNMPoeHt.js";
11
11
  import { useSnackBarContext as q } from "../../../context/snackBarContext.js";
12
12
  import G from "../../../hooks/useEverestDispatch.js";
13
13
  import "../../../util/conversions.js";
@@ -7,7 +7,7 @@ import * as N from "react";
7
7
  import I, { Children as Wn, isValidElement as xt, cloneElement as Pt, useRef as Vn, useState as zn } from "react";
8
8
  import Zn from "react-dom";
9
9
  import { P as o, b as F, a as K, s as k, u as J, g as dt, d as at, c as B, m as nt, e as $t, r as Hn, f as Yn } from "../../../memoTheme-DnE8lj0t.js";
10
- import { e as Kn, c as St, i as Xn, L as wt, u as Qn, F as Jn, T as _n, M as qn } from "../../../otpForm-fiNqeB5H.js";
10
+ import { e as Kn, c as St, i as Xn, L as wt, u as Qn, F as Jn, T as _n, M as qn } from "../../../otpForm-DeeegaX2.js";
11
11
  import { _ as tr, a as er, T as ge, u as nr, b as rr, c as Jt, d as It, r as dr, e as rn, f as ar, g as Zt, h as ir } from "../../../Portal-BeS9yJCZ.js";
12
12
  import { keyframes as Ct, css as dn } from "@emotion/react";
13
13
  import { i as ye } from "../../../tooltip-BW0UyWw7.js";
@@ -17,7 +17,7 @@ import _ from "./input.js";
17
17
  import { pick as lr } from "../../../util/functions.js";
18
18
  import "../../../index-DlQqWbXG.js";
19
19
  import "../../../hoc/withThemeProvider.js";
20
- import "../../../constants-DrmtdI1J.js";
20
+ import "../../../constants-DX0YBtP2.js";
21
21
  import { useSnackBarContext as ur } from "../../../context/snackBarContext.js";
22
22
  import "../../../util/conversions.js";
23
23
  import "../../../index-CAoLi5Qq.js";
@@ -8,8 +8,8 @@ import { c as C } from "../../../createSvgIcon-B28GrUxG.js";
8
8
  import { useState as b } from "react";
9
9
  import "../../../index-DlQqWbXG.js";
10
10
  import "../../../hoc/withThemeProvider.js";
11
- import "../../../otpForm-fiNqeB5H.js";
12
- import "../../../constants-DrmtdI1J.js";
11
+ import "../../../otpForm-DeeegaX2.js";
12
+ import "../../../constants-DX0YBtP2.js";
13
13
  import { useSnackBarContext as k } from "../../../context/snackBarContext.js";
14
14
  import "../../../util/conversions.js";
15
15
  import "../../../index-CAoLi5Qq.js";
@@ -2,8 +2,8 @@ import { jsx as e, jsxs as p, Fragment as i } from "react/jsx-runtime";
2
2
  import { useState as u, useEffect as h } from "react";
3
3
  import f from "../../../hoc/withThemeProvider.js";
4
4
  import { u as g } from "../../../react-redux-C7I9-1M6.js";
5
- import "../../../constants-DrmtdI1J.js";
6
- import { a as x } from "../../../order-DEp_Lmar.js";
5
+ import "../../../constants-DX0YBtP2.js";
6
+ import { a as x } from "../../../order-BXeCIvqC.js";
7
7
  import { Box as n, Pagination as P, CircularProgress as N, Typography as v } from "@mui/material";
8
8
  import y from "../../Shared/HistoryItem/index.js";
9
9
  import { AuthContainer as C } from "../Shared/Container/index.js";
@@ -1,20 +1,21 @@
1
- import { jsxs as s, Fragment as g, jsx as e } from "react/jsx-runtime";
2
- import { useState as C, useEffect as w } from "react";
3
- import { u as N } from "../../../react-redux-C7I9-1M6.js";
4
- import { Box as u, Typography as p, FormControl as j, TextField as $, Dialog as J, IconButton as X, DialogContent as Y, Grid as n } from "@mui/material";
1
+ import { jsxs as s, Fragment as f, jsx as e } from "react/jsx-runtime";
2
+ import { useState as R, useEffect as _ } from "react";
3
+ import { u as b } from "../../../react-redux-C7I9-1M6.js";
4
+ import { Typography as u, Box as w, FormControl as j, TextField as $, Dialog as J, IconButton as X, DialogContent as Y, Grid as n } from "@mui/material";
5
5
  import { C as Z } from "../../../Close-DSxLLo08.js";
6
6
  import "../../../index-DlQqWbXG.js";
7
+ import { AuthContainer as ee } from "../Shared/Container/index.js";
7
8
  import T from "../Shared/appButton.js";
8
9
  import "../../../hoc/withThemeProvider.js";
9
- import { displayWalletAddress as ee } from "../../../util/functions.js";
10
- import { BACK_BTN_ICON as te, EVER_CHAIN_NETWORK as k, ETHEREUM_NETWORK as M } from "../../../util/constants.js";
11
- import "../../../otpForm-fiNqeB5H.js";
12
- import { an as re, ao as se, ap as oe, aq as ne, ar as ae } from "../../../constants-DrmtdI1J.js";
13
- import { a as ie } from "../../../index-BQNs1mvn.js";
14
- import { h as ce } from "../../../wallet-CauUBXou.js";
15
- import { useSnackBarContext as le } from "../../../context/snackBarContext.js";
16
- import de from "../../../hooks/useEverestDispatch.js";
17
- import { numberFormat as me, fromHuman as he, getGweiFromWei as ue, getUnFormattedValueFromWei as pe } from "../../../util/conversions.js";
10
+ import { displayWalletAddress as te } from "../../../util/functions.js";
11
+ import { BACK_BTN_ICON as re, EVER_CHAIN_NETWORK as k, ETHEREUM_NETWORK as N } from "../../../util/constants.js";
12
+ import "../../../otpForm-DeeegaX2.js";
13
+ import { at as se, au as oe, av as ne, aw as ae, ax as ie } from "../../../constants-DX0YBtP2.js";
14
+ import { a as ce } from "../../../index-BQNs1mvn.js";
15
+ import { h as le } from "../../../wallet-BPXOp8UG.js";
16
+ import { useSnackBarContext as de } from "../../../context/snackBarContext.js";
17
+ import me from "../../../hooks/useEverestDispatch.js";
18
+ import { numberFormat as he, fromHuman as ue, getGweiFromWei as pe, getUnFormattedValueFromWei as fe } from "../../../util/conversions.js";
18
19
  import "../../../index-CAoLi5Qq.js";
19
20
  import "../../../react-webcam-B3cXh1XT.js";
20
21
  import "../../Shared/transition.js";
@@ -26,10 +27,7 @@ import "../../../index-ceeCtFuh.js";
26
27
  import "../../../index.esm-I_Bp2YLf.js";
27
28
  import "../../../context/dialogContext.js";
28
29
  import "@mui/icons-material";
29
- import '../../../assets/index6.css';const fe = (r) => ({
30
- type: se,
31
- payload: r
32
- }), ge = (r) => ({
30
+ import '../../../assets/index6.css';const ge = (r) => ({
33
31
  type: oe,
34
32
  payload: r
35
33
  }), xe = (r) => ({
@@ -38,22 +36,25 @@ import '../../../assets/index6.css';const fe = (r) => ({
38
36
  }), Ee = (r) => ({
39
37
  type: ae,
40
38
  payload: r
41
- }), _e = () => ({
42
- type: re
43
- }), we = "_container_nw82g_1", y = {
44
- container: we,
39
+ }), _e = (r) => ({
40
+ type: ie,
41
+ payload: r
42
+ }), we = () => ({
43
+ type: se
44
+ }), Te = "_container_nw82g_1", q = {
45
+ container: Te,
45
46
  "inner-container": "_inner-container_nw82g_13",
46
47
  "heading-text": "_heading-text_nw82g_27",
47
48
  "close-btn": "_close-btn_nw82g_41"
48
- }, Ye = ({
49
+ }, et = ({
49
50
  token: r,
50
51
  network: a,
51
- tokenAddress: A,
52
- depositAddress: S,
52
+ tokenAddress: M,
53
+ depositAddress: A,
53
54
  onBack: d,
54
55
  initialBalance: m
55
56
  }) => {
56
- const { showAlertMessage: W } = le(), h = de(), i = N((t) => t.bridge), c = i.gasFee, I = i.loader, v = i.error, G = i.withdrawStatus, R = i.txId, z = (t) => t ? ("GasLimit" in t ? t.GasLimit : t.gasLimit) ?? 0 : 0, B = (t) => {
57
+ const { showAlertMessage: S } = de(), h = me(), i = b((t) => t.bridge), c = i.gasFee, W = i.loader, y = i.error, v = i.withdrawStatus, C = i.txId, z = (t) => t ? ("GasLimit" in t ? t.GasLimit : t.gasLimit) ?? 0 : 0, B = (t) => {
57
58
  var o;
58
59
  if (t)
59
60
  return (o = "BaseGasPriceCap" in t ? t.BaseGasPriceCap : t.baseGasPriceCap) == null ? void 0 : o.toString();
@@ -61,67 +62,67 @@ import '../../../assets/index6.css';const fe = (r) => ({
61
62
  var o;
62
63
  if (t)
63
64
  return (o = "TotalMaxEthSpent" in t ? t.TotalMaxEthSpent : t.totalMaxEthSpent) == null ? void 0 : o.toString();
64
- }, P = N((t) => t.user.wallets);
65
- P.loader;
66
- const F = P.data, x = a === k ? M : k, l = N(ie).everWalletAddress, [U, O] = C(m ?? ""), H = me(U), [b, D] = C(""), [V, E] = C(!1), _ = he(b, r === "ID" ? 18 : 6);
67
- w(() => (m || h(ce()), () => {
68
- h(_e());
69
- }), [m]), w(() => {
70
- i.showFeePopUp && z(c) > 0 && E(!0);
71
- }, [c, i.showFeePopUp]), w(() => {
72
- v && W({ message: v });
73
- }, [v]), w(() => {
65
+ }, I = b((t) => t.user.wallets);
66
+ I.loader;
67
+ const P = I.data, g = a === k ? N : k, l = b(ce).everWalletAddress, [U, F] = R(m ?? ""), H = he(U), [G, O] = R(""), [V, x] = R(!1), E = ue(G, r === "ID" ? 18 : 6);
68
+ _(() => (m || h(le()), () => {
69
+ h(we());
70
+ }), [m]), _(() => {
71
+ i.showFeePopUp && z(c) > 0 && x(!0);
72
+ }, [c, i.showFeePopUp]), _(() => {
73
+ y && S({ message: y });
74
+ }, [y]), _(() => {
74
75
  if (m) {
75
- O(m);
76
+ F(m);
76
77
  return;
77
78
  }
78
- const t = F.find(
79
+ const t = P.find(
79
80
  (o) => o.address === l
80
81
  );
81
82
  if (t) {
82
83
  const o = t.tokens;
83
- for (let f = 0; f < o.length; f++)
84
- if (o[f].network.toLowerCase() === x.toLowerCase() && o[f].symbol === r) {
85
- O(o[f].fmt_balance.replaceAll(",", ""));
84
+ for (let p = 0; p < o.length; p++)
85
+ if (o[p].network.toLowerCase() === g.toLowerCase() && o[p].symbol === r) {
86
+ F(o[p].fmt_balance.replaceAll(",", ""));
86
87
  break;
87
88
  }
88
89
  }
89
- }, [F, l, m]);
90
+ }, [P, l, m]);
90
91
  const K = (t) => {
91
- t ? /^([0-9.,]+)$/.test(t) && D(t) : D("");
92
+ t ? /^([0-9.,]+)$/.test(t) && O(t) : O("");
92
93
  }, Q = () => {
93
94
  if (!c) {
94
- W({
95
+ S({
95
96
  message: "Gas fee data is not available. Please try again."
96
97
  });
97
98
  return;
98
99
  }
99
- h(a === M ? ge({
100
+ h(a === N ? xe({
100
101
  walletAddress: l,
101
- amount: _,
102
+ amount: E,
102
103
  token: r,
103
104
  gas: c
104
- }) : Ee({
105
- amount: _,
105
+ }) : _e({
106
+ amount: E,
106
107
  fromAddress: l,
107
- toAddress: S,
108
- tokenAddress: A,
108
+ toAddress: A,
109
+ tokenAddress: M,
109
110
  gas: c
110
111
  }));
111
- }, q = () => {
112
- h(a === M ? fe({
112
+ }, D = () => {
113
+ h(a === N ? ge({
113
114
  walletAddress: l,
114
- amount: _,
115
+ amount: E,
115
116
  token: r
116
- }) : xe({
117
- amount: _,
117
+ }) : Ee({
118
+ amount: E,
118
119
  fromAddress: l,
119
- toAddress: S,
120
- tokenAddress: A
120
+ toAddress: A,
121
+ tokenAddress: M
121
122
  }));
122
123
  };
123
- return /* @__PURE__ */ s(g, { children: [
124
- /* @__PURE__ */ e(u, { className: y.container, children: /* @__PURE__ */ s(u, { className: y["inner-container"], children: [
124
+ return /* @__PURE__ */ s(f, { children: [
125
+ /* @__PURE__ */ s(ee, { children: [
125
126
  /* @__PURE__ */ e(
126
127
  "img",
127
128
  {
@@ -131,16 +132,16 @@ import '../../../assets/index6.css';const fe = (r) => ({
131
132
  left: "-18px"
132
133
  },
133
134
  className: "cursor-pointer",
134
- src: te,
135
+ src: re,
135
136
  onClick: () => d ? d() : alert("backFunc"),
136
137
  alt: "back"
137
138
  }
138
139
  ),
139
140
  /* @__PURE__ */ e(
140
- p,
141
+ u,
141
142
  {
142
143
  sx: { ml: 4, mt: "-20px !important" },
143
- className: y["heading-text"],
144
+ className: q["heading-text"],
144
145
  variant: "h5",
145
146
  children: /* @__PURE__ */ s("strong", { children: [
146
147
  "Move ",
@@ -150,9 +151,9 @@ import '../../../assets/index6.css';const fe = (r) => ({
150
151
  ] })
151
152
  }
152
153
  ),
153
- /* @__PURE__ */ s(u, { className: "container-padding text-center", children: [
154
- /* @__PURE__ */ s(p, { variant: "h5", children: [
155
- x,
154
+ /* @__PURE__ */ s(w, { className: "container-padding text-center", children: [
155
+ /* @__PURE__ */ s(u, { variant: "h5", children: [
156
+ g,
156
157
  " ",
157
158
  r,
158
159
  " Balance: ",
@@ -162,15 +163,15 @@ import '../../../assets/index6.css';const fe = (r) => ({
162
163
  $,
163
164
  {
164
165
  label: `Amount to Move to ${a}`,
165
- value: b,
166
+ value: G,
166
167
  fullWidth: !0,
167
168
  required: !0,
168
169
  onChange: (t) => K(t.target.value),
169
- onKeyPress: (t) => t.key === "Enter" && q()
170
+ onKeyPress: (t) => t.key === "Enter" && D()
170
171
  }
171
172
  ) }),
172
173
  /* @__PURE__ */ e(
173
- p,
174
+ u,
174
175
  {
175
176
  className: "primary-text-color",
176
177
  sx: { mt: 6 },
@@ -183,14 +184,14 @@ import '../../../assets/index6.css';const fe = (r) => ({
183
184
  T,
184
185
  {
185
186
  sx: { mt: 4 },
186
- onClick: q,
187
- isLoading: I,
187
+ onClick: D,
188
+ isLoading: W,
188
189
  fullWidth: !0,
189
190
  children: /* @__PURE__ */ e("strong", { children: "Move" })
190
191
  }
191
192
  )
192
193
  ] })
193
- ] }) }),
194
+ ] }),
194
195
  /* @__PURE__ */ s(
195
196
  J,
196
197
  {
@@ -204,58 +205,58 @@ import '../../../assets/index6.css';const fe = (r) => ({
204
205
  }
205
206
  },
206
207
  children: [
207
- !G && /* @__PURE__ */ e(
208
+ !v && /* @__PURE__ */ e(
208
209
  X,
209
210
  {
210
211
  "aria-label": "close",
211
- onClick: () => E(!1),
212
- className: y["close-btn"],
212
+ onClick: () => x(!1),
213
+ className: q["close-btn"],
213
214
  children: /* @__PURE__ */ e(Z, {})
214
215
  }
215
216
  ),
216
217
  /* @__PURE__ */ s(Y, { sx: { py: 6 }, children: [
217
- /* @__PURE__ */ e(p, { className: "text-center", variant: "h5", children: /* @__PURE__ */ s("strong", { children: [
218
+ /* @__PURE__ */ e(u, { className: "text-center", variant: "h5", children: /* @__PURE__ */ s("strong", { children: [
218
219
  "Move to ",
219
220
  a,
220
221
  " Confirmation"
221
222
  ] }) }),
222
- G ? /* @__PURE__ */ s(g, { children: [
223
+ v ? /* @__PURE__ */ s(f, { children: [
223
224
  /* @__PURE__ */ e(
224
- p,
225
+ u,
225
226
  {
226
227
  sx: { mt: 2, mb: 2 },
227
228
  className: "text-center",
228
229
  variant: "body1",
229
- children: G === "finished" ? /* @__PURE__ */ s(g, { children: [
230
+ children: v === "finished" ? /* @__PURE__ */ s(f, { children: [
230
231
  r,
231
232
  " has been successfully withdraw from ",
232
- x,
233
+ g,
233
234
  " ",
234
235
  "to ",
235
236
  a,
236
237
  "Network."
237
- ] }) : /* @__PURE__ */ s(g, { children: [
238
+ ] }) : /* @__PURE__ */ s(f, { children: [
238
239
  r,
239
240
  " withdraw from ",
240
- x,
241
+ g,
241
242
  " to ",
242
243
  a,
243
244
  " network is currently ongoing. Please check balance after 2 minutes."
244
245
  ] })
245
246
  }
246
247
  ),
247
- /* @__PURE__ */ e(u, { sx: { px: { xs: 0, md: 12 } }, children: /* @__PURE__ */ e(
248
+ /* @__PURE__ */ e(w, { sx: { px: { xs: 0, md: 12 } }, children: /* @__PURE__ */ e(
248
249
  T,
249
250
  {
250
251
  sx: { mt: 2 },
251
- onClick: () => d ? d() : E(!1),
252
+ onClick: () => d ? d() : x(!1),
252
253
  fullWidth: !0,
253
254
  children: /* @__PURE__ */ e("strong", { children: "Go Back" })
254
255
  }
255
256
  ) })
256
- ] }) : R ? /* @__PURE__ */ s(g, { children: [
257
+ ] }) : C ? /* @__PURE__ */ s(f, { children: [
257
258
  /* @__PURE__ */ e(
258
- p,
259
+ u,
259
260
  {
260
261
  sx: { mt: 2, mb: 2 },
261
262
  className: "text-center",
@@ -263,24 +264,24 @@ import '../../../assets/index6.css';const fe = (r) => ({
263
264
  children: "This transaction is under way, it is not yet completed, you can track status of transaction using Etherscan link provided."
264
265
  }
265
266
  ),
266
- /* @__PURE__ */ e(u, { sx: { textAlign: "center", mb: 2 }, children: /* @__PURE__ */ s(
267
+ /* @__PURE__ */ e(w, { sx: { textAlign: "center", mb: 2 }, children: /* @__PURE__ */ s(
267
268
  "a",
268
269
  {
269
270
  style: { wordBreak: "break-all" },
270
- href: "https://etherscan.io/tx/" + R,
271
+ href: "https://etherscan.io/tx/" + C,
271
272
  rel: "noopener noreferrer",
272
273
  target: "_blank",
273
274
  children: [
274
275
  "https://etherscan.io/tx/",
275
- R
276
+ C
276
277
  ]
277
278
  }
278
279
  ) }),
279
- /* @__PURE__ */ e(u, { sx: { px: { xs: 0, md: 12 } }, children: /* @__PURE__ */ e(
280
+ /* @__PURE__ */ e(w, { sx: { px: { xs: 0, md: 12 } }, children: /* @__PURE__ */ e(
280
281
  T,
281
282
  {
282
283
  sx: { mt: 2 },
283
- onClick: () => d ? d() : E(!1),
284
+ onClick: () => d ? d() : x(!1),
284
285
  fullWidth: !0,
285
286
  children: /* @__PURE__ */ e("strong", { children: "Go Back" })
286
287
  }
@@ -289,17 +290,17 @@ import '../../../assets/index6.css';const fe = (r) => ({
289
290
  /* @__PURE__ */ e(n, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Token Name" }) }),
290
291
  /* @__PURE__ */ e(n, { className: "fw500 text-right", size: 6, children: r }),
291
292
  /* @__PURE__ */ e(n, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Amount" }) }),
292
- /* @__PURE__ */ e(n, { className: "fw500 text-right", size: 6, children: b }),
293
+ /* @__PURE__ */ e(n, { className: "fw500 text-right", size: 6, children: G }),
293
294
  /* @__PURE__ */ e(n, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Wallet Address" }) }),
294
- /* @__PURE__ */ e(n, { className: "fw500 text-right", size: 6, children: ee(l) }),
295
+ /* @__PURE__ */ e(n, { className: "fw500 text-right", size: 6, children: te(l) }),
295
296
  /* @__PURE__ */ e(n, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Gas Price" }) }),
296
297
  /* @__PURE__ */ s(n, { className: "fw500 text-right", size: 6, children: [
297
- ue(B(c) ?? ""),
298
+ pe(B(c) ?? ""),
298
299
  " Gwei"
299
300
  ] }),
300
301
  /* @__PURE__ */ e(n, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Max Transaction Fee" }) }),
301
302
  /* @__PURE__ */ s(n, { className: "fw500 text-right", size: 6, children: [
302
- pe(L(c) ?? ""),
303
+ fe(L(c) ?? ""),
303
304
  " ",
304
305
  "ETH"
305
306
  ] }),
@@ -308,7 +309,7 @@ import '../../../assets/index6.css';const fe = (r) => ({
308
309
  {
309
310
  sx: { mt: 4 },
310
311
  onClick: Q,
311
- isLoading: I,
312
+ isLoading: W,
312
313
  fullWidth: !0,
313
314
  children: /* @__PURE__ */ e("strong", { children: "Move" })
314
315
  }
@@ -321,5 +322,5 @@ import '../../../assets/index6.css';const fe = (r) => ({
321
322
  ] });
322
323
  };
323
324
  export {
324
- Ye as default
325
+ et as default
325
326
  };
@@ -1,10 +1,10 @@
1
1
  import { jsx as B, Fragment as HA, jsxs as s } from "react/jsx-runtime";
2
2
  import { US_DOLLAR_ISO3 as h, EVER_CHAIN_NETWORK as k, EURO_ISO3 as NA, DIALOG_SUCCESS_ICON as hA, BACK_BTN_ICON as IA, DIALOG_ERROR_ICON as mA } from "../../../util/constants.js";
3
3
  import { useTheme as WA, Box as o, Grid as t, Typography as P, CircularProgress as K } from "@mui/material";
4
- import "../../../constants-DrmtdI1J.js";
5
- import { i as dA } from "../../../wallet-CauUBXou.js";
6
- import { k as xA } from "../../../order-DEp_Lmar.js";
7
- import { c as CA } from "../../../stake-Ct7-_aWW.js";
4
+ import "../../../constants-DX0YBtP2.js";
5
+ import { i as dA } from "../../../wallet-BPXOp8UG.js";
6
+ import { k as xA } from "../../../order-BXeCIvqC.js";
7
+ import { c as CA } from "../../../stake-BO2TYVJ7.js";
8
8
  import { useState as r, useEffect as M, createRef as F } from "react";
9
9
  import { u as I } from "../../../react-redux-C7I9-1M6.js";
10
10
  import { s as m, T as J } from "../../../tokenRow-BiNtHOKV.js";
@@ -14,7 +14,7 @@ import pA from "../../../hoc/withThemeProvider.js";
14
14
  import "../../../index-DlQqWbXG.js";
15
15
  import { AuthInnerContainer as ZA, AuthContainer as LA } from "../Shared/Container/index.js";
16
16
  import $ from "../Shared/appButton.js";
17
- import "../../../otpForm-fiNqeB5H.js";
17
+ import "../../../otpForm-DeeegaX2.js";
18
18
  import { useSnackBarContext as yA } from "../../../context/snackBarContext.js";
19
19
  import TA from "../../../hooks/useEverestDispatch.js";
20
20
  import "../../../index-CAoLi5Qq.js";