Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit ce855c0

Browse files
committed
minor fix
Signed-off-by: master_jedy <[email protected]>
1 parent 16ed2bf commit ce855c0

File tree

1 file changed

+4
-2
lines changed
  • pages/price-feeds/use-real-time-data

1 file changed

+4
-2
lines changed

pages/price-feeds/use-real-time-data/ton.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,10 @@ In this pattern, your contract first receives the Pyth data, then forwards it to
137137
This approach is useful when you want to transfer jettons to your contract while also providing price data.
138138
*Note: This diagram is simplified. In reality, the "Jetton Wallet" step consists of a sequence of transactions: User's jetton wallet → EVAA jetton wallet → EVAA master. These internal details are omitted here to highlight the main flow and the interaction with Pyth.*
139139

140-
They both are demonstrated in the [Pyth Connector example](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/ton/pyth-connector).
141-
These same patterns are also used in the [EVAA Protocol code](https://github.com/evaafi/contracts/tree/v8).
140+
They both are demonstrated in the [Pyth Connector example](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/ton/pyth-connector). <br/>
141+
These same patterns are also used in the [EVAA Protocol code](https://github.com/evaafi/contracts/tree/v8) for implementing following operations:
142+
- Pyth proxy pattern: liquidate TON / supply_withdraw TON.
143+
- Onchain-getter pattern: liquidate jetton / supply_withdraw jetton.
142144

143145
Choose the pattern that best fits your use case and how you want to handle assets and price updates in your application.
144146

0 commit comments

Comments
 (0)