lssa/sequencer_runner/configs/debug/sequencer_config.json
2025-07-23 15:16:53 +03:00

17 lines
320 B
JSON

{
"home": ".",
"override_rust_log": null,
"genesis_id": 1,
"is_genesis_random": true,
"max_num_tx_in_block": 20,
"block_create_timeout_millis": 10000,
"port": 3040,
"initial_accounts": [
{
"balance": 10
},
{
"balance": 100
}
]
}