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 5c6c225 commit 76ecdf0Copy full SHA for 76ecdf0
coordinator/conf/config_proxy.json
@@ -0,0 +1,33 @@
1
+{
2
+ "proxy_manager": {
3
+ "proxy_cli": {
4
+ "proxy_name": "proxy_name"
5
+ },
6
+ "auth": {
7
+ "secret": "proxy secret key",
8
+ "challenge_expire_duration_sec": 3600,
9
+ "login_expire_duration_sec": 3600
10
11
+ "verifier": {
12
+ "min_prover_version": "v4.4.45",
13
+ "verifiers": [
14
+ {
15
+ "assets_path": "assets",
16
+ "fork_name": "euclidV2"
17
18
19
20
+ "fork_name": "feynman"
21
+ }
22
+ ]
23
24
25
+ "coordinators": {
26
+ "sepolia": {
27
+ "base_url": "http://localhost:8555",
28
+ "retry_count": 10,
29
+ "retry_wait_time_sec": 10,
30
+ "connection_timeout_sec": 30
31
32
33
+}
0 commit comments