Feature/add support for ust usd (#1085)

* Add UST

* Update changelog
pull/1086/head
Thomas Kaul 2 years ago committed by GitHub
parent 2394cbd6fe
commit 364f1ad9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save