103 lines
2.4 KiB
JSON
Raw Normal View History

2025-07-30 14:01:40 +03:00
{
"home": "/var/lib/sequencer_runner",
2025-07-30 14:01:40 +03:00
"override_rust_log": null,
"genesis_id": 1,
"is_genesis_random": true,
"max_num_tx_in_block": 20,
2026-02-24 19:41:01 +03:00
"max_block_size": "1 MiB",
2025-10-23 16:23:47 -03:00
"mempool_max_size": 10000,
"block_create_timeout": "10s",
"retry_pending_blocks_timeout": "7s",
"port": 3040,
"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",
2025-07-30 14:01:40 +03:00
"initial_accounts": [
{
"account_id": "BLgCRDXYdQPMMWVHYRFGQZbgeHx9frkipa8GtpG2Syqy",
2025-07-30 14:01:40 +03:00
"balance": 10000
},
{
"account_id": "Gj1mJy5W7J5pfmLRujmQaLfLMWidNxQ6uwnhb666ZwHw",
2025-07-30 14:01:40 +03:00
"balance": 20000
}
2025-09-03 10:29:51 +03:00
],
2025-09-18 15:59:17 +03:00
"initial_commitments": [
2025-09-24 14:29:56 +03:00
{
2026-01-27 16:00:42 -05:00
"npk": [13, 25, 40, 5, 198, 248, 210, 248, 237, 121, 124, 145, 186, 142, 253, 216, 236, 69, 193, 32, 166, 167, 49, 133, 172, 111, 159, 46, 84, 17, 157, 23],
2025-09-24 14:29:56 +03:00
"account": {
"program_owner": [
2025-09-24 16:44:03 +03:00
0,
0,
0,
0,
0,
0,
0,
0
2025-09-24 14:29:56 +03:00
],
"balance": 10000,
"data": [],
"nonce": 0
}
},
{
2026-01-27 16:00:42 -05:00
"npk": [32, 67, 72, 164, 106, 53, 66, 239, 141, 15, 52, 230, 136, 177, 2, 236, 207, 243, 134, 135, 210, 143, 87, 232, 215, 128, 194, 120, 113, 224, 4, 165],
2025-09-24 14:29:56 +03:00
"account": {
"program_owner": [
2025-09-24 16:44:03 +03:00
0,
0,
0,
0,
0,
0,
0,
0
2025-09-24 14:29:56 +03:00
],
"balance": 20000,
"data": [],
"nonce": 0
}
}
2025-09-18 15:59:17 +03:00
],
2025-09-24 14:29:56 +03:00
"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
]
}