mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 21:33:09 +00:00
17 lines
320 B
JSON
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
|
|
}
|
|
]
|
|
} |