mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 00:18:03 -05:00
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Co-authored-by: xinran chen <lawliet@xinran-m1x.local> Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"prover_name": "my_prover",
|
|
"keystore_path": "keystore.json",
|
|
"keystore_password": "prover-pwd",
|
|
"coordinator_url": "ws://localhost:8391",
|
|
"db_path": "bbolt_db",
|
|
"core": {
|
|
"params_path": "params"
|
|
}
|
|
}
|