Skip to content

Commit 7a99d34

Browse files
authored
Update README.md
1 parent 76ab541 commit 7a99d34

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyth-sdk-solana/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ Pyth Network stores its price feeds in a collection of Solana accounts of variou
3737
* Product accounts store metadata about a product, such as its symbol (e.g., "BTC/USD").
3838
* Mapping accounts store a listing of all Pyth accounts
3939

40-
| :zap: This structure is designed for Pyth Oracle internal program. In most of the use cases only Price account is needed. |
41-
|------------------------------------------------------------------------------------------------------------------------------------|
40+
> :warning: This structure is designed for Pyth Oracle internal program. In most of the use cases only Price account is needed.
4241
4342

4443
For more information on the different types of Pyth accounts, see the [account structure documentation](https://docs.pyth.network/how-pyth-works/account-structure).
@@ -117,9 +116,7 @@ This function additionally propagates any uncertainty in the price into uncertai
117116

118117
### Solana Account Structure
119118

120-
| :zap: the Solana account structure is an internal API that is subject to change. Prefer to use `load_price` when possible. |
121-
|-------------------------------------------------------------------------------------------------------------------------------------|
122-
119+
> :warning: the Solana account structure is an internal API that is subject to change. Prefer to use `load_price` when possible.
123120
124121
This library also provides several `load_*` methods that allow users to translate the binary data in each account into an appropriate struct:
125122

0 commit comments

Comments
 (0)