mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-27 19:04:24 +01:00
Add Brazilian Real currency
This commit is contained in:
committed by
Paul Miller
parent
1474c66502
commit
0847f4c332
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user