Skip to content

Commit

Permalink
Add IDR to fiat currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Aug 15, 2024
1 parent 49ac2fc commit f33c9df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/fiatCurrencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@
"fiatPrecision": 0,
"buyLimit": 100000
},
{
"fiatCurrency": "IDR",
"coinValues": [500, 1000],
"coinValueIncrement": 500,
"billValues": [1000, 2000, 5000, 10000, 20000, 50000],
"fiatPrecision": 0,
"buyLimit": 100000
},
{
"fiatCurrency": "INR",
"coinValues": [1, 2, 5, 10],
Expand Down

0 comments on commit f33c9df

Please sign in to comment.