added crypto to ranking
This commit is contained in:
parent
91701a6ab5
commit
2225596d53
@ -39,9 +39,14 @@ namespace BitSearch.API.Controllers
|
|||||||
{
|
{
|
||||||
{"Bitcoin", "#btc"},
|
{"Bitcoin", "#btc"},
|
||||||
{"Etherum", "#eth"},
|
{"Etherum", "#eth"},
|
||||||
{"Ripple", "xrp"},
|
{"Tron", "#trx"},
|
||||||
{"Litecoin", "#ltc"},
|
{"Tether", "#usdt"},
|
||||||
{"Binance Coin", "#binance"}
|
{"Binance Coin", "#bnb"},
|
||||||
|
{"Cardano", "#ada"},
|
||||||
|
{"Dash", "#dash"},
|
||||||
|
{"Neo", "#neo"},
|
||||||
|
{"Steem", "#steem"},
|
||||||
|
{"Zcash", "#zec"}
|
||||||
};
|
};
|
||||||
|
|
||||||
var token = Configuration["Token"];
|
var token = Configuration["Token"];
|
||||||
|
Loading…
Reference in New Issue
Block a user