From 1b4493fd477394d797bd0eadca1d325f54472577 Mon Sep 17 00:00:00 2001 From: vexr Date: Sun, 22 Dec 2024 02:06:50 -0800 Subject: [PATCH] Update Farming Specs and Links --- .../src/components/Domain/AutoEvm/index.tsx | 2 +- explorer/src/components/Farming/index.tsx | 22 +++++++++---------- .../WalletSideKick/GetDiscordRoles.tsx | 2 +- .../src/components/layout/FarmingHeader.tsx | 8 +++---- explorer/src/constants/routes.ts | 9 +++----- 5 files changed, 20 insertions(+), 23 deletions(-) diff --git a/explorer/src/components/Domain/AutoEvm/index.tsx b/explorer/src/components/Domain/AutoEvm/index.tsx index 1103f9b14..bf1695d17 100644 --- a/explorer/src/components/Domain/AutoEvm/index.tsx +++ b/explorer/src/components/Domain/AutoEvm/index.tsx @@ -41,7 +41,7 @@ export const AutoEvmPage: FC = () => ( environment to deploying and interacting with smart contracts on our platform. To access this valuable resource and start building on Auto EVM, please visit our{' '} {

Download Space Acres for Windows

Minimum Requirements:

@@ -106,10 +106,10 @@ export const DownloadPage: FC = () => {

Download Space Acres for macOS

Minimum Requirements:

Installation Instructions:

    @@ -125,10 +125,10 @@ export const DownloadPage: FC = () => {

    Download Space Acres for Linux

    Minimum Requirements:

    Installation Instructions:

      @@ -216,7 +216,7 @@ export const DownloadPage: FC = () => { For more detailed instructions, troubleshooting, and advanced usage, please refer to the{' '} Space Acres documentation diff --git a/explorer/src/components/WalletSideKick/GetDiscordRoles.tsx b/explorer/src/components/WalletSideKick/GetDiscordRoles.tsx index 5fbcbcb6f..66596850a 100644 --- a/explorer/src/components/WalletSideKick/GetDiscordRoles.tsx +++ b/explorer/src/components/WalletSideKick/GetDiscordRoles.tsx @@ -22,7 +22,7 @@ const Explainer: FC = ({ isOpen, onClose }) => {
      - + Please refer to the farming documentation on the Subspace website. diff --git a/explorer/src/components/layout/FarmingHeader.tsx b/explorer/src/components/layout/FarmingHeader.tsx index cb3bf66b7..5bb07c618 100644 --- a/explorer/src/components/layout/FarmingHeader.tsx +++ b/explorer/src/components/layout/FarmingHeader.tsx @@ -26,12 +26,12 @@ export const FarmingHeader = () => { link: `/${network}/${Routes.farming}`, }, { - title: 'Advance CLI', - link: `${EXTERNAL_ROUTES.docs}docs/category/advanced-cli`, + title: 'Advance CLI Documentation', + link: `${EXTERNAL_ROUTES.docs}farming/advanced-cli/install`, }, { - title: 'Documentation', - link: `${EXTERNAL_ROUTES.docs}docs/farming-&-staking/farming/space-acres/space-acres-install`, + title: 'Space Acres Documentation', + link: `${EXTERNAL_ROUTES.docs}farming/space-acres/install`, }, ], [network], diff --git a/explorer/src/constants/routes.ts b/explorer/src/constants/routes.ts index ce95d4f7d..1d9a50881 100644 --- a/explorer/src/constants/routes.ts +++ b/explorer/src/constants/routes.ts @@ -173,15 +173,12 @@ export const EXTERNAL_ROUTES = { academy: 'https://academy.autonomys.xyz/', privacyPolicy: 'https://www.autonomys.xyz/privacy-policy', forum: 'https://forum.autonomys.xyz/', - gemini2guide: - 'https://forum.autonomys.xyz/t/how-to-check-your-balance-for-gemini-ii-incentivized-testnet/1081', docs: 'https://docs.autonomys.xyz/', status: 'https://status.autonomys.xyz/', - operatorDocs: - 'https://docs.autonomys.xyz/docs/farming-&-staking/staking/operators/register-operator', + operatorDocs: 'https://docs.autonomys.xyz/staking/operator/register', social: { twitter: 'https://x.com/AutonomysNet', - discord: 'https://discord.gg/subspace-network', + discord: 'https://autonomys.xyz/discord', telegram: 'https://t.me/subspace_network', github: 'https://github.com/autonomys', reddit: 'https://www.reddit.com/r/autonomys', @@ -194,7 +191,7 @@ export const EXTERNAL_ROUTES = { polkadot: (network: NetworkId): string => `https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-0.${network}.subspace.network%2Fws#/explorer`, subscan: 'https://autonomys.subscan.io/', - spaceAcres: 'https://api.github.com/repos/subspace/space-acres/releases/latest', + spaceAcres: 'https://api.github.com/repos/autonomys/space-acres/releases/latest', } export const INTERNAL_ROUTES = {