Skip to content

Commit

Permalink
feat: add erigon to gnosis templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cbermudez97 committed Jul 5, 2023
1 parent 844072a commit e196552
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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]

### Added

- Support for Erigon in Gnosis

## [v1.2.0] - 2023-06-06

### Added
Expand All @@ -20,9 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Change validator blocker container image to [busybox](https://hub.docker.com/_/busybox).
- Erigon command line flags.

## [Unreleased]
- Erigon command line flags.

## [v1.1.0] - 2023-04-07

Expand Down
9 changes: 9 additions & 0 deletions templates/envs/gnosis/execution/erigon.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{/* erigon.tmpl */}}
{{ define "execution" }}
EL_NETWORK=gnosis

# --- Execution Layer - Execution Node - configuration ---
EC_IMAGE_VERSION={{.ElImage}}
EC_DATA_DIR={{.ElDataDir}}
EC_JWT_SECRET_PATH={{.JWTSecretPath}}
{{ end }}

0 comments on commit e196552

Please sign in to comment.