Skip to content

Commit

Permalink
add usdc
Browse files Browse the repository at this point in the history
  • Loading branch information
bchamagne committed Apr 16, 2024
1 parent 2d59e1a commit 9c0ab57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ An API server that exposes various off-chain resources such as cryptoassets pric
Cryptoassets are identified by [Unified Cryptoasset ID (UCID)](https://support.coinmarketcap.com/hc/en-us/articles/20092704479515).
Available cryptoassets in this API:

- uco: 6887
- matic: 3890
- bnb: 1839
- btc: 1
- eth: 1027
- uco: 6887
- matic: 3890
- bnb: 1839
- btc: 1
- eth: 1027
- usdc: 3408
- ... 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 @@ -15,7 +15,9 @@ config :archethic_fas,
# btc
1,
# eth
1027
1027,
# usdc
3408
]

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

0 comments on commit 9c0ab57

Please sign in to comment.