Commit ac2f3d1
Add 'Why Update Prices' section to EVM Pull Integration guide (#908)
* Add callout explaining why price updates are needed in Pull integration
- Added a warning callout before the 'Write Contract Code' section
- Explains the pull-based oracle model concept
- Highlights advantages: lower costs, lower latency, flexibility
- Details the three steps required in Pull integration
- Warns about StalePrice error when prices aren't updated
Co-Authored-By: Nidhi Singh <[email protected]>
* Fix formatting (prettier and trailing whitespace)
Co-Authored-By: Nidhi Singh <[email protected]>
* Move title inside callout per review feedback
Co-Authored-By: Nidhi Singh <[email protected]>
* Restructure to have section heading with Important note in callout
Per feedback from @nidhi-singh02:
- Added 'Why Update Prices' as a section heading
- Moved explanatory content outside the callout
- Kept only the Important note about StalePrice errors in the callout
Co-Authored-By: Nidhi Singh <[email protected]>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Nidhi Singh <[email protected]>1 parent 4cd2638 commit ac2f3d1
File tree
1 file changed
+23
-0
lines changed- pages/price-feeds/use-real-time-data/pull-integration
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
49 | 72 | | |
50 | 73 | | |
51 | 74 | | |
| |||
0 commit comments