mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-14 20:19:51 +00:00
77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"home": "/var/lib/sequencer_service",
|
|
"max_num_tx_in_block": 20,
|
|
"max_block_size": "1 MiB",
|
|
"mempool_max_size": 10000,
|
|
"block_create_timeout": "10s",
|
|
"retry_pending_blocks_timeout": "7s",
|
|
"bedrock_config": {
|
|
"backoff": {
|
|
"start_delay": "100ms",
|
|
"max_retries": 5
|
|
},
|
|
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
|
|
"node_url": "http://logos-blockchain-node-0:18080"
|
|
},
|
|
"indexer_rpc_url": "ws://indexer_service:8779",
|
|
"genesis": [
|
|
{
|
|
"supply_account": {
|
|
"account_id": "6iArKUXxhUJqS7kCaPNhwMWt3ro71PDyBj7jwAyE2VQV",
|
|
"balance": 10000
|
|
}
|
|
},
|
|
{
|
|
"supply_account": {
|
|
"account_id": "7wHg9sbJwc6h3NP1S9bekfAzB8CHifEcxKswCKUt3YQo",
|
|
"balance": 20000
|
|
}
|
|
},
|
|
{
|
|
"supply_account": {
|
|
"account_id": "61EsoYN6gvTLkveh1YSTMG3yJkncpHy5EGmxhSK4ew29",
|
|
"balance": 10000
|
|
}
|
|
},
|
|
{
|
|
"supply_account": {
|
|
"account_id": "3m6HQmCgmAvsxZtxAHPqqEqoBG4335fCG8TzxigyW7rE",
|
|
"balance": 20000
|
|
}
|
|
}
|
|
],
|
|
"signing_key": [
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37,
|
|
37
|
|
]
|
|
} |