Browse Source

Feature/add support for luna2 and songbird cryptocurrencies (#1075)

* Add LUNA2 and SGB1

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

2
CHANGELOG.md

@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Added support for the cryptocurrency _Songbird_ (`SGB1-USD`)
- Added support for the cryptocurrency _Terra 2.0_ (`LUNA2-USD`)
- Added a blog post - Added a blog post
### Changed ### Changed

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

@ -1,4 +1,6 @@
{ {
"LUNA1": "Terra", "LUNA1": "Terra",
"LUNA2": "Terra",
"SGB1": "Songbird",
"UNI1": "Uniswap" "UNI1": "Uniswap"
} }

Loading…
Cancel
Save