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
There's a documentation inconsistency regarding the message bounce flag in the Pyth TON integration.
Details:
The FunC contract uses the 0x18 flag for bounceable messages, but the documentation and examples incorrectly comment this as non-bounceable (see here, here, here). This leads to confusion for developers implementing Pyth on TON, as they might misunderstand the actual behavior of their messages.
This source can be used as a source of truth for the flags.