We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a676753 commit fbfbc9eCopy full SHA for fbfbc9e
vocs-docs/docs/pages/interaction/endpoints.mdx
@@ -75,9 +75,9 @@ from dydx_v4_client.indexer.rest.indexer_client import IndexerClient
75
from dydx_v4_client.indexer.socket.websocket import IndexerSocket
76
77
config = make_mainnet( # [!code focus]
78
- node_url="your-custom-grpc-node.com" # [!code focus]
+ node_url="your-custom-grpc-node.com", # [!code focus]
79
rest_indexer="https://your-custom-rest-indexer.com", # [!code focus]
80
- websocket_indexer="wss://your-custom-websocket-indexer.com", # [!code focus]
+ websocket_indexer="wss://your-custom-websocket-indexer.com" # [!code focus]
81
).node # [!code focus]
82
83
# Instantiate the HTTP sub-client. # [!code focus]
0 commit comments