30 lines
722 B
JSON
30 lines
722 B
JSON
{
|
|
"network": {
|
|
"blockchain": "app",
|
|
"network": "network"
|
|
},
|
|
"online_url": "http://rosetta:8080",
|
|
"data_directory": "",
|
|
"http_timeout": 300,
|
|
"max_retries": 5,
|
|
"retry_elapsed_time": 0,
|
|
"max_online_connections": 0,
|
|
"max_sync_concurrency": 0,
|
|
"tip_delay": 60,
|
|
"log_configuration": true,
|
|
"construction": {
|
|
"offline_url": "http://rosetta:8080",
|
|
"max_offline_connections": 0,
|
|
"stale_depth": 0,
|
|
"broadcast_limit": 0,
|
|
"ignore_broadcast_failures": false,
|
|
"clear_broadcasts": false,
|
|
"broadcast_behind_tip": false,
|
|
"block_broadcast_limit": 0,
|
|
"rebroadcast_all": false,
|
|
"constructor_dsl_file": "staking.ros",
|
|
"end_conditions": {
|
|
"staking": 3
|
|
}
|
|
}
|
|
} |