everest-npm-features 0.0.42 → 0.0.44

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 (94) hide show
  1. package/dist/{PlayArrow-C6lnbwD4.js → PlayArrow-Cd3sLvFW.js} +3 -3
  2. package/dist/{auth-BMzyEvqd.js → auth-CzQ2SiN_.js} +1 -1
  3. package/dist/{bank-Bp23LpvN.js → bank-DJqJqzwJ.js} +1 -1
  4. package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
  5. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  6. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  8. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  9. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  10. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  11. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  12. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  13. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  14. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  15. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  19. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  20. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  21. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  23. package/dist/components/RocketRamp/Transactions/index.js +6 -6
  24. package/dist/components/Shared/FullKyc/edd.js +2 -2
  25. package/dist/components/Shared/FullKyc/index.js +3 -3
  26. package/dist/components/Shared/FullKyc/pep.js +1 -1
  27. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  28. package/dist/components/Shared/FullKyc/userInfo.js +3 -3
  29. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  30. package/dist/components/Wallet/Account/createIban.js +1 -1
  31. package/dist/components/Wallet/Account/iban.js +5 -5
  32. package/dist/components/Wallet/Account/ibanItem.js +1 -1
  33. package/dist/components/Wallet/Account/index.js +11 -11
  34. package/dist/components/Wallet/Account/sendIban.js +2 -2
  35. package/dist/components/Wallet/Buy/confirmTransaction.js +3 -3
  36. package/dist/components/Wallet/Buy/form.js +5 -5
  37. package/dist/components/Wallet/Buy/index.d.ts +2 -0
  38. package/dist/components/Wallet/Buy/index.js +15 -11
  39. package/dist/components/Wallet/Deposit/index.js +1 -1
  40. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  41. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  42. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  43. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  44. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  45. package/dist/components/Wallet/History/index.js +2 -2
  46. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +25 -25
  47. package/dist/components/Wallet/Portfolio/index.js +218 -206
  48. package/dist/components/Wallet/Profile/documents.js +3 -3
  49. package/dist/components/Wallet/Profile/index.js +10 -10
  50. package/dist/components/Wallet/Receive/index.js +3 -3
  51. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  52. package/dist/components/Wallet/Sell/form.js +5 -5
  53. package/dist/components/Wallet/Sell/index.js +6 -6
  54. package/dist/components/Wallet/Send/index.js +12 -12
  55. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  56. package/dist/components/Wallet/Shared/BankSelect/index.d.ts +4 -0
  57. package/dist/components/Wallet/Shared/BankSelect/index.js +71 -0
  58. package/dist/components/Wallet/Shared/CardCorp/index.d.ts +11 -0
  59. package/dist/components/Wallet/Shared/CardCorp/index.js +72 -0
  60. package/dist/components/Wallet/Shared/Order/types.d.ts +3 -0
  61. package/dist/components/Wallet/Shared/addBank.js +3 -3
  62. package/dist/components/Wallet/Shared/connectPlaidBank.js +3 -3
  63. package/dist/components/Wallet/Shared/manualSend.js +3 -3
  64. package/dist/components/Wallet/SignIn/index.js +2 -2
  65. package/dist/components/Wallet/SignUp/index.js +2 -2
  66. package/dist/components/Wallet/Stake/index.js +4 -4
  67. package/dist/components/Wallet/Swap/form.js +6 -6
  68. package/dist/components/Wallet/Swap/index.js +5 -5
  69. package/dist/components/Wallet/Withdraw/bankSelect.js +69 -19
  70. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  71. package/dist/components/Wallet/Withdraw/form.js +5 -5
  72. package/dist/components/Wallet/Withdraw/index.js +11 -10
  73. package/dist/{constants-9grj4Du1.js → constants-BQibkMPf.js} +119 -118
  74. package/dist/{cryptoAssets-Cf7xMoh9.js → cryptoAssets-CI_6_gpT.js} +1 -1
  75. package/dist/{documents-vj042AkQ.js → documents-DhAyY9OB.js} +2 -2
  76. package/dist/{index-FwnHkXdK.js → index-BQNs1mvn.js} +2 -2
  77. package/dist/{index-ufcy2D20.js → index-BmnzQEjv.js} +2 -2
  78. package/dist/{index-DVQ-d6A4.js → index-C3ZgWBrd.js} +6 -6
  79. package/dist/{index-Y7QJR4pX.js → index-C4Z1sQwf.js} +7 -7
  80. package/dist/index-ChAYuyXl.js +592 -0
  81. package/dist/{index-Cf_gfO-E.js → index-Dh9NbI7I.js} +4 -4
  82. package/dist/{index-CUBxw5s4.js → index-DpOHb_Wl.js} +4 -4
  83. package/dist/index-e2FmUhS_.js +760 -0
  84. package/dist/{kyc-MeOwOyUF.js → kyc-BbIvXp_G.js} +1 -1
  85. package/dist/main.js +7 -7
  86. package/dist/order-BQbk7Nb4.js +55 -0
  87. package/dist/{stake-ClJWsrHb.js → stake-DWzckUqA.js} +1 -1
  88. package/dist/util/constants.d.ts +1 -0
  89. package/dist/util/constants.js +63 -62
  90. package/dist/{wallet-nsVuNagB.js → wallet-CHtpHvyK.js} +3 -3
  91. package/package.json +2 -2
  92. package/dist/index-BXj7Wdol.js +0 -730
  93. package/dist/index-CUhPCwCD.js +0 -643
  94. package/dist/order-Cs5_3wOs.js +0 -51
