Skip to content

Commit

Permalink
Add "INR" to the fiat currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Mar 26, 2021
1 parent 4b1fa9f commit 188798f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/extension/src/config.ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ export const FiatCurrencies: FiatCurrency[] = [
maxDecimals: 0,
locale: "ja-JP",
},
{
currency: "inr",
symbol: "₹",
maxDecimals: 1,
locale: "en-IN",
},
];

export const LanguageToFiatCurrency: TypeLanguageToFiatCurrency = {
Expand Down

0 comments on commit 188798f

Please sign in to comment.