mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-10 06:28:04 -05:00
87 lines
3.1 KiB
JSON
87 lines
3.1 KiB
JSON
{
|
|
"l1_config": {
|
|
"confirmations": "0x6",
|
|
"endpoint": "https://rpc.ankr.com/eth",
|
|
"l1_message_queue_address": "0x0000000000000000000000000000000000000000",
|
|
"scroll_chain_address": "0x0000000000000000000000000000000000000000",
|
|
"start_height": 0,
|
|
"relayer_config": {
|
|
"gas_price_oracle_address": "0x0000000000000000000000000000000000000000",
|
|
"sender_config": {
|
|
"endpoint": "https://rpc.scroll.io",
|
|
"escalate_blocks": 1,
|
|
"confirmations": "0x1",
|
|
"escalate_multiple_num": 2,
|
|
"escalate_multiple_den": 1,
|
|
"max_gas_price": 1000000000000,
|
|
"max_blob_gas_price": 10000000000000,
|
|
"tx_type": "LegacyTx",
|
|
"check_pending_time": 1
|
|
},
|
|
"gas_oracle_config": {
|
|
"min_gas_price": 0,
|
|
"gas_price_diff": 50000
|
|
},
|
|
"gas_oracle_sender_private_key": "1313131313131313131313131313131313131313131313131313131313131313"
|
|
}
|
|
},
|
|
"l2_config": {
|
|
"confirmations": "0x1",
|
|
"endpoint": "https://rpc.scroll.io",
|
|
"l2_message_queue_address": "0x0000000000000000000000000000000000000000",
|
|
"relayer_config": {
|
|
"rollup_contract_address": "0x0000000000000000000000000000000000000000",
|
|
"gas_price_oracle_address": "0x0000000000000000000000000000000000000000",
|
|
"sender_config": {
|
|
"endpoint": "https://rpc.ankr.com/eth",
|
|
"escalate_blocks": 1,
|
|
"confirmations": "0x6",
|
|
"escalate_multiple_num": 2,
|
|
"escalate_multiple_den": 1,
|
|
"max_gas_price": 1000000000000,
|
|
"max_blob_gas_price": 10000000000000,
|
|
"tx_type": "DynamicFeeTx",
|
|
"check_pending_time": 1
|
|
},
|
|
"gas_oracle_config": {
|
|
"min_gas_price": 0,
|
|
"gas_price_diff": 50000
|
|
},
|
|
"chain_monitor": {
|
|
"enabled": false,
|
|
"timeout": 3,
|
|
"try_times": 5,
|
|
"base_url": "http://localhost:8750"
|
|
},
|
|
"enable_test_env_bypass_features": true,
|
|
"finalize_batch_without_proof_timeout_sec": 7200,
|
|
"gas_oracle_sender_private_key": "1313131313131313131313131313131313131313131313131313131313131313",
|
|
"commit_sender_private_key": "1414141414141414141414141414141414141414141414141414141414141414",
|
|
"finalize_sender_private_key": "1515151515151515151515151515151515151515151515151515151515151515",
|
|
"l1_commit_gas_limit_multiplier": 1.2
|
|
},
|
|
"chunk_proposer_config": {
|
|
"max_block_num_per_chunk": 100,
|
|
"max_tx_num_per_chunk": 100,
|
|
"max_l1_commit_gas_per_chunk": 11234567,
|
|
"max_l1_commit_calldata_size_per_chunk": 112345,
|
|
"chunk_timeout_sec": 300,
|
|
"max_row_consumption_per_chunk": 1048319,
|
|
"gas_cost_increase_multiplier": 1.2
|
|
},
|
|
"batch_proposer_config": {
|
|
"max_chunk_num_per_batch": 112,
|
|
"max_l1_commit_gas_per_batch": 11234567,
|
|
"max_l1_commit_calldata_size_per_batch": 112345,
|
|
"batch_timeout_sec": 300,
|
|
"gas_cost_increase_multiplier": 1.2
|
|
}
|
|
},
|
|
"db_config": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://localhost/scroll?sslmode=disable",
|
|
"maxOpenNum": 200,
|
|
"maxIdleNum": 20
|
|
}
|
|
}
|