diff --git a/pages/home/pyth-token.mdx b/pages/home/pyth-token.mdx index a1f1109d..875f9ce8 100644 --- a/pages/home/pyth-token.mdx +++ b/pages/home/pyth-token.mdx @@ -1,4 +1,4 @@ -import { Steps } from 'nextra/components'; +import { Steps } from "nextra/components"; # PYTH Token diff --git a/pages/price-feeds/use-real-time-data/pull-integration/starknet.mdx b/pages/price-feeds/use-real-time-data/pull-integration/starknet.mdx index 587cdf14..30d7eb27 100644 --- a/pages/price-feeds/use-real-time-data/pull-integration/starknet.mdx +++ b/pages/price-feeds/use-real-time-data/pull-integration/starknet.mdx @@ -21,14 +21,18 @@ Pyth also provides a javascript SDK to interact with the Pyth contract on Starkn - ```sh copy - npm install --save @pythnetwork/pyth-starknet-js - ``` + +```sh copy +npm install --save @pythnetwork/pyth-starknet-js +``` + - ```sh copy - yarn add @pythnetwork/pyth-starknet-js - ``` + +```sh copy +yarn add @pythnetwork/pyth-starknet-js +``` + diff --git a/pages/price-feeds/use-real-time-data/pull-integration/ton.mdx b/pages/price-feeds/use-real-time-data/pull-integration/ton.mdx index f80319ef..8211defd 100644 --- a/pages/price-feeds/use-real-time-data/pull-integration/ton.mdx +++ b/pages/price-feeds/use-real-time-data/pull-integration/ton.mdx @@ -14,16 +14,18 @@ Install the Pyth TON SDK and other necessary dependencies using npm: - ```sh copy - npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client - @ton/core @ton/ton @ton/crypto - ``` + +```sh copy +npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client @ton/core @ton/ton @ton/crypto +``` + - ```sh copy - yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client - @ton/core @ton/ton @ton/crypto - ``` + +```sh copy +yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client @ton/core @ton/ton @ton/crypto +``` +