Skip to content

Commit

Permalink
Merge pull request #170 from autonomys/feat/change-subscan-url
Browse files Browse the repository at this point in the history
Change Subscan URL
  • Loading branch information
marc-aurele-besner authored Nov 15, 2024
2 parents 843b593 + b4c1716 commit 8aa04ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auto-utils/src/constants/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export enum NetworkExplorerName {
}

export const ASTRAL_EXPLORER = 'https://explorer.autonomys.xyz/'
export const SUBSCAN_EXPLORER = 'https://subspace.subscan.io/'
export const SUBSCAN_EXPLORER = 'https://autonomys.subscan.io/'

export const networks: Network[] = [
{
Expand Down

0 comments on commit 8aa04ad

Please sign in to comment.