Skip to content

Commit

Permalink
Fix Chiado checkpoint sync (#298)
Browse files Browse the repository at this point in the history
* fix: chiado env templates

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <[email protected]>
Co-authored-by: Miguel Tenorio <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2023
1 parent caf64a3 commit be74da0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

### Fixed

- Issue in Chiado templates with checkpoint sync
- Fix show error when using containers tags.

## [v1.2.0] - 2023-06-06
Expand Down
1 change: 1 addition & 0 deletions templates/envs/chiado/consensus/lighthouse.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CC_INSTANCE_NAME=Lighthouse
CC_IMAGE_VERSION={{.CcImage}}
CC_DATA_DIR={{.CcDataDir}}
CC_JWT_SECRET_PATH={{.JWTSecretPath}}
{{if .CheckpointSyncUrl}}CHECKPOINT_SYNC_URL={{.CheckpointSyncUrl}}{{end}}
{{ end }}


1 change: 1 addition & 0 deletions templates/envs/chiado/consensus/lodestar.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ CC_IMAGE_VERSION={{.CcImage}}
CC_DATA_DIR={{.CcDataDir}}
CC_JWT_SECRET_PATH={{.JWTSecretPath}}
CC_LODESTAR_PRESET=gnosis
{{if .CheckpointSyncUrl}}CHECKPOINT_SYNC_URL={{.CheckpointSyncUrl}}{{end}}
{{ end }}
1 change: 1 addition & 0 deletions templates/envs/chiado/consensus/teku.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ CC_INSTANCE_NAME=Teku
CC_IMAGE_VERSION={{.CcImage}}
CC_DATA_DIR={{.CcDataDir}}
CC_JWT_SECRET_PATH={{.JWTSecretPath}}
{{if .CheckpointSyncUrl}}CHECKPOINT_SYNC_URL={{.CheckpointSyncUrl}}{{end}}
{{ end }}

0 comments on commit be74da0

Please sign in to comment.