mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
32 lines
725 B
JSON
32 lines
725 B
JSON
{
|
|
"prover_manager": {
|
|
"provers_per_session": 1,
|
|
"session_attempts": 5,
|
|
"external_prover_threshold": 32,
|
|
"bundle_collection_time_sec": 180,
|
|
"batch_collection_time_sec": 180,
|
|
"chunk_collection_time_sec": 180,
|
|
"verifier": {
|
|
"high_version_circuit": {
|
|
"assets_path": "assets",
|
|
"fork_name": "euclidV2",
|
|
"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
|
|
}
|
|
}
|