lssa/sequencer_runner/configs/debug/sequencer_config.json

12 lines
235 B
JSON
Raw Normal View History

{
"home": ".",
"override_rust_log": null,
"genesis_id": 1,
"is_genesis_random": true,
"max_num_tx_in_block": 20,
"block_create_timeout_millis": 10000,
2025-07-14 10:43:35 +03:00
"port": 3040,
"initial_accounts": [
2025-07-29 14:20:03 +03:00
2025-07-14 10:43:35 +03:00
]
}