Skip to content

Commit

Permalink
Add bnb
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Aug 12, 2024
1 parent 32c9c4b commit bedff24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Available cryptoassets in this API:
- usdc: 3408
- eure: 20920
- usdt: 825
- bnb: 1839
- ... more later

Providers requested:
Expand Down
4 changes: 3 additions & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ config :archethic_fas,
# monerium eure
20920,
# usdt
825
825,
# bnb
1839
]

import_config("#{Mix.env()}.exs")

0 comments on commit bedff24

Please sign in to comment.