Skip to content

Commit

Permalink
update config for sequencer with sovereign sequencer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Sep 3, 2024
1 parent 4313c18 commit f430d5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ function writeConfigs(argv: any) {
sequencerConfig.execution.sequencer["enable-espresso-sovereign"] = true
sequencerConfig.node.feed.output.enable = true
sequencerConfig.node.dangerous["no-sequencer-coordinator"] = true
sequencerConfig.node["transaction-streamer"]["sovereign-sequencer-enabled"] = true
sequencerConfig.node["transaction-streamer"]["hotshot-url"] = argv.espressoUrl
sequencerConfig.node["transaction-streamer"]["espresso-namespace"] = 412346
} else {
sequencerConfig.node["seq-coordinator"].enable = true
}
Expand All @@ -321,6 +324,7 @@ function writeConfigs(argv: any) {
posterConfig.node["batch-poster"]["light-client-address"] = argv.lightClientAddress
posterConfig.node["transaction-streamer"]["hotshot-url"] = argv.espressoUrl
posterConfig.node["transaction-streamer"]["sovereign-sequencer-enabled"] = true
posterConfig.node["transaction-streamer"]["espresso-namespace"] = 412346
} else {
posterConfig.node["seq-coordinator"].enable = true
}
Expand Down

0 comments on commit f430d5d

Please sign in to comment.