added crypto to ranking
This commit is contained in:
parent
91701a6ab5
commit
2225596d53
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user