diff --git a/public/images/exchanges/zebpay.png b/public/images/exchanges/zebpay.png new file mode 100644 index 00000000000..20475e5114b Binary files /dev/null and b/public/images/exchanges/zebpay.png differ diff --git a/src/data/exchangesByCountry.ts b/src/data/exchangesByCountry.ts index d7e6cc531aa..8dabfe59620 100644 --- a/src/data/exchangesByCountry.ts +++ b/src/data/exchangesByCountry.ts @@ -200,6 +200,7 @@ const exchangesByCountry = { "coinspot", "mtpelerin", "wazirx", + "zebpay", "easycrypto", "okx", "kucoin", @@ -1749,6 +1750,7 @@ const exchangesByCountry = { "itezcom", "mtpelerin", "wazirx", + "zebpay", "okx", "kucoin", "huobiglobal", @@ -2341,6 +2343,7 @@ const exchangesByCountry = { "bitvavo", "mtpelerin", "wazirx", + "zebpay", "bitflyer", "kucoin", "huobiglobal", @@ -3462,6 +3465,7 @@ const exchangesByCountry = { "itezcom", "mtpelerin", "wazirx", + "zebpay", "okx", "kucoin", "gateio", diff --git a/src/hooks/useCentralizedExchanges.ts b/src/hooks/useCentralizedExchanges.ts index ad7ced26514..21f06d17a63 100644 --- a/src/hooks/useCentralizedExchanges.ts +++ b/src/hooks/useCentralizedExchanges.ts @@ -48,6 +48,7 @@ import okx from "@/public/images/exchanges/okx.png" import rain from "@/public/images/exchanges/rain.png" import shakepay from "@/public/images/exchanges/shakepay.png" import wazirx from "@/public/images/exchanges/wazirx.png" +import zebpay from "@/public/images/exchanges/zebpay.png" import zkp2p from "@/public/images/exchanges/zkp2p.png" type ExchangeKey = @@ -81,6 +82,7 @@ type ExchangeKey = | "rain" | "shakepay" | "wazirx" + | "zebpay" | "zkp2p" type ExchangeDetail = { @@ -311,6 +313,12 @@ const exchanges: ExchangeDetails = { image: korbit, usaExceptions: [], }, + zebpay: { + name: "ZebPay", + url: "https://www.zebpay.com/", + image: zebpay, + usaExceptions: [], + }, zkp2p: { name: "ZKP2P", url: "https://zkp2p.xyz",