mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-13 19:49:29 +00:00
77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"home": ".",
|
|
"max_num_tx_in_block": 20,
|
|
"max_block_size": "1 MiB",
|
|
"mempool_max_size": 1000,
|
|
"block_create_timeout": "15s",
|
|
"retry_pending_blocks_timeout": "5s",
|
|
"bedrock_config": {
|
|
"backoff": {
|
|
"start_delay": "100ms",
|
|
"max_retries": 5
|
|
},
|
|
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
|
|
"node_url": "http://localhost:8080"
|
|
},
|
|
"indexer_rpc_url": "ws://localhost:8779",
|
|
"genesis": [
|
|
{
|
|
"supply_account": {
|
|
"account_id": "CbgR6tj5kWx5oziiFptM7jMvrQeYY3Mzaao6ciuhSr2r",
|
|
"balance": 10000
|
|
}
|
|
},
|
|
{
|
|
"supply_account": {
|
|
"account_id": "2RHZhw9h534Zr3eq2RGhQete2Hh667foECzXPmSkGni2",
|
|
"balance": 20000
|
|
}
|
|
},
|
|
{
|
|
"supply_account": {
|
|
"account_id": "5T7EJX45Vi8rYgVjeiiQbdgM2Eun4Hq5S8uMiupiwWY1",
|
|
"balance": 10000
|
|
}
|
|
},
|
|
{
|
|
"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
|
|
]
|
|
} |