staterecovery: fix cli options regression (#567)

* staterecovery: fix cli options regression & add CI jobs
This commit is contained in:
Pedro Novais
2025-01-20 11:56:25 +00:00
committed by GitHub
parent 6c8a282743
commit d01ef99a5a
61 changed files with 430 additions and 505 deletions

View File

@@ -186,7 +186,6 @@ dockerCompose {
"l1-node-genesis-generator",
"l1-el-node",
"l1-cl-node",
"l2-node",
"blobscan-api",
"blobscan-indexer",
"redis",
@@ -200,7 +199,7 @@ dockerCompose {
"--profile",
"l2",
"--profile",
"staterecover"
"staterecovery"
]
useComposeFiles = [
"${project.rootDir.path}/docker/compose.yml",