From b51b4c20a6b9a7d72dc428a4d01c4501e8615457 Mon Sep 17 00:00:00 2001 From: bchamagne Date: Thu, 30 May 2024 15:14:43 +0200 Subject: [PATCH] add eure --- README.md | 1 + config/config.exs | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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")