File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
pages/price-feeds/core/use-real-time-data Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ Install the Pyth TON SDK and other necessary dependencies using npm:
10
10
11
11
<Tabs items = { [" npm" , " yarn" ]} >
12
12
<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
+ ```
17
17
</Tabs.Tab >
18
18
<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
+ ```
23
23
</Tabs.Tab >
24
24
</Tabs >
25
25
You can’t perform that action at this time.
0 commit comments