mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
31 lines
649 B
JSON
31 lines
649 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_type": 2,
|
|
"supported_proof_types": [
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"circuit_version": "v0.13.1"
|
|
},
|
|
"db_path": "unique-db-path-for-prover-1"
|
|
},
|
|
"circuits": {
|
|
"euclid": {
|
|
"hard_fork_name": "euclid",
|
|
"workspace_path": "/home/ubuntu/prover-workdir"
|
|
}
|
|
}
|
|
} |