diff --git a/config_examples/config_2_json b/config_examples/config_2_json index 723ff68a5..a3230c436 100644 --- a/config_examples/config_2_json +++ b/config_examples/config_2_json @@ -33,7 +33,8 @@ "ccxt_config": {}, "ccxt_async_config": {}, "pair_whitelist": [ - "SOL/USDT" + "SOL/USDT", + "BTC/USDT" ], "pair_blacklist": [ "BNB/.*" diff --git a/config_examples/config_3_json b/config_examples/config_3_json index 90182158b..5f208acad 100644 --- a/config_examples/config_3_json +++ b/config_examples/config_3_json @@ -33,7 +33,11 @@ "ccxt_config": {}, "ccxt_async_config": {}, "pair_whitelist": [ - "SOL/USDT" + "SOL/USDT", + "ETH/USDT", + "ADA/USDT", + "XMR/USDT", + "BTC/USDT" ], "pair_blacklist": [ "BNB/.*"