Skip to content

Commit 87cb548

Browse files
committed
fix
1 parent 18863e2 commit 87cb548

File tree

1 file changed

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

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
description: Consume Pyth Network prices in TON applications
3-
---
4-
51
import { Tabs } from "nextra/components";
62

73
# How to Use Real-Time Data in TON Contracts
@@ -18,8 +14,10 @@ Install the Pyth TON SDK and other necessary dependencies using npm:
1814
@ton/core @ton/ton @ton/crypto ```
1915
</Tabs.Tab>
2016
<Tabs.Tab>
21-
```sh copy yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
22-
@ton/core @ton/ton @ton/crypto ```
17+
```sh copy
18+
yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
19+
@ton/core @ton/ton @ton/crypto
20+
```
2321
</Tabs.Tab>
2422
</Tabs>
2523

0 commit comments

Comments
 (0)