From 508f2fbe1e2a3c91d0610f7222af08f36e1bff87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=82=8B=E3=81=BF?= <4680567+narumiruna@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:01:27 +0800 Subject: [PATCH] fix typo in xalign config --- config/xalign.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/xalign.yaml b/config/xalign.yaml index ce68ccb20..51956f74f 100644 --- a/config/xalign.yaml +++ b/config/xalign.yaml @@ -35,7 +35,7 @@ crossExchangeStrategies: - binance ## quoteCurrencies config specifies which quote currency should be used for BUY order or SELL order. - ## when specifying [USDC,TWD] for "BUY", then it will consider BTCUSDT first then BTCTWD second. + ## when specifying [USDC,TWD] for "BUY", then it will consider BTCUSDC first then BTCTWD second. quoteCurrencies: buy: [USDC, TWD] sell: [USDT]