From d10227bc39043fdce013a957d3c0532442d8decf Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 14 Jul 2022 16:28:50 +0200 Subject: [PATCH] Feature/add support for luna2 and songbird cryptocurrencies (#1075) * Add LUNA2 and SGB1 * Update changelog --- CHANGELOG.md | 2 ++ apps/api/src/assets/cryptocurrencies/custom.json | 2 ++ 2 files changed, 4 insertions(+) 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" }