-
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
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", | ||
|
||
"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
Show resolved
Hide resolved
|
||
"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
Show resolved
Hide resolved
|
||
|
||
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 | ||
|
||
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
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.