Browse Source

Feature/refresh cryptocurrencies list 20240302 (#3085)

* Update cryptocurrencies.json

* Add UNI7083

* Update changelog
pull/3086/head
Thomas Kaul 7 months ago
committed by GitHub
parent
commit
40b454d2f3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      CHANGELOG.md
  2. 1223
      apps/api/src/assets/cryptocurrencies/cryptocurrencies.json
  3. 1
      apps/api/src/assets/cryptocurrencies/custom.json

3
CHANGELOG.md

@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
- Added support for the cryptocurrency _Uniswap_ (`UNI7083-USD`)
### Changed ### Changed
- Improved the usability of the benchmarks in the markets overview - Improved the usability of the benchmarks in the markets overview
- Integrated (wealth) items into the transaction point concept in the portfolio service - Integrated (wealth) items into the transaction point concept in the portfolio service
- Refreshed the cryptocurrencies list
### Fixed ### Fixed

1223
apps/api/src/assets/cryptocurrencies/cryptocurrencies.json

File diff suppressed because it is too large

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

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

Loading…
Cancel
Save