Skip to content

Commit f3d55ab

Browse files
committed
prettier
1 parent e59bdbb commit f3d55ab

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

apps/api-reference/src/apis/evm/parse-price-feed-updates-unique.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ export const parsePriceFeedUpdatesUnique = writeApi<
5151
{
5252
name: "updateData",
5353
type: ParameterType.HexArray,
54-
description: "The price update data for the contract to verify. Fetch this data from [Hermes API](https://hermes.pyth.network/docs/#/rest/latest_price_updates).",
54+
description:
55+
"The price update data for the contract to verify. Fetch this data from [Hermes API](https://hermes.pyth.network/docs/#/rest/latest_price_updates).",
5556
},
5657
{
5758
name: "priceId",

apps/api-reference/src/apis/evm/parse-price-feed-updates.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ export const parsePriceFeedUpdates = writeApi<
4646
{
4747
name: "updateData",
4848
type: ParameterType.HexArray,
49-
description: "The price update data for the contract to verify. Fetch this data from [Hermes API](https://hermes.pyth.network/docs/#/rest/latest_price_updates).",
49+
description:
50+
"The price update data for the contract to verify. Fetch this data from [Hermes API](https://hermes.pyth.network/docs/#/rest/latest_price_updates).",
5051
},
5152
{
5253
name: "priceId",

apps/api-reference/src/apis/evm/update-price-feeds-if-necessary.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ export const updatePriceFeedsIfNecessary = writeApi<
4646
{
4747
name: "updateData",
4848
type: ParameterType.HexArray,
49-
description: "The price update data for the contract to verify. Fetch this data from [Hermes API](https://hermes.pyth.network/docs/#/rest/latest_price_updates).",
49+
description:
50+
"The price update data for the contract to verify. Fetch this data from [Hermes API](https://hermes.pyth.network/docs/#/rest/latest_price_updates).",
5051
},
5152
{
5253
name: "priceId",

apps/api-reference/src/apis/evm/update-price-feeds.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export const updatePriceFeeds = writeApi<"updateData" | "fee">({
3737
{
3838
name: "updateData",
3939
type: ParameterType.HexArray,
40-
description: "The price update data for the contract to verify. Fetch this data from [Hermes API](https://hermes.pyth.network/docs/#/rest/latest_price_updates).",
40+
description:
41+
"The price update data for the contract to verify. Fetch this data from [Hermes API](https://hermes.pyth.network/docs/#/rest/latest_price_updates).",
4142
},
4243
{
4344
name: "fee",

0 commit comments

Comments
 (0)