Skip to content

Commit 2ddd60f

Browse files
author
Marcin Mazurek
committed
[DDW-809] Update test instance details
1 parent 128d29c commit 2ddd60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/renderer/app/config/analyticsConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { Network } from '../../../common/types/environment.types';
22

33
export const ANALYTICS_API_ENDPOINT =
4-
'https://daedalusqa.matomo.cloud/matomo.php';
4+
'https://daedalusqa2.matomo.cloud/matomo.php';
55
export const PRIVACY_POLICY_LINK =
66
'https://static.iohk.io/terms/iog-privacy-policy.pdf';
77
export const DEV_MODE_SITE_MAP_ID = 1;
88
export const NETWORK_TO_ANALYTICS_SITE_ID_MAP: Record<Network, number> = {
99
mainnet: 4,
1010
mainnet_flight: 4,
11-
testnet: 3,
11+
testnet: 2,
1212
staging: 1,
1313
shelley_qa: 1,
1414
alonzo_purple: 1,

0 commit comments

Comments
 (0)