From 4b8e9f72372457f6882cadc0f2b32bc42dea471a Mon Sep 17 00:00:00 2001 From: Gareth Kirwan Date: Tue, 20 Aug 2024 17:13:30 +0700 Subject: [PATCH] Gemini: Upgrade test config --- testdata/configtest.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/testdata/configtest.json b/testdata/configtest.json index 453a812ce13..597206b720b 100644 --- a/testdata/configtest.json +++ b/testdata/configtest.json @@ -1635,7 +1635,6 @@ "websocketResponseCheckTimeout": 30000000, "websocketResponseMaxLimit": 7000000000, "websocketTrafficTimeout": 30000000000, - "websocketOrderbookBufferLimit": 5, "baseCurrencies": "USD", "currencyPairs": { "requestFormat": { @@ -1645,11 +1644,9 @@ "uppercase": true }, "useGlobalFormat": true, - "assetTypes": [ - "spot" - ], "pairs": { "spot": { + "assetEnabled": true, "enabled": "BTCUSD", "available": "BTCUSD,ETHBTC,ETHUSD,BCHUSD,BCHBTC,BCHETH,LTCUSD,LTCBTC,LTCETH,LTCBCH,ZECUSD,ZECBTC,ZECETH,ZECBCH,ZECLTC" } @@ -1700,7 +1697,13 @@ "iban": "", "supportedCurrencies": "" } - ] + ], + "orderbook": { + "verificationBypass": false, + "websocketBufferLimit": 5, + "websocketBufferEnabled": false, + "publishPeriod": 10000000000 + } }, { "name": "HitBTC",