File tree Expand file tree Collapse file tree 3 files changed +30
-20
lines changed Expand file tree Collapse file tree 3 files changed +30
-20
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ type ExchangeName =
161
161
| "kraken"
162
162
| "kucoin"
163
163
| "mtpelerin"
164
+ | "moonpay"
164
165
| "okx"
165
166
| "rain"
166
167
| "wazirx"
@@ -334,6 +335,9 @@ const EthExchanges = () => {
334
335
kucoin: file(relativePath: { eq: "exchanges/kucoin.png" }) {
335
336
...cardListImage
336
337
}
338
+ moonpay: file(relativePath: { eq: "exchanges/moonpay.png" }) {
339
+ ...cardListImage
340
+ }
337
341
mtpelerin: file(relativePath: { eq: "exchanges/mtpelerin.png" }) {
338
342
...cardListImage
339
343
}
@@ -482,6 +486,12 @@ const EthExchanges = () => {
482
486
image : data . kucoin ,
483
487
usaExceptions : [ ] ,
484
488
} ,
489
+ moonpay : {
490
+ name : "Moonpay" ,
491
+ url : "https://www.moonpay.com/" ,
492
+ image : data . moonpay ,
493
+ usaExceptions : [ "VI" ] ,
494
+ } ,
485
495
mtpelerin : {
486
496
name : "Mt Pelerin" ,
487
497
url : "https://www.mtpelerin.com/" ,
You can’t perform that action at this time.
0 commit comments