From 32c9c4b171a56dae549996594e967a89a886769b Mon Sep 17 00:00:00 2001 From: Neylix Date: Mon, 12 Aug 2024 18:29:40 +0200 Subject: [PATCH] Add usdt --- README.md | 1 + config/config.exs | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1eebde..ff813d3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Available cryptoassets in this API: - eth: 1027 - usdc: 3408 - eure: 20920 +- usdt: 825 - ... more later Providers requested: diff --git a/config/config.exs b/config/config.exs index f9d7e01..989b10c 100644 --- a/config/config.exs +++ b/config/config.exs @@ -19,7 +19,9 @@ config :archethic_fas, # usdc 3408, # monerium eure - 20920 + 20920, + # usdt + 825 ] import_config("#{Mix.env()}.exs")