|
1 | 1 | { |
2 | 2 | "l1_config": { |
3 | | - "confirmations": "0x0", |
4 | 3 | "endpoint": null, |
5 | | - "l1_message_queue_address": null, |
6 | | - "scroll_chain_address": null, |
7 | 4 | "start_height": 0, |
8 | 5 | "relayer_config": { |
9 | 6 | "gas_price_oracle_contract_address": null, |
|
12 | 9 | "escalate_blocks": 100, |
13 | 10 | "escalate_multiple_num": 11, |
14 | 11 | "escalate_multiple_den": 10, |
| 12 | + "min_gas_tip": 1, |
15 | 13 | "max_gas_price": 10000000000000, |
16 | | - "tx_type": "LegacyTx", |
| 14 | + "tx_type": "DynamicFeeTx", |
17 | 15 | "check_pending_time": 3, |
18 | 16 | "confirmations": "0x0" |
19 | 17 | }, |
|
38 | 36 | "escalate_blocks": 4, |
39 | 37 | "escalate_multiple_num": 12, |
40 | 38 | "escalate_multiple_den": 10, |
| 39 | + "min_gas_tip": 100000000, |
41 | 40 | "max_gas_price": 200000000000, |
42 | 41 | "max_blob_gas_price": 200000000000, |
43 | 42 | "tx_type": "DynamicFeeTx", |
44 | 43 | "check_pending_time": 10, |
45 | | - "confirmations": "0x0" |
| 44 | + "confirmations": "0x0", |
| 45 | + "max_pending_blob_txs": 3 |
46 | 46 | }, |
47 | 47 | "gas_oracle_config": { |
48 | 48 | "min_gas_price": 0, |
|
56 | 56 | }, |
57 | 57 | "enable_test_env_bypass_features": null, |
58 | 58 | "finalize_batch_without_proof_timeout_sec": null, |
| 59 | + "finalize_bundle_without_proof_timeout_sec": null, |
59 | 60 | "gas_oracle_sender_private_key": null, |
60 | 61 | "commit_sender_private_key": null, |
61 | 62 | "finalize_sender_private_key": null, |
62 | 63 | "l1_commit_gas_limit_multiplier": 1.2 |
63 | 64 | }, |
64 | 65 | "chunk_proposer_config": { |
| 66 | + "propose_interval_milliseconds": 100, |
65 | 67 | "max_block_num_per_chunk": null, |
66 | 68 | "max_tx_num_per_chunk": null, |
67 | 69 | "max_l1_commit_gas_per_chunk": 5000000, |
|
72 | 74 | "max_uncompressed_batch_bytes_size": 634880 |
73 | 75 | }, |
74 | 76 | "batch_proposer_config": { |
| 77 | + "propose_interval_milliseconds": 1000, |
75 | 78 | "max_chunk_num_per_batch": null, |
76 | 79 | "max_l1_commit_gas_per_batch": 5000000, |
77 | 80 | "max_l1_commit_calldata_size_per_batch": 110000, |
78 | 81 | "batch_timeout_sec": 2700, |
79 | 82 | "gas_cost_increase_multiplier": 1.2, |
80 | 83 | "max_uncompressed_batch_bytes_size": 634880 |
| 84 | + }, |
| 85 | + "bundle_proposer_config": { |
| 86 | + "max_batch_num_per_bundle": 20, |
| 87 | + "bundle_timeout_sec": 36000 |
81 | 88 | } |
82 | 89 | }, |
83 | 90 | "db_config": { |
|
0 commit comments