lssa/node_runner/configs/debug/node_config.json

17 lines
487 B
JSON
Raw Normal View History

{
"home": ".",
"override_rust_log": null,
"sequencer_addr": "http://127.0.0.1:3040",
"seq_poll_timeout_secs": 10,
2025-02-28 12:32:54 +02:00
"port": 3041,
"gas_config": {
"gas_fee_per_byte_deploy": 100,
"gas_fee_per_input_buffer_runtime": 1000,
"gas_fee_per_byte_runtime": 10,
"gas_cost_runtime": 100,
"gas_cost_deploy": 1000,
"gas_limit_deploy": 30000000,
"gas_limit_runtime": 30000000
2025-05-29 12:00:50 +03:00
},
"shapshot_frequency_in_blocks": 10
}