Description
On the Ton blockchain, each message using the OP_PARSE_PRICE_FEED_UPDATES operation incurs a gas cost of approximately 0.11 Ton (~$0.7 per message) just to verify the payload from PYTH. This cost seems quite high, especially when handling multiple messages.
Question
- Is there a way to optimize or reduce the gas cost for this operation?
- Are there recommended practices or configurations to achieve better efficiency in this scenario?