Skip to content

fix commit names #323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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/price-feeds/how-pyth-works/cross-chain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ proofs and, if it is valid, stores the new price in its on-chain storage.
Finally, on-chain protocols integrate with the Pyth contract via a simple API that retrieves the current Pyth price from
its on-chain storage. This API will return the current price as long as it has been updated sufficiently recently; this
approach works because users will have updated the Pyth price earlier in the same transaction. Protocols can configure
the recency threshold to suit their needs — e.g., latency sensitive applications can set a lower threshold than the
the recency threshold to suit their needs — e.g., latency-sensitive applications can set a lower threshold than the
default.
Loading