Files
scroll/prover/config.json
2023-08-05 08:27:07 +02:00

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"
}
}