We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18863e2 commit 87cb548Copy full SHA for 87cb548
pages/price-feeds/core/use-real-time-data/ton.mdx
@@ -1,7 +1,3 @@
1
----
2
-description: Consume Pyth Network prices in TON applications
3
4
-
5
import { Tabs } from "nextra/components";
6
7
# How to Use Real-Time Data in TON Contracts
@@ -18,8 +14,10 @@ Install the Pyth TON SDK and other necessary dependencies using npm:
18
14
@ton/core @ton/ton @ton/crypto ```
19
15
</Tabs.Tab>
20
16
<Tabs.Tab>
21
- ```sh copy yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
22
- @ton/core @ton/ton @ton/crypto ```
17
+ ```sh copy
+ yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
+ @ton/core @ton/ton @ton/crypto
+ ```
23
24
</Tabs>
25
0 commit comments