benduran преди 4 дни
родител
ревизия
cc0328c1e4
променени са 2 файла, в които са добавени 7 реда и са изтрити 3 реда
  1. 2 2
      apps/developer-hub/content/docs/price-feeds/core/contract-addresses/pythnet.mdx
  2. 5 1
      packages/component-library/package.json

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

@@ -11,8 +11,8 @@ import { Callout } from "fumadocs-ui/components/callout";
   which is used to construct and deliver Pyth prices to other blockchains. If
   you are building an application on EVM, Solana, SVM, or another chain, you
   should use the Pyth program deployed on your target chain instead. Please
-  refer to the [Contract Addresses](/price-feeds/core/contract-addresses) page and
-  select your specific blockchain environment.
+  refer to the [Contract Addresses](/price-feeds/core/contract-addresses) page
+  and select your specific blockchain environment.
 </Callout>
 
 The following tables contain the addresses of the programs deployed on Pythnet environments that operate together to construct Pyth prices and deliver them to other blockchains:

+ 5 - 1
packages/component-library/package.json

@@ -67,6 +67,10 @@
       "types": "./dist/CrossfadeTabPanels/index.d.ts",
       "default": "./dist/CrossfadeTabPanels/index.mjs"
     },
+    "./DocumentTitle/document-title.test": {
+      "types": "./dist/DocumentTitle/document-title.test.d.ts",
+      "default": "./dist/DocumentTitle/document-title.test.mjs"
+    },
     "./DocumentTitle": {
       "types": "./dist/DocumentTitle/index.d.ts",
       "default": "./dist/DocumentTitle/index.mjs"
@@ -394,4 +398,4 @@
       "./theme": "./dist/theme.scss"
     }
   }
-}
+}