From 6424a740faa696ef6286275bcd569ffeea5c3ab1 Mon Sep 17 00:00:00 2001 From: Joshua <62268199+minimalsm@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:56:59 +0000 Subject: [PATCH] Update Binance exchange list in US --- src/hooks/useCentralizedExchanges.ts | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/hooks/useCentralizedExchanges.ts b/src/hooks/useCentralizedExchanges.ts index c4122926eeb..da6544c9f77 100644 --- a/src/hooks/useCentralizedExchanges.ts +++ b/src/hooks/useCentralizedExchanges.ts @@ -118,7 +118,25 @@ const exchanges: ExchangeDetails = { name: "Binance US", url: "https://www.binance.us/", image: binance, - usaExceptions: ["HI", "ID", "NY", "TX", "VT"], + // Updated Dec 4th 2024 https://support.binance.us/hc/en-us/articles/360046786914-List-of-supported-states-and-regions + usaExceptions: [ + "AK", // Alaska + "AS", // American Samoa + "CT", // Connecticut + "GA", // Georgia + "GU", // Guam + "ME", // Maine + "MP", // Northern Mariana Islands + "NY", // New York + "NC", // North Carolina + "ND", // North Dakota + "OH", // Ohio + "OR", // Oregon + "TX", // Texas + "VI", // U.S. Virgin Islands + "VT", // Vermont + "WA", // Washington + ], }, bitbuy: { name: "Bitbuy",