Skip to content

Commit

Permalink
Updarte metadata, update legacy explorer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Jul 23, 2024
1 parent f6d7acc commit 6bd05a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const MAINNET_EXPLORER_URLS: { [skaleNetwork: string]: string } = {
export const BASE_EXPLORER_URLS: { [skaleNetwork: string]: string } = {
mainnet: 'explorer.mainnet.skalenodes.com',
staging: 'explorer.staging-v3.skalenodes.com',
legacy: 'legacy-explorer.skaleserver.com',
legacy: 'legacy-explorer.skalenodes.com',
regression: 'regression-explorer.skalenodes.com',
testnet: 'explorer.testnet.skalenodes.com'
}
Expand Down

0 comments on commit 6bd05a1

Please sign in to comment.