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"