Skip to content

Add Examples repo reference to docs #275

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 2 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pages/price-feeds/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@
"error-codes": "Error Codes",
"api-instances-and-providers": "API Instances and Providers",
"contract-addresses": "Contract Addresses",
"examples": "Example Applications",
"pythnet-reference": "Pythnet Reference",

"examples": {
"title": "Examples Application ↗",
"href": "https://github.com/pyth-network/pyth-examples/tree/main/price_feeds"
},
"-- Understand Pyth": {
"title": "Understanding Pyth",
"type": "separator"
Expand Down
4 changes: 0 additions & 4 deletions pages/price-feeds/examples.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions pages/price-feeds/examples/_meta.json

This file was deleted.

2 changes: 2 additions & 0 deletions pages/price-feeds/migrate-an-app-to-pyth/chainlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ contract PythAggregatorV3Deployment is Script {

```

Please see the [Chainlink Migration Example](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/evm/chainlink_migration) for a runnable version of the example above.

## Schedule Updates

Chainlink-compatible applications typically expect on-chain price feeds to update on a schedule.
Expand Down
Loading