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
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const permanentRedirectArray = [
["/price-feeds/:path((?!core/|pro(?:/|$)).*)", "/price-feeds/core/:path"],
// some other price feed redirects
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
["/price-feeds/core/sponsored-feeds", "/price-feeds/core/push-feeds"],
[
"/price-feeds/use-real-time-data/:path((?!pull-integration(?:/|$)).*)",
"/price-feeds/use-real-time-data/pull-integration/:path",
Expand Down
2 changes: 1 addition & 1 deletion pages/price-feeds/core/migrate-an-app-to-pyth/chainlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ Chainlink-compatible applications typically expect on-chain price feeds to updat
When migrating to Pyth, apps may need to schedule these price updates themselves.
This step is required because Pyth is a pull oracle; see [What is a pull oracle?](/price-feeds/core/pull-updates.mdx) to learn more about this topic.

The [Sponsored Feeds](/price-feeds/core/sponsored-feeds.mdx) page shows a list of feeds that have scheduled on-chain updates.
The [Push Feeds](/price-feeds/core/push-feeds.mdx) page shows a list of feeds that have scheduled on-chain updates.
If the feeds your application needs are not on this list, see [Schedule Price Updates](/price-feeds/core/schedule-price-updates) for several options to solve this problem.
2 changes: 1 addition & 1 deletion pages/price-feeds/core/schedule-price-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ As a pull oracle, Pyth's users are typically responsible for updating the state
Please see [What is a Pull Oracle?](/price-feeds/core/pull-updates) to learn more about pull updates.

The Pyth Data Association sponsors regular on-chain updates for some price feeds.
See [Sponsored Feeds](/price-feeds/core/sponsored-feeds) for the current list of feeds and their update parameters.
See [Push Feeds](/price-feeds/core/push-feeds) for the current list of feeds and their update parameters.
If you would like to see additional feeds on this list, please [contact the association via this form](https://tally.so/r/nGz2jj).

There are also three different tools to schedule price updates:
Expand Down
4 changes: 2 additions & 2 deletions pages/price-feeds/core/use-pyth-for-morpho.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Please see [What is a Pull Oracle?](/price-feeds/core/pull-updates) to learn mor
Consult [Schedule Price Updates](/price-feeds/core/schedule-price-updates) guide for more information.

The Pyth Data Association sponsors regular on-chain updates for some price feeds.
See [Sponsored Feeds](./sponsored-feeds.mdx) for the current list of feeds and their update parameters.
See [Push Feeds](./push-feeds.mdx) for the current list of feeds and their update parameters.

If you don't find relevant price IDs in the [Sponsored Feeds](./sponsored-feeds.mdx) list, please contact the Pyth team [here](https://tally.so/r/nGz2jj) to run the Price Pusher for the price feed you need.
If you don't find relevant price IDs in the [Push Feeds](./push-feeds.mdx) list, please contact the Pyth team [here](https://tally.so/r/nGz2jj) to run the Price Pusher for the price feed you need.

### Deploy the Morpho oracle contract

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const solUsdPriceFeedAccount = pythSolanaReceiver
The Price Feed Accounts integration assumes that an off-chain process is
continuously updating each price feed. The Pyth Data Association sponsors
price updates for a subset of commonly used price feeds on shard 0. Please see
[Sponsored Feeds](/price-feeds/sponsored-feeds) for a list of sponsored feeds
[Push Feeds](/price-feeds/core/push-feeds) for a list of push feeds
and their account addresses.

Additionally, updating a price feed is a
Expand Down
Loading