File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pages/price-feeds/use-real-time-data/pull-integration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments