From d264745230561a2b457e17cc2353d40bffbc16a4 Mon Sep 17 00:00:00 2001 From: Sneh Koul Date: Thu, 29 Aug 2024 15:41:37 -0400 Subject: [PATCH] Remove espresso sequencer --- .idea/workspace.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++ blockscout | 2 +- scripts/config.ts | 6 ++--- 3 files changed, 69 insertions(+), 5 deletions(-) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..2d2bf671 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + { + "associatedIndex": 5 +} + + + + + + + + + + + + + + + true + + \ No newline at end of file diff --git a/blockscout b/blockscout index 8419b9c5..c8db5b1b 160000 --- a/blockscout +++ b/blockscout @@ -1 +1 @@ -Subproject commit 8419b9c5a47ec165c8892fa8ba48689fc0b163af +Subproject commit c8db5b1bb99b31f7348e6f760ba6dd22643c725a diff --git a/scripts/config.ts b/scripts/config.ts index 1377979b..36e79617 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -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 { @@ -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 }