Skip to content

Commit 1f13ad7

Browse files
committed
fix: more info boxes
1 parent a2127b4 commit 1f13ad7

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

apps/developer-hub/content/docs/pyth-core/contract-addresses/pythnet.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ index: false
1010

1111
# Price Feed Program Addresses on Pythnet
1212

13-
{
1413
<InfoBox variant="warning">
15-
**Important:** The addresses on this page are for the Pythnet network itself,
14+
<div>**Important:** The addresses on this page are for the Pythnet network itself,
1615
which is used to construct and deliver Pyth prices to other blockchains. If
1716
you are building an application on EVM, Solana, SVM, or another chain, you
1817
should use the Pyth program deployed on your target chain instead. Please
1918
refer to the [Contract Addresses](/price-feeds/contract-addresses) page and
20-
select your specific blockchain environment.
19+
select your specific blockchain environment.</div>
2120
</InfoBox>
22-
}
2321

2422
The following table contains the addresses of the programs deployed on Pythnet that operate together to construct Pyth prices and deliver them to other blockchains:
2523

apps/developer-hub/content/docs/pyth-core/use-real-time-data/off-chain.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ index: false
1212

1313
This guide explains how to fetch the latest prices and subscribe to real-time price updates in off-chain applications.
1414

15-
{
15+
1616
<InfoBox variant="info">
17-
[`price-service-sdk`](https://github.com/pyth-network/pyth-crosschain/tree/main/price_service/client/js) was is deprecated and replaced by the [`hermes-client`](https://github.com/pyth-network/pyth-crosschain/tree/main/apps/hermes/client/js).
18-
It can be used for fetching prices for off-chain applications as well as fetching price updates.
17+
<div>[`price-service-sdk`](https://github.com/pyth-network/pyth-crosschain/tree/main/price_service/client/js) was is deprecated and replaced by the [`hermes-client`](https://github.com/pyth-network/pyth-crosschain/tree/main/apps/hermes/client/js).
18+
It can be used for fetching prices for off-chain applications as well as fetching price updates.</div>
1919

20-
Please refer to the [fetch-price-updates](../fetch-price-updates) guide for the details.
20+
<div>Please refer to the [fetch-price-updates](../fetch-price-updates) guide for the details.</div>
2121
</InfoBox>
22-
}

0 commit comments

Comments
 (0)