Skip to content

Commit 35816c5

Browse files
authored
Merge pull request #3188 from pyth-network/feat(dev-hub)-move-price-feed-core-pages
Feat(dev hub) move price feed core pages
2 parents 29c387a + 4b5a6b1 commit 35816c5

File tree

107 files changed

+6432
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+6432
-198
lines changed

apps/developer-hub/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ build/
1111
node_modules/
1212
package.json
1313
tsconfig*.json
14+
content/docs/price-feeds/core/use-real-time-data/pull-integration/ton.mdx

apps/developer-hub/content/docs/price-feeds/core/api-instances-and-providers/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ slug: /price-feeds/core/api-instances-and-providers
77
This documentation explains how to get access to API instances and providers for Pyth Price Feeds.
88
See the following guides to learn more about how to access each service:
99

10-
- [Hermes](api-instances-and-providers/hermes.mdx)
11-
- [Pythnet RPC](api-instances-and-providers/pythnet-rpc.mdx)
12-
- [Benchmarks/Historical Price](api-instances-and-providers/benchmarks.mdx)
10+
- [Hermes](/price-feeds/core/api-instances-and-providers/hermes)
11+
- [Pythnet RPC](/price-feeds/core/api-instances-and-providers/pythnet-rpc)
12+
- [Benchmarks/Historical Price](/price-feeds/core/api-instances-and-providers/benchmarks)
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"pages": [
3-
"[Hermes](./hermes)",
4-
"[Benchmarks / Historical Prices](./benchmarks)",
5-
"[Pythnet RPC](./pythnet-rpc)"
6-
]
2+
"pages": ["hermes", "benchmarks", "pythnet-rpc"]
73
}
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pages": [
3-
"[EVM \u2197](https://api-reference.pyth.network/price-feeds/evm/getPriceNoOlderThan)",
4-
"[Hermes \u2197](https://hermes.pyth.network/docs/)"
3+
"[EVM](https://api-reference.pyth.network/price-feeds/evm/getPriceNoOlderThan)",
4+
"[Hermes](https://hermes.pyth.network/docs/)"
55
]
66
}

apps/developer-hub/content/docs/price-feeds/core/best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This ability is functionally equivalent to latency: it allows users to see the p
4646

4747
The simplest way to guard against this attack vector is to incorporate a **staleness check** to ensure that the price used in a transaction is sufficiently recent.
4848

49-
The Pyth SDK provides the [`getPriceNoOlderThan()`](https://api-reference.pyth.network/price-feeds/evm/getPriceNoOlderThan) method to help users guard against this attack vector. This method returns the most recent price update that is not older than a specified threshold.
49+
The Pyth SDK provides the [getPriceNoOlderThan()](https://api-reference.pyth.network/price-feeds/evm/getPriceNoOlderThan) method to help users guard against this attack vector. This method returns the most recent price update that is not older than a specified threshold.
5050
Highly latency-sensitive protocols may wish to reduce the threshold to a few seconds to better suit their needs.
5151
Please also see the section below on [latency mitigations](#latency) for additional ideas on how latency-sensitive protocols can minimize the impact of oracle latency.
5252

apps/developer-hub/content/docs/price-feeds/core/contract-addresses/aptos.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Price Feed Contract Addresses on Aptos
3-
description: Find Pyth price feed contract addresses on Aptos networks
2+
title: on Aptos
3+
description: List of Pyth price feed contract addresses on Aptos networks
44
slug: /price-feeds/core/contract-addresses/aptos
55
---
66

apps/developer-hub/content/docs/price-feeds/core/contract-addresses/cosmwasm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Price Feed Contract Addresses on CosmWasm Networks
3-
description: Find Pyth price feed contract addresses across CosmWasm ecosystems
2+
title: on CosmWasm
3+
description: List of Pyth price feed contract addresses on CosmWasm networks
44
slug: /price-feeds/core/contract-addresses/cosmwasm
55
---
66

apps/developer-hub/content/docs/price-feeds/core/contract-addresses/evm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Price Feed Contract Addresses on EVM Networks
3-
description: Find Pyth price feed contract addresses on supported EVM mainnets and testnets
2+
title: on EVM Networks
3+
description: List of Pyth price feed contract addresses on supported EVM mainnets and testnets
44
slug: /price-feeds/core/contract-addresses/evm
55
---
66

apps/developer-hub/content/docs/price-feeds/core/contract-addresses/fuel.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Price Feed Contract Addresses on Fuel
3-
description: Find Pyth price feed contract addresses on Fuel mainnet and testnet
2+
title: on Fuel
3+
description: List of Pyth price feed contract addresses on Fuel mainnet and testnet
44
slug: /price-feeds/core/contract-addresses/fuel
55
---
66

0 commit comments

Comments
 (0)