nomos-node/simulations/config/carnot.json

36 lines
751 B
JSON

{
"network_settings": {
"network_behaviors": {
"north america:north america": "10ms",
"north america:europe": "50ms",
"north america:asia": "500ms",
"europe:europe": "5ms",
"europe:asia": "300ms",
"europe:north america": "80ms",
"asia:north america": "480ms",
"asia:europe": "300ms",
"asia:asia": "40ms"
},
"regions": {
"north america": 0.4,
"europe": 0.4,
"asia": 0.3
}
},
"overlay_settings": {
"number_of_committees": 3
},
"node_settings": {
"timeout": "1000ms"
},
"step_time": "100ms",
"runner_settings": "Sync",
"stream_settings": {
"type": "stdout"
},
"node_count": 3,
"views_count": 3,
"leaders_count": 1,
"seed": 0
}