Skip to content

Commit b13f3b9

Browse files
authored
Merge pull request #8588 from ethereum/removeFTX
remove ftx from get-eth
2 parents 314955a + 53e8095 commit b13f3b9

File tree

4 files changed

+240
-268
lines changed

4 files changed

+240
-268
lines changed

src/assets/exchanges/ftx.png

-1.52 KB
Binary file not shown.

src/components/EthExchanges.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ type ExchangeName =
154154
| "coinspot"
155155
| "cryptocom"
156156
| "easycrypto"
157-
| "ftx"
158-
| "ftxus"
159157
| "gateio"
160158
| "gemini"
161159
| "huobiglobal"
@@ -241,8 +239,6 @@ const EthExchanges = () => {
241239
country
242240
cryptocom
243241
easycrypto
244-
ftx
245-
ftxus
246242
gateio
247243
gemini
248244
huobiglobal
@@ -317,12 +313,6 @@ const EthExchanges = () => {
317313
easycrypto: file(relativePath: { eq: "exchanges/easycrypto.png" }) {
318314
...cardListImage
319315
}
320-
ftx: file(relativePath: { eq: "exchanges/ftx.png" }) {
321-
...cardListImage
322-
}
323-
ftxus: file(relativePath: { eq: "exchanges/ftx.png" }) {
324-
...cardListImage
325-
}
326316
gateio: file(relativePath: { eq: "exchanges/gateio.png" }) {
327317
...cardListImage
328318
}
@@ -462,18 +452,6 @@ const EthExchanges = () => {
462452
image: data.easycrypto,
463453
usaExceptions: [],
464454
},
465-
ftx: {
466-
name: "FTX",
467-
url: "https://ftx.com/",
468-
image: data.ftx,
469-
usaExceptions: [],
470-
},
471-
ftxus: {
472-
name: "FTX US",
473-
url: "https://ftx.us/",
474-
image: data.ftx,
475-
usaExceptions: ["NY"],
476-
},
477455
gateio: {
478456
name: "Gate.io",
479457
url: "https://www.gate.io/",

0 commit comments

Comments
 (0)