mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
17 lines
487 B
JSON
17 lines
487 B
JSON
{
|
|
"home": ".",
|
|
"override_rust_log": null,
|
|
"sequencer_addr": "http://127.0.0.1:3040",
|
|
"seq_poll_timeout_secs": 10,
|
|
"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
|
|
},
|
|
"shapshot_frequency_in_blocks": 10
|
|
} |