Skip to content

Commit

Permalink
Fix coinValues
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Aug 15, 2024
1 parent 4b26d1e commit 864100c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/fiatCurrencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
{
"fiatCurrency": "BAM",
"coinValues": [1, 2, 5, 10, 20, 50],
"coinValueIncrement": 1.00,
"coinValues": [0.1, 0.2, 0.5, 1, 2, 5],
"coinValueIncrement": 0.1,
"billValues": [10, 20, 50, 100, 200],
"fiatPrecision": 0,
"fiatPrecision": 2,
"buyLimit": 500
},
{
Expand Down

0 comments on commit 864100c

Please sign in to comment.