mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 00:18:03 -05:00
Co-authored-by: Péter Garamvölgyi <peter@scroll.io> Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
23 lines
574 B
JSON
23 lines
574 B
JSON
{
|
|
"prover_name": "prover-1",
|
|
"hard_fork_name": "homestead",
|
|
"keystore_path": "keystore.json",
|
|
"keystore_password": "prover-pwd",
|
|
"db_path": "unique-db-path-for-prover-1",
|
|
"core": {
|
|
"params_path": "params",
|
|
"assets_path": "assets",
|
|
"proof_type": 2
|
|
},
|
|
"coordinator": {
|
|
"base_url": "http://localhost:8555",
|
|
"retry_count": 10,
|
|
"retry_wait_time_sec": 10,
|
|
"connection_timeout_sec": 30
|
|
},
|
|
"l2geth": {
|
|
"endpoint": "http://localhost:9999",
|
|
"confirmations": "0x1"
|
|
}
|
|
}
|