Skip to content

Commit 81e2a20

Browse files
committed
remove unecesary override persistent.chain
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
1 parent c8b2b7b commit 81e2a20

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,6 @@ function writeConfigs(argv: any) {
428428
}
429429

430430
let consensusConfig = JSON.parse(baseConfJSON)
431-
// Use a different persistent.chain name than the sequencer ("local") to avoid
432-
// storage lock conflicts between services sharing the same volume.
433-
consensusConfig.persistent.chain = "base-node-local"
434431
fs.writeFileSync(path.join(consts.configpath, "base_node_config.json"), JSON.stringify(consensusConfig))
435432

436433
let l3Config = JSON.parse(baseConfJSON)

0 commit comments

Comments
 (0)