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 4e214c32e8
commit d10227bc39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save