add example and test for private contract v3 websocket topics
This commit is contained in:
@@ -221,6 +221,11 @@ const PRIVATE_TOPICS = [
|
||||
'user.order.unifiedAccount',
|
||||
'user.wallet.unifiedAccount',
|
||||
'user.greeks.unifiedAccount',
|
||||
// contract v3
|
||||
'user.position.contractAccount',
|
||||
'user.execution.contractAccount',
|
||||
'user.order.contractAccount',
|
||||
'user.wallet.contractAccount',
|
||||
];
|
||||
|
||||
export function getWsKeyForTopic(
|
||||
|
||||
Reference in New Issue
Block a user