Skip to content

Commit d00a4ec

Browse files
author
colinlyguo
committed
update config test as well
1 parent 62bb661 commit d00a4ec

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

coordinator/internal/config/config_test.go

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ func TestConfig(t *testing.T) {
1515
"prover_manager": {
1616
"provers_per_session": 1,
1717
"session_attempts": 5,
18+
"external_prover_threshold": 32,
19+
"bundle_collection_time_sec": 180,
1820
"batch_collection_time_sec": 180,
1921
"chunk_collection_time_sec": 180,
2022
"verifier": {
21-
"mock_mode": true,
22-
"params_path": "",
23-
"agg_vk_path": ""
23+
"high_version_circuit": {
24+
"assets_path": "assets",
25+
"fork_name": "euclidV2",
26+
"min_prover_version": "v4.4.45"
27+
}
2428
},
25-
"max_verifier_workers": 4,
26-
"min_prover_version": "v1.0.0"
29+
"max_verifier_workers": 4
2730
},
2831
"db": {
2932
"driver_name": "postgres",

0 commit comments

Comments
 (0)