Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Schedule shapella for chiado #34

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 0 additions & 166 deletions beacon-chain/chiado/config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion beacon-chain/entrypoint.sh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed, we can probably also remove --genesisStateFile and --bootnodes.

Same update also needs to be applied to validator/entrypoint.sh

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exec node /usr/app/node_modules/.bin/lodestar \
beacon \
--preset=gnosis \
--paramsFile=/usr/config.yaml \
--network=chiado \
--genesisStateFile=/usr/genesis.ssz \
--jwt-secret=/jwtsecret \
--execution.urls $HTTP_ENGINE \
Expand Down