-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathmainnet_discovery.json
More file actions
91 lines (91 loc) · 2.19 KB
/
mainnet_discovery.json
File metadata and controls
91 lines (91 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"network_name": "mainnet",
"nym_api_url": "https://validator.nymtech.net/api/",
"nym_api_urls": [
{
"url": "https://validator.nymtech.net/api/"
},
{
"url": "https://nym-frontdoor.global.ssl.fastly.net/api/",
"fronts": ["yelp.global.ssl.fastly.net"]
},
{
"url": "https://nym-frontdoor.vercel.app/api/",
"fronts": ["vercel.app", "vercel.com"]
}
],
"nym_vpn_api_url": "https://nymvpn.com/api/",
"nym_vpn_api_urls": [
{
"url": "https://nymvpn.com/api/"
},
{
"url": "https://nymvpn-frontdoor.global.ssl.fastly.net/api/",
"fronts": ["yelp.global.ssl.fastly.net"]
},
{
"url": "https://nymvpn.com/api/",
"fronts": ["vercel.app", "vercel.com"]
}
],
"account_management": {
"url": "https://nym.com/",
"paths": {
"sign_up": "{locale}/account/create",
"sign_in": "{locale}/account/login",
"account": "{locale}/account/{account_id}",
"privy": {
"mobile": "{locale}/account/login/privy/mobile",
"desktop": "{locale}/account/login/privy/desktop",
"web": "{locale}/account/login/privy/web"
},
"autologin": {
"mobile": "{locale}/account/login/autologin/mobile",
"desktop": "{locale}/account/login/autologin/desktop",
"web": "{locale}/account/login/autologin/web"
},
"pricing": "{locale}/pricing"
}
},
"system_configuration": {
"mix_thresholds": {
"high": 75,
"medium": 50,
"low": 25
},
"wg_thresholds": {
"high": 75,
"medium": 50,
"low": 25
},
"iOSinAppPurchasesPlanIds": {
"1": "1_month_may_2025",
"2": "1_year_may_2025"
},
"min_supported_app_versions": {
"android": "2.6.0",
"core": "1.21.0",
"ios": "2.15.1",
"macos": "2.15.1",
"tauri": "1.21.0"
},
"statistics_api": "https://nym-statistics-api.nymtech.cc"
},
"feature_flags": {
"domain_fronting": {
"enabled": "true"
},
"privy": {
"enabled": "false"
},
"quic": {
"enabled": "true"
},
"versions": {
"gatewayMetadataUpdate": "1.30.0"
},
"zkNyms": {
"credentialMode": "true"
}
}
}