-
Notifications
You must be signed in to change notification settings - Fork 38
chore(price-feeds) Rename sponsored Feeds to Push feeds #860
Changes from 3 commits
6e4e3af
fce4d95
e64c38d
fa19dd1
24f9bcc
00e1d7f
b1f284b
c60a41d
1157191
9f88beb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ | |
| "type": "separator" | ||
| }, | ||
|
|
||
| "use-real-time-data": "Use Real-Time Price Data", | ||
| "use-real-time-data": "Pull Real-Time Price Data", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like the consistency before I believe adding Pull if good, but don't like breaking the above consistency?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wondering if Pyth pro is near real time, should we call core as real time data ? May be say "Pull the latest Price Data" |
||
| "use-historic-price-data": "Use Historic Price Data", | ||
| "fetch-price-updates": "Fetch Price Updates", | ||
| "schedule-price-updates": "Schedule Price Updates", | ||
|
|
@@ -42,7 +42,7 @@ | |
| "api-reference": "API Reference", | ||
| "price-feeds": "Price Feeds", | ||
| "current-fees": "Current Fees", | ||
| "sponsored-feeds": "Sponsored Feeds", | ||
| "pushed-feeds": "Push Feeds", | ||
|
aditya520 marked this conversation as resolved.
Outdated
|
||
| "market-hours": "Market Hours", | ||
| "best-practices": "Best Practices", | ||
| "error-codes": "Error Codes", | ||
|
|
||
| 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. | ||
| Developers don't need to [pull prices](./fetch-price-updates.mdx) for the following feeds, unless they required short update intervals. | ||
|
aditya520 marked this conversation as resolved.
Outdated
|
||
|
|
||
| The feeds can vary by network. Please see the relevant section below for the network of interest. | ||
|
|
||
| - [EVM](pushed-feeds/evm) | ||
| - [Solana](pushed-feeds/solana) | ||
| - [Fogo](pushed-feeds/fogo) | ||
| - [Aptos](pushed-feeds/aptos) | ||
| - [Sui](pushed-feeds/sui) | ||
| - [Movement](pushed-feeds/movement) | ||
|
|
||
| <Callout type="info" emoji="ℹ️"> | ||
| Push feeds are subject to change with prior notice. Please refer to the [dev | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about "Any changes to the feeds are published to the [dev forum] -- subscribe there to get the latest updates"
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This more of a notice. That's why I split it in two sentences. I wanted to give emphasis on "These feeds and thresholds can change"
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sorry i'm only suggesting rephrasing the second sentence. it's not entirely clear that the "updates" in that sentence means "changes to the feeds" |
||
| forum](https://dev-forum.pyth.network/c/announcements/6) for the latest | ||
| updates. | ||
| </Callout> | ||
|
|
||
| <Callout type="info" emoji="ℹ️"> | ||
| Deviation thresholds can be customized to fit builders' needs. For thresholds | ||
| lower than those offered by our Push feeds, please reach out. | ||
| </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 scheduler. Find out how you can run your own scheduler | ||
| [here](/price-feeds/schedule-price-updates/using-scheduler). | ||
| </Callout> | ||
|
|
||
| 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. | ||
|
aditya520 marked this conversation as resolved.
Outdated
|
||
Uh oh!
There was an error while loading. Please reload this page.