Skip to content

Commit fbf2312

Browse files
committed
fix ton formatting issues
1 parent ad0c635 commit fbf2312

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Starknet Guide
22

33
pages/price-feeds/use-real-time-data/starknet.mdx
4+
5+
pages/price-feeds/use-real-time-data/ton.mdx

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ Install the Pyth TON SDK and other necessary dependencies using npm:
1414

1515
<Tabs items={["npm", "yarn"]}>
1616
<Tabs.Tab>
17-
```bash copy npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
18-
@ton/core @ton/ton @ton/crypto ```
17+
```sh copy
18+
npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
19+
@ton/core @ton/ton @ton/crypto
20+
```
1921
</Tabs.Tab>
2022
<Tabs.Tab>
21-
```bash copy yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
22-
@ton/core @ton/ton @ton/crypto ```
23+
```sh copy
24+
yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
25+
@ton/core @ton/ton @ton/crypto
26+
```
2327
</Tabs.Tab>
2428
</Tabs>
2529

0 commit comments

Comments
 (0)