From b760583dc81bdab6b99c271a43e9fc204066e99f Mon Sep 17 00:00:00 2001 From: benthecarman Date: Thu, 4 Jan 2024 20:34:20 -0600 Subject: [PATCH] Remove no-longer supported currencies --- src/utils/currencies.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/utils/currencies.ts b/src/utils/currencies.ts index 6d17c02..bdcebe7 100644 --- a/src/utils/currencies.ts +++ b/src/utils/currencies.ts @@ -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",