Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
583db1b4
Unverified
Commit
583db1b4
authored
May 08, 2024
by
Barnabas Busa
Committed by
GitHub
May 08, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: readme indentation (#600)
parent
0a38114e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
246 additions
and
246 deletions
+246
-246
README.md
README.md
+246
-246
No files found.
README.md
View file @
583db1b4
...
...
@@ -208,10 +208,10 @@ To configure the package behaviour, you can modify your `network_params.yaml` fi
```
yaml
# Specification of the participants in the network
participants
:
# EL(Execution Layer) Specific flags
# EL(Execution Layer) Specific flags
# The type of EL client that should be started
# Valid values are geth, nethermind, erigon, besu, ethereumjs, reth, nimbus-eth1
-
el_type
:
geth
-
el_type
:
geth
# The Docker image that should be used for the EL client; leave blank to use the default for the client type
# Defaults by client:
...
...
@@ -266,7 +266,7 @@ participants:
el_min_mem
:
0
el_max_mem
:
0
# CL(Consensus Layer) Specific flags
# CL(Consensus Layer) Specific flags
# The type of CL client that should be started
# Valid values are nimbus, lighthouse, lodestar, teku, prysm, and grandine
cl_type
:
lighthouse
...
...
@@ -328,7 +328,7 @@ participants:
# Defaults to false for clients that can run both in one process (Teku, Nimbus)
use_separate_vc
:
false
# VC (Validator Client) Specific flags
# VC (Validator Client) Specific flags
# The type of validator client that should be used
# Valid values are nimbus, lighthouse, lodestar, teku, and prysm
# ( The prysm validator only works with a prysm CL client )
...
...
@@ -387,7 +387,7 @@ participants:
# network parameter num_validator_keys_per_node
validator_count
:
null
#
Participant specific flags
#
Participant specific flags
# Node selector
# Only works with Kubernetes
# Example: node_selectors: { "disktype": "ssd" }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment