Skip to content

Commit 3e233fa

Browse files
committed
nit changed wording and point to lazer client
1 parent d527ca3 commit 3e233fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/price-feeds/pro/subscribe-price-updates.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The websocket servers are available at:
1818
- `wss://pyth-lazer-1.dourolabs.app/v1/stream`
1919

2020
<Callout type="warning" emoji="⚠️">
21-
**Redundancy Required**: For redundancy and to avoid potential interruptions
22-
during deployments, you must connect to **both endpoints**. During
23-
deployments, a single endpoint may briefly go down, so maintaining open
24-
connections to both endpoints ensures continuous service availability.
21+
**Redundancy Required**: For redundancy and to avoid interruptions during
22+
deployments, you must connect to **both endpoints**. During deployments, a
23+
single endpoint will briefly go down, so maintaining open connections to both
24+
endpoints ensures continuous service availability.
2525
</Callout>
2626

2727
<Steps>
@@ -78,7 +78,7 @@ To subscribe to the prices, send a request to the websocket server. The server w
7878
npm install --save @pythnetwork/pyth-lazer-sdk
7979
```
8080

81-
2. Then create a [`PythLazerClient`](https://github.com/pyth-network/pyth-crosschain/blob/main/lazer/sdk/js/src/client.ts#L32) object using both endpoint URLs and the access token requested from our authorized distribution partners (Pyth Data Distributors) in the first step:
81+
2. Then create a [`PythLazerClient`](https://github.com/pyth-network/pyth-crosschain/blob/main/lazer/sdk/js/src/client.ts#L51) object using both endpoint URLs and the access token requested from our authorized distribution partners (Pyth Data Distributors) in the first step:
8282

8383
```js copy
8484
import { PythLazerClient } from "@pythnetwork/pyth-lazer-sdk";

0 commit comments

Comments
 (0)