Browse Source
Feature/add support for thor chain (#819)
* Add THORChain (RUNE-USD)
* Update changelog
pull/820/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
0 deletions
-
CHANGELOG.md
-
apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
|
|
- Added support for the cryptocurrency _THORChain_ (`RUNE-USD`) |
|
|
|
|
|
|
|
|
## 1.134.0 - 09.04.2022 |
|
|
## 1.134.0 - 09.04.2022 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
@ -6,6 +6,7 @@ |
|
|
"DOT": "Polkadot", |
|
|
"DOT": "Polkadot", |
|
|
"MATIC": "Polygon", |
|
|
"MATIC": "Polygon", |
|
|
"MINA": "Mina Protocol", |
|
|
"MINA": "Mina Protocol", |
|
|
|
|
|
"RUNE": "THORChain", |
|
|
"SHIB": "Shiba Inu", |
|
|
"SHIB": "Shiba Inu", |
|
|
"SOL": "Solana", |
|
|
"SOL": "Solana", |
|
|
"UNI3": "Uniswap" |
|
|
"UNI3": "Uniswap" |
|
|