We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4506245 commit 0ba334aCopy full SHA for 0ba334a
pages/price-feeds/derive-cross-rate.mdx
@@ -78,8 +78,8 @@ contract ExampleCrossRate {
78
return (ethPerEur, targetExpo);
79
}
80
81
-```
82
+```
83
84
### ⚠️ Things to Keep in Mind
85
@@ -88,7 +88,6 @@ contract ExampleCrossRate {
88
- Confidence intervals are not derived in this function. If needed, you have to derive them manually.
89
- Reverts with `PythErrors.ExponentOverflow{:jsx}` if `targetExponent + expo1 - expo2{:jsx}` is outside the range **[-58, 58]**.
90
91
-
92
## Additional Resources
93
94
You may find these additional resources helpful.
0 commit comments