Skip to content

Commit

Permalink
Merge pull request #1 from bleskomat/chore/add-new-currency-BAM
Browse files Browse the repository at this point in the history
chore: add new fiat currency BAM
  • Loading branch information
chill117 authored Aug 15, 2024
2 parents cad0d60 + b824d7c commit 134cc00
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 @@ -7,6 +7,14 @@
"fiatPrecision": 2,
"buyLimit": 400
},
{
"fiatCurrency": "BAM",
"coinValues": [0.1, 0.2, 0.5, 1, 2, 5],
"coinValueIncrement": 0.1,
"billValues": [10, 20, 50, 100, 200],
"fiatPrecision": 2,
"buyLimit": 500
},
{
"fiatCurrency": "BGN",
"coinValues": [0.05, 0.1, 0.25, 0.5, 1],
Expand Down

0 comments on commit 134cc00

Please sign in to comment.