mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-13 07:57:58 -05:00
Co-authored-by: Xi Lin <zimpha@gmail.com> Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com> Co-authored-by: Mengran Lan <mengran@scroll.io> Co-authored-by: georgehao <haohongfan@gmail.com> Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
39 lines
923 B
JSON
39 lines
923 B
JSON
{
|
|
"prover_manager": {
|
|
"provers_per_session": 1,
|
|
"session_attempts": 5,
|
|
"bundle_collection_time_sec": 180,
|
|
"batch_collection_time_sec": 180,
|
|
"chunk_collection_time_sec": 180,
|
|
"verifier": {
|
|
"mock_mode": true,
|
|
"low_version_circuit": {
|
|
"params_path": "params",
|
|
"assets_path": "assets",
|
|
"fork_name": "darwin",
|
|
"min_prover_version": "v4.4.43"
|
|
},
|
|
"high_version_circuit": {
|
|
"params_path": "params",
|
|
"assets_path": "assets",
|
|
"fork_name": "darwinV2",
|
|
"min_prover_version": "v4.4.45"
|
|
}
|
|
}
|
|
},
|
|
"db": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://localhost/scroll?sslmode=disable",
|
|
"maxOpenNum": 200,
|
|
"maxIdleNum": 20
|
|
},
|
|
"l2": {
|
|
"chain_id": 111
|
|
},
|
|
"auth": {
|
|
"secret": "prover secret key",
|
|
"challenge_expire_duration_sec": 3600,
|
|
"login_expire_duration_sec": 3600
|
|
}
|
|
}
|