mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-26 10:24:20 +01:00
Remove no-longer supported currencies
This commit is contained in:
committed by
Tony Giorgio
parent
b820ee3dea
commit
b760583dc8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user