lssa/sequencer_runner/configs/debug/sequencer_config.json

170 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 10:25:07 -03:00
"account_id": "6iArKUXxhUJqS7kCaPNhwMWt3ro71PDyBj7jwAyE2VQV",
2025-09-03 14:41:01 -03:00
"balance": 10000
},
{
2026-02-27 10:25:07 -03:00
"account_id": "7wHg9sbJwc6h3NP1S9bekfAzB8CHifEcxKswCKUt3YQo",
2025-09-03 14:41:01 -03:00
"balance": 20000
}
2025-10-02 22:30:33 -03:00
],
"initial_commitments": [
{
2026-02-27 10:06:54 -03:00
"npk":[
2025-10-31 10:16:15 +02:00
177,
64,
1,
2026-02-27 10:06:54 -03:00
11,
87,
38,
254,
159,
231,
165,
1,
94,
64,
137,
243,
76,
249,
101,
251,
129,
33,
101,
189,
30,
42,
11,
191,
34,
103,
186,
227,
230
] ,
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 10:06:54 -03:00
32,
67,
72,
164,
106,
53,
66,
239,
141,
15,
52,
230,
2025-10-02 22:30:33 -03:00
136,
2026-02-27 10:06:54 -03:00
177,
2,
236,
207,
2025-10-31 10:16:15 +02:00
243,
2026-02-27 10:06:54 -03:00
134,
135,
210,
143,
87,
232,
215,
128,
2025-10-31 10:16:15 +02:00
194,
2026-02-27 10:06:54 -03:00
120,
113,
224,
4,
165
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-01-13 16:53:00 -03:00
}