-
Couldn't load subscription status.
- Fork 39
Chore(price feeds) combine lazer push feeds #915
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
e7025f5
chore(price-feeds) Combine docs
aditya520 6f3a57a
chore(price-feeds) Combine lazer push feeds
aditya520 01e363c
meta.json update
aditya520 ced8534
fix: redirects
alexcambose 5adb917
fix: formatting
alexcambose 537cc1c
fix: formatting again
alexcambose 5673591
fix broken links
aditya520 f4ef2c4
fix
aditya520 393f740
chore(pricefeeds) Fix broken links
aditya520 ed2744e
remove commented redirects
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -1,65 +1,17 @@ | ||
| { | ||
| "documentation-home": { | ||
| "price": { | ||
| "title": "← Documentation Home", | ||
| "href": "/home" | ||
| }, | ||
|
|
||
| "-- Price Feeds": { | ||
| "title": "Price Feeds", | ||
| "type": "separator" | ||
| "index": { | ||
| "title": "Introduction" | ||
| }, | ||
| "index": "Introduction", | ||
| "getting-started": "Getting Started", | ||
|
|
||
| "-- Tutorials": { | ||
| "title": "Tutorials", | ||
| "type": "separator" | ||
| "pro": { | ||
| "title": "Pyth Pro →", | ||
| "href": "/pro" | ||
| }, | ||
|
|
||
| "create-your-first-pyth-app": "Create Your First Pyth App", | ||
|
|
||
| "-- How-to Guides": { | ||
| "title": "How-To Guides", | ||
| "type": "separator" | ||
| }, | ||
|
|
||
| "use-real-time-data": "Use Real-Time Price Data", | ||
| "use-historic-price-data": "Use Historic Price Data", | ||
| "fetch-price-updates": "Fetch Price Updates", | ||
| "schedule-price-updates": "Schedule Price Updates", | ||
| "create-tradingview-charts": "Create TradingView Charts", | ||
| "derive-cross-rate": "Derive Cross Rate", | ||
| "migrate-an-app-to-pyth": "Migrate an App to Pyth", | ||
| "use-pyth-for-morpho": "Use Pyth for Morpho Markets", | ||
| "publish-data": "Publish Data", | ||
| "troubleshoot": "Troubleshoot Errors", | ||
|
|
||
| "-- Reference Material": { | ||
| "title": "Reference Material", | ||
| "type": "separator" | ||
| }, | ||
|
|
||
| "api-reference": "API Reference", | ||
| "price-feeds": "Price Feeds", | ||
| "current-fees": "Current Fees", | ||
| "push-feeds": "Push Feeds", | ||
| "market-hours": "Market Hours", | ||
| "best-practices": "Best Practices", | ||
| "error-codes": "Error Codes", | ||
| "api-instances-and-providers": "API Instances and Providers", | ||
| "contract-addresses": "Contract Addresses", | ||
| "pythnet-reference": "Pythnet Reference", | ||
|
|
||
| "examples": { | ||
| "title": "Example Applications ↗", | ||
| "href": "https://github.com/pyth-network/pyth-examples/tree/main/price_feeds" | ||
| }, | ||
| "-- Understand Pyth": { | ||
| "title": "Understanding Pyth", | ||
| "type": "separator" | ||
| }, | ||
|
|
||
| "pull-updates": "What is a Pull Oracle?", | ||
| "why-update-prices": "Why Update Prices", | ||
| "how-pyth-works": "How Pyth Works" | ||
| "core": { | ||
| "title": "Pyth Core →", | ||
| "href": "/core" | ||
| } | ||
| } |
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,56 @@ | ||
| { | ||
| "index": "Introduction", | ||
| "getting-started": "Getting Started", | ||
|
|
||
| "-- Tutorials": { | ||
| "title": "Tutorials", | ||
| "type": "separator" | ||
| }, | ||
|
|
||
| "create-your-first-pyth-app": "Create Your First Pyth App", | ||
|
|
||
| "-- How-to Guides": { | ||
| "title": "How-To Guides", | ||
| "type": "separator" | ||
| }, | ||
|
|
||
| "use-real-time-data": "Use Real-Time Price Data", | ||
| "use-historic-price-data": "Use Historic Price Data", | ||
| "fetch-price-updates": "Fetch Price Updates", | ||
| "schedule-price-updates": "Schedule Price Updates", | ||
| "create-tradingview-charts": "Create TradingView Charts", | ||
| "derive-cross-rate": "Derive Cross Rate", | ||
| "migrate-an-app-to-pyth": "Migrate an App to Pyth", | ||
| "use-pyth-for-morpho": "Use Pyth for Morpho Markets", | ||
| "publish-data": "Publish Data", | ||
| "troubleshoot": "Troubleshoot Errors", | ||
|
|
||
| "-- Reference Material": { | ||
| "title": "Reference Material", | ||
| "type": "separator" | ||
| }, | ||
|
|
||
| "api-reference": "API Reference", | ||
| "price-feeds": "Price Feeds", | ||
| "current-fees": "Current Fees", | ||
| "push-feeds": "Push Feeds", | ||
| "market-hours": "Market Hours", | ||
| "best-practices": "Best Practices", | ||
| "error-codes": "Error Codes", | ||
| "api-instances-and-providers": "API Instances and Providers", | ||
| "contract-addresses": "Contract Addresses", | ||
| "pythnet-reference": "Pythnet Reference", | ||
|
|
||
| "examples": { | ||
| "title": "Example Applications ↗", | ||
| "href": "https://github.com/pyth-network/pyth-examples/tree/main/price_feeds" | ||
| }, | ||
| "-- Understand Pyth": { | ||
| "title": "Understanding Pyth", | ||
| "type": "separator" | ||
| }, | ||
|
|
||
| "pull-updates": "What is a Pull Oracle?", | ||
| "why-update-prices": "Why Update Prices", | ||
| "how-pyth-works": "How Pyth Works" | ||
| } |
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.
2 changes: 1 addition & 1 deletion
2
.../price-feeds/contract-addresses/aptos.mdx → ...e-feeds/core/contract-addresses/aptos.mdx
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
pages/price-feeds/contract-addresses/evm.mdx → ...ice-feeds/core/contract-addresses/evm.mdx
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
2 changes: 1 addition & 1 deletion
2
...s/price-feeds/contract-addresses/fuel.mdx → ...ce-feeds/core/contract-addresses/fuel.mdx
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ice-feeds/contract-addresses/movement.mdx → ...eeds/core/contract-addresses/movement.mdx
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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...price-feeds/contract-addresses/solana.mdx → ...-feeds/core/contract-addresses/solana.mdx
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
2 changes: 1 addition & 1 deletion
2
...ice-feeds/contract-addresses/starknet.mdx → ...eeds/core/contract-addresses/starknet.mdx
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
pages/price-feeds/contract-addresses/ton.mdx → ...ice-feeds/core/contract-addresses/ton.mdx
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
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
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.
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.