Skip to content

Commit ea8794c

Browse files
Apply prettier formatting to EVM guide callout
Co-Authored-By: Nidhi Singh <[email protected]>
1 parent 6c55202 commit ea8794c

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
@@ -49,9 +49,9 @@ Then add the following line to your `remappings.txt` file:
4949
<Callout type="warning" emoji="⚠️">
5050
**Important**: Pyth uses a pull oracle model that requires users to update
5151
prices on-chain before reading them. If you don't update the price or if the
52-
on-chain price becomes too stale, calls to `getPriceNoOlderThan()` will
53-
revert with a `StalePrice` error (0x19abf40e). Learn more about [why you need
54-
to update prices](../../why-update-prices) and see [how to fetch price
52+
on-chain price becomes too stale, calls to `getPriceNoOlderThan()` will revert
53+
with a `StalePrice` error (0x19abf40e). Learn more about [why you need to
54+
update prices](../../why-update-prices) and see [how to fetch price
5555
updates](../../fetch-price-updates) for implementation details.
5656
</Callout>
5757

0 commit comments

Comments
 (0)