Browse Source
Feature/add support for toncoin cryptocurrency (#3189)
* Add Toincoin
* Update changelog
pull/3184/head^2
Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
0 deletions
-
CHANGELOG.md
-
apps/api/src/assets/cryptocurrencies/custom.json
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Added support for the cryptocurrency _Toncoin_ (`TON11419-USD`) |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `ionicons` from version `7.1.0` to `7.3.0` |
|
|
|
|
|
@ -5,6 +5,7 @@ |
|
|
|
"LUNA2": "Terra", |
|
|
|
"SGB1": "Songbird", |
|
|
|
"SMURFCAT": "Real Smurf Cat", |
|
|
|
"TON11419": "Toncoin", |
|
|
|
"UNI1": "Uniswap", |
|
|
|
"UNI7083": "Uniswap", |
|
|
|
"UST": "TerraUSD" |
|
|
|