Skip to content

Commit 4ddff4b

Browse files
Remove usd (#353)
* Remove USD * bump version
1 parent b75d345 commit 4ddff4b

File tree

6 files changed

+4
-8
lines changed

6 files changed

+4
-8
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
APP_VERSION=2.6.2
2-
APP_BUILD_NUMBER=466
1+
APP_VERSION=2.6.3
2+
APP_BUILD_NUMBER=467
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Removed USD support
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Retrait du support de l'USD

src/config/currencies.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ export const currencies = [
2121
label: "GBP • Pound sterling 🇬🇧",
2222
value: "GBP" as const
2323
},
24-
{
25-
label: "USD • United States dollar 🇺🇸",
26-
value: "USD" as const
27-
},
2824
{
2925
label: "JPY • Japanese yen 🇯🇵",
3026
value: "JPY" as const,

src/config/currencyToCountry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ export const currencyToCountry = {
88
NZD: "NZ",
99
SEK: "SE",
1010
SGD: "SG",
11-
USD: "US",
1211
ZAR: "ZA"
1312
} as const;

src/config/fiatCurrencies.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const fiatCurrencies = [
88
"NZD",
99
"SEK",
1010
"SGD",
11-
"USD",
1211
"ZAR",
1312
"AED",
1413
"AUD",

0 commit comments

Comments
 (0)