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 all 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.

Binary file removed beacon-chain/chiado/genesis.ssz
Binary file not shown.
4 changes: 1 addition & 3 deletions 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,8 +3,7 @@
exec node /usr/app/node_modules/.bin/lodestar \
beacon \
--preset=gnosis \
--paramsFile=/usr/config.yaml \
--genesisStateFile=/usr/genesis.ssz \
--network=chiado \
--jwt-secret=/jwtsecret \
--execution.urls $HTTP_ENGINE \
--eth1.providerUrls $HTTP_PROVIDER \
Expand All @@ -16,7 +15,6 @@ exec node /usr/app/node_modules/.bin/lodestar \
--logFile /var/lib/data/beacon.log \
--logFileLevel debug \
--logFileDailyRotate 5 \
--bootnodes=enr:-LK4QN4NEavjPt7sJOfdcPKNucewHHxbtzdz5JCf_IRdsd58aIuix-9uIwSCc1TCfdi-j5HPunTxZ-TL10P4leQmGEEGh2F0dG5ldHOIAAAAAAAAAACEZXRoMpBI6hZ8AQAAb1oAAAAAAAAAgmlkgnY0gmlwhIuQGnOJc2VjcDI1NmsxoQJ7PqgatnROjTufoEKhwgeKxUJyLOacw0odaF1KS7F-7oN0Y3CCIyiDdWRwgiMo \
$EXTRA_OPTS


Expand Down
166 changes: 0 additions & 166 deletions validator/chiado/config.yaml

This file was deleted.

Binary file removed validator/chiado/genesis.ssz
Binary file not shown.
2 changes: 1 addition & 1 deletion 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 \
validator \
--preset=gnosis \
--paramsFile=/usr/config.yaml \
--network=chiado \
--defaultFeeRecipient ${FEE_RECIPIENT} \
--graffiti ${GRAFFITI} \
--rootDir /var/lib/data \
Expand Down