Skip to content

Commit 7ebfa92

Browse files
authored
Merge pull request #3087 from input-output-hk/chore/ddw-1175-update-catalyst-api
[DDW-1175] Catalyst API URL updated
2 parents 6c133af + afa0fb6 commit 7ebfa92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Chores
66

7+
- Updated new Catalyst API URL ([PR 3087](https://github.com/input-output-hk/daedalus/pull/3087))
78
- Fixed Storybook state for General stories ([PR 3064](https://github.com/input-output-hk/daedalus/pull/3064))
89

910
## 5.1.1

source/renderer/app/config/urlsConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const DEVELOPMENT_NEWS_HASH_URL = 'newsfeed.daedaluswallet.io';
1111
export const MAINNET_NEWS_HASH_URL = 'newsfeed.daedaluswallet.io';
1212
export const TESTNET_NEWS_HASH_URL = 'newsfeed.daedaluswallet.io';
1313
export const STAGING_NEWS_HASH_URL = 'newsfeed.daedaluswallet.io';
14-
export const MAINNET_SERVICING_STATION_URL = 'servicing-station.vit.iohk.io';
14+
export const MAINNET_SERVICING_STATION_URL = 'servicing-station.gov.iog.io';
1515
export const ALLOWED_EXTERNAL_HOSTNAMES = [
1616
MAINNET_EXPLORER_URL,
1717
STAGING_EXPLORER_URL,

0 commit comments

Comments
 (0)