@@ -1,16 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-C6lnbwD4.js";
3
+ import "../../../PlayArrow-Cd3sLvFW.js";
4
4
  import "../../../Info-BVeUSPyk.js";
5
5
  import "../../../generic-token-B_ptO5yb.js";
6
6
  import "../../../util/constants.js";
7
- import "../../../constants-9grj4Du1.js";
8
- import "../../../index-FwnHkXdK.js";
9
- import "../../../order-Cs5_3wOs.js";
7
+ import "../../../constants-BQibkMPf.js";
8
+ import "../../../index-BQNs1mvn.js";
9
+ import "../../../order-BQbk7Nb4.js";
10
10
  import "../../../tooltip-3UvETWtS.js";
11
11
  import "../../../util/functions.js";
12
12
  import "../Shared/appButton.js";
13
- import { B as E } from "../../../index-BXj7Wdol.js";
13
+ import { B as E } from "../../../index-e2FmUhS_.js";
14
14
  import "../../../styles.module-CHEBh2ID.js";
15
15
  import "../Shared/TokenModal/index.js";
16
16
  import "../../../react-redux-B4BZippc.js";
@@ -2,6 +2,8 @@ import { BuyProps } from '../Shared/Order/types';
2
2
  export declare const FORM_SCREEN = "FORM_SCREEN";
3
3
  export declare const CONFIRM_SCREEN = "CONFIRM_SCREEN";
4
4
  export declare const PAYMENT_SCREEN = "PAYMENT_SCREEN";
5
+ export declare const BANK_SCREEN = "BANK_SCREEN";
6
+ export declare const CARD_CORP_SCREEN = "CARD_CORP_SCREEN";
5
7
  export declare const MINIMAL_KYC_SCREEN = "MINIMAL_KYC_SCREEN";
6
8
  declare const _default: import('react').FC<BuyProps & import('../../../hoc/withThemeProvider').WithThemeProviderProps>;
7
9
  export default _default;
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { C as f, F as A, M as O, P, i as Y } from "../../../index-BXj7Wdol.js";
4
+ import { b as e, c as f, C as K, F as Y, M as b, P as c, i as d } from "../../../index-e2FmUhS_.js";
5
5
  import "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-9grj4Du1.js";
7
- import "../../../PlayArrow-C6lnbwD4.js";
8
- import "../../../cryptoAssets-Cf7xMoh9.js";
9
- import "../../../wallet-nsVuNagB.js";
10
- import "../../../order-Cs5_3wOs.js";
6
+ import "../../../constants-BQibkMPf.js";
7
+ import "../../../PlayArrow-Cd3sLvFW.js";
8
+ import "../../../cryptoAssets-CI_6_gpT.js";
9
+ import "../../../wallet-CHtpHvyK.js";
10
+ import "../../../order-BQbk7Nb4.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -15,10 +15,14 @@ import "../Shared/CardPayment/index.js";
15
15
  import "../../Shared/MinimalKyc/index.js";
16
16
  import "../Shared/Input/index.js";
17
17
  import "../Shared/appButton.js";
18
+ import "../Shared/CardCorp/index.js";
19
+ import "../Shared/BankSelect/index.js";
18
20
  export {
19
- f as CONFIRM_SCREEN,
20
- A as FORM_SCREEN,
21
- O as MINIMAL_KYC_SCREEN,
22
- P as PAYMENT_SCREEN,
23
- Y as default
21
+ e as BANK_SCREEN,
22
+ f as CARD_CORP_SCREEN,
23
+ K as CONFIRM_SCREEN,
24
+ Y as FORM_SCREEN,
25
+ b as MINIMAL_KYC_SCREEN,
26
+ c as PAYMENT_SCREEN,
27
+ d as default
24
28
  };
