Skip to content

Commit 92be4fd

Browse files
committed
fix-pre-commit
1 parent 9429aaa commit 92be4fd

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

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

1111
<Tabs items={["npm", "yarn"]}>
1212
<Tabs.Tab>
13-
```bash copy
14-
npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
15-
@ton/core @ton/ton @ton/crypto
16-
```
13+
```bash copy
14+
npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
15+
@ton/core @ton/ton @ton/crypto
16+
```
1717
</Tabs.Tab>
1818
<Tabs.Tab>
19-
```bash copy
20-
yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
21-
@ton/core @ton/ton @ton/crypto
22-
```
19+
```bash copy
20+
yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
21+
@ton/core @ton/ton @ton/crypto
22+
```
2323
</Tabs.Tab>
2424
</Tabs>
2525

0 commit comments

Comments
 (0)