You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: