diff --git a/README.md b/README.md index 10de1a4..85cd47e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Available cryptoassets in this API: - btc: 1 - eth: 1027 - usdc: 3408 +- eure: 20920 - ... more later Providers requested: diff --git a/config/config.exs b/config/config.exs index 8ebd75a..f9d7e01 100644 --- a/config/config.exs +++ b/config/config.exs @@ -17,7 +17,9 @@ config :archethic_fas, # eth 1027, # usdc - 3408 + 3408, + # monerium eure + 20920 ] import_config("#{Mix.env()}.exs")