lssa/sequencer_runner/configs/debug/sequencer_config.json

169 lines
3.4 KiB
JSON
Raw Normal View History

{
2026-02-13 17:41:28 +02:00
"home": "./sequencer_runner",
"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": 1000,
"block_create_timeout": "15s",
"retry_pending_blocks_timeout": "5s",
2025-07-14 10:43:35 +03:00
"port": 3040,
"bedrock_config": {
"backoff": {
"start_delay": "100ms",
"max_retries": 5
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
"node_url": "http://localhost:8080"
},
"indexer_rpc_url": "ws://localhost:8779",
2025-07-14 10:43:35 +03:00
"initial_accounts": [
2025-09-03 14:41:01 -03:00
{
2026-02-27 18:30:54 -05:00
"account_id": "CbgR6tj5kWx5oziiFptM7jMvrQeYY3Mzaao6ciuhSr2r",
2025-09-03 14:41:01 -03:00
"balance": 10000
},
{
2026-02-27 18:30:54 -05:00
"account_id": "2RHZhw9h534Zr3eq2RGhQete2Hh667foECzXPmSkGni2",
2025-09-03 14:41:01 -03:00
"balance": 20000
}
2025-10-02 22:30:33 -03:00
],
"initial_commitments": [
{
2026-02-27 18:30:54 -05:00
"npk": [
139,
19,
158,
2026-02-27 10:06:54 -03:00
11,
2026-02-27 18:30:54 -05:00
155,
2026-02-27 10:06:54 -03:00
231,
2026-02-27 18:30:54 -05:00
85,
206,
132,
228,
220,
114,
145,
89,
113,
156,
238,
142,
242,
74,
182,
91,
43,
100,
6,
190,
31,
15,
31,
88,
96,
204
],
2025-10-02 22:30:33 -03:00
"account": {
"program_owner": [
0,
0,
0,
0,
0,
0,
0,
0
],
"balance": 10000,
"data": [],
"nonce": 0
}
},
{
"npk": [
2026-02-27 18:30:54 -05:00
173,
2026-02-27 10:06:54 -03:00
134,
2026-02-27 18:30:54 -05:00
33,
223,
54,
226,
10,
71,
2026-02-27 10:06:54 -03:00
215,
2026-02-27 18:30:54 -05:00
254,
143,
172,
24,
244,
243,
208,
65,
112,
118,
70,
217,
240,
69,
100,
129,
3,
121,
25,
213,
132,
42,
45
2025-10-02 22:30:33 -03:00
],
"account": {
"program_owner": [
0,
0,
0,
0,
0,
0,
0,
0
],
"balance": 20000,
"data": [],
"nonce": 0
}
}
],
"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
]
2026-02-27 18:30:54 -05:00
}