everest-npm-features 0.0.36 → 0.0.37
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.
|
@@ -6,12 +6,12 @@ import "../Shared/appButton.js";
|
|
|
6
6
|
import "react";
|
|
7
7
|
import "../Shared/Auth/otpForm.js";
|
|
8
8
|
import "../../../constants-rDP6jwIs.js";
|
|
9
|
-
import { useSnackBarContext as
|
|
9
|
+
import { useSnackBarContext as c } from "../../../context/snackBarContext.js";
|
|
10
10
|
import "../../../util/conversions.js";
|
|
11
11
|
import "../../../index-CAoLi5Qq.js";
|
|
12
12
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
13
13
|
import "../../Shared/transition.js";
|
|
14
|
-
import { T as
|
|
14
|
+
import { T as m } from "../../../tooltip-3UvETWtS.js";
|
|
15
15
|
import "../Shared/pin.js";
|
|
16
16
|
import "../../../moment-h96o7c8I.js";
|
|
17
17
|
import "../../../index.esm-BsMAMhYW.js";
|
|
@@ -21,31 +21,31 @@ import "../../../index-ceeCtFuh.js";
|
|
|
21
21
|
import "../../../context/dialogContext.js";
|
|
22
22
|
import { T as t } from "../../../Typography-pAaje37G.js";
|
|
23
23
|
import { G as s } from "../../../Grid-CFe3amXO.js";
|
|
24
|
-
import { B as
|
|
24
|
+
import { B as p } from "../../../Box-B0YSYLco.js";
|
|
25
25
|
import { I as l } from "../../../IconButton-DHm-hucF.js";
|
|
26
26
|
const h = [
|
|
27
27
|
{
|
|
28
28
|
name: "BTC",
|
|
29
|
-
address: "
|
|
29
|
+
address: "1B1W3XY7nLpTzpn9dhfN6nQNthFc7nUsdt",
|
|
30
30
|
logo: "https://assets.coingecko.com/coins/images/1/small/bitcoin.png"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
name: "ETH",
|
|
34
|
-
address: "
|
|
34
|
+
address: "0x60B8e0A7995178e300099738BD81F31F07dA0AbE",
|
|
35
35
|
logo: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
name: "SOL",
|
|
39
|
-
address: "
|
|
39
|
+
address: "54mWV6k28gfwWeECWMT22uh8BPqFXZGADxGh5Rr4hGD3",
|
|
40
40
|
logo: "https://assets.coingecko.com/coins/images/4128/standard/solana.png"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
name: "TRON",
|
|
44
|
-
address: "
|
|
44
|
+
address: "TAAHtssi4vnrt7i58Mv3HPac2GGsqPh6UB",
|
|
45
45
|
logo: "https://assets.coingecko.com/coins/images/1094/standard/tron-logo.png"
|
|
46
46
|
}
|
|
47
47
|
], g = ({ network: e }) => {
|
|
48
|
-
const { showAlertMessage: r } =
|
|
48
|
+
const { showAlertMessage: r } = c();
|
|
49
49
|
return /* @__PURE__ */ i(
|
|
50
50
|
s,
|
|
51
51
|
{
|
|
@@ -71,7 +71,7 @@ const h = [
|
|
|
71
71
|
},
|
|
72
72
|
container: !0,
|
|
73
73
|
children: [
|
|
74
|
-
/* @__PURE__ */ o(s, { size: { xs: 3 }, children: /* @__PURE__ */ i(
|
|
74
|
+
/* @__PURE__ */ o(s, { size: { xs: 3 }, children: /* @__PURE__ */ i(p, { display: "flex", alignItems: "center", gap: 1.5, children: [
|
|
75
75
|
/* @__PURE__ */ o("img", { alt: e.name, src: e.logo, width: 24 }),
|
|
76
76
|
/* @__PURE__ */ o(t, { fontWeight: 600, variant: "body1", children: e.name })
|
|
77
77
|
] }) }),
|
|
@@ -88,7 +88,7 @@ const h = [
|
|
|
88
88
|
children: e.address
|
|
89
89
|
}
|
|
90
90
|
) }),
|
|
91
|
-
/* @__PURE__ */ o(s, { size: { xs: 2 }, textAlign: "right", children: /* @__PURE__ */ o(
|
|
91
|
+
/* @__PURE__ */ o(s, { size: { xs: 2 }, textAlign: "right", children: /* @__PURE__ */ o(m, { title: "Copy address", children: /* @__PURE__ */ o(l, { size: "small", children: /* @__PURE__ */ o(n, { fontSize: "small", sx: { color: "#000" } }) }) }) })
|
|
92
92
|
]
|
|
93
93
|
}
|
|
94
94
|
);
|
|
@@ -115,7 +115,7 @@ const h = [
|
|
|
115
115
|
", and send to the correct network address. Incorrect deposits may be lost."
|
|
116
116
|
] }),
|
|
117
117
|
h.map((r) => /* @__PURE__ */ o(g, { network: r }, r.name))
|
|
118
|
-
] }),
|
|
118
|
+
] }), q = d(x);
|
|
119
119
|
export {
|
|
120
|
-
|
|
120
|
+
q as default
|
|
121
121
|
};
|