-
Notifications
You must be signed in to change notification settings - Fork 37
chore(price-feeds) Rename sponsored Feeds to Push feeds #860
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
Merged
Merged
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
6e4e3af
chore(price-feeds) Rename sponsored Feeds to price pusher
aditya520 fce4d95
chore(price-feeds) Add a callout to price pusher
aditya520 e64c38d
chore(docs) Small improvements
aditya520 fa19dd1
chore(price-feeds) Improved layout, added a new guide
aditya520 24f9bcc
chore(price-feeds) improvements
aditya520 00e1d7f
redirect
aditya520 b1f284b
chore(price-feeds) Requested changes
aditya520 c60a41d
chore(pricefeeds) Rename Edits
aditya520 1157191
chore(price-pusher) Reanmed Scheduler to Price Pusher
aditya520 9f88beb
chore(price-feeds) Price Pusher rename
aditya520 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import { Callout } from "nextra/components"; | ||
|
||
# Push Feeds | ||
|
||
The Pyth Data Association **pushes** price updates for various feeds on some networks. | ||
These feeds are updated at a specific heartbeat rate or when the price changes by a specific percentage. | ||
Applications can depend on receiving updates for these feeds, without having to pull them explicitly. | ||
|
||
The feeds can vary by network. Please see the relevant section below for the network of interest. | ||
|
||
- [EVM](push-feeds/evm) | ||
- [Solana](push-feeds/solana) | ||
- [Fogo](push-feeds/fogo) | ||
- [Aptos](push-feeds/aptos) | ||
- [Movement](push-feeds/movement) | ||
- [Sui](push-feeds/sui) | ||
|
||
<Callout type="default" emoji="ℹ️"> | ||
Deviation thresholds can be customized to fit builders' needs, and additional | ||
feeds can be requested for this list. If you need custom thresholds or would | ||
like to see additional feeds, please fill in this | ||
[form](https://tally.so/r/nGz2jj) to signal your interest. | ||
</Callout> | ||
|
||
<Callout type="info" emoji="ℹ️"> | ||
Push feeds are subject to change with prior notice. Please refer to the [dev- | ||
forum](https://dev-forum.pyth.network/c/announcements/6) for the latest | ||
changes. | ||
</Callout> | ||
|
||
<Callout type="info" emoji="⚠️"> | ||
DISCLAIMER: While the Pyth Data Association strives to deliver timely updates, | ||
these push feeds may occasionally experience delays in updates caused by chain | ||
halts, gas estimations and other issues. Applications are advised to run their | ||
own price-pusher. Find out how you can run your own price-pusher | ||
[here](/price-feeds/schedule-price-updates/using-price-pusher). | ||
</Callout> |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Callout } from "nextra/components"; | ||
|
||
import { SponsoredFeedsTable } from "../../../components/SponsoredFeedsTableWithData"; | ||
import aptosMainnet from "../push-feeds/data/aptos/aptos_mainnet.json"; | ||
|
||
# Push Feeds on Aptos | ||
|
||
## Aptos Mainnet | ||
|
||
<Callout type="info" emoji="ℹ️"> | ||
If you would like to see additional feeds on this list, please fill in this | ||
[form](https://tally.so/r/nGz2jj) to signal your interest. | ||
</Callout> | ||
|
||
<SponsoredFeedsTable feeds={aptosMainnet} networkName="Aptos mainnet" /> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Callout } from "nextra/components"; | ||
|
||
import { SponsoredFeedsTable } from "../../../components/SponsoredFeedsTableWithData"; | ||
import fogoTestnet from "../push-feeds/data/svm/fogo_testnet.json"; | ||
|
||
# Push Feeds on Fogo | ||
|
||
## Fogo Testnet | ||
|
||
<Callout type="info" emoji="ℹ️"> | ||
If you would like to see additional feeds on this list, please fill in this | ||
[form](https://tally.so/r/nGz2jj) to signal your interest. | ||
</Callout> | ||
|
||
<SponsoredFeedsTable feeds={fogoTestnet} networkName="Fogo testnet" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Callout } from "nextra/components"; | ||
|
||
import { SponsoredFeedsTable } from "../../../components/SponsoredFeedsTableWithData"; | ||
import movementMainnet from "../push-feeds/data/movement/movement_mainnet.json"; | ||
|
||
# Push Feeds on Movement | ||
|
||
## Movement Mainnet | ||
|
||
<Callout type="info" emoji="ℹ️"> | ||
If you would like to see additional feeds on this list, please fill in this | ||
[form](https://tally.so/r/nGz2jj) to signal your interest. | ||
</Callout> | ||
|
||
<SponsoredFeedsTable feeds={movementMainnet} networkName="Movement mainnet" /> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.