Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/lazer/integrate-as-consumer/evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ for (uint8 i = 0; i < feedsLen; i++) {

Pyth Lazer provides a websocket endpoint to receive price updates. Moreover, Pyth Lazer also provides a [Typescript SDK](https://github.com/pyth-network/pyth-crosschain/tree/main/lazer/sdk/js) to subscribe to the websocket endpoint.

Consult [How to fetch price updates from Pyth Lazer](../fetch-price-updates.mdx) for a complete step-by-step guide.
Consult [How to subscribe to price updates from Pyth Lazer](../subscribe-price-updates.mdx) for a complete step-by-step guide.

### Include the price updates into smart contract transactions

Expand Down
2 changes: 1 addition & 1 deletion pages/lazer/integrate-as-consumer/svm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ state.latest_timestamp = data.timestamp_us.0;

Pyth Lazer provides a websocket endpoint to receive price updates. Moreover, Pyth Lazer also provides a [typescript SDK](https://github.com/pyth-network/pyth-crosschain/tree/main/lazer/sdk/js) to subscribe to the websocket endpoint.

Consult [How to fetch price updates from Pyth Lazer](../fetch-price-updates.mdx) for a complete step-by-step guide.
Consult [How to subscribe to price updates from Pyth Lazer](../subscribe-price-updates.mdx) for a complete step-by-step guide.

### Include the price updates into smart contract transactions

Expand Down
Loading