mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-13 16:08:04 -05:00
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
27 lines
694 B
JSON
27 lines
694 B
JSON
{
|
|
"prover_name": "prover-1",
|
|
"keystore_path": "keystore.json",
|
|
"keystore_password": "prover-pwd",
|
|
"db_path": "unique-db-path-for-prover-1",
|
|
"proof_type": 2,
|
|
"low_version_circuit": {
|
|
"hard_fork_name": "bernoulli",
|
|
"params_path": "params",
|
|
"assets_path": "assets"
|
|
},
|
|
"high_version_circuit": {
|
|
"hard_fork_name": "curie",
|
|
"params_path": "params",
|
|
"assets_path": "assets"
|
|
},
|
|
"coordinator": {
|
|
"base_url": "http://localhost:8555",
|
|
"retry_count": 10,
|
|
"retry_wait_time_sec": 10,
|
|
"connection_timeout_sec": 30
|
|
},
|
|
"l2geth": {
|
|
"endpoint": "http://localhost:9999"
|
|
}
|
|
}
|