diff --git a/skale-network b/skale-network index a090110..ed4834e 160000 --- a/skale-network +++ b/skale-network @@ -1 +1 @@ -Subproject commit a090110d2b480c4d38647ba38601f9907cddb63b +Subproject commit ed4834e2d6d61bdb9c5df345d0cd0997b9c93ff7 diff --git a/src/core/constants.ts b/src/core/constants.ts index c3ee221..51920aa 100644 --- a/src/core/constants.ts +++ b/src/core/constants.ts @@ -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' }