From 3f8b6994e572e7ddf32277bae4825ed9b8b6cc3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 24 Jan 2025 21:09:05 +0100 Subject: [PATCH] chore(qav3): remove incorrect volume pair list config MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- quickadapter/user_data/config-template.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 7ec31aa..fe1b932 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -95,12 +95,6 @@ "pairlists": [ { "method": "StaticPairList" - }, - { - "method": "VolumePairList", - "number_assets": 10, - "sort_key": "quoteVolume", - "refresh_period": 1800 } ], "telegram": { -- 2.43.0