From 0847f4c332ced024b59edc4f92fa6ae9c7984682 Mon Sep 17 00:00:00 2001 From: Fernando Porazzi Date: Thu, 26 Oct 2023 15:18:10 +0200 Subject: [PATCH] Add Brazilian Real currency --- src/components/ChooseCurrency.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/ChooseCurrency.tsx b/src/components/ChooseCurrency.tsx index cbd834a..0264eea 100644 --- a/src/components/ChooseCurrency.tsx +++ b/src/components/ChooseCurrency.tsx @@ -70,6 +70,12 @@ export const FIAT_OPTIONS: Currency[] = [ hasSymbol: "€", maxFractionalDigits: 2 }, + { + label: "Brazilian Real BRL", + value: "BRL", + hasSymbol: "R$", + maxFractionalDigits: 2 + }, { label: "British Pound GBP", value: "GBP",