Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Binance US exchange availability by state #14455

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion src/hooks/useCentralizedExchanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading