Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Farming Specs and Links #1047

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion explorer/src/components/Domain/AutoEvm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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{' '}
<Link
href={EXTERNAL_ROUTES.docs + 'docs/category/develop-on-nova-evm'}
href={EXTERNAL_ROUTES.docs + 'develop/auto-evm'}
target='_blank'
rel='noopener noreferrer'
className='text-blue-500 underline hover:text-blue-700'
Expand Down
22 changes: 11 additions & 11 deletions explorer/src/components/Farming/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export const DownloadPage: FC = () => {
<h2 className='text-2xl font-bold'>Download Space Acres for Windows</h2>
<p>Minimum Requirements:</p>
<ul className='list-inside list-disc'>
<li>OS: Windows 10 or higher</li>
<li>CPU: 4 Core </li>
<li>OS: Windows 11 or later</li>
<li>CPU: 4 Cores+</li>
<li>RAM: 8 GB</li>
<li>Disk Space: 100 GB</li>
</ul>
Expand All @@ -106,10 +106,10 @@ export const DownloadPage: FC = () => {
<h2 className='text-2xl font-bold'>Download Space Acres for macOS</h2>
<p>Minimum Requirements:</p>
<ul className='list-inside list-disc'>
<li>OS: macOS 10.14 or higher</li>
<li>Processor: Intel Core i3 or equivalent</li>
<li>RAM: 4 GB</li>
<li>Disk Space: 500 MB</li>
<li>OS: macOS 14 (Sonoma)</li>
<li>Processor: 4 Cores+</li>
<li>RAM: 8 GB</li>
<li>Disk Space: 100 GB</li>
</ul>
<h3 className='mt-6 text-xl font-semibold'>Installation Instructions:</h3>
<ol className='list-inside list-decimal text-left'>
Expand All @@ -125,10 +125,10 @@ export const DownloadPage: FC = () => {
<h2 className='text-2xl font-bold'>Download Space Acres for Linux</h2>
<p>Minimum Requirements:</p>
<ul className='list-inside list-disc'>
<li>OS: Ubuntu 18.04 or higher</li>
<li>Processor: Intel Core i3 or equivalent</li>
<li>RAM: 4 GB</li>
<li>Disk Space: 500 MB</li>
<li>OS: Ubuntu 24.04 or later</li>
<li>Processor: 4 Cores+</li>
<li>RAM: 8 GB</li>
<li>Disk Space: 100 GB</li>
</ul>
<h3 className='mt-6 text-xl font-semibold'>Installation Instructions:</h3>
<ol className='list-inside list-decimal text-left'>
Expand Down Expand Up @@ -216,7 +216,7 @@ export const DownloadPage: FC = () => {
For more detailed instructions, troubleshooting, and advanced usage, please refer to
the{' '}
<a
href={`${EXTERNAL_ROUTES.docs}docs/farming-&-staking/farming/space-acres/space-acres-install`}
href={`${EXTERNAL_ROUTES.docs}farming/space-acres/install`}
className='text-blue-500 underline dark:text-blue-300'
>
Space Acres documentation
Expand Down
2 changes: 1 addition & 1 deletion explorer/src/components/WalletSideKick/GetDiscordRoles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Explainer: FC<ExplainerProps> = ({ isOpen, onClose }) => {
<div className='flex flex-col items-center gap-4'>
<div className='grid grid-cols-1 gap-4'>
<Accordion title='How to become a farmer?'>
<Link href={EXTERNAL_ROUTES.docs + 'docs/category/farming/'} target='_blank'>
<Link href={EXTERNAL_ROUTES.docs + 'category/farming/'} target='_blank'>
Please refer to the farming documentation on the Subspace website.
</Link>
</Accordion>
Expand Down
8 changes: 4 additions & 4 deletions explorer/src/components/layout/FarmingHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
9 changes: 3 additions & 6 deletions explorer/src/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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 = {
Expand Down
Loading