Skip to content

Commit 10c7f02

Browse files
committed
Add exchange: Moonpay
1 parent cd0c957 commit 10c7f02

File tree

3 files changed

+30
-20
lines changed

3 files changed

+30
-20
lines changed

src/assets/exchanges/moonpay.png

568 Bytes
Loading

src/components/EthExchanges.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ type ExchangeName =
161161
| "kraken"
162162
| "kucoin"
163163
| "mtpelerin"
164+
| "moonpay"
164165
| "okx"
165166
| "rain"
166167
| "wazirx"
@@ -334,6 +335,9 @@ const EthExchanges = () => {
334335
kucoin: file(relativePath: { eq: "exchanges/kucoin.png" }) {
335336
...cardListImage
336337
}
338+
moonpay: file(relativePath: { eq: "exchanges/moonpay.png" }) {
339+
...cardListImage
340+
}
337341
mtpelerin: file(relativePath: { eq: "exchanges/mtpelerin.png" }) {
338342
...cardListImage
339343
}
@@ -482,6 +486,12 @@ const EthExchanges = () => {
482486
image: data.kucoin,
483487
usaExceptions: [],
484488
},
489+
moonpay: {
490+
name: "Moonpay",
491+
url: "https://www.moonpay.com/",
492+
image: data.moonpay,
493+
usaExceptions: ["VI"],
494+
},
485495
mtpelerin: {
486496
name: "Mt Pelerin",
487497
url: "https://www.mtpelerin.com/",

0 commit comments

Comments
 (0)