diff --git a/public/images/exchanges/coinmate.png b/public/images/exchanges/coinmate.png new file mode 100644 index 00000000000..b537ed916bb Binary files /dev/null and b/public/images/exchanges/coinmate.png differ diff --git a/src/data/exchangesByCountry.ts b/src/data/exchangesByCountry.ts index 0a971b372ce..5d61bc5ff6d 100644 --- a/src/data/exchangesByCountry.ts +++ b/src/data/exchangesByCountry.ts @@ -966,6 +966,7 @@ const exchangesByCountry = { "bitfinex", "bybit", "matrixport", + "coinmate", ], // Denmark DK: [ diff --git a/src/hooks/useCentralizedExchanges.ts b/src/hooks/useCentralizedExchanges.ts index ce79f54db76..1706ec7da9e 100644 --- a/src/hooks/useCentralizedExchanges.ts +++ b/src/hooks/useCentralizedExchanges.ts @@ -30,6 +30,7 @@ import bitvavo from "@/public/images/exchanges/bitvavo.png" import bybit from "@/public/images/exchanges/bybit.png" import coinbase from "@/public/images/exchanges/coinbase.png" import coinmama from "@/public/images/exchanges/coinmama.png" +import coinmate from "@/public/images/exchanges/coinmate.png" import coinspot from "@/public/images/exchanges/coinspot.png" import cryptocom from "@/public/images/exchanges/crypto.com.png" import easycrypto from "@/public/images/exchanges/easycrypto.png" @@ -61,6 +62,7 @@ type ExchangeKey = | "bybit" | "coinbase" | "coinmama" + | "coinmate" | "coinspot" | "cryptocom" | "easycrypto" @@ -199,6 +201,12 @@ const exchanges: ExchangeDetails = { image: coinmama, usaExceptions: ["CT", "FL", "IA", "NY"], }, + coinmate: { + name: "Coinmate", + url: "https://coinmate.io/en", + image: coinmate, + usaExceptions: [], + }, coinspot: { name: "CoinSpot", url: "https://www.coinspot.com.au/",