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 d5f934c commit eb29df5Copy full SHA for eb29df5
pages/lazer/integrate-as-consumer/svm.mdx
@@ -199,9 +199,9 @@ state.latest_timestamp = data.timestamp_us.0;
199
```
200
201
<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.
+ Pyth Lazer also provides
+ [pyth_lazer_protocol](https://docs.rs/pyth-lazer-protocol/latest/pyth_lazer_protocol/)
+ Rust crate, which allows consumers to parse the price updates off-chain.
205
</Callout>
206
207
### Subscribe to Pyth Lazer to receive Price Updates
0 commit comments