File tree Expand file tree Collapse file tree 4 files changed +240
-268
lines changed Expand file tree Collapse file tree 4 files changed +240
-268
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,6 @@ type ExchangeName =
154
154
| "coinspot"
155
155
| "cryptocom"
156
156
| "easycrypto"
157
- | "ftx"
158
- | "ftxus"
159
157
| "gateio"
160
158
| "gemini"
161
159
| "huobiglobal"
@@ -241,8 +239,6 @@ const EthExchanges = () => {
241
239
country
242
240
cryptocom
243
241
easycrypto
244
- ftx
245
- ftxus
246
242
gateio
247
243
gemini
248
244
huobiglobal
@@ -317,12 +313,6 @@ const EthExchanges = () => {
317
313
easycrypto: file(relativePath: { eq: "exchanges/easycrypto.png" }) {
318
314
...cardListImage
319
315
}
320
- ftx: file(relativePath: { eq: "exchanges/ftx.png" }) {
321
- ...cardListImage
322
- }
323
- ftxus: file(relativePath: { eq: "exchanges/ftx.png" }) {
324
- ...cardListImage
325
- }
326
316
gateio: file(relativePath: { eq: "exchanges/gateio.png" }) {
327
317
...cardListImage
328
318
}
@@ -462,18 +452,6 @@ const EthExchanges = () => {
462
452
image : data . easycrypto ,
463
453
usaExceptions : [ ] ,
464
454
} ,
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
- } ,
477
455
gateio : {
478
456
name : "Gate.io" ,
479
457
url : "https://www.gate.io/" ,
You can’t perform that action at this time.
0 commit comments