diff --git a/pages/price-feeds/_meta.json b/pages/price-feeds/_meta.json index 66df02c5..6906f4cf 100644 --- a/pages/price-feeds/_meta.json +++ b/pages/price-feeds/_meta.json @@ -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" diff --git a/pages/price-feeds/examples.mdx b/pages/price-feeds/examples.mdx deleted file mode 100644 index 7c909341..00000000 --- a/pages/price-feeds/examples.mdx +++ /dev/null @@ -1,4 +0,0 @@ -# Example Applications - -[Oracle Swap](https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/ethereum/examples/oracle_swap) is an end-to-end example application that uses Pyth Network price feeds. -This application is an AMM that allows users to swap two assets at the Pyth-provided exchange rate. The example contains both the contract and a frontend to interact with it. diff --git a/pages/price-feeds/examples/_meta.json b/pages/price-feeds/examples/_meta.json deleted file mode 100644 index 243c063b..00000000 --- a/pages/price-feeds/examples/_meta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "oracle-swap": { - "title": "Oracle Swap (EVM) ↗", - "href": "https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/ethereum/examples/oracle_swap" - } -} diff --git a/pages/price-feeds/migrate-an-app-to-pyth/chainlink.md b/pages/price-feeds/migrate-an-app-to-pyth/chainlink.md index cd84d42a..504bfd2f 100644 --- a/pages/price-feeds/migrate-an-app-to-pyth/chainlink.md +++ b/pages/price-feeds/migrate-an-app-to-pyth/chainlink.md @@ -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.