We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40eb9c3 commit 626c7c7Copy full SHA for 626c7c7
rollup/conf/config.json
@@ -21,7 +21,9 @@
21
"check_committed_batches_window_minutes": 5,
22
"l1_base_fee_default": 15000000000,
23
"l1_blob_base_fee_default": 1,
24
- "l1_blob_base_fee_threshold": 0
+ "l1_blob_base_fee_threshold": 0,
25
+ "l1_base_fee_limit": 10000000000,
26
+ "l1_blob_base_fee_limit": 10000000000
27
},
28
"gas_oracle_sender_signer_config": {
29
"signer_type": "PrivateKey",
0 commit comments