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
parent
commit
458ef169f4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 1
      apps/api/src/assets/cryptocurrencies/custom.json

4
CHANGELOG.md

@ -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`

1
apps/api/src/assets/cryptocurrencies/custom.json

@ -5,6 +5,7 @@
"LUNA2": "Terra",
"SGB1": "Songbird",
"SMURFCAT": "Real Smurf Cat",
"TON11419": "Toncoin",
"UNI1": "Uniswap",
"UNI7083": "Uniswap",
"UST": "TerraUSD"

Loading…
Cancel
Save