fix(v3.10.31, #411): demo trading wss should only be used for private topics. Fixes #411.

This commit is contained in:
tiagosiebler
2025-02-01 15:31:25 +00:00
parent 1fa53ba50a
commit bbf3a7224c
4 changed files with 9 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ const logger = {
const wsClient = new WebsocketClient(
{
market: 'v5',
// demoTrading: true,
},
logger,
);