mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
20 lines
502 B
JSON
20 lines
502 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": [
|
|
{
|
|
"addr": "0eee24287296ba55278f1e5403be014754866366388730303c2889be17ada065",
|
|
"balance": 10000
|
|
},
|
|
{
|
|
"addr": "9e3d8e654d440e95293aa2dceceb137899a59535e952f747068e7a0ee30965f2",
|
|
"balance": 20000
|
|
}
|
|
]
|
|
}
|