From b545c621bf81b43ee4c48fca8c8cdf6595816eae Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 25 Dec 2021 14:16:26 +0100 Subject: [PATCH] Add support for cryptocurrencies ATOM and DOT --- .../src/services/cryptocurrency/custom-cryptocurrencies.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json b/apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json index 80774fb77..7664e3106 100644 --- a/apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json +++ b/apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json @@ -1,7 +1,9 @@ { "1INCH": "1inch", "ALGO": "Algorand", + "ATOM": "Cosmos", "AVAX": "Avalanche", + "DOT": "Polkadot", "MATIC": "Polygon", "SHIB": "Shiba Inu", "SOL": "Solana",