added crypto to ranking

This commit is contained in:
jedrzejps 2022-01-27 12:01:25 +01:00
parent 91701a6ab5
commit 2225596d53
1 changed files with 8 additions and 3 deletions

View File

@ -39,9 +39,14 @@ namespace BitSearch.API.Controllers
{
{"Bitcoin", "#btc"},
{"Etherum", "#eth"},
{"Ripple", "xrp"},
{"Litecoin", "#ltc"},
{"Binance Coin", "#binance"}
{"Tron", "#trx"},
{"Tether", "#usdt"},
{"Binance Coin", "#bnb"},
{"Cardano", "#ada"},
{"Dash", "#dash"},
{"Neo", "#neo"},
{"Steem", "#steem"},
{"Zcash", "#zec"}
};
var token = Configuration["Token"];