Browse Source
Feature/add support for terra (#820)
* Add Terra (LUNA1-USD)
* Update changelog
pull/822/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
2 additions and
0 deletions
-
CHANGELOG.md
-
apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Added support for the cryptocurrency _Terra_ (`LUNA1-USD`) |
|
|
|
- Added support for the cryptocurrency _THORChain_ (`RUNE-USD`) |
|
|
|
|
|
|
|
## 1.134.0 - 09.04.2022 |
|
|
|
|
|
@ -4,6 +4,7 @@ |
|
|
|
"ATOM": "Cosmos", |
|
|
|
"AVAX": "Avalanche", |
|
|
|
"DOT": "Polkadot", |
|
|
|
"LUNA1": "Terra", |
|
|
|
"MATIC": "Polygon", |
|
|
|
"MINA": "Mina Protocol", |
|
|
|
"RUNE": "THORChain", |
|
|
|