Skip to content

Commit c6b7291

Browse files
authored
Merge pull request #14455 from ethereum/updateBinance
Update Binance US exchange availability by state
2 parents 3497a53 + 6424a74 commit c6b7291

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/hooks/useCentralizedExchanges.ts

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,25 @@ const exchanges: ExchangeDetails = {
118118
name: "Binance US",
119119
url: "https://www.binance.us/",
120120
image: binance,
121-
usaExceptions: ["HI", "ID", "NY", "TX", "VT"],
121+
// Updated Dec 4th 2024 https://support.binance.us/hc/en-us/articles/360046786914-List-of-supported-states-and-regions
122+
usaExceptions: [
123+
"AK", // Alaska
124+
"AS", // American Samoa
125+
"CT", // Connecticut
126+
"GA", // Georgia
127+
"GU", // Guam
128+
"ME", // Maine
129+
"MP", // Northern Mariana Islands
130+
"NY", // New York
131+
"NC", // North Carolina
132+
"ND", // North Dakota
133+
"OH", // Ohio
134+
"OR", // Oregon
135+
"TX", // Texas
136+
"VI", // U.S. Virgin Islands
137+
"VT", // Vermont
138+
"WA", // Washington
139+
],
122140
},
123141
bitbuy: {
124142
name: "Bitbuy",

0 commit comments

Comments
 (0)