Skip to content

Commit 0425182

Browse files
redirect to push feeds (#939)
1 parent 9d1bc30 commit 0425182

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ const permanentRedirectArray = [
134134
["/price-feeds/:path((?!core/|pro(?:/|$)).*)", "/price-feeds/core/:path"],
135135
// some other price feed redirects
136136
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
137+
["/price-feeds/core/sponsored-feeds", "/price-feeds/core/push-feeds"],
137138
[
138139
"/price-feeds/use-real-time-data/:path((?!pull-integration(?:/|$)).*)",
139140
"/price-feeds/use-real-time-data/pull-integration/:path",

pages/price-feeds/core/migrate-an-app-to-pyth/chainlink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ Chainlink-compatible applications typically expect on-chain price feeds to updat
9898
When migrating to Pyth, apps may need to schedule these price updates themselves.
9999
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.
100100

101-
The [Sponsored Feeds](/price-feeds/core/sponsored-feeds.mdx) page shows a list of feeds that have scheduled on-chain updates.
101+
The [Push Feeds](/price-feeds/core/push-feeds.mdx) page shows a list of feeds that have scheduled on-chain updates.
102102
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.

pages/price-feeds/core/schedule-price-updates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ As a pull oracle, Pyth's users are typically responsible for updating the state
77
Please see [What is a Pull Oracle?](/price-feeds/core/pull-updates) to learn more about pull updates.
88

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

1313
There are also three different tools to schedule price updates:

pages/price-feeds/core/use-pyth-for-morpho.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Please see [What is a Pull Oracle?](/price-feeds/core/pull-updates) to learn mor
2121
Consult [Schedule Price Updates](/price-feeds/core/schedule-price-updates) guide for more information.
2222

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

26-
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.
26+
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.
2727

2828
### Deploy the Morpho oracle contract
2929

pages/price-feeds/core/use-real-time-data/pull-integration/solana.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const solUsdPriceFeedAccount = pythSolanaReceiver
135135
The Price Feed Accounts integration assumes that an off-chain process is
136136
continuously updating each price feed. The Pyth Data Association sponsors
137137
price updates for a subset of commonly used price feeds on shard 0. Please see
138-
[Sponsored Feeds](/price-feeds/sponsored-feeds) for a list of sponsored feeds
138+
[Push Feeds](/price-feeds/core/push-feeds) for a list of push feeds
139139
and their account addresses.
140140

141141
Additionally, updating a price feed is a

0 commit comments

Comments
 (0)