Skip to content

Commit

Permalink
Add AUD currency
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman authored and futurepaul committed Oct 26, 2023
1 parent 21a965d commit 4eefc68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/ChooseCurrency.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4eefc68

Please sign in to comment.