Skip to content

Commit

Permalink
Merge pull request #785 from autonomys/feat/changeSomeMoreSubspaceLinks
Browse files Browse the repository at this point in the history
Change some more subspace.network links for autonomys.xyz
  • Loading branch information
marc-aurele-besner authored Aug 2, 2024
2 parents 24bfd9b + 55c48d0 commit c3e70c1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Astral

- [Astral Block Explorer](https://explorer.subspace.network/) Astral Block Explorer
- [Astral Block Explorer](https://explorer.autonomys.xyz/) Astral Block Explorer
- [Astral Subsquid Playground](https://squid.gemini-3g.subspace.network/graphql) Astral Subspace SubSquid
- [Health Check](https://uptime.subspace.network/status/network) Subspace Network Status Page

Expand Down
2 changes: 1 addition & 1 deletion explorer/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const nextConfig = {
remotePatterns: [
{
protocol: 'https',
hostname: 'docs.subspace.network',
hostname: 'docs.autonomys.xyz',
port: '',
pathname: '**',
},
Expand Down
4 changes: 1 addition & 3 deletions explorer/src/components/Farming/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const DownloadPage: FC = () => {
alt='Space Acres Screenshot Installation'
width={800}
height={400}
src='https://docs.subspace.network/assets/images/space-acres-setup-7-3490cba2e75635efdea0006d06da9936.png'
src='https://docs.autonomys.xyz/assets/images/space-acres-setup-7-3490cba2e75635efdea0006d06da9936.png'
className='mx-auto'
/>
</div>
Expand All @@ -198,8 +198,6 @@ export const DownloadPage: FC = () => {
By contributing storage and compute to the network, you play a crucial role in securing
it, while also earning rewards.
</h3>


</div>

<div className='mb-4 w-full rounded-[20px] border border-slate-100 bg-white px-3 py-4 shadow dark:border-none dark:bg-gradient-to-r dark:from-gradientTwilight dark:via-gradientDusk dark:to-gradientSunset sm:p-6'>
Expand Down
2 changes: 1 addition & 1 deletion explorer/src/constants/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const organization = 'Subspace Labs'
const description = 'Subspace Labs Gemini Block Explorer'
const keywords =
'Subspace, Subspace Network, Subspace Explorer, Subspace Labs, Subspace Labs Gemini, Subspace Labs Gemini Block Explorer'
export const url = process.env.NEXTAUTH_URL || 'https://explorer.subspace.network'
export const url = process.env.NEXTAUTH_URL || 'https://explorer.autonomys.xyz'
const twitter = '@SubspaceLabs'
const images = {
url: url + '/images/share.png',
Expand Down
4 changes: 2 additions & 2 deletions explorer/src/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export const EXTERNAL_ROUTES = {
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.subspace.network/',
docs: 'https://docs.autonomys.xyz/',
operatorDocs:
'https://docs.subspace.network/docs/farming-&-staking/staking/operators/register-operator',
'https://docs.autonomys.xyz/docs/farming-&-staking/staking/operators/register-operator',
social: {
twitter: 'https://x.com/AutonomysNet',
discord: 'https://discord.gg/subspace-network',
Expand Down
2 changes: 1 addition & 1 deletion explorer/src/utils/auth/providers/nova.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Nova = () => {

const verifyParams: VerifyParams = {
signature,
domain: 'subspace.network',
domain: 'autonomys.xyz',
nonce: await getCsrfToken({ req }),
}

Expand Down
2 changes: 1 addition & 1 deletion indexers/staking-squid/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Staking squid

Our Staking Indexer using [Squid](https://subsquid.io).
It is in use at [Astral - Staking](https://explorer.subspace.network/gemini-3h/staking) Autonomus Explorer, Staking section.
It is in use at [Astral - Staking](https://explorer.autonomys.xyz/gemini-3h/staking) Autonomys Explorer, Staking section.

## Summary

Expand Down
2 changes: 1 addition & 1 deletion indexers/staking-squid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"author": {
"name": "Autonomys",
"url": "https://www.autonomys.net"
"url": "https://www.autonomys.xyz"
},
"dependencies": {
"@autonomys/auto-consensus": "^0.1.6",
Expand Down

0 comments on commit c3e70c1

Please sign in to comment.