Before Posting:
β Please select the appropriate product category from the dropdown when creating a topic.
β Use this category only for help topics related Pyth Price Feeds, Hermes, Price Pusher.
β You can remove these instructions when submitting your post.
Check the Pyth Documentation for guides, known issues, and integration examples β your answer might already be there.
I am learning to use the Pyth oracle, but I am currently facing an issue with handling the expo price from Pyth. I only learned from the documentation that this expo is of type i64, which has caused some confusion when scaling the price. For example, when I set the SCALE to 1e10, if EXPO returns a value of -10 or +10, how should I handle it?