Add AUD currency

This commit is contained in:
benthecarman
2023-10-25 21:18:13 -05:00
committed by Paul Miller
parent 21a965d13f
commit 4eefc68527

View File

@@ -76,6 +76,12 @@ export const FIAT_OPTIONS: Currency[] = [
hasSymbol: "₤",
maxFractionalDigits: 2
},
{
label: "Australia Dollar AUD",
value: "AUD",
hasSymbol: "$",
maxFractionalDigits: 2
},
{
label: "Japanese Yen JPY",
value: "JPY",