Skip to content

Commit

Permalink
refactor: update unsupported list of countries of Transak
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiParraCrespo committed Oct 15, 2024
1 parent 7af9cf6 commit 9750e97
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 740 deletions.
2 changes: 1 addition & 1 deletion src/config/config.declarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface AnalyticsConfig {

export interface TransakConfig extends Omit<TransakOnRampQueryParams, "environment"> {
environment: string;
supportedCountries: string[];
unsupportedCountries: string[];
}

export interface ExploreDAppsConfig {
Expand Down
252 changes: 68 additions & 184 deletions src/config/configs/config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,195 +8,79 @@
"cryptoCurrencyList": "NEAR",
"isFeeCalculationHidden": true,
"environment": "STAGING",
"supportedCountries": [
"AD",
"AT",
"BE",
"BA",
"HR",
"CZ",
"DK",
"EE",
"FO",
"FI",
"FR",
"DE",
"GR",
"HU",
"IS",
"IE",
"IT",
"LV",
"LT",
"LU",
"MT",
"MD",
"ME",
"NL",
"MK",
"NO",
"PL",
"PT",
"RO",
"RS",
"SK",
"SI",
"ES",
"SJ",
"SE",
"CH",
"GB",
"VA",
"AX",
"AW",
"BS",
"BZ",
"BM",
"CA",
"KY",
"CR",
"CW",
"DM",
"DO",
"GL",
"GD",
"GP",
"GT",
"HN",
"MQ",
"MX",
"PA",
"PR",
"BL",
"KN",
"LC",
"MF",
"PM",
"VC",
"TT",
"TC",
"VI",
"AL",
"AK",
"AZ",
"AR",
"CA",
"CO",
"CT",
"DE",
"DC",
"FL",
"unsupportedCountries": [
"BJ",
"PW",
"BO",
"UA",
"CI",
"MV",
"CG",
"GA",
"HI",
"ID",
"IL",
"IN",
"IA",
"KS",
"KY",
"ME",
"MD",
"MA",
"MI",
"MN",
"EG",
"SL",
"VE",
"VU",
"ZW",
"ZM",
"LB",
"YE",
"PK",
"GM",
"LR",
"AG",
"VG",
"MS",
"MO",
"MT",
"BY",
"ML",
"MA",
"GY",
"NE",
"NV",
"NH",
"NJ",
"NM",
"NC",
"ND",
"OH",
"OK",
"OR",
"PA",
"PR",
"RI",
"SC",
"SD",
"MZ",
"SV",
"AI",
"NI",
"BF",
"BT",
"AF",
"BB",
"LA",
"TR",
"CN",
"MM",
"GW",
"NA",
"JM",
"TN",
"TX",
"UT",
"VT",
"VA",
"WA",
"WV",
"WI",
"WY",
"AM",
"AZ",
"BH",
"BN",
"KH",
"CX",
"CC",
"CY",
"GE",
"HK",
"IN",
"ID",
"IL",
"JP",
"KZ",
"KW",
"KG",
"MY",
"OM",
"PS",
"PH",
"SG",
"KR",
"TW",
"TJ",
"TM",
"AE",
"AR",
"BR",
"CL",
"CO",
"FK",
"GF",
"PY",
"PE",
"SR",
"UY",
"AS",
"AU",
"CK",
"FJ",
"GU",
"KI",
"NR",
"NZ",
"NU",
"NF",
"MP",
"PG",
"PN",
"WS",
"SB",
"TK",
"TO",
"TV",
"DZ",
"AO",
"XK",
"UZ",
"CD",
"AL",
"QA",
"RU",
"ZA",
"MU",
"TH",
"VN",
"UG",
"FM",
"MN",
"NP",
"SN",
"TD",
"NG",
"MO",
"LK",
"BG",
"IQ",
"TZ",
"JO",
"BW",
"CM",
"LY",
"CV",
"KM",
"DJ",
"SZ",
"GH",
"KE",
"MG",
"MW",
"MR",
"YT",
"RW",
"RE",
"ST",
"SC"
"EC",
"SA"
]
},
"signerFeature": {
Expand Down
Loading

0 comments on commit 9750e97

Please sign in to comment.