Skip to content

Commit

Permalink
Fix Besu sync-mode flag (#449)
Browse files Browse the repository at this point in the history
* fix: update sync-mode flag on besu

* docs: update changelog
  • Loading branch information
stdevMac authored Oct 17, 2024
1 parent d605df0 commit fdd677d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Teku and Lighthouse import keys container error on Windows.
- Security issues on dependencies.
- Typos on documentation.
- Fix `sync-mode` command on besu.

## [v1.5.0] - 2024-09-06

Expand Down
2 changes: 1 addition & 1 deletion templates/services/merge/execution/besu.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- {{.ElApiPort}}
- {{.ElAuthPort}}
command:
- --sync-mode=X_SNAP
- --sync-mode=SNAP
- --data-storage-format=BONSAI{{if .CustomChainSpecPath}}
- --genesis-file=/nethermind/custom_config/chainspec.json{{else}}
- --network={{if .SplittedNetwork}}${EL_NETWORK}{{else}}${NETWORK}{{end}}{{end}}
Expand Down

0 comments on commit fdd677d

Please sign in to comment.