File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -139,17 +139,16 @@ failures-warning-threshold = 2
139
139
disabled = false
140
140
endpoints = [" http://shomei-frontend:8888/" ]
141
141
l1-query-block-tag =" LATEST"
142
- l1-polling-interval =" PT12S "
142
+ l1-polling-interval =" PT1S "
143
143
144
144
[type2-state-proof-provider .request-retries ]
145
- max-retries = 3
146
145
backoff-delay = " PT1S"
147
146
failures-warning-threshold = 2
148
147
149
148
150
149
[l1-finalization-monitor ]
151
150
polling-interval = " PT1S"
152
- l1-query-block-tag =" FINALIZED "
151
+ l1-query-block-tag =" LATEST "
153
152
154
153
[l1-submission ] # submission
155
154
disabled = true
@@ -237,7 +236,7 @@ public-key = "ba5734d8f7091719471e7f7ed6b9df170dc70cc661ca05e688601ad984f068b0d6
237
236
238
237
[message-anchoring ]
239
238
disabled = false
240
- l1-highest-block-tag =" FINALIZED "
239
+ l1-highest-block-tag =" LATEST "
241
240
l2-highest-block-tag =" LATEST" # optional, default to LATEST it shall not be necessary as Linea has instant finality
242
241
anchoring-tick-interval = " PT10S" # "polling-interval="PT10S"
243
242
messages-anchoring-chuck-size = 100 # limit of L1toL2 Messages to anchor in a single L2 transaction
You can’t perform that action at this time.
0 commit comments