v2.3.0: fix(#158), disable time sync by default. Optionally avoid hitting time API when connecting authenticated websocket.
This commit is contained in:
@@ -11,9 +11,7 @@ describe('Private Inverse REST API Endpoints', () => {
|
||||
expect(API_SECRET).toStrictEqual(expect.any(String));
|
||||
});
|
||||
|
||||
const api = new InverseClient(API_KEY, API_SECRET, useLivenet, {
|
||||
disable_time_sync: true,
|
||||
});
|
||||
const api = new InverseClient(API_KEY, API_SECRET, useLivenet);
|
||||
|
||||
const symbol = 'BTCUSD';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user