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.
- package/dist/ArrowBack-DEJjwfp0.js +8 -0
- package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-71FP5PzJ.js} +5 -5
- package/dist/assets/styles.css +1 -1
- package/dist/{auth-DTJdu6mq.js → auth-BBeOw4mt.js} +1 -1
- package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
- package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
- package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
- package/dist/components/RocketRamp/Player/Sell/index.js +6 -6
- package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
- package/dist/components/RocketRamp/Transactions/index.js +2 -2
- package/dist/components/Shared/FullKyc/edd.js +3 -3
- package/dist/components/Shared/FullKyc/index.js +4 -4
- package/dist/components/Shared/FullKyc/pep.js +1 -1
- package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
- package/dist/components/Shared/FullKyc/userInfo.js +4 -4
- package/dist/components/Shared/MinimalKyc/index.js +2 -2
- package/dist/components/Shared/Sumsub/index.js +2 -2
- package/dist/components/Wallet/Account/createIban.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +322 -97
- package/dist/components/Wallet/Account/eWallet.js +35 -37
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +42 -42
- package/dist/components/Wallet/Account/ibanItem.js +3 -3
- package/dist/components/Wallet/Account/index.d.ts +1 -0
- package/dist/components/Wallet/Account/index.js +113 -111
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
- package/dist/components/Wallet/Buy/form.js +4 -4
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
- package/dist/components/Wallet/Portfolio/index.js +5 -5
- package/dist/components/Wallet/Profile/documents.js +128 -131
- package/dist/components/Wallet/Profile/index.js +5 -5
- package/dist/components/Wallet/Profile/storage.js +2 -2
- package/dist/components/Wallet/Receive/index.js +2 -2
- package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
- package/dist/components/Wallet/Sell/form.js +4 -4
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +3 -3
- package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
- package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
- package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
- package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
- package/dist/components/Wallet/Shared/Container/index.js +19 -18
- package/dist/components/Wallet/Shared/addBank.js +3 -3
- package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
- package/dist/components/Wallet/Shared/manualSend.js +4 -4
- package/dist/components/Wallet/SignIn/index.js +3 -3
- package/dist/components/Wallet/SignUp/index.js +3 -3
- package/dist/components/Wallet/Stake/gems/index.js +61 -52
- package/dist/components/Wallet/Stake/id/index.js +67 -66
- package/dist/components/Wallet/Stake/index.js +4 -4
- package/dist/components/Wallet/Swap/form.js +6 -6
- package/dist/components/Wallet/Swap/index.js +5 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
- package/dist/components/Wallet/Withdraw/form.js +4 -4
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
- package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
- package/dist/{index-3OQ4M69t.js → index-B4XvACQN.js} +7 -7
- package/dist/{index-BBFbUCRZ.js → index-CTPMPwYK.js} +102 -106
- package/dist/{index-C1WPCgkl.js → index-DkiQ8pRO.js} +51 -51
- package/dist/{index-CYX3j0V7.js → index-DuWW5roi.js} +7 -7
- package/dist/{index-CDwzoHu7.js → index-JY6-UKlX.js} +6 -6
- package/dist/{index-ILpK4BCB.js → index-_fiTunwZ.js} +4 -4
- package/dist/{index-CK4kLRAw.js → index-bK14vCZw.js} +5 -5
- package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
- package/dist/{otpForm-fiNqeB5H.js → otpForm-DeeegaX2.js} +2 -2
- package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
- package/dist/styles.module-DFoezEqS.js +28 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +72 -71
- package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
- package/package.json +1 -1
- package/dist/styles.module-CHPRGltL.js +0 -28
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { Backdrop as F, CircularProgress as f, Grid as r, Box as a, Typography as
|
|
3
|
-
import
|
|
1
|
+
import { jsxs as t, Fragment as B, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Backdrop as F, CircularProgress as f, Grid as r, Box as a, Typography as n, IconButton as u, Divider as g, FormControl as Y, TextField as R } from "@mui/material";
|
|
3
|
+
import P from "../../Shared/noData.js";
|
|
4
4
|
import { M as x } from "../../../../tooltip-BW0UyWw7.js";
|
|
5
|
-
import { I as
|
|
6
|
-
import { STAKE_ID_MIN_DAYS as
|
|
7
|
-
import { s as
|
|
5
|
+
import { I as T } from "../../../../Info-DOoRR7sR.js";
|
|
6
|
+
import { STAKE_ID_MIN_DAYS as k, STAKE_ID_MID_DAYS as D, STAKE_ID_MAX_DAYS as v } from "../../../../util/constants.js";
|
|
7
|
+
import { s as i } from "../../../../styles.module-C1sNeKjL.js";
|
|
8
8
|
import c from "../../Shared/appButton.js";
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
import { AuthContainer as I } from "../../Shared/Container/index.js";
|
|
10
|
+
const Q = ({
|
|
11
|
+
loader: N,
|
|
11
12
|
stakeData: d,
|
|
12
|
-
totalStake:
|
|
13
|
-
totalReward:
|
|
13
|
+
totalStake: y,
|
|
14
|
+
totalReward: C,
|
|
14
15
|
StakeItem: z,
|
|
15
|
-
stakeStart:
|
|
16
|
-
amount:
|
|
16
|
+
stakeStart: w,
|
|
17
|
+
amount: S,
|
|
17
18
|
setAmount: h,
|
|
18
19
|
stakeDuration: l,
|
|
19
20
|
setStakeDuration: s,
|
|
20
|
-
balanceLoader:
|
|
21
|
+
balanceLoader: A,
|
|
21
22
|
balance: m,
|
|
22
|
-
onMoveToEthereum:
|
|
23
|
-
onMoveToEverChain:
|
|
24
|
-
ethereumBalance:
|
|
23
|
+
onMoveToEthereum: E,
|
|
24
|
+
onMoveToEverChain: $,
|
|
25
|
+
ethereumBalance: b
|
|
25
26
|
}) => {
|
|
26
|
-
const
|
|
27
|
+
const _ = (o) => {
|
|
27
28
|
o ? /^([0-9.,]+)$/.test(o) && h(o) : h("");
|
|
28
|
-
},
|
|
29
|
+
}, M = [
|
|
29
30
|
"To earn reward tokens you must stake ID tokens in your EverWallet",
|
|
30
31
|
"Staking Rewards...",
|
|
31
32
|
`Commit for 90 days to earn 3% APY
|
|
@@ -36,7 +37,7 @@ Commit for 365 days to earn 18% APY`,
|
|
|
36
37
|
].join(`
|
|
37
38
|
|
|
38
39
|
`);
|
|
39
|
-
return /* @__PURE__ */
|
|
40
|
+
return /* @__PURE__ */ t(B, { children: [
|
|
40
41
|
/* @__PURE__ */ e(
|
|
41
42
|
F,
|
|
42
43
|
{
|
|
@@ -44,35 +45,35 @@ Commit for 365 days to earn 18% APY`,
|
|
|
44
45
|
color: "#fff",
|
|
45
46
|
zIndex: (o) => o.zIndex.drawer + 1e3
|
|
46
47
|
},
|
|
47
|
-
open:
|
|
48
|
+
open: N,
|
|
48
49
|
children: /* @__PURE__ */ e(f, { color: "inherit" })
|
|
49
50
|
}
|
|
50
51
|
),
|
|
51
|
-
/* @__PURE__ */
|
|
52
|
-
/* @__PURE__ */ e(r, { size: { xs: 12, md: 5 }, children: /* @__PURE__ */ e(
|
|
53
|
-
/* @__PURE__ */ e(
|
|
54
|
-
/* @__PURE__ */
|
|
55
|
-
/* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(
|
|
56
|
-
/* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */
|
|
57
|
-
|
|
52
|
+
/* @__PURE__ */ t(r, { spacing: 2, container: !0, width: "100%", children: [
|
|
53
|
+
/* @__PURE__ */ e(r, { size: { xs: 12, md: 5 }, children: /* @__PURE__ */ e(I, { addTopMargin: !1, children: /* @__PURE__ */ t(a, { p: 3, children: [
|
|
54
|
+
/* @__PURE__ */ e(n, { className: i["heading-text"], variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Current Stakes" }) }),
|
|
55
|
+
/* @__PURE__ */ t(r, { mt: 4, spacing: 1, container: !0, width: "100%", children: [
|
|
56
|
+
/* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(n, { className: "fs16", children: /* @__PURE__ */ e("strong", { children: "Total Staked" }) }) }),
|
|
57
|
+
/* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ t(n, { className: "text-right fs16 fw500", children: [
|
|
58
|
+
y,
|
|
58
59
|
" ID"
|
|
59
60
|
] }) }),
|
|
60
|
-
/* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(
|
|
61
|
-
/* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */
|
|
62
|
-
|
|
61
|
+
/* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(n, { className: "fs16", children: /* @__PURE__ */ e("strong", { children: "Total Reward" }) }) }),
|
|
62
|
+
/* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ t(n, { className: "text-right fs16 fw500", children: [
|
|
63
|
+
C,
|
|
63
64
|
" ID"
|
|
64
65
|
] }) })
|
|
65
66
|
] }),
|
|
66
|
-
/* @__PURE__ */
|
|
67
|
-
d.length === 0 && /* @__PURE__ */ e(
|
|
67
|
+
/* @__PURE__ */ t(a, { mt: 6, children: [
|
|
68
|
+
d.length === 0 && /* @__PURE__ */ e(P, { text: "No ID are staked at the moment" }),
|
|
68
69
|
d.map((o, p) => /* @__PURE__ */ e(z, { data: o }, p))
|
|
69
70
|
] })
|
|
70
71
|
] }) }) }),
|
|
71
|
-
/* @__PURE__ */ e(r, { size: { xs: 12, md: 7 }, children: /* @__PURE__ */
|
|
72
|
+
/* @__PURE__ */ e(r, { size: { xs: 12, md: 7 }, children: /* @__PURE__ */ e(I, { addTopMargin: !1, children: /* @__PURE__ */ t(a, { p: 3, children: [
|
|
72
73
|
/* @__PURE__ */ e(
|
|
73
|
-
|
|
74
|
+
n,
|
|
74
75
|
{
|
|
75
|
-
className:
|
|
76
|
+
className: i["heading-text"],
|
|
76
77
|
variant: "h6",
|
|
77
78
|
component: "span",
|
|
78
79
|
children: /* @__PURE__ */ e("strong", { children: "Stake Tokens" })
|
|
@@ -81,10 +82,10 @@ Commit for 365 days to earn 18% APY`,
|
|
|
81
82
|
/* @__PURE__ */ e(
|
|
82
83
|
x,
|
|
83
84
|
{
|
|
84
|
-
title: /* @__PURE__ */ e(a, { sx: { whiteSpace: "pre-line" }, children:
|
|
85
|
+
title: /* @__PURE__ */ e(a, { sx: { whiteSpace: "pre-line" }, children: M }),
|
|
85
86
|
placement: "bottom",
|
|
86
|
-
children: /* @__PURE__ */ e(u, { className:
|
|
87
|
-
|
|
87
|
+
children: /* @__PURE__ */ e(u, { className: i["info-icon"], children: /* @__PURE__ */ e(
|
|
88
|
+
T,
|
|
88
89
|
{
|
|
89
90
|
sx: {
|
|
90
91
|
fontSize: "26px",
|
|
@@ -94,28 +95,28 @@ Commit for 365 days to earn 18% APY`,
|
|
|
94
95
|
) })
|
|
95
96
|
}
|
|
96
97
|
),
|
|
97
|
-
/* @__PURE__ */
|
|
98
|
-
/* @__PURE__ */ e(
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
/* @__PURE__ */ t(a, { className: `${i["add-container"]} text-center`, children: [
|
|
99
|
+
/* @__PURE__ */ e(n, { variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Available ID on EverChain" }) }),
|
|
100
|
+
A ? /* @__PURE__ */ e(f, {}) : /* @__PURE__ */ e(
|
|
101
|
+
n,
|
|
101
102
|
{
|
|
102
103
|
sx: { mt: 2 },
|
|
103
104
|
className: "secondary-text-color",
|
|
104
105
|
variant: "h3",
|
|
105
|
-
children: /* @__PURE__ */
|
|
106
|
+
children: /* @__PURE__ */ t("strong", { children: [
|
|
106
107
|
m,
|
|
107
108
|
" ID"
|
|
108
109
|
] })
|
|
109
110
|
}
|
|
110
111
|
),
|
|
111
|
-
/* @__PURE__ */
|
|
112
|
-
/* @__PURE__ */ e(r, { size: 11, children: /* @__PURE__ */
|
|
113
|
-
/* @__PURE__ */ e("legend", { className:
|
|
112
|
+
/* @__PURE__ */ t(r, { className: "items-center", container: !0, mt: 4, width: "100%", children: [
|
|
113
|
+
/* @__PURE__ */ e(r, { size: 11, children: /* @__PURE__ */ t("fieldset", { className: i["move-id"], children: [
|
|
114
|
+
/* @__PURE__ */ e("legend", { className: i["move-id-text"], children: "Move ID Tokens" }),
|
|
114
115
|
/* @__PURE__ */ e(
|
|
115
116
|
c,
|
|
116
117
|
{
|
|
117
118
|
variantType: "secondary",
|
|
118
|
-
onClick: () =>
|
|
119
|
+
onClick: () => $(Number(b)),
|
|
119
120
|
children: "To EverChain"
|
|
120
121
|
}
|
|
121
122
|
),
|
|
@@ -127,7 +128,7 @@ Commit for 365 days to earn 18% APY`,
|
|
|
127
128
|
ml: { md: 3 },
|
|
128
129
|
mt: { xs: 1, md: 0 }
|
|
129
130
|
},
|
|
130
|
-
onClick: () =>
|
|
131
|
+
onClick: () => E(Number(m)),
|
|
131
132
|
children: "To Ethereum"
|
|
132
133
|
}
|
|
133
134
|
)
|
|
@@ -137,8 +138,8 @@ Commit for 365 days to earn 18% APY`,
|
|
|
137
138
|
{
|
|
138
139
|
title: "To stake your ID Token, the token must be on EverChain. To move ID Token from Ethereum to EverChain or back requires ETH to pay the network fees.",
|
|
139
140
|
placement: "top",
|
|
140
|
-
children: /* @__PURE__ */ e(u, { className:
|
|
141
|
-
|
|
141
|
+
children: /* @__PURE__ */ e(u, { className: i["button-icon"], children: /* @__PURE__ */ e(
|
|
142
|
+
T,
|
|
142
143
|
{
|
|
143
144
|
sx: {
|
|
144
145
|
fontSize: "24px",
|
|
@@ -149,7 +150,7 @@ Commit for 365 days to earn 18% APY`,
|
|
|
149
150
|
}
|
|
150
151
|
) })
|
|
151
152
|
] }),
|
|
152
|
-
/* @__PURE__ */
|
|
153
|
+
/* @__PURE__ */ t(
|
|
153
154
|
r,
|
|
154
155
|
{
|
|
155
156
|
mt: 4,
|
|
@@ -164,52 +165,52 @@ Commit for 365 days to earn 18% APY`,
|
|
|
164
165
|
/* @__PURE__ */ e(
|
|
165
166
|
r,
|
|
166
167
|
{
|
|
167
|
-
className: `${
|
|
168
|
-
onClick: () => s(
|
|
168
|
+
className: `${i["time-item"]} ${i["item-1st"]} ${l === k ? i.active : ""}`,
|
|
169
|
+
onClick: () => s(k),
|
|
169
170
|
size: 3.9,
|
|
170
|
-
children: /* @__PURE__ */ e(
|
|
171
|
+
children: /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e("strong", { children: "90 Days" }) })
|
|
171
172
|
}
|
|
172
173
|
),
|
|
173
174
|
/* @__PURE__ */ e(r, { size: 0.01, children: /* @__PURE__ */ e(g, { orientation: "vertical" }) }),
|
|
174
175
|
/* @__PURE__ */ e(
|
|
175
176
|
r,
|
|
176
177
|
{
|
|
177
|
-
className: `${
|
|
178
|
-
onClick: () => s(
|
|
178
|
+
className: `${i["time-item"]} ${l === D ? i.active : ""}`,
|
|
179
|
+
onClick: () => s(D),
|
|
179
180
|
size: 3.9,
|
|
180
|
-
children: /* @__PURE__ */ e(
|
|
181
|
+
children: /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e("strong", { children: "180 Days" }) })
|
|
181
182
|
}
|
|
182
183
|
),
|
|
183
184
|
/* @__PURE__ */ e(r, { size: 0.01, children: /* @__PURE__ */ e(g, { orientation: "vertical" }) }),
|
|
184
185
|
/* @__PURE__ */ e(
|
|
185
186
|
r,
|
|
186
187
|
{
|
|
187
|
-
className: `${
|
|
188
|
+
className: `${i["time-item"]} ${i["item-last"]} ${l === v ? i.active : ""}`,
|
|
188
189
|
onClick: () => s(v),
|
|
189
190
|
size: 4,
|
|
190
|
-
children: /* @__PURE__ */ e(
|
|
191
|
+
children: /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e("strong", { children: "365 Days" }) })
|
|
191
192
|
}
|
|
192
193
|
)
|
|
193
194
|
]
|
|
194
195
|
}
|
|
195
196
|
),
|
|
196
|
-
/* @__PURE__ */ e(
|
|
197
|
-
|
|
197
|
+
/* @__PURE__ */ e(Y, { sx: { mt: 4 }, fullWidth: !0, children: /* @__PURE__ */ e(
|
|
198
|
+
R,
|
|
198
199
|
{
|
|
199
200
|
variant: "filled",
|
|
200
201
|
placeholder: "Amount to Stake",
|
|
201
|
-
value:
|
|
202
|
+
value: S,
|
|
202
203
|
fullWidth: !0,
|
|
203
204
|
required: !0,
|
|
204
|
-
onChange: (o) =>
|
|
205
|
+
onChange: (o) => _(o.target.value)
|
|
205
206
|
}
|
|
206
207
|
) }),
|
|
207
|
-
/* @__PURE__ */ e(c, { sx: { mt: 4 }, onClick: () =>
|
|
208
|
+
/* @__PURE__ */ e(c, { sx: { mt: 4 }, onClick: () => w(), fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: "Stake" }) })
|
|
208
209
|
] })
|
|
209
|
-
] }) })
|
|
210
|
+
] }) }) })
|
|
210
211
|
] })
|
|
211
212
|
] });
|
|
212
213
|
};
|
|
213
214
|
export {
|
|
214
|
-
|
|
215
|
+
Q as default
|
|
215
216
|
};
|
|
@@ -5,16 +5,16 @@ import ye from "./gems/index.js";
|
|
|
5
5
|
import { Box as S, Grid as u, Typography as i, Dialog as Be, DialogContent as Ge, CircularProgress as Le } from "@mui/material";
|
|
6
6
|
import { u as W } from "../../../react-redux-C7I9-1M6.js";
|
|
7
7
|
import { ID_STAKE as c, STAKE_ID_MIN_DAYS as le, GEM_SYNTHETIC_TOKEN_SYMBOL as Fe, EVER_CHAIN_NETWORK as C, GEMS_TOKEN_SYMBOL as z, ETHEREUM_NETWORK as N, ID_TOKEN_SYMBOL as $, GEMS_STAKE as R, STAKE_GEM_MAX_DAYS as Ke, STAKE_ID_ICON as Pe, STAKE_GEM_ICON as Ye, STAKE_GEM_MAX_APY as Oe, STAKE_ID_MIN_APY as We, STAKE_ID_MID_DAYS as ze, STAKE_ID_MID_APY as $e, STAKE_ID_MAX_DAYS as He, STAKE_ID_MAX_APY as Xe } from "../../../util/constants.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-DX0YBtP2.js";
|
|
9
9
|
import { a as je } from "../../../index-BQNs1mvn.js";
|
|
10
|
-
import { f as qe } from "../../../wallet-
|
|
11
|
-
import { s as Ue, a as Ve, b as Je } from "../../../stake-
|
|
10
|
+
import { f as qe } from "../../../wallet-BPXOp8UG.js";
|
|
11
|
+
import { s as Ue, a as Ve, b as Je } from "../../../stake-BO2TYVJ7.js";
|
|
12
12
|
import { fromHuman as Qe, numberFormat as x, toHuman as y } from "../../../util/conversions.js";
|
|
13
13
|
import "../../../index-DlQqWbXG.js";
|
|
14
14
|
import ie from "../Shared/appButton.js";
|
|
15
15
|
import Ze from "../../../hoc/withThemeProvider.js";
|
|
16
16
|
import { decimalNumbersWithCommaOrDot as et } from "../../../util/regex.js";
|
|
17
|
-
import "../../../otpForm-
|
|
17
|
+
import "../../../otpForm-DeeegaX2.js";
|
|
18
18
|
import { useSnackBarContext as tt } from "../../../context/snackBarContext.js";
|
|
19
19
|
import at from "../../../hooks/useEverestDispatch.js";
|
|
20
20
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -2,22 +2,22 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import "@mui/material";
|
|
5
|
-
import "../../../PlayArrow-
|
|
5
|
+
import "../../../PlayArrow-71FP5PzJ.js";
|
|
6
6
|
import "../../../Info-DOoRR7sR.js";
|
|
7
7
|
import "../../../generic-token-B_ptO5yb.js";
|
|
8
8
|
import "../../../util/functions.js";
|
|
9
9
|
import "../Shared/TokenModal/index.js";
|
|
10
10
|
import "../../../util/conversions.js";
|
|
11
|
-
import "../../../constants-
|
|
11
|
+
import "../../../constants-DX0YBtP2.js";
|
|
12
12
|
import "../../../index-BQNs1mvn.js";
|
|
13
|
-
import "../../../cryptoAssets-
|
|
14
|
-
import "../../../order-
|
|
13
|
+
import "../../../cryptoAssets-B8rAI7pp.js";
|
|
14
|
+
import "../../../order-BXeCIvqC.js";
|
|
15
15
|
import "../../../util/constants.js";
|
|
16
16
|
import "../../../tooltip-BW0UyWw7.js";
|
|
17
17
|
import "../../../index-DlQqWbXG.js";
|
|
18
18
|
import "../Shared/appButton.js";
|
|
19
19
|
import "../../../hoc/withThemeProvider.js";
|
|
20
|
-
import "../../../otpForm-
|
|
20
|
+
import "../../../otpForm-DeeegaX2.js";
|
|
21
21
|
import "../../../context/snackBarContext.js";
|
|
22
22
|
import "../../../hooks/useEverestDispatch.js";
|
|
23
23
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -29,7 +29,7 @@ import "../../../web3-u4qDZYpo.js";
|
|
|
29
29
|
import "../../../styles.module-DMd29SPQ.js";
|
|
30
30
|
import "../Shared/Order/selectCustomIcon.js";
|
|
31
31
|
import "../../../index-ceeCtFuh.js";
|
|
32
|
-
import { S as J } from "../../../index-
|
|
32
|
+
import { S as J } from "../../../index-B4XvACQN.js";
|
|
33
33
|
import "../../../index.esm-I_Bp2YLf.js";
|
|
34
34
|
import "../../../context/dialogContext.js";
|
|
35
35
|
import "@mui/icons-material";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { F as f, M as F, a as I, i as L } from "../../../index-
|
|
4
|
+
import { F as f, M as F, a as I, i as L } from "../../../index-B4XvACQN.js";
|
|
5
5
|
import "../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import "../../../wallet-
|
|
8
|
-
import "../../../order-
|
|
6
|
+
import "../../../constants-DX0YBtP2.js";
|
|
7
|
+
import "../../../wallet-BPXOp8UG.js";
|
|
8
|
+
import "../../../order-BXeCIvqC.js";
|
|
9
9
|
import "../../../util/constants.js";
|
|
10
10
|
import "../../../context/snackBarContext.js";
|
|
11
11
|
import "../Shared/Container/index.js";
|
|
12
12
|
import "../../Shared/MinimalKyc/index.js";
|
|
13
13
|
import "../Shared/Input/index.js";
|
|
14
14
|
import "../Shared/appButton.js";
|
|
15
|
-
import "../../../index-
|
|
15
|
+
import "../../../index-JY6-UKlX.js";
|
|
16
16
|
import "../../../hooks/useEverestDispatch.js";
|
|
17
17
|
export {
|
|
18
18
|
f as FORM_SCREEN,
|
|
@@ -4,11 +4,11 @@ import { u as C } from "../../../react-redux-C7I9-1M6.js";
|
|
|
4
4
|
import { Box as n, CircularProgress as d, Grid as s, Typography as p, Stack as E } from "@mui/material";
|
|
5
5
|
import S from "../Shared/backBtn.js";
|
|
6
6
|
import b from "../Shared/addBank.js";
|
|
7
|
-
import { F as R, C as T } from "../../../index-
|
|
8
|
-
import "../../../constants-
|
|
7
|
+
import { F as R, C as T } from "../../../index-DkiQ8pRO.js";
|
|
8
|
+
import "../../../constants-DX0YBtP2.js";
|
|
9
9
|
import { u as A } from "../../../index-BQNs1mvn.js";
|
|
10
|
-
import { o as O } from "../../../order-
|
|
11
|
-
import { u as y } from "../../../bank-
|
|
10
|
+
import { o as O } from "../../../order-BXeCIvqC.js";
|
|
11
|
+
import { u as y } from "../../../bank-HVb0GFsa.js";
|
|
12
12
|
import _ from "../Shared/connectPlaidBank.js";
|
|
13
13
|
import { s as c } from "../../../styles.module-DMd29SPQ.js";
|
|
14
14
|
import { RADIO_BUTTON_SELECTED as I, RADIO_BUTTON as D } from "../../../util/constants.js";
|
|
@@ -5,10 +5,10 @@ import "../Shared/backBtn.js";
|
|
|
5
5
|
import "../../../util/constants.js";
|
|
6
6
|
import "../../../styles.module-DMd29SPQ.js";
|
|
7
7
|
import "../Shared/appButton.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-DX0YBtP2.js";
|
|
9
9
|
import "../../../index-BQNs1mvn.js";
|
|
10
|
-
import "../../../order-
|
|
11
|
-
import { B } from "../../../index-
|
|
10
|
+
import "../../../order-BXeCIvqC.js";
|
|
11
|
+
import { B } from "../../../index-DkiQ8pRO.js";
|
|
12
12
|
import "../../../react-redux-C7I9-1M6.js";
|
|
13
13
|
import "../../../hooks/useDialog/index.js";
|
|
14
14
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@mui/material";
|
|
4
|
-
import "../../../PlayArrow-
|
|
4
|
+
import "../../../PlayArrow-71FP5PzJ.js";
|
|
5
5
|
import "../../../generic-token-B_ptO5yb.js";
|
|
6
6
|
import "../../../util/constants.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import "../../../order-
|
|
7
|
+
import "../../../constants-DX0YBtP2.js";
|
|
8
|
+
import "../../../order-BXeCIvqC.js";
|
|
9
9
|
import "../../../util/functions.js";
|
|
10
|
-
import { W as b } from "../../../index-
|
|
10
|
+
import { W as b } from "../../../index-DkiQ8pRO.js";
|
|
11
11
|
import "../../../styles.module-DMd29SPQ.js";
|
|
12
12
|
import "../Shared/appButton.js";
|
|
13
13
|
import "../Shared/Order/paymentButton.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { a as f, C as A, F as K, M as O, i as d } from "../../../index-
|
|
4
|
+
import { a as f, C as A, F as K, M as O, i as d } from "../../../index-DkiQ8pRO.js";
|
|
5
5
|
import "../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import "../../../PlayArrow-
|
|
8
|
-
import "../../../wallet-
|
|
9
|
-
import "../../../order-
|
|
6
|
+
import "../../../constants-DX0YBtP2.js";
|
|
7
|
+
import "../../../PlayArrow-71FP5PzJ.js";
|
|
8
|
+
import "../../../wallet-BPXOp8UG.js";
|
|
9
|
+
import "../../../order-BXeCIvqC.js";
|
|
10
10
|
import "../../../util/constants.js";
|
|
11
11
|
import "../../../context/snackBarContext.js";
|
|
12
12
|
import "../Shared/Container/index.js";
|
|
@@ -5280,25 +5280,25 @@ export {
|
|
|
5280
5280
|
Th as ad,
|
|
5281
5281
|
dh as ae,
|
|
5282
5282
|
bo as af,
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
|
|
5291
|
-
|
|
5292
|
-
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5283
|
+
Vh as ag,
|
|
5284
|
+
bh as ah,
|
|
5285
|
+
xh as ai,
|
|
5286
|
+
Bh as aj,
|
|
5287
|
+
Mh as ak,
|
|
5288
|
+
Fh as al,
|
|
5289
|
+
Ch as am,
|
|
5290
|
+
Vo as an,
|
|
5291
|
+
Mo as ao,
|
|
5292
|
+
Zo as ap,
|
|
5293
|
+
th as aq,
|
|
5294
|
+
eh as ar,
|
|
5295
|
+
nh as as,
|
|
5296
|
+
ua as at,
|
|
5297
|
+
ha as au,
|
|
5298
|
+
aa as av,
|
|
5299
|
+
ca as aw,
|
|
5300
|
+
la as ax,
|
|
5301
|
+
Lo as ay,
|
|
5302
5302
|
Ta as az,
|
|
5303
5303
|
ko as b,
|
|
5304
5304
|
Bo as c,
|
|
@@ -3,21 +3,21 @@ import { useRef as ye, useMemo as Ve, useState as p, useEffect as h } from "reac
|
|
|
3
3
|
import Je from "./hoc/withThemeProvider.js";
|
|
4
4
|
import { u as C } from "./react-redux-C7I9-1M6.js";
|
|
5
5
|
import { Box as F, Grid as s, Typography as m, FormControl as T, FilledInput as P, FormHelperText as be, CircularProgress as g, InputLabel as V, Select as J, MenuItem as M, ListItemIcon as Ne, IconButton as ve } from "@mui/material";
|
|
6
|
-
import { P as Qe } from "./PlayArrow-
|
|
6
|
+
import { P as Qe } from "./PlayArrow-71FP5PzJ.js";
|
|
7
7
|
import { I as Ze } from "./Info-DOoRR7sR.js";
|
|
8
8
|
import { G as et } from "./generic-token-B_ptO5yb.js";
|
|
9
9
|
import { getCentralLedgetNetwork as Q, getNetworkBackGround as _e, getCurrencySymbol as tt } from "./util/functions.js";
|
|
10
10
|
import Ce from "./components/Wallet/Shared/TokenModal/index.js";
|
|
11
11
|
import { formatNumberWithoutRounding as Se } from "./util/conversions.js";
|
|
12
|
-
import { af as A } from "./constants-
|
|
12
|
+
import { af as A } from "./constants-DX0YBtP2.js";
|
|
13
13
|
import { c as ot, d as nt } from "./index-BQNs1mvn.js";
|
|
14
|
-
import { f as rt, a as at, b as st } from "./cryptoAssets-
|
|
15
|
-
import { b as Z, c as ke, d as it, e as lt, f as ct, g as mt } from "./order-
|
|
14
|
+
import { f as rt, a as at, b as st } from "./cryptoAssets-B8rAI7pp.js";
|
|
15
|
+
import { b as Z, c as ke, d as it, e as lt, f as ct, g as mt } from "./order-BXeCIvqC.js";
|
|
16
16
|
import { DIALOG_SUCCESS_ICON as dt, TOKEN_TO_TOKEN as ee, ARROW_ICON as ut, ESTIMATE_TOOLTIP_TEXT as pt } from "./util/constants.js";
|
|
17
17
|
import { M as ft } from "./tooltip-BW0UyWw7.js";
|
|
18
18
|
import "./index-DlQqWbXG.js";
|
|
19
19
|
import Ie from "./components/Wallet/Shared/appButton.js";
|
|
20
|
-
import "./otpForm-
|
|
20
|
+
import "./otpForm-DeeegaX2.js";
|
|
21
21
|
import { useSnackBarContext as ht } from "./context/snackBarContext.js";
|
|
22
22
|
import Re from "./hooks/useEverestDispatch.js";
|
|
23
23
|
import "./index-CAoLi5Qq.js";
|
|
@@ -29,11 +29,11 @@ import "./web3-u4qDZYpo.js";
|
|
|
29
29
|
import { s as i } from "./styles.module-DMd29SPQ.js";
|
|
30
30
|
import we from "./components/Wallet/Shared/Order/selectCustomIcon.js";
|
|
31
31
|
import "./index-ceeCtFuh.js";
|
|
32
|
-
import { u as xt, a as gt } from "./wallet-
|
|
32
|
+
import { u as xt, a as gt } from "./wallet-BPXOp8UG.js";
|
|
33
33
|
import { AuthContainer as yt } from "./components/Wallet/Shared/Container/index.js";
|
|
34
34
|
import bt from "./components/Shared/MinimalKyc/index.js";
|
|
35
35
|
import Nt from "./components/Wallet/Shared/Input/index.js";
|
|
36
|
-
import { M as vt } from "./index-
|
|
36
|
+
import { M as vt } from "./index-JY6-UKlX.js";
|
|
37
37
|
import "./index.esm-I_Bp2YLf.js";
|
|
38
38
|
import { useDialogContext as _t } from "./context/dialogContext.js";
|
|
39
39
|
import "@mui/icons-material";
|