Skip to content

Commit e50c60c

Browse files
committed
feat(dev-hub) Pyth Core migration last few pages
1 parent 1dddeb9 commit e50c60c

File tree

33 files changed

+592
-87
lines changed

33 files changed

+592
-87
lines changed

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
}

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ slug: /price-feeds/core/contract-addresses
77
The following sections list the addresses of deployed Pyth Price Feed contracts across blockchains.
88
The contracts are split by ecosystem into several different documents:
99

10-
- [EVM](./contract-addresses/evm)
11-
- [Solana/SVM](./contract-addresses/solana)
12-
- [Aptos](./contract-addresses/aptos)
13-
- [Sui](./contract-addresses/sui)
14-
- [IOTA](./contract-addresses/iota)
15-
- [Movement](./contract-addresses/movement)
16-
- [TON](./contract-addresses/ton)
17-
- [Fuel](./contract-addresses/fuel)
18-
- [CosmWasm](./contract-addresses/cosmwasm)
19-
- [NEAR](./contract-addresses/near)
20-
- [Starknet](./contract-addresses/starknet)
21-
- [Pythnet](./contract-addresses/pythnet)
10+
- [EVM](/price-feeds/core/contract-addresses/evm)
11+
- [Solana/SVM](/price-feeds/core/contract-addresses/solana)
12+
- [Aptos](/price-feeds/core/contract-addresses/aptos)
13+
- [Sui](/price-feeds/core/contract-addresses/sui)
14+
- [IOTA](/price-feeds/core/contract-addresses/iota)
15+
- [Movement](/price-feeds/core/contract-addresses/movement)
16+
- [TON](/price-feeds/core/contract-addresses/ton)
17+
- [Fuel](/price-feeds/core/contract-addresses/fuel)
18+
- [CosmWasm](/price-feeds/core/contract-addresses/cosmwasm)
19+
- [NEAR](/price-feeds/core/contract-addresses/near)
20+
- [Starknet](/price-feeds/core/contract-addresses/starknet)
21+
- [Pythnet](/price-feeds/core/contract-addresses/pythnet)
2222

2323
Please see the relevant ecosystem document to find the Pyth contract address on your blockchain of choice.

apps/developer-hub/content/docs/price-feeds/core/contract-addresses/iota.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 IOTA
3-
description: Find Pyth price feed contract addresses on IOTA networks
2+
title: on IOTA
3+
description: List of Pyth price feed contract addresses on IOTA networks
44
slug: /price-feeds/core/contract-addresses/iota
55
---
66

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"pages": [
3-
"[EVM](./evm)",
4-
"[Solana / SVM](./solana)",
5-
"[Aptos](./aptos)",
6-
"[Sui](./sui)",
7-
"[IOTA](./iota)",
8-
"[Movement](./movement)",
9-
"[TON](./ton)",
10-
"[Fuel](./fuel)",
11-
"[CosmWasm](./cosmwasm)",
12-
"[NEAR](./near)",
13-
"[Starknet](./starknet)",
14-
"[Pythnet](./pythnet)"
3+
"evm",
4+
"solana",
5+
"aptos",
6+
"sui",
7+
"iota",
8+
"movement",
9+
"ton",
10+
"fuel",
11+
"cosmwasm",
12+
"near",
13+
"starknet",
14+
"pythnet"
1515
]
1616
}

apps/developer-hub/content/docs/price-feeds/core/contract-addresses/movement.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 Movement
3-
description: Find Pyth price feed contract addresses on Movement networks
2+
title: on Movement
3+
description: List of Pyth price feed contract addresses on Movement networks
44
slug: /price-feeds/core/contract-addresses/movement
55
---
66

0 commit comments

Comments
 (0)