mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 08:28:02 -05:00
20 lines
513 B
JSON
20 lines
513 B
JSON
{
|
|
"prover_name": "my_prover",
|
|
"keystore_path": "keystore.json",
|
|
"keystore_password": "prover-pwd",
|
|
"db_path": "bbolt_db",
|
|
"core": {
|
|
"params_path": "params"
|
|
},
|
|
"coordinator": {
|
|
"base_url": "https://coordinator/v1",
|
|
"retry_count": 10,
|
|
"retry_wait_time_sec": 10,
|
|
"connection_timeout_sec": 30
|
|
},
|
|
"l2geth": {
|
|
"endpoint": "/var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc",
|
|
"confirmations": "0x1"
|
|
}
|
|
}
|