diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a16822bb..df53067f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/apps/api/src/assets/cryptocurrencies/custom.json b/apps/api/src/assets/cryptocurrencies/custom.json index 9ed19b276..49893e03e 100644 --- a/apps/api/src/assets/cryptocurrencies/custom.json +++ b/apps/api/src/assets/cryptocurrencies/custom.json @@ -1,4 +1,6 @@ { "LUNA1": "Terra", + "LUNA2": "Terra", + "SGB1": "Songbird", "UNI1": "Uniswap" }