Skip to content

Commit eb29df5

Browse files
committed
fix(lazer): replace sdk link with protocol crate link
1 parent d5f934c commit eb29df5

File tree

1 file changed

+3
-3
lines changed
  • pages/lazer/integrate-as-consumer

1 file changed

+3
-3
lines changed

pages/lazer/integrate-as-consumer/svm.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ state.latest_timestamp = data.timestamp_us.0;
199199
```
200200

201201
<Callout type="info" icon="💡">
202-
Pyth Lazer also provides a [Rust
203-
SDK](https://docs.rs/pyth-lazer-sdk/latest/pyth_lazer_sdk/), which allows
204-
consumers to parse the price updates off-chain.
202+
Pyth Lazer also provides
203+
[pyth_lazer_protocol](https://docs.rs/pyth-lazer-protocol/latest/pyth_lazer_protocol/)
204+
Rust crate, which allows consumers to parse the price updates off-chain.
205205
</Callout>
206206

207207
### Subscribe to Pyth Lazer to receive Price Updates

0 commit comments

Comments
 (0)