Skip to content

Commit

Permalink
chore: update network setup documentation URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
samtin0x committed Sep 30, 2024
1 parent 60e719a commit 50cb3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v4-client-py-v2/documentation/network_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ from dydx_v4_client.network import make_mainnet

NETWORK = make_mainnet(
node_url="NODE_URL", # No 'https://' prefix
rest_indexer="REST_INDEXER",
websocket_indexer="WEBSOCKET_INDEXER"
rest_indexer="REST_INDEXER_URL",
websocket_indexer="WEBSOCKET_INDEXER_URL"
)
```

Expand Down

0 comments on commit 50cb3f1

Please sign in to comment.