mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
Co-authored-by: yiweichi <yiweichi@users.noreply.github.com> Co-authored-by: Ömer Faruk Irmak <omerfirmak@gmail.com>
31 lines
697 B
JSON
31 lines
697 B
JSON
{
|
|
"sdk_config": {
|
|
"prover_name_prefix": "prover-1",
|
|
"keys_dir": "keys",
|
|
"coordinator": {
|
|
"base_url": "http://localhost:8555",
|
|
"retry_count": 10,
|
|
"retry_wait_time_sec": 10,
|
|
"connection_timeout_sec": 30
|
|
},
|
|
"l2geth": {
|
|
"endpoint": "http://localhost:9999"
|
|
},
|
|
"prover": {
|
|
"circuit_types": [1,2,3],
|
|
"circuit_version": "v0.13.1"
|
|
},
|
|
"db_path": "unique-db-path-for-prover-1"
|
|
},
|
|
"low_version_circuit": {
|
|
"hard_fork_name": "Darvin",
|
|
"params_path": "params",
|
|
"assets_path": "assets"
|
|
},
|
|
"high_version_circuit": {
|
|
"hard_fork_name": "DarvinV2",
|
|
"params_path": "params",
|
|
"assets_path": "assets"
|
|
}
|
|
}
|