Skip to content

Commit

Permalink
Merge pull request #246 from skalenetwork/add-new-testnet
Browse files Browse the repository at this point in the history
Fix block explorer url for the new testnet
  • Loading branch information
dmytrotkk authored Feb 6, 2024
2 parents e7c484d + 42399df commit 97de6f5
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 97de6f5

Please sign in to comment.