From 659d821a02fdcc6f58614945cf3f672c6ff8ad7b Mon Sep 17 00:00:00 2001 From: Jim Counter Date: Fri, 18 Oct 2024 11:00:21 +0100 Subject: [PATCH] Update telemetry URL. --- docs/farming-&-staking/farming/advanced-cli/cli-tips.mdx | 2 +- docs/farming-&-staking/farming/common-problems.mdx | 4 ++-- docusaurus.config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/farming-&-staking/farming/advanced-cli/cli-tips.mdx b/docs/farming-&-staking/farming/advanced-cli/cli-tips.mdx index 01081b6eb6e..07a7a116e0d 100644 --- a/docs/farming-&-staking/farming/advanced-cli/cli-tips.mdx +++ b/docs/farming-&-staking/farming/advanced-cli/cli-tips.mdx @@ -20,7 +20,7 @@ Welcome to the Additional Tips section! Whether you're a seasoned farmer or just Explore the Autonomys Network in depth with our variety of telemetry tools and block explorers. Whether you're monitoring network activity or exploring blockchain data, these resources provide comprehensive insights into the network's performance and transactions. -- **[Telemetry Server](https://telemetry.subspace.network)**: Get real-time insights into network activity and performance metrics. Ideal for monitoring the overall health and status of the Autonomys Network. +- **[Telemetry Server](https://telemetry.subspace.foundation)**: Get real-time insights into network activity and performance metrics. Ideal for monitoring the overall health and status of the Autonomys Network. - **[Astral Block Explorer](https://astral.autonomys.xyz)**: Our primary tool for viewing blocks, transactions, and network activity on the Autonomys Network. This explorer offers an intuitive interface and detailed information. diff --git a/docs/farming-&-staking/farming/common-problems.mdx b/docs/farming-&-staking/farming/common-problems.mdx index eb783041d30..76aedba911d 100644 --- a/docs/farming-&-staking/farming/common-problems.mdx +++ b/docs/farming-&-staking/farming/common-problems.mdx @@ -28,7 +28,7 @@ These errors and warnings are tied to specific components. In this section, we w
-WARN Consensus: telemetry: ❌ Error while dialing /dns/telemetry.subspace.network/tcp/443/x-parity-wss/%2Fsubmit%2F: Custom { kind: Other, error: Timeout } +WARN Consensus: telemetry: ❌ Error while dialing /dns/telemetry.subspace.foundation/tcp/443/x-parity-wss/%2Fsubmit%2F: Custom { kind: Other, error: Timeout } 🟢 This error is specifically related to the telemetry server. It may occur occasionally, but it has no impact on farming operations and can be safely ignored. @@ -120,7 +120,7 @@ Try restarting your node or farmer. We've observed that when creating larger plo - Ensure you are using the latest release of either [Space Acres](https://github.com/autonomys/space-acres/releases) or the [Advanced CLI](https://github.com/autonomys/subspace/releases). -- Confirm that your farmer is active and on the highest block by checking our [telemetry](https://telemetry.subspace.network) server. +- Confirm that your farmer is active and on the highest block by checking our [telemetry](https://telemetry.subspace.foundation) server. - Check your balance using [Astral Bock Explorer](https://astral.autonomys.xyz) or the [Polkadot Explorer](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-0.gemini-3h.subspace.network%2Fws#/explorer)
diff --git a/docusaurus.config.js b/docusaurus.config.js index 0f2b3c74cde..19ce2d7bd57 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -235,7 +235,7 @@ const config = { items: [ { label: 'Telemetry', - href: 'https://telemetry.subspace.network', + href: 'https://telemetry.subspace.foundation', }, { label: 'Astral Block Explorer',