Browse Source
Feature/support cryptocurrency mina protocol (#659)
* Support Mina Protocol (MINA-USD)
* Update changelog
pull/657/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
0 deletions
-
CHANGELOG.md
-
apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json
|
|
@ -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` |
|
|
|
|
|
@ -5,6 +5,7 @@ |
|
|
|
"AVAX": "Avalanche", |
|
|
|
"DOT": "Polkadot", |
|
|
|
"MATIC": "Polygon", |
|
|
|
"MINA": "Mina Protocol", |
|
|
|
"SHIB": "Shiba Inu", |
|
|
|
"SOL": "Solana", |
|
|
|
"UNI3": "Uniswap" |
|
|
|