Skip to content

Commit

Permalink
Remove espresso sequencer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Aug 29, 2024
1 parent 98187ea commit d264745
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 5 deletions.
66 changes: 66 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ function writeConfigs(argv: any) {
sequencerConfig.node["delayed-sequencer"].enable = true

if (argv.espresso) {
sequencerConfig.execution.sequencer.espresso = true
sequencerConfig.execution.sequencer["hotshot-url"] = argv.espressoUrl
sequencerConfig.execution.sequencer["enable-espresso-sovereign"] = true
sequencerConfig.node.feed.output.enable = true
sequencerConfig.node.dangerous["no-sequencer-coordinator"] = true
} else {
Expand Down Expand Up @@ -339,8 +338,7 @@ function writeConfigs(argv: any) {
l3Config.node["batch-poster"].enable = true
l3Config.node["batch-poster"]["redis-url"] = ""
if (argv.espresso) {
l3Config.execution.sequencer.espresso = true
l3Config.execution.sequencer["hotshot-url"] = argv.espressoUrl
l3Config.execution.sequencer["enable-espresso-sovereign"] = true
l3Config.node.feed.output.enable = true
l3Config.node.dangerous["no-sequencer-coordinator"] = true
}
Expand Down

0 comments on commit d264745

Please sign in to comment.