Browse Source

Feature/add support for ust usd (#1085)

* Add UST

* Update changelog
pull/1086/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
364f1ad9b9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 3
      apps/api/src/assets/cryptocurrencies/custom.json

3
CHANGELOG.md

@ -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

3
apps/api/src/assets/cryptocurrencies/custom.json

@ -2,5 +2,6 @@
"LUNA1": "Terra",
"LUNA2": "Terra",
"SGB1": "Songbird",
"UNI1": "Uniswap"
"UNI1": "Uniswap",
"UST": "TerraUSD"
}

Loading…
Cancel
Save