Skip to content

Commit eebec07

Browse files
committed
lazer: update docs
1 parent ff400b8 commit eebec07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pages/lazer/subscribe-price-updates.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Subscribing to price updates is a three-step process:
1010
2. **Configure** subscription parameters.
1111
3. **Subscribe** to the price updates via [websocket API](https://pyth-lazer.dourolabs.app/docs).
1212

13-
The websocket server is available at `wss://pyth-lazer.dourolabs.app/v1/stream{:bash}`.
13+
The websocket server is available at
14+
`wss://pyth-lazer.dourolabs.app/v1/stream{:bash}` for production and
15+
`wss://pyth-lazer-staging.dourolabs.app/v1/stream{:bash}` for staging.
1416

1517
<Steps>
1618

@@ -126,7 +128,7 @@ You may find these additional resources helpful for subscribing to price updates
126128

127129
### Price Feed IDs
128130

129-
Pyth Lazer supports a wide range of price feeds. Consult the [Price Feed IDs](../price-feed-ids.mdx) page for a complete list of supported price feeds.
131+
Pyth Lazer supports a wide range of price feeds. Consult the [Price Feed IDs](./price-feed-ids.mdx) page for a complete list of supported price feeds.
130132

131133
### Examples
132134

0 commit comments

Comments
 (0)