@@ -6,7 +6,7 @@ import "../../../index-DlQqWbXG.js";
6
6
  import "../Shared/appButton.js";
7
7
  import "react";
8
8
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-9grj4Du1.js";
9
+ import "../../../constants-BQibkMPf.js";
10
10
  import { useSnackBarContext as c } from "../../../context/snackBarContext.js";
11
11
  import "../../../util/conversions.js";
12
12
  import "../../../index-CAoLi5Qq.js";
@@ -6,7 +6,7 @@ import "../../../index-DlQqWbXG.js";
6
6
  import "../../../hoc/withThemeProvider.js";
7
7
  import { u as I } from "../../../react-redux-B4BZippc.js";
8
8
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-9grj4Du1.js";
9
+ import "../../../constants-BQibkMPf.js";
10
10
  import { useSnackBarContext as b } from "../../../context/snackBarContext.js";
11
11
  import "../../../util/conversions.js";
12
12
  import "../../../index-CAoLi5Qq.js";
@@ -13,8 +13,8 @@ import re from "./orgInfo.js";
13
13
  import se from "./orgDetails.js";
14
14
  import ie from "./verify.js";
15
15
  import ae from "./success.js";
16
- import { K as ne, a as F, b as y, c as ce, d as me, e as le, f as pe } from "../../../constants-9grj4Du1.js";
17
- import { r as u, k as fe } from "../../../kyc-MeOwOyUF.js";
16
+ import { K as ne, a as F, b as y, c as ce, d as me, e as le, f as pe } from "../../../constants-BQibkMPf.js";
17
+ import { r as u, k as fe } from "../../../kyc-BbIvXp_G.js";
18
18
  import { u as Te, a as h } from "../../../react-redux-B4BZippc.js";
19
19
  import _e from "../../Shared/loader.js";
20
20
  import "../../../index-DlQqWbXG.js";
@@ -30,7 +30,7 @@ import "../../../moment-h96o7c8I.js";
30
30
  import "../../../index.esm-BsMAMhYW.js";
31
31
  import "../../../web3-u4qDZYpo.js";
32
32
  import "../../../index-ceeCtFuh.js";
33
- import { F as b } from "../../../index-ufcy2D20.js";
33
+ import { F as b } from "../../../index-BmnzQEjv.js";
34
34
  import "../../../context/dialogContext.js";
35
35
  import { u as de } from "../../../useTheme-BQJ5lp0i.js";
36
36
  import { D as De, a as Oe } from "../../../DialogContent-BMwlOnbW.js";
@@ -6,8 +6,8 @@ import "../../../index-DlQqWbXG.js";
6
6
  import "../../../hoc/withThemeProvider.js";
7
7
  import { u as P } from "../../../react-redux-B4BZippc.js";
8
8
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-9grj4Du1.js";
10
- import { a as D } from "../../../kyc-MeOwOyUF.js";
9
+ import "../../../constants-BQibkMPf.js";
10
+ import { a as D } from "../../../kyc-BbIvXp_G.js";
11
11
  import { useSnackBarContext as q } from "../../../context/snackBarContext.js";
12
12
  import "../../../util/conversions.js";
13
13
  import "../../../index-CAoLi5Qq.js";
@@ -20,7 +20,7 @@ import { pick as Kd } from "../../../util/functions.js";
20
20
  import "../../../index-DlQqWbXG.js";
21
21
  import "../../../hoc/withThemeProvider.js";
22
22
  import "../Shared/Auth/otpForm.js";
23
- import "../../../constants-9grj4Du1.js";
23
+ import "../../../constants-BQibkMPf.js";
24
24
  import { useSnackBarContext as Xd } from "../../../context/snackBarContext.js";
25
25
  import "../../../util/conversions.js";
26
26
  import "../../../index-CAoLi5Qq.js";
@@ -8,7 +8,7 @@ import { useState as C } from "react";
8
8
  import "../../../index-DlQqWbXG.js";
9
9
  import "../../../hoc/withThemeProvider.js";
10
10
  import "../Shared/Auth/otpForm.js";
11
- import "../../../constants-9grj4Du1.js";
11
+ import "../../../constants-BQibkMPf.js";
12
12
  import { useSnackBarContext as g } from "../../../context/snackBarContext.js";
13
13
  import "../../../util/conversions.js";
14
14
  import "../../../index-CAoLi5Qq.js";
