Skip to content

Commit a2c2ace

Browse files
authored
Chore(benchmark) remove (#808)
* ic * chore(benchmarks) Move the initial guide to price feeds * pre-commiyt * added trading-view guide
1 parent ae4e7db commit a2c2ace

File tree

12 files changed

+119
-86
lines changed

12 files changed

+119
-86
lines changed

pages/_meta.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"type": "page"
1515
},
1616

17-
"benchmarks": {
18-
"title": "Benchmarks",
19-
"type": "page"
20-
},
21-
2217
"express-relay": {
2318
"title": "Express Relay",
2419
"type": "page"

pages/benchmarks/_meta.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

pages/benchmarks/index.mdx

Lines changed: 0 additions & 38 deletions
This file was deleted.

pages/home/_meta.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"href": "/lazer"
1717
},
1818

19-
"Benchmarks": {
20-
"title": "Benchmarks →",
21-
"href": "/benchmarks"
22-
},
23-
2419
"Express Relay": {
2520
"title": "Express Relay →",
2621
"href": "/express-relay"

pages/home/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ Pyth's market data is contributed by over [120+ first-party publishers](https://
66

77
Pyth Network offers several products for developers:
88

9-
- [Price Feeds](../price-feeds) provide real-time prices for [1500+ assets](https://insights.pyth.network/price-feeds?utm_source=docs) on [100+ blockchain ecosystems](../price-feeds/contract-addresses), including Solana, many EVM chains,
9+
- [Price Feeds](../price-feeds) provide **real-time and historical prices** for [2000+ assets](https://insights.pyth.network/price-feeds?utm_source=docs) on [100+ blockchain ecosystems](../price-feeds/contract-addresses), including Solana, many EVM chains,
1010
Aptos, Sui, NEAR, and several Cosmos chains.
1111
- [Lazer](../lazer) provides low-latency, highly customizable price feeds on Solana and EVM chains.
12-
- [Benchmarks](../benchmarks) provides historical Pyth prices for both on- and off-chain use.
1312
- [Express Relay](../express-relay/) enables protocols to eliminate their MEV while gaining access to active searchers and liquidators.
1413
- [Entropy](../entropy) allows developers to generate secure random numbers on the blockchain.
1514

pages/price-feeds/_meta.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
},
2525

2626
"use-real-time-data": "Use Real-Time Price Data",
27+
"use-historic-price-data": "Use Historic Price Data",
2728
"fetch-price-updates": "Fetch Price Updates",
2829
"schedule-price-updates": "Schedule Price Updates",
30+
"create-tradingview-charts": "Create TradingView Charts",
2931
"derive-cross-rate": "Derive Cross Rate",
3032
"migrate-an-app-to-pyth": "Migrate an App to Pyth",
3133
"use-pyth-for-morpho": "Use Pyth for Morpho Markets",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"hermes": "Hermes",
3+
"benchmarks": "Benchmarks / Historical Prices",
34
"pythnet-rpc": "Pythnet RPC"
45
}
File renamed without changes.

pages/price-feeds/api-reference.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ The following on-chain contracts are documented in the API reference:
1111
Hermes also has interactive API documentation hosted by the service itself:
1212

1313
- [Hermes](https://hermes.pyth.network/docs/)
14+
- [Benchmarks / Historical Prices](https://benchmarks.pyth.network/docs)

pages/benchmarks/how-to-create-tradingview-charts.mdx renamed to pages/price-feeds/create-tradingview-charts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Tab, Tabs } from "nextra-theme-docs";
22

3-
# TradingView Integration
3+
# How to Create TradingView Charts
44

55
The TradingView integration allows users to view Pyth prices on their own website. All Pyth prices made available through the TradingView integration are originating from [Pythnet](/price-feeds/how-pyth-works/pythnet).
66

0 commit comments

Comments
 (0)