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
parent
commit
9d6977e3f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md
  2. 1
      apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json

2
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`

1
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"

Loading…
Cancel
Save