@@ -3,8 +3,8 @@ import * as q from "react";
3
3
  import { useState as et, useEffect as ot } from "react";
4
4
  import st from "../../../hoc/withThemeProvider.js";
5
5
  import { u as nt, a as rt } from "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-9grj4Du1.js";
7
- import { o as it } from "../../../order-Cs5_3wOs.js";
6
+ import "../../../constants-BQibkMPf.js";
7
+ import { a as it } from "../../../order-BQbk7Nb4.js";
8
8
  import lt from "../../Shared/HistoryItem/index.js";
9
9
  import { AuthContainer as pt } from "../Shared/Container/index.js";
10
10
  import { B as _ } from "../../../Box-B0YSYLco.js";
@@ -7,11 +7,11 @@ import "../../../index-DlQqWbXG.js";
7
7
  import "../Shared/appButton.js";
8
8
  import re from "../../../hoc/withThemeProvider.js";
9
9
  import { displayWalletAddress as oe } from "../../../util/functions.js";
10
- import { BACK_BTN_ICON as se, EVER_CHAIN_NETWORK as F, ETHEREUM_NETWORK as G } from "../../../util/constants.js";
10
+ import { BACK_BTN_ICON as ae, EVER_CHAIN_NETWORK as F, ETHEREUM_NETWORK as G } from "../../../util/constants.js";
11
11
  import "../Shared/Auth/otpForm.js";
12
- import { ah as ae, ai as ne, aj as ie, ak as le, al as ce } from "../../../constants-9grj4Du1.js";
13
- import { u as me } from "../../../index-FwnHkXdK.js";
14
- import { g as de } from "../../../wallet-nsVuNagB.js";
12
+ import { aj as se, ak as ne, al as ie, am as le, an as ce } from "../../../constants-BQibkMPf.js";
13
+ import { a as me } from "../../../index-BQNs1mvn.js";
14
+ import { h as de } from "../../../wallet-CHtpHvyK.js";
15
15
  import "../../../context/snackBarContext.js";
16
16
  import { numberFormat as he, fromHuman as ue, getGweiFromWei as pe, getUnFormattedValueFromWei as fe } from "../../../util/conversions.js";
17
17
  import "../../../index-CAoLi5Qq.js";
@@ -34,7 +34,7 @@ import { B as M } from "../../../Button-Df4vgU24.js";
34
34
  import { C as H } from "../../../CircularProgress-xZA3lvba.js";
35
35
  import { D as ve, a as Te } from "../../../DialogContent-BMwlOnbW.js";
36
36
  import { I as Ne } from "../../../IconButton-DHm-hucF.js";
