mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 00:18:03 -05:00
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": "darwin",
|
|
"params_path": "params",
|
|
"assets_path": "assets"
|
|
},
|
|
"high_version_circuit": {
|
|
"hard_fork_name": "darwinV2",
|
|
"params_path": "params",
|
|
"assets_path": "assets"
|
|
}
|
|
}
|