Skip to content

Commit 188798f

Browse files
committed
Add "INR" to the fiat currencies
1 parent 4b1fa9f commit 188798f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/extension/src/config.ui.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ export const FiatCurrencies: FiatCurrency[] = [
8282
maxDecimals: 0,
8383
locale: "ja-JP",
8484
},
85+
{
86+
currency: "inr",
87+
symbol: "₹",
88+
maxDecimals: 1,
89+
locale: "en-IN",
90+
},
8591
];
8692

8793
export const LanguageToFiatCurrency: TypeLanguageToFiatCurrency = {

0 commit comments

Comments
 (0)