Skip to content

Commit

Permalink
Merge branch 'feat-deterministic-deployment' into feat-use-v2-verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram committed Aug 30, 2024
2 parents ba67f93 + 05e82c6 commit 8fbdab0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docker/templates/coordinator-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@
"batch_collection_time_sec": 600,
"bundle_collection_time_sec": 600,
"verifier": {
"fork_name": "darwin",
"mock_mode": false,
"params_path": "/verifier/params",
"assets_path_lo": "/verifier/assets/lo",
"assets_path_hi": "/verifier/assets/hi"
"low_version_circuit": {
"params_path": "/verifier/params",
"assets_path": "/verifier/assets/lo",
"fork_name": "darwin",
"min_prover_version": "v4.4.43"
},
"high_version_circuit": {
"params_path": "/verifier/params",
"assets_path": "/verifier/assets/hi",
"fork_name": "darwinV2",
"min_prover_version": "v4.4.56"
}
},
"max_verifier_workers": 4,
"min_prover_version": "v4.3.41"
Expand Down
1 change: 1 addition & 0 deletions docker/templates/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"bernoulliBlock": 0,
"curieBlock": 0,
"darwinTime": 0,
"darwinV2Time": 0,
"clique": {
"period": 3,
"epoch": 30000
Expand Down

0 comments on commit 8fbdab0

Please sign in to comment.