From f1aab53b70ef5bd7bbc107247ab3198719da8751 Mon Sep 17 00:00:00 2001 From: Simka <0xsimka@gmail.com> Date: Mon, 2 Dec 2024 18:30:00 +0300 Subject: [PATCH 1/2] Fix grammatical inconsistency in index.mdx --- pages/benchmarks/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/benchmarks/index.mdx b/pages/benchmarks/index.mdx index ae340d55..39fefe96 100644 --- a/pages/benchmarks/index.mdx +++ b/pages/benchmarks/index.mdx @@ -1,6 +1,6 @@ # Benchmarks -Pyth benchmarks allows users to query a historical archive of prices from [Price Feeds](price-feeds). +Pyth benchmarks allow users to query a historical archive of prices from [Price Feeds](price-feeds). For example, applications can retrieve the price of BTC/USD as of last Friday at 8:00 AM UTC. This price can be used for contract settlement or any other application that requires historical price data. Benchmarks data is signed and verifiable on-chain with the same trust assumptions as Price Feeds. From ee0d31a753e0c215216326c13c6ef5ae74e29d2f Mon Sep 17 00:00:00 2001 From: guibescos <59208140+guibescos@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:55:28 +0000 Subject: [PATCH 2/2] Update pages/benchmarks/index.mdx --- pages/benchmarks/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/benchmarks/index.mdx b/pages/benchmarks/index.mdx index 39fefe96..b4a2883e 100644 --- a/pages/benchmarks/index.mdx +++ b/pages/benchmarks/index.mdx @@ -1,6 +1,6 @@ # Benchmarks -Pyth benchmarks allow users to query a historical archive of prices from [Price Feeds](price-feeds). +Pyth Benchmarks allows users to query a historical archive of prices from [Price Feeds](price-feeds). For example, applications can retrieve the price of BTC/USD as of last Friday at 8:00 AM UTC. This price can be used for contract settlement or any other application that requires historical price data. Benchmarks data is signed and verifiable on-chain with the same trust assumptions as Price Feeds.