Skip to content

Commit

Permalink
remove bittrex remainders from codebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Nov 29, 2023
1 parent 6ed075b commit 16a6edb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
14 changes: 0 additions & 14 deletions config/exchanges/exchanges.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,20 +252,6 @@
"WatchdogDelay": 300,
"ScraperActive": true
},
{
"Name": "Bittrex",
"Centralized": true,
"Bridge": false,
"Contract": "",
"Blockchain": {
"Name": ""
},
"RestAPI": "",
"WsAPI": "",
"pairsAPI": "",
"WatchdogDelay": 1200,
"ScraperActive": true
},
{
"Name": "ByBit",
"Centralized": true,
Expand Down
1 change: 0 additions & 1 deletion pkg/dia/Config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const (
Opyn = "OPYN"
Premia = "Premia"
BitBayExchange = "BitBay"
BittrexExchange = "Bittrex"
CoinBaseExchange = "CoinBase"
HitBTCExchange = "HitBTC"
HuckleberryExchange = "Huckleberry"
Expand Down
2 changes: 0 additions & 2 deletions pkg/dia/scraper/exchange-scrapers/APIScraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ func NewAPIScraper(exchange string, scrape bool, key string, secret string, relD
return NewBinanceScraperUS(key, secret, Exchanges[dia.BinanceExchangeUS], scrape, relDB)
case dia.BitfinexExchange:
return NewBitfinexScraper(key, secret, Exchanges[dia.BitfinexExchange], scrape, relDB)
case dia.BittrexExchange:
return NewBittrexScraper(Exchanges[dia.BittrexExchange], scrape, relDB)
case dia.CoinBaseExchange:
return NewCoinBaseScraper(Exchanges[dia.CoinBaseExchange], scrape, relDB)
case dia.KrakenExchange:
Expand Down

0 comments on commit 16a6edb

Please sign in to comment.