Add Brazilian Real currency

This commit is contained in:
Fernando Porazzi
2023-10-26 15:18:10 +02:00
committed by Paul Miller
parent 1474c66502
commit 0847f4c332

View File

@@ -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",