mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 05:43:08 +00:00
20 lines
512 B
JSON
20 lines
512 B
JSON
{
|
|
"home": "./sequencer",
|
|
"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": [
|
|
{
|
|
"addr": "0101010101010101010101010101010101010101010101010101010101010101",
|
|
"balance": 10000
|
|
},
|
|
{
|
|
"addr": "0202020202020202020202020202020202020202020202020202020202020202",
|
|
"balance": 20000
|
|
}
|
|
]
|
|
}
|