[OP Stack Deployment] How to setup the proposer L2 output proposals interval (and batcher ) Using op-contracts( #782
Replies: 4 comments 3 replies
-
Could you please provide the entire configuration for |
Beta Was this translation helpful? Give feedback.
-
Do you see "Duration since last game not past proposal interval" in the op-proposer log? |
Beta Was this translation helpful? Give feedback.
-
I was playing with intervals less than 90 minutes, which wasn't working. But now I have tried with 2h and it's working. I am now testing 24h. I'll report back after testing again. |
Beta Was this translation helpful? Give feedback.
-
I have confirmed. Values smaller than 90 minutes don't work. Bigger than that works fine. Might be related to some other chain configurations? |
Beta Was this translation helpful? Give feedback.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I’m deploying an OP Stack chain using op-contracts/v1.8.0 and op-deployer/v0.0.13.
I’ve configured the op-proposer with the --proposal-interval flag, as per the official documentation, but it seems the flag is being ignored — the proposer continues submitting new proposals at a different interval.
I am looking for the equivalent of the old
l2OutputOracleSubmissionIntervalused
for the L2OOExpected Behavior:
The proposer should only post a new L2 output to L1 once every --proposal-interval seconds.
Actual Behavior:
The op-proposer is currently creating a new dispute game (posting a new output root) approximately every 1.5 hours, despite the --proposal-interval being set to 86400 seconds (24 hours).
Thank you
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions