Skip to content

Commit

Permalink
Fix block explorer url for the new testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Feb 6, 2024
1 parent 9e50d70 commit 42399df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const BASE_EXPLORER_URLS: { [skaleNetwork: string]: string } = {
staging: 'explorer.staging-v3.skalenodes.com',
legacy: 'legacy-explorer.skalenodes.com',
regression: 'regression-explorer.skalenodes.com',
testnet: 'testnet-explorer.skalenodes.com'
testnet: 'explorer.testnet.skalenodes.com'
}

export const MAINNET_WS_ENDPOINTS: { [skaleNetwork: string]: string } = {
Expand Down

0 comments on commit 42399df

Please sign in to comment.