Skip to content

Commit 33efc46

Browse files
committed
chore(dev-hub) Replace callouts
1 parent 3a14215 commit 33efc46

File tree

28 files changed

+56
-62
lines changed

28 files changed

+56
-62
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Callout } from "nextra/components";
1+
22

33
# Hermes
44

@@ -15,7 +15,7 @@ Network:
1515

1616
URL: https://hermes.pyth.network
1717

18-
<Callout type="info" emoji="⚠️">
18+
<Callout type="info">
1919
For developers building on **Aptos testnet**, **Sui testnet** or **Near testnet**, please use the Hermes Beta endpoint:
2020

2121
URL: https://hermes-beta.pyth.network

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ icon: "code"
66

77
# Price Feed Program Addresses on Pythnet
88

9-
import { Callout } from "nextra/components";
109

11-
<Callout type="warning" emoji="⚠️">
10+
<Callout type="warning">
1211
**Important:** The addresses on this page are for the Pythnet network itself,
1312
which is used to construct and deliver Pyth prices to other blockchains. If
1413
you are building an application on EVM, Solana, SVM, or another chain, you

apps/developer-hub/content/docs/price-feeds/create-your-first-pyth-app/evm/part-2.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Deploy your Pyth price feed contract to OP Sepolia testnet and int
44
icon: "rocket"
55
---
66

7-
import { Callout } from "nextra/components";
87

98
# Deploy your Pyth App
109

@@ -16,7 +15,7 @@ This part of the tutorial will conver the following:
1615
- Interact with the contract from the command line.
1716
- Update and fetch the price from the contract using [hermes-client](https://github.com/pyth-network/pyth-crosschain/tree/main/apps/hermes/client/js).
1817

19-
<Callout type="info" emoji="ℹ️">
18+
<Callout type="info">
2019
This tutorial is continuation of the [Part 1: Create a Contract](./part-1). If
2120
you haven't completed that part yet, please do so before continuing.
2221
</Callout>

apps/developer-hub/content/docs/price-feeds/create-your-first-pyth-app/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Complete tutorial for building smart contract applications using Py
44
icon: Rocket
55
---
66

7-
import { Callout } from "nextra/components";
7+
88

99
# Create your first Pyth app
1010

1111
This tutorial walks through creating a complete application that uses Pyth Price feeds.
1212
The application includes a smart contract and an off-chain code invoking the contract.
1313

14-
<Callout type="info" emoji="ℹ️">
14+
<Callout type="info">
1515
The tutorial is an in-depth walkthrough of contract development; more
1616
experienced developers may want to refer to [Use Real-time Price
1717
Data](./use-real-time-data) for a more concise version.

apps/developer-hub/content/docs/price-feeds/current-fees.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Fee structure for price feed updates across different blockchain ne
44
icon: CurrencyDollar
55
---
66

7-
import { Callout } from "nextra/components";
7+
88

99
# Current Fees
1010

1111
The following tables shows the total fees payable when updating a price feed.
1212
Please note the fees shown below is the amount paid in `msg.value` per price feed update.
1313

14-
<Callout type="info" emoji="💡">
14+
<Callout type="info">
1515
**Note**: The default fee of all chains **not** mentioned below is **1(one)**
1616
unit of the smallest denomination of the blockchain's native token (e.g., **1
1717
wei on Ethereum**).

apps/developer-hub/content/docs/price-feeds/derive-cross-rate.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Learn how to combine two price feeds to create synthetic cross rat
44
icon: "arrows-cross"
55
---
66

7-
import { Callout } from "nextra/components";
87
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
98

109
# Derive Cross Rate

apps/developer-hub/content/docs/price-feeds/fetch-price-updates.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Complete guide to fetching price updates via REST API, streaming, a
44
icon: ArrowsClockwise
55
---
66

7-
import { Callout } from "nextra/components";
7+
88

99
# How To Fetch Price Updates
1010

@@ -19,7 +19,7 @@ provides three different ways to fetch price updates:
1919
1. [Streaming](#streaming)
2020
1. [SDK](#sdk)
2121

22-
<Callout emoji="ℹ️">
22+
<Callout>
2323
Fetching a price from Hermes requires a price feed ID. This ID serves as a
2424
unique identifier for each price feed (e.g., BTC/USD). The complete list of
2525
Pyth price feed IDs is available at

apps/developer-hub/content/docs/price-feeds/price-feeds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ full: true
66
---
77

88
import { PriceFeedIds } from "../../components/PriceFeedIds";
9-
import { Callout } from "nextra/components";
9+
1010

1111
# Price Feeds
1212

apps/developer-hub/content/docs/price-feeds/push-feeds.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Explore Pyth's push feeds that automatically update price data acr
44
icon: "arrow-circle-up"
55
---
66

7-
import { Callout } from "nextra/components";
87

98
# Push Feeds
109

@@ -21,20 +20,20 @@ The feeds can vary by network. Please see the relevant section below for the net
2120
- [Movement](push-feeds/movement)
2221
- [Sui](push-feeds/sui)
2322

24-
<Callout type="default" emoji="ℹ️">
23+
<Callout type="default">
2524
Deviation thresholds can be customized to fit builders' needs, and additional
2625
feeds can be requested for this list. If you need custom thresholds or would
2726
like to see additional feeds, please fill in this
2827
[form](https://tally.so/r/nGz2jj) to signal your interest.
2928
</Callout>
3029

31-
<Callout type="info" emoji="ℹ️">
30+
<Callout type="info">
3231
Push feeds are subject to change with prior notice. Please refer to the [dev-
3332
forum](https://dev-forum.pyth.network/c/announcements/6) for the latest
3433
changes.
3534
</Callout>
3635

37-
<Callout type="info" emoji="⚠️">
36+
<Callout type="info">
3837
DISCLAIMER: While the Pyth Data Association strives to deliver timely updates,
3938
these push feeds may occasionally experience delays in updates caused by chain
4039
halts, gas estimations and other issues. Applications are advised to run their

apps/developer-hub/content/docs/price-feeds/push-feeds/aptos.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Callout } from "nextra/components";
1+
22

33
import { SponsoredFeedsTable } from "../../../components/SponsoredFeedsTableWithData";
44
import aptosMainnet from "../push-feeds/data/aptos/aptos_mainnet.json";
@@ -7,7 +7,7 @@ import aptosMainnet from "../push-feeds/data/aptos/aptos_mainnet.json";
77

88
## Aptos Mainnet
99

10-
<Callout type="info" emoji="ℹ️">
10+
<Callout type="info">
1111
If you would like to see additional feeds on this list, please fill in this
1212
[form](https://tally.so/r/nGz2jj) to signal your interest.
1313
</Callout>

0 commit comments

Comments
 (0)