mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-09 14:08:03 -05:00
34 lines
891 B
Plaintext
34 lines
891 B
Plaintext
{
|
|
"sdk_config": {
|
|
"prover_name_prefix": "test-prover",
|
|
"keys_dir": ".work",
|
|
"coordinator": {
|
|
"base_url": "<the url of coordinator>",
|
|
"retry_count": 10,
|
|
"retry_wait_time_sec": 10,
|
|
"connection_timeout_sec": 1800
|
|
},
|
|
"prover": {
|
|
"supported_proof_types": [
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"circuit_version": "v0.13.1"
|
|
},
|
|
"health_listener_addr": "127.0.0.1:10080",
|
|
"db_path": ".work/db"
|
|
},
|
|
"circuits": {
|
|
"feynman": {
|
|
"hard_fork_name": "feynman",
|
|
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/feynman/",
|
|
"workspace_path": ".work/feynman"
|
|
},
|
|
"galileo": {
|
|
"hard_fork_name": "galileo",
|
|
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/galileo/",
|
|
"workspace_path": ".work/galileo"
|
|
}
|
|
}
|
|
} |