Remove no-longer supported currencies

This commit is contained in:
benthecarman
2024-01-04 20:34:20 -06:00
committed by Tony Giorgio
parent b820ee3dea
commit b760583dc8

View File

@@ -162,23 +162,12 @@ export const FIAT_OPTIONS: Currency[] = [
hasSymbol: "₩",
maxFractionalDigits: 0
},
{
label: "Kuwaiti Dinar KWD",
value: "KWD",
maxFractionalDigits: 3
},
{
label: "Sri Lankan Rupee LKR",
value: "LKR",
hasSymbol: "Rs",
maxFractionalDigits: 2
},
{
label: "Myanmar Kyat MMK",
value: "MMK",
hasSymbol: "Ks",
maxFractionalDigits: 2
},
{
label: "Mexican Peso MXN",
value: "MXN",
@@ -275,12 +264,6 @@ export const FIAT_OPTIONS: Currency[] = [
hasSymbol: "₴",
maxFractionalDigits: 2
},
{
label: "Venezuelan Bolívar VEF",
value: "VEF",
hasSymbol: "Bs",
maxFractionalDigits: 2
},
{
label: "Vietnamese Dong VND",
value: "VND",