File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
pages/price-feeds/core/use-real-time-data Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +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
- ``` sh copy npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
14
- @ton/core @ton/ton @ton/crypto ` ` `
13
+ ``` bash copy
14
+ npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
15
+ @ton/core @ton/ton @ton/crypto
16
+ ```
15
17
</Tabs.Tab >
16
18
<Tabs.Tab >
17
- ` ` ` sh copy yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
18
- @ton/core @ton/ton @ton/crypto ` ` `
19
+ ``` bash copy
20
+ yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
21
+ @ton/core @ton/ton @ton/crypto
22
+ ```
19
23
</Tabs.Tab >
20
24
</Tabs >
21
25
You can’t perform that action at this time.
0 commit comments