We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb516a commit eb39156Copy full SHA for eb39156
source/renderer/app/config/urlsConfig.ts
@@ -11,7 +11,7 @@ export const DEVELOPMENT_NEWS_HASH_URL = 'newsfeed.daedaluswallet.io';
11
export const MAINNET_NEWS_HASH_URL = 'newsfeed.daedaluswallet.io';
12
export const TESTNET_NEWS_HASH_URL = 'newsfeed.daedaluswallet.io';
13
export const STAGING_NEWS_HASH_URL = 'newsfeed.daedaluswallet.io';
14
-export const MAINNET_SERVICING_STATION_URL = 'servicing-station.vit.iohk.io';
+export const MAINNET_SERVICING_STATION_URL = 'servicing-station.gov.iog.io';
15
export const ALLOWED_EXTERNAL_HOSTNAMES = [
16
MAINNET_EXPLORER_URL,
17
STAGING_EXPLORER_URL,
0 commit comments