lssa/sequencer/service/configs/docker/sequencer_config.json

77 lines
1.6 KiB
JSON
Raw Normal View History

{
"home": "/var/lib/sequencer_service",
"max_num_tx_in_block": 20,
2026-02-24 19:41:01 +03:00
"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://localhost:18080"
},
"indexer_rpc_url": "ws://localhost:8779",
2026-05-08 01:18:01 +03:00
"genesis": [
{
2026-05-08 01:18:01 +03:00
"supply_account": {
"account_id": "CbgR6tj5kWx5oziiFptM7jMvrQeYY3Mzaao6ciuhSr2r",
"balance": 10000
}
},
{
2026-05-08 01:18:01 +03:00
"supply_account": {
"account_id": "2RHZhw9h534Zr3eq2RGhQete2Hh667foECzXPmSkGni2",
"balance": 20000
}
},
{
2026-05-08 01:18:01 +03:00
"supply_account": {
"account_id": "5T7EJX45Vi8rYgVjeiiQbdgM2Eun4Hq5S8uMiupiwWY1",
"balance": 10000
}
},
{
2026-05-08 01:18:01 +03:00
"supply_account": {
"account_id": "2ByFEVzfMKC13jvk1nZuFVGYoDVW1iAxvvFnqboV1aAg",
"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
]
}