From b637b854f875a71de2ce18a57a8e576cff1d468e Mon Sep 17 00:00:00 2001 From: ross-spencer Date: Tue, 13 Aug 2024 09:15:34 +0200 Subject: [PATCH] Remove binance and huobi sources More regional analysis needed to understand if these will work consistently. Further, when they fail they are returning more price data than the requested pair so their query strings may need modifying. --- config/config-gofer.hcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config-gofer.hcl b/config/config-gofer.hcl index cf22b4fb..70856d50 100644 --- a/config/config-gofer.hcl +++ b/config/config-gofer.hcl @@ -218,9 +218,7 @@ gofer { origin "bitfinex_simple" { query = "ADA/BTC" } origin "kraken" { query = "ADA/BTC" } origin "upbit" { query = "ADA/BTC" } - origin "binance" { query = "ADA/BTC" } origin "hitbtc" { query = "ADA/BTC" } - origin "huobi" { query = "ADA/BTC" } } }