Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 committed Jul 24, 2024
1 parent e59bdbb commit f3d55ab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export const parsePriceFeedUpdatesUnique = writeApi<
{
name: "updateData",
type: ParameterType.HexArray,
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).",
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).",
},
{
name: "priceId",
Expand Down
3 changes: 2 additions & 1 deletion apps/api-reference/src/apis/evm/parse-price-feed-updates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const parsePriceFeedUpdates = writeApi<
{
name: "updateData",
type: ParameterType.HexArray,
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).",
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).",
},
{
name: "priceId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const updatePriceFeedsIfNecessary = writeApi<
{
name: "updateData",
type: ParameterType.HexArray,
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).",
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).",
},
{
name: "priceId",
Expand Down
3 changes: 2 additions & 1 deletion apps/api-reference/src/apis/evm/update-price-feeds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export const updatePriceFeeds = writeApi<"updateData" | "fee">({
{
name: "updateData",
type: ParameterType.HexArray,
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).",
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).",
},
{
name: "fee",
Expand Down

0 comments on commit f3d55ab

Please sign in to comment.