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