[OP Stack Deployment] How to deploy legacy Optimistic rollup with separate TX_BATCH_SUBMITTER and STATE_BATCH_SUBMITTER. #405
Replies: 1 comment
-
|
I solved it by creating an env file for each and modifying the docker-compose.yml file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I deployed using optimism-legacy/ops.
This system CTC and SCC are set in one env file. However, I want to set different batch submission intervals for CTC and SCC, for example, the Tx batch of Optimism has a transmission time of 2 minutes while the state batch has a submission time of 1 hour.
So which settings should I modify?
Logs
No response
Additional Information
to true and false in
batch-submitter_CTC.envandbatch-submitter_SCC.envfiles, and also modified the docker-compose.yml file, but it didn't work properly.ops-batch_submitter_CTC docker error
2024-05-14 10:37:15 CRIT [05-14|01:37:15.568] Application failed message="either proposer-private-key or mnemonic + proposer-hd-path must be set"
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions