Skip to content

Commit adec6fe

Browse files
committed
chore(dev-hub) Formatting fix
1 parent 09c5e20 commit adec6fe

File tree

35 files changed

+36
-74
lines changed

35 files changed

+36
-74
lines changed

apps/developer-hub/content/docs/entropy/chainlist.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import { EntropyTable } from "../../../src/components/EntropyTable";
99
## Mainnets
1010

1111
<Callout type="warning">
12-
The fees for mainnet are dynamically set. Always use the on-chain method `entropy.getFeeV2()` to get the current fee.
12+
The fees for mainnet are dynamically set. Always use the on-chain method
13+
`entropy.getFeeV2()` to get the current fee.
1314
</Callout>
1415

1516
The following tables shows the total fees payable when using the **default provider**.
@@ -30,7 +31,8 @@ Entropy callbacks the consumer as part of this transaction.
3031
## Testnets
3132

3233
<Callout type="info">
33-
The fees for testnets are kept deliberately low and different from the mainnet fees.
34+
The fees for testnets are kept deliberately low and different from the mainnet
35+
fees.
3436
</Callout>
3537

3638
The Entropy contract is deployed on the following testnet chains:

apps/developer-hub/content/docs/price-feeds/api-instances-and-providers/hermes.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# Hermes
42

53
Hermes is an open-source service that listens to the Pythnet and the Wormhole Network for Pyth price updates, and

apps/developer-hub/content/docs/price-feeds/contract-addresses/pythnet.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ icon: "code"
66

77
# Price Feed Program Addresses on Pythnet
88

9-
109
<Callout type="warning">
1110
**Important:** The addresses on this page are for the Pythnet network itself,
1211
which is used to construct and deliver Pyth prices to other blockchains. If

apps/developer-hub/content/docs/price-feeds/create-tradingview-charts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Integrate TradingView charts with Pyth price data using widgets or
44
icon: "chart-bar"
55
---
66

7-
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
7+
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
88

99
# How to Create TradingView Charts
1010

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"evm": "EVM"
3-
}
3+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"part-1": "Part 1: Create a Contract",
2+
"part-1": "Part 1: Create a Contract",
33
"part-2": "Part 2: Deploy your App"
44
}

apps/developer-hub/content/docs/price-feeds/create-your-first-pyth-app/evm/part-2.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Deploy your Pyth price feed contract to OP Sepolia testnet and int
44
icon: "rocket"
55
---
66

7-
87
# Deploy your Pyth App
98

109
In this part of the tutorial, we will learn to deploy the `MyFirstPythContract.sol` contract and fetch the latest price from Pyth network.
@@ -250,7 +249,7 @@ async function run() {
250249

251250
const hash = await contract.write.updateAndMint(
252251
[[`0x${priceFeedUpdateData.binary.data[0]}`]] as any,
253-
{ value: parseEther("0.0005") }
252+
{ value: parseEther("0.0005") },
254253
);
255254
console.log("Transaction hash:");
256255
console.log(hash);

apps/developer-hub/content/docs/price-feeds/create-your-first-pyth-app/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: Complete tutorial for building smart contract applications using Py
44
icon: Rocket
55
---
66

7-
8-
97
# Create your first Pyth app
108

119
This tutorial walks through creating a complete application that uses Pyth Price feeds.

apps/developer-hub/content/docs/price-feeds/create-your-first-pyth-app/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"icon": "MyIcon",
44
"pages": ["index", "evm"],
55
"defaultOpen": true
6-
}
6+
}

apps/developer-hub/content/docs/price-feeds/current-fees.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: Fee structure for price feed updates across different blockchain ne
44
icon: CurrencyDollar
55
---
66

7-
8-
97
# Current Fees
108

119
The following tables shows the total fees payable when updating a price feed.

0 commit comments

Comments
 (0)