37
- import { G as a } from "../../../Grid-CFe3amXO.js";
37
+ import { G as s } from "../../../Grid-CFe3amXO.js";
38
38
  import '../../../assets/index6.css';const be = (r) => ({
39
39
  type: ne,
40
40
  payload: r
@@ -48,7 +48,7 @@ import '../../../assets/index6.css';const be = (r) => ({
48
48
  type: ce,
49
49
  payload: r
50
50
  }), Se = () => ({
51
- type: ae
51
+ type: se
52
52
  }), Ge = "_container_nw82g_1", b = {
53
53
  container: Ge,
54
54
  "inner-container": "_inner-container_nw82g_13",
@@ -61,14 +61,14 @@ import '../../../assets/index6.css';const be = (r) => ({
61
61
  depositAddress: A
62
62
  }) => {
63
63
  var k, q;
64
- const { showAlertMessage: E, snackBar: U } = ge(), m = Z(), h = S((t) => t.bridge), s = h.gasFee, x = h.loader, u = h.error, R = h.withdrawStatus, B = S((t) => t.user.wallets);
64
+ const { showAlertMessage: E, snackBar: U } = ge(), m = Z(), h = S((t) => t.bridge), a = h.gasFee, x = h.loader, u = h.error, R = h.withdrawStatus, B = S((t) => t.user.wallets);
65
65
  B.loader;
66
66
  const W = B.data, w = n === F ? G : F, i = S(me).everWalletAddress, [I, V] = f(""), L = he(I), [O, _] = f("default"), [K, Q] = f(!1), [d, D] = f(""), [j, C] = f(!1), y = Y(""), v = ue(d, r === "ID" ? 18 : 6);
67
67
  T(() => (m(de()), () => {
68
68
  m(Se());
69
69
  }), []), T(() => {
70
- h.showFeePopUp && s.GasLimit > 0 && C(!0);
71
- }, [s]), T(() => {
70
+ h.showFeePopUp && a.GasLimit > 0 && C(!0);
71
+ }, [a]), T(() => {
72
72
  u && (E({ message: u }), (u === "invalid PIN" || u === "Pin must be 4-digit numeric value") && (Q(!0), _("pin"), C(!1)));
73
73
  }, [u]), T(() => {
74
74
  const t = W.find(
@@ -105,7 +105,7 @@ import '../../../assets/index6.css';const be = (r) => ({
105
105
  walletAddress: i,
106
106
  amount: v,
107
107
  token: r,
108
- gas: s,
108
+ gas: a,
109
109
  pin: y.current
110
110
  };
111
111
  m(Re(t));
@@ -115,7 +115,7 @@ import '../../../assets/index6.css';const be = (r) => ({
115
115
  fromAddress: i,
116
116
  toAddress: A,
117
117
  tokenAddress: P,
118
- gas: s,
118
+ gas: a,
119
119
  pin: y.current
120
120
  };
121
121
  m(ye(t));
@@ -144,7 +144,7 @@ import '../../../assets/index6.css';const be = (r) => ({
144
144
  left: "-18px"
145
145
  },
146
146
  className: "cursor-pointer",
147
- src: se,
147
+ src: ae,
148
148
  onClick: () => alert("backFunc"),
149
149
  alt: "back"
150
150
  }
@@ -294,25 +294,25 @@ import '../../../assets/index6.css';const be = (r) => ({
294
294
  children: /* @__PURE__ */ e("strong", { children: "Go Back" })
295
295
  }
296
296
  ) })
297
- ] }) : /* @__PURE__ */ o(a, { mt: 4, container: !0, spacing: 2, sx: { padding: "0% 15%" }, children: [
298
- /* @__PURE__ */ e(a, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Token Name" }) }),
299
- /* @__PURE__ */ e(a, { className: "fw500 text-right", size: 6, children: r }),
300
- /* @__PURE__ */ e(a, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Amount" }) }),
301
- /* @__PURE__ */ e(a, { className: "fw500 text-right", size: 6, children: d }),
302
- /* @__PURE__ */ e(a, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Wallet Address" }) }),
303
- /* @__PURE__ */ e(a, { className: "fw500 text-right", size: 6, children: oe(i) }),
304
- /* @__PURE__ */ e(a, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Gas Price" }) }),
305
- /* @__PURE__ */ o(a, { className: "fw500 text-right", size: 6, children: [
297
+ ] }) : /* @__PURE__ */ o(s, { mt: 4, container: !0, spacing: 2, sx: { padding: "0% 15%" }, children: [
298
+ /* @__PURE__ */ e(s, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Token Name" }) }),
299
+ /* @__PURE__ */ e(s, { className: "fw500 text-right", size: 6, children: r }),
300
+ /* @__PURE__ */ e(s, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Amount" }) }),
301
+ /* @__PURE__ */ e(s, { className: "fw500 text-right", size: 6, children: d }),
302
+ /* @__PURE__ */ e(s, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Wallet Address" }) }),
303
+ /* @__PURE__ */ e(s, { className: "fw500 text-right", size: 6, children: oe(i) }),
304
+ /* @__PURE__ */ e(s, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Gas Price" }) }),
305
+ /* @__PURE__ */ o(s, { className: "fw500 text-right", size: 6, children: [
306
306
  pe(
307
- s != null && s.BaseGasPriceCap ? (k = s == null ? void 0 : s.BaseGasPriceCap) == null ? void 0 : k.toString() : ""
307
+ a != null && a.BaseGasPriceCap ? (k = a == null ? void 0 : a.BaseGasPriceCap) == null ? void 0 : k.toString() : ""
308
308
  ),
309
309
  " ",
310
310
  "Gwei"
311
311
  ] }),
312
- /* @__PURE__ */ e(a, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Max Transaction Fee" }) }),
313
- /* @__PURE__ */ o(a, { className: "fw500 text-right", size: 6, children: [
312
+ /* @__PURE__ */ e(s, { size: 6, children: /* @__PURE__ */ e("strong", { children: "Max Transaction Fee" }) }),
313
+ /* @__PURE__ */ o(s, { className: "fw500 text-right", size: 6, children: [
314
314
  fe(
315
- s != null && s.TotalMaxEthSpent ? (q = s == null ? void 0 : s.TotalMaxEthSpent) == null ? void 0 : q.toString() : ""
315
+ a != null && a.TotalMaxEthSpent ? (q = a == null ? void 0 : a.TotalMaxEthSpent) == null ? void 0 : q.toString() : ""
316
316
  ),
317
317
  " ",
318
318
  "ETH"