Aditya Arora il y a 1 an
Parent
commit
f3d55abcf7

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

@@ -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",

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

@@ -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",

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

@@ -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",

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

@@ -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",