File tree Expand file tree Collapse file tree 1 file changed +20
-17
lines changed
source/renderer/app/config Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Original file line number Diff line number Diff line change 11import { Network } from '../../../common/types/environment.types' ;
22
3- export const ANALYTICS_API_ENDPOINT =
4- 'https://daedalusqa2.matomo.cloud/matomo.php' ;
3+ export const ANALYTICS_API_ENDPOINT = 'https://matomo.cw.iog.io/matomo.php' ;
54export const PRIVACY_POLICY_LINK =
65 'https://static.iohk.io/terms/iog-privacy-policy.pdf' ;
7- export const DEV_MODE_SITE_MAP_ID = 1 ;
6+
7+ // ID used when Daedalus is launched from nix-shell
8+ export const DEV_MODE_SITE_MAP_ID = 11 ;
9+
10+ // IDs used when Daedalus is launched as a binary (installed with installer)
811export const NETWORK_TO_ANALYTICS_SITE_ID_MAP : Record < Network , number > = {
9- mainnet : 4 ,
10- mainnet_flight : 4 ,
12+ mainnet : 2 ,
13+ mainnet_flight : 12 ,
1114 testnet : 3 ,
12- preprod : 3 ,
13- preview : 3 ,
14- staging : 5 ,
15- shelley_qa : 5 ,
16- alonzo_purple : 5 ,
17- selfnode : 5 ,
18- development : 5 ,
19- vasil_dev : 5 ,
15+ preprod : 9 ,
16+ preview : 10 ,
17+ staging : 4 ,
18+ shelley_qa : 6 ,
19+ alonzo_purple : 7 ,
20+ selfnode : 11 ,
21+ development : 11 ,
22+ vasil_dev : 8 ,
2023} ;
2124
22- export const CPU_DIMENSION_KEY = 'dimension2 ' ;
23- export const RAM_DIMENSION_KEY = 'dimension3 ' ;
24- export const OS_DIMENSION_KEY = 'dimension4 ' ;
25- export const VERSION_DIMENSION_KEY = 'dimension5 ' ;
25+ export const CPU_DIMENSION_KEY = 'dimension1 ' ;
26+ export const RAM_DIMENSION_KEY = 'dimension2 ' ;
27+ export const OS_DIMENSION_KEY = 'dimension3 ' ;
28+ export const VERSION_DIMENSION_KEY = 'dimension4 ' ;
You can’t perform that action at this time.
0 commit comments