mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-07 21:23:57 -05:00
36 lines
995 B
Plaintext
36 lines
995 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": {
|
|
"workspace_path": ".work/feynman",
|
|
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/feynman/"
|
|
},
|
|
"galileo": {
|
|
"workspace_path": ".work/galileo",
|
|
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/galileo/"
|
|
},
|
|
"galileoV2": {
|
|
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/galileov2/",
|
|
"workspace_path": ".work/galileo"
|
|
}
|
|
}
|
|
} |