From 58d922b8f2e86f7ce0aae800ae22cfcb78e8ee22 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Mon, 14 Mar 2016 23:07:47 +1100 Subject: [PATCH] Updated config_example.json to include Ethereum for Bitfinex. --- config_example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_example.json b/config_example.json index ff69578f..aae4158a 100644 --- a/config_example.json +++ b/config_example.json @@ -43,8 +43,8 @@ "AuthenticatedAPISupport": false, "APIKey": "Key", "APISecret": "Secret", - "AvailablePairs": "BTCUSD,LTCUSD,LTCBTC", - "EnabledPairs": "BTCUSD,LTCUSD,LTCBTC", + "AvailablePairs": "BTCUSD,LTCUSD,LTCBTC,ETHUSD,ETHBTC", + "EnabledPairs": "BTCUSD,LTCUSD,LTCBTC,ETHUSD,ETHBTC", "BaseCurrencies": "USD" }, {