Skip to content

Commit ced1cf3

Browse files
committed
ci: fmt
1 parent d125ed4 commit ced1cf3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pages/price-feeds/use-real-time-data/solana.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,10 @@ You may find these additional resources helpful for developing your Solana appli
368368
### Example Application
369369

370370
See an end-to-end example of using Pyth Network prices in the [SendUSD Solana Demo App](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/solana/send_usd). The app allows users to send a USD-denominated amount of SOL using either spot prices or TWAP prices.
371-
It demonstrates how to fetch price data from Hermes from a frontend, post it to the Solana blockchain, and consume it from a smart contract. The example includes:
371+
It demonstrates how to fetch price data from Hermes from a frontend, post it to the Solana blockchain, and consume it from a smart contract.
372+
373+
The example includes:
372374

373375
- A React frontend for interacting with the contract
374376
- Solana programs that consumes spot price updates (Price Update Accounts) and time-averaged price updates (TWAP Accounts)
375377
- Complete transaction building for posting and consuming price data
376-
377-
The example allows users to send a USD-denominated amount of SOL using either spot prices or TWAP prices.
378-

0 commit comments

Comments
 (0)