Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit a189298

Browse files
Move title inside callout per review feedback
Co-Authored-By: Nidhi Singh <[email protected]>
1 parent e07a7df commit a189298

File tree

1 file changed

+3
-3
lines changed
  • pages/price-feeds/use-real-time-data/pull-integration

1 file changed

+3
-3
lines changed

pages/price-feeds/use-real-time-data/pull-integration/evm.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Then add the following line to your `remappings.txt` file:
4646
@pythnetwork/pyth-sdk-solidity/=node_modules/@pythnetwork/pyth-sdk-solidity
4747
```
4848

49-
## Why Update Prices?
50-
5149
<Callout type="warning" emoji="⚠️">
52-
**Pyth uses a pull-based oracle model**. Unlike traditional push oracles that automatically update prices on-chain at regular intervals, Pyth requires users to explicitly update the on-chain price before reading it.
50+
**Why Update Prices?**
51+
52+
**Pyth uses a pull-based oracle model**. Unlike traditional push oracles that automatically update prices on-chain at regular intervals, Pyth requires users to explicitly update the on-chain price before reading it.
5353

5454
This design offers several advantages:
5555

0 commit comments

Comments
 (0)