Skip to content

Commit b1f284b

Browse files
committed
chore(price-feeds) Requested changes
1 parent 00e1d7f commit b1f284b

29 files changed

+69
-54
lines changed

next.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ const permanentRedirectArray = [
122122
["/benchmarks/api-instances", "/price-feeds/api-reference/"],
123123
["/benchmarks/rate-limits", "/price-feeds/rate-limits/"],
124124

125-
["/price-feeds/sponsored-feeds", "/price-feeds/pushed-feeds"],
125+
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
126126

127127
[
128-
"/price-feeds/use-real-time-data/:path*",
129-
"/price-feeds/use-real-time-data/pull-integration/:path*",
128+
"/price-feeds/use-real-time-data/:path((?!pull-integration(?:/|$)).*)",
129+
"/price-feeds/use-real-time-data/pull-integration/:path",
130130
],
131131
];
132132

pages/price-feeds/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"api-reference": "API Reference",
4343
"price-feeds": "Price Feeds",
4444
"current-fees": "Current Fees",
45-
"pushed-feeds": "Push Feeds",
45+
"push-feeds": "Push Feeds",
4646
"market-hours": "Market Hours",
4747
"best-practices": "Best Practices",
4848
"error-codes": "Error Codes",

pages/price-feeds/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
124124
</p>
125125
<div className="ml-5">
126126
<a
127-
href="./price-feeds/pushed-feeds"
127+
href="./price-feeds/push-feeds"
128128
className="inline-flex items-center gap-2 bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md transition-colors text-sm font-medium"
129129
>
130130
Get Started with Push Integration
@@ -188,7 +188,7 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
188188
<Card
189189
icon={<LightningIcon />}
190190
title="Push Feeds"
191-
href="./price-feeds/pushed-feeds"
191+
href="./price-feeds/push-feeds"
192192
/>
193193
<Card
194194
icon={<CodeIcon />}

pages/price-feeds/pushed-feeds.mdx renamed to pages/price-feeds/push-feeds.mdx

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,29 @@ Applications can depend on receiving updates for these feeds, without having to
88

99
The feeds can vary by network. Please see the relevant section below for the network of interest.
1010

11-
- [EVM](pushed-feeds/evm)
12-
- [Solana](pushed-feeds/solana)
13-
- [Fogo](pushed-feeds/fogo)
14-
- [Aptos](pushed-feeds/aptos)
15-
- [Sui](pushed-feeds/sui)
16-
- [Movement](pushed-feeds/movement)
17-
18-
<Callout type="info" emoji="ℹ️">
19-
Push feeds are subject to change with prior notice. Please refer to the [dev
20-
forum](https://dev-forum.pyth.network/c/announcements/6) for the latest
21-
updates.
11+
- [EVM](push-feeds/evm)
12+
- [Solana](push-feeds/solana)
13+
- [Fogo](push-feeds/fogo)
14+
- [Aptos](push-feeds/aptos)
15+
- [Movement](push-feeds/movement)
16+
- [Sui](push-feeds/sui)
17+
18+
<Callout type="default" emoji="ℹ️">
19+
Deviation thresholds can be customized to fit builders' needs, and additional
20+
feeds can be requested for this list. If you need custom thresholds or would
21+
like to see additional feeds, please fill in this [form](https://tally.so/r/nGz2jj)
22+
to signal your interest.
2223
</Callout>
2324

2425
<Callout type="info" emoji="ℹ️">
25-
Deviation thresholds can be customized to fit builders' needs. For thresholds
26-
lower than those offered by our Push feeds, please reach out.
26+
Push feeds are subject to change with prior notice. Please refer to the [dev-
27+
forum](https://dev-forum.pyth.network/c/announcements/6) for the latest changes.
2728
</Callout>
2829

2930
<Callout type="info" emoji="⚠️">
3031
DISCLAIMER: While the Pyth Data Association strives to deliver timely updates,
31-
these Push feeds may occasionally experience delays in updates caused by chain
32+
these push feeds may occasionally experience delays in updates caused by chain
3233
halts, gas estimations and other issues. Applications are advised to run their
3334
own scheduler. Find out how you can run your own scheduler
3435
[here](/price-feeds/schedule-price-updates/using-scheduler).
3536
</Callout>
36-
37-
If you would like to see additional feeds on this list, please fill in this [form](https://tally.so/r/nGz2jj) to signal your interest.
File renamed without changes.

pages/price-feeds/pushed-feeds/aptos.mdx renamed to pages/price-feeds/push-feeds/aptos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Callout } from "nextra/components";
22

33
import { SponsoredFeedsTable } from "../../../components/SponsoredFeedsTableWithData";
4-
import aptosMainnet from "../pushed-feeds/data/aptos/aptos_mainnet.json";
4+
import aptosMainnet from "../push-feeds/data/aptos/aptos_mainnet.json";
55

66
# Push Feeds on Aptos
77

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)