From 9d6977e3f7b0a14556979cb96f4565a3053404d9 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 1 Feb 2022 10:58:34 +0100 Subject: [PATCH] Feature/support cryptocurrency mina protocol (#659) * Support Mina Protocol (MINA-USD) * Update changelog --- CHANGELOG.md | 2 ++ .../src/services/cryptocurrency/custom-cryptocurrencies.json | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a392b5e83..db15af81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +- Added support for cryptocurrency _Mina Protocol_ (`MINA-USD`) + ### Changed - Improved the consistent use of `symbol` in combination with `dataSource` diff --git a/apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json b/apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json index 7664e3106..eff896ed6 100644 --- a/apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json +++ b/apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json @@ -5,6 +5,7 @@ "AVAX": "Avalanche", "DOT": "Polkadot", "MATIC": "Polygon", + "MINA": "Mina Protocol", "SHIB": "Shiba Inu", "SOL": "Solana", "UNI3": "Uniswap"