Browse Source
Feature/add support for ust usd (#1085)
* Add UST
* Update changelog
pull/1086/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
4 additions and
2 deletions
-
CHANGELOG.md
-
apps/api/src/assets/cryptocurrencies/custom.json
|
|
@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Supported the tags in the create or edit transaction dialog |
|
|
|
- Added support for the tags in the create or edit transaction dialog |
|
|
|
- Added support for the cryptocurrency _TerraUSD_ (`UST-USD`) |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -2,5 +2,6 @@ |
|
|
|
"LUNA1": "Terra", |
|
|
|
"LUNA2": "Terra", |
|
|
|
"SGB1": "Songbird", |
|
|
|
"UNI1": "Uniswap" |
|
|
|
"UNI1": "Uniswap", |
|
|
|
"UST": "TerraUSD" |
|
|
|
} |
|